ports/96475: Update port: sysutils/wmcpuload
KATO Tsuguru
tkato432 at yahoo.com
Fri Apr 28 16:10:24 UTC 2006
>Number: 96475
>Category: ports
>Synopsis: Update port: sysutils/wmcpuload
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 28 16:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p15 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Support PLIST_FILES
Remove file:
pkg-plist
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/sysutils/wmcpuload/Makefile sysutils/wmcpuload/Makefile
--- /usr/ports/sysutils/wmcpuload/Makefile Sat Apr 15 14:26:40 2006
+++ sysutils/wmcpuload/Makefile Thu Apr 27 00:45:39 2006
@@ -9,24 +9,30 @@
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= sysutils windowmaker
-MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
+MASTER_SITES= http://seiichisato.jp/dockapps/src/
MAINTAINER= ports at FreeBSD.org
COMMENT= An "lcd" dockapp for windowmaker, which displays the current cpuload
USE_BZIP2= yes
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
USE_XPM= yes
-CONFIGURE_ARGS= --program-prefix=""
+USE_GNOME= gnometarget
+GNU_CONFIGURE= yes
MAN1= wmcpuload.1
+PORTDOCS= ChangeLog README
+PLIST_FILES= bin/wmcpuload
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \
+ /^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in
post-install:
-.ifndef(NOPORTDOCS)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog README
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for file in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS
diff -urN /usr/ports/sysutils/wmcpuload/pkg-descr sysutils/wmcpuload/pkg-descr
--- /usr/ports/sysutils/wmcpuload/pkg-descr Tue Sep 10 20:28:16 2002
+++ sysutils/wmcpuload/pkg-descr Tue Apr 25 13:25:09 2006
@@ -1,8 +1,8 @@
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/dockapp/index.shtml#wmcpuload
-Author: Seiichi SATO <ssato at sh.rim.or.jp>
+WWW: http://seiichisato.jp/dockapps/#wmmemmon
+Author: Seiichi SATO <me __ A T __ seiichisato __ D O T __ jp>
- Soeren Boll Overgaard
boll at tolkien.dk
diff -urN /usr/ports/sysutils/wmcpuload/pkg-plist sysutils/wmcpuload/pkg-plist
--- /usr/ports/sysutils/wmcpuload/pkg-plist Sun Mar 24 08:16:13 2002
+++ sysutils/wmcpuload/pkg-plist Thu Jan 1 09:00:00 1970
@@ -1,4 +0,0 @@
-bin/wmcpuload
-%%PORTDOCS%%share/doc/wmcpuload/ChangeLog
-%%PORTDOCS%%share/doc/wmcpuload/README
-%%PORTDOCS%%@dirrm share/doc/wmcpuload
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list