1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.4.2

- Add pkg-message (1)

PR:		39065
Submitted by:	Andy Sparrow <spadger@best.com> (1)
This commit is contained in:
Patrick Li 2002-06-20 07:32:42 +00:00
parent 2ce4e0097f
commit 90f081d845
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61623
3 changed files with 17 additions and 13 deletions

View File

@ -6,29 +6,22 @@
#
PORTNAME= wmnd
PORTVERSION= 0.4.1
PORTVERSION= 0.4.2
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
MAINTAINER= flag@gufi.org
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR}
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
--program-transform-name=""
MAN1= wmnd.1
pre-patch:
.for m in Makefile.in doc/Makefile.in examples/Makefile.in src/Makefile.in
@${PERL} -pi -e 's|\@program_transform_name\@||' ${WRKSRC}/${m}
.endfor
.for files in install-sh config.sub mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/automake/${files} \
${WRKSRC}/${files}
.endfor
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (wmnd-0.4.1.tar.gz) = ee1e769359cdb59f6baebe9e7b9fbcd0
MD5 (wmnd-0.4.2.tar.gz) = 36daca2e79bc239e823ae84d0a0f0554

11
net/wmnd/pkg-message Normal file
View File

@ -0,0 +1,11 @@
----------------------------------------------------------
Existing users of 'wmnd' be aware that the graph scrolling
speed is now specified in tenths of a second (previous
setting was per-second), so you may want to update
your ~/.wmndrc accordingly (this is the 'scroll'
variable).
Some modes look much nicer with a fast update. YMMV.
----------------------------------------------------------