1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 0.9.34

Add LICENSE

PR:		ports/159751
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
Approved by:	wxs (mentor), maintainer
This commit is contained in:
Ryan Steinmetz 2011-08-16 21:53:28 +00:00
parent 9e87b29722
commit d2787ca17f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279855
6 changed files with 22 additions and 18 deletions

View File

@ -6,20 +6,22 @@
#
PORTNAME= scrotwm
PORTVERSION= 0.9.33
PORTVERSION= 0.9.34
CATEGORIES= x11-wm
MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/
MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/
EXTRACT_SUFX= .tgz
MAINTAINER= aragon@phat.za.net
COMMENT= A small, dynamic tiling window manager for X11
LICENSE= ISCL
OPTIONS= DMENU "Depend on x11/dmenu" Off \
DMENU_BOTTOM "dmenu at screen bottom (instead of top)" Off
.include <bsd.port.pre.mk>
USE_XORG= x11 xproto xrandr xt
USE_XORG= x11 xproto xrandr xt xtst
MAN1= scrotwm.1
USE_LDCONFIG=yes
@ -36,7 +38,7 @@ post-patch:
do-build:
${CC} ${CFLAGS} -I${X11BASE}/include \
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr \
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c

View File

@ -1,2 +1,2 @@
SHA256 (scrotwm-0.9.33.tgz) = 37d09ae8380bac53436db5e50bd0f4a06c865b5b28f16466fa52259b70f55550
SIZE (scrotwm-0.9.33.tgz) = 69314
SHA256 (scrotwm-0.9.34.tgz) = 46f055f3c1b7d32bcaaf94193fd01a727422e787e8a7afcf987db2ffdec9ada8
SIZE (scrotwm-0.9.34.tgz) = 69755

View File

@ -1,6 +1,6 @@
--- scrotwm.c.orig 2011-07-01 12:27:56.000000000 +0200
+++ scrotwm.c 2011-07-01 12:29:49.000000000 +0200
@@ -3891,14 +3891,16 @@
--- scrotwm.c 13 Aug 2011 20:26:02 -0000
+++ scrotwm.c 13 Aug 2011 22:56:08 -0000
@@ -3984,14 +3984,16 @@
" -nb $bar_color"
" -nf $bar_font_color"
" -sb $bar_border"

View File

@ -6,20 +6,22 @@
#
PORTNAME= scrotwm
PORTVERSION= 0.9.33
PORTVERSION= 0.9.34
CATEGORIES= x11-wm
MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/
MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/
EXTRACT_SUFX= .tgz
MAINTAINER= aragon@phat.za.net
COMMENT= A small, dynamic tiling window manager for X11
LICENSE= ISCL
OPTIONS= DMENU "Depend on x11/dmenu" Off \
DMENU_BOTTOM "dmenu at screen bottom (instead of top)" Off
.include <bsd.port.pre.mk>
USE_XORG= x11 xproto xrandr xt
USE_XORG= x11 xproto xrandr xt xtst
MAN1= scrotwm.1
USE_LDCONFIG=yes
@ -36,7 +38,7 @@ post-patch:
do-build:
${CC} ${CFLAGS} -I${X11BASE}/include \
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr \
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c

View File

@ -1,2 +1,2 @@
SHA256 (scrotwm-0.9.33.tgz) = 37d09ae8380bac53436db5e50bd0f4a06c865b5b28f16466fa52259b70f55550
SIZE (scrotwm-0.9.33.tgz) = 69314
SHA256 (scrotwm-0.9.34.tgz) = 46f055f3c1b7d32bcaaf94193fd01a727422e787e8a7afcf987db2ffdec9ada8
SIZE (scrotwm-0.9.34.tgz) = 69755

View File

@ -1,6 +1,6 @@
--- scrotwm.c.orig 2011-07-01 12:27:56.000000000 +0200
+++ scrotwm.c 2011-07-01 12:29:49.000000000 +0200
@@ -3891,14 +3891,16 @@
--- scrotwm.c 13 Aug 2011 20:26:02 -0000
+++ scrotwm.c 13 Aug 2011 22:56:08 -0000
@@ -3984,14 +3984,16 @@
" -nb $bar_color"
" -nf $bar_font_color"
" -sb $bar_border"