diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /sysutils | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/9base/Makefile | 4 | ||||
-rw-r--r-- | sysutils/apcupsd/PLIST | 4 | ||||
-rw-r--r-- | sysutils/gst-plugins0.10-gnomevfs/DESCR | 4 | ||||
-rw-r--r-- | sysutils/pciutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/strace/Makefile | 4 | ||||
-rw-r--r-- | sysutils/wmSMPmon/Makefile | 6 | ||||
-rw-r--r-- | sysutils/xfsprogs/Makefile | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile index bdbdf93fd73..b4f9b7bdf78 100644 --- a/sysutils/9base/Makefile +++ b/sysutils/9base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/22 19:01:25 wiz Exp $ # DISTNAME= 9base-20051114 @@ -15,7 +15,7 @@ PKG_SHELL= bin/rc .include "../../mk/bsd.prefs.mk" -# Darwin doesn't support static link. +# Darwin doesn't support static link. # See http://developer.apple.com/qa/qa2001/qa1118.html .if ${OPSYS} != "Darwin" LDFLAGS+= -static diff --git a/sysutils/apcupsd/PLIST b/sysutils/apcupsd/PLIST index b6606d57325..6e07f535a42 100644 --- a/sysutils/apcupsd/PLIST +++ b/sysutils/apcupsd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/11/15 21:46:25 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/02/22 19:01:25 wiz Exp $ sbin/apcaccess sbin/apctest sbin/apcupsd @@ -30,8 +30,8 @@ share/examples/apcupsd/commfailure share/examples/apcupsd/commok share/examples/apcupsd/masterconnect share/examples/apcupsd/mastertimeout -share/examples/apcupsd/onbattery share/examples/apcupsd/offbattery +share/examples/apcupsd/onbattery share/examples/rc.d/apcupsd @dirrm share/doc/html/apcupsd @dirrm share/examples/apcupsd diff --git a/sysutils/gst-plugins0.10-gnomevfs/DESCR b/sysutils/gst-plugins0.10-gnomevfs/DESCR index 6d849fec523..aaa6d1fc1b0 100644 --- a/sysutils/gst-plugins0.10-gnomevfs/DESCR +++ b/sysutils/gst-plugins0.10-gnomevfs/DESCR @@ -1,10 +1,10 @@ GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to -complex audio (mixing) and video (non-linear editing) processing. +complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a -simple plugin with a clean, generic interface. +simple plugin with a clean, generic interface. GStreamer is released under the LGPL. diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 95fb0715c02..25d3a31f925 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:56 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:25 wiz Exp $ DISTNAME= pciutils-2.1.11 PKGREVISION= 1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ftp://metalab.unc.edu/pub/Linux/hardware/ MAINTAINER= cube@NetBSD.org -HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml +HOMEPAGE= http://mj.ucw.cz/pciutils.shtml COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) USE_TOOLS+= gmake diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile index fd23f5ce7e4..eda8efa7614 100644 --- a/sysutils/strace/Makefile +++ b/sysutils/strace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/01/31 00:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/22 19:01:25 wiz Exp $ # DISTNAME= strace-4.5.14 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= christos@NetBSD.org -HOMEPAGE= http://www.liacs.nl/~wichert/strace/ +HOMEPAGE= http://sourceforge.net/projects/strace/ COMMENT= Trace system calls BROKEN_IN= pkgsrc-2006Q4 diff --git a/sysutils/wmSMPmon/Makefile b/sysutils/wmSMPmon/Makefile index 9a5018c07e5..9e85484257f 100644 --- a/sysutils/wmSMPmon/Makefile +++ b/sysutils/wmSMPmon/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 09:14:13 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/22 19:01:25 wiz Exp $ DISTNAME= wmSMPmon-2.3 PKGREVISION= 1 CATEGORIES= sysutils x11 -MASTER_SITES= http://goupilfr.org/arch/ +MASTER_SITES= http://lancre.ribbrock.org/binabit/wmSMPmon/src/ MAINTAINER= joel@carnat.net -HOMEPAGE= http://goupilfr.org/?soft=wmsmpmon +HOMEPAGE= http://lancre.ribbrock.org/binabit/wmSMPmon/ COMMENT= Dockable CPU (SMP) monitor WRKSRC= ${WRKDIR}/wmSMPmon-2.x/wmSMPmon diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 755d4751717..a173475c43c 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/04 21:59:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/22 19:01:25 wiz Exp $ DISTNAME= xfsprogs-2.7.3.src PKGNAME= ${DISTNAME:S/.src//} @@ -17,7 +17,7 @@ CONFIGURE_ARGS+=--enable-readline CONFIGURE_ENV+= INSTALL_USER=${ROOT_USER} INSTALL_GROUP=${ROOT_GROUP} WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -BUILD_TARGET= +BUILD_TARGET= .include "../../devel/readline/buildlink3.mk" |