1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Use bzip'd tarballs because of reduce size (some)

- Update WWW (some)
- Do not resort to patching configure script (perl substitution) to fix the
  program-prefix issue (some)
This commit is contained in:
Patrick Li 2002-07-25 22:53:13 +00:00
parent 0ef011e911
commit 3b8e40d130
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63572
9 changed files with 10 additions and 23 deletions

View File

@ -16,15 +16,10 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= ticker.app.1
pre-patch:
.for dir in src doc .
@${PERL} -pi -e 's|\@program_transform_name\@||' \
${WRKSRC}/${dir}/Makefile.in
.endfor
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -3,5 +3,5 @@ by the command line, and displays each line in a viewing area
periodically. It rereads automatically when the file has been
modified. If you run in a tail-mode, it ticks only the last line.
WWW: http://www.sh.rim.or.jp/~ssato/ticker-e.html
WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#ticker.app
Author: Seiichi SATO <ssato@sh.rim.or.jp>

View File

@ -12,6 +12,7 @@ MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes

View File

@ -1 +1 @@
MD5 (wmcpuload-1.0.0.tar.gz) = cf1184c563e141e4d311c393b40207f1
MD5 (wmcpuload-1.0.0.tar.bz2) = 978744e7ab8002cb3d973a23b47b59e1

View File

@ -1,7 +1,7 @@
This is a port of wmcpuload, which displays the current cpu-load in a
simulated lcd-display, which supports background lighting.
WWW: http://www.sh.rim.or.jp/~ssato/wmcpuload-e.html
WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmcpuload
Author: Seiichi SATO <ssato@sh.rim.or.jp>
- Soeren Boll Overgaard

View File

@ -15,15 +15,10 @@ MAINTAINER= pat@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= wmlongrun.1
pre-patch:
.for dir in src doc .
@${PERL} -pi -e 's|\@program_transform_name\@||' \
${WRKSRC}/${dir}/Makefile.in
.endfor
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}

View File

@ -12,18 +12,14 @@ MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= wmmemmon.1
pre-patch:
.for dir in src doc .
@${PERL} -pi -e 's|\@program_transform_name\@||' \
${WRKSRC}/${dir}/Makefile.in
.endfor
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1 +1 @@
MD5 (wmmemmon-0.7.0.tar.gz) = 25f45b3fe8c18a6fc4da9f00d71cd94b
MD5 (wmmemmon-0.7.0.tar.bz2) = 5fd81b559038f654e7e1fae74bbdf038

View File

@ -1,5 +1,5 @@
Mem/Swap monitoring dockapp for WindowMaker.
Outside circle is Mem usage in percent.Inside is swap.
WWW: http://www.sh.rim.or.jp/~ssato/wmmemmon-e.html
WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmmemmon
Author: Seiichi SATO <ssato@sh.rim.or.jp>