summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:42:09 +0000
committerwiz <wiz>2001-02-17 17:42:09 +0000
commitab333ab34b7be497ea3cb1ba4c8e4deb708b850c (patch)
tree926bbe6e07ce5aedfc0884e098d71275e74392c9 /pkgtools
parent2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff)
downloadpkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bsdpak/Makefile3
-rw-r--r--pkgtools/bsdpak/pkg/COMMENT1
-rw-r--r--pkgtools/gensolpkg/Makefile3
-rw-r--r--pkgtools/gensolpkg/pkg/COMMENT1
-rw-r--r--pkgtools/pax/Makefile3
-rw-r--r--pkgtools/pax/pkg/COMMENT1
-rw-r--r--pkgtools/pkg_install/Makefile3
-rw-r--r--pkgtools/pkg_install/pkg/COMMENT1
-rw-r--r--pkgtools/pkg_tarup/Makefile3
-rw-r--r--pkgtools/pkg_tarup/pkg/COMMENT1
-rw-r--r--pkgtools/pkgdep/Makefile3
-rw-r--r--pkgtools/pkgdep/pkg/COMMENT1
-rw-r--r--pkgtools/pkgdiff/Makefile3
-rw-r--r--pkgtools/pkgdiff/pkg/COMMENT1
-rw-r--r--pkgtools/pkglint/Makefile3
-rw-r--r--pkgtools/pkglint/pkg/COMMENT1
-rw-r--r--pkgtools/pkgmanpages/Makefile3
-rw-r--r--pkgtools/pkgmanpages/pkg/COMMENT1
-rw-r--r--pkgtools/pkgsurvey/Makefile3
-rw-r--r--pkgtools/pkgsurvey/pkg/COMMENT1
-rw-r--r--pkgtools/port2pkg/Makefile3
-rw-r--r--pkgtools/port2pkg/pkg/COMMENT1
-rw-r--r--pkgtools/rpm2pkg/Makefile3
-rw-r--r--pkgtools/rpm2pkg/pkg/COMMENT1
-rw-r--r--pkgtools/url2pkg/Makefile3
-rw-r--r--pkgtools/url2pkg/pkg/COMMENT1
-rw-r--r--pkgtools/xpkgwedge/Makefile3
-rw-r--r--pkgtools/xpkgwedge/pkg/COMMENT1
28 files changed, 28 insertions, 28 deletions
diff --git a/pkgtools/bsdpak/Makefile b/pkgtools/bsdpak/Makefile
index 0b1dd0ba43d..4902c020ad0 100644
--- a/pkgtools/bsdpak/Makefile
+++ b/pkgtools/bsdpak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/09 00:44:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:24 wiz Exp $
DISTNAME= bsdpak-0.40
CATEGORIES= pkgtools
@@ -6,6 +6,7 @@ MASTER_SITES= http://www.oddbox.org/projects/bsdpak/dists/
MAINTAINER= collver@softhome.net
HOMEPAGE= http://www.oddbox.org/projects/bsdpak/index.php
+COMMENT= BSD package management utility
USE_PERL5= yes
diff --git a/pkgtools/bsdpak/pkg/COMMENT b/pkgtools/bsdpak/pkg/COMMENT
deleted file mode 100644
index a90b2cc5fc3..00000000000
--- a/pkgtools/bsdpak/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-BSD package management utility
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile
index 4438f270b6f..b3fe1f96aee 100644
--- a/pkgtools/gensolpkg/Makefile
+++ b/pkgtools/gensolpkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/01/21 23:43:13 veego Exp $
+# $NetBSD: Makefile,v 1.12 2001/02/17 17:51:25 wiz Exp $
#
DISTNAME= gensolpkg-1.9
@@ -6,6 +6,7 @@ CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= veego@netbsd.org
+COMMENT= Utility to generate a Solaris package
ONLY_FOR_PLATFORM= SunOS-*-* # uses Solaris pkgmk(1)
diff --git a/pkgtools/gensolpkg/pkg/COMMENT b/pkgtools/gensolpkg/pkg/COMMENT
deleted file mode 100644
index 6ee667f1bdc..00000000000
--- a/pkgtools/gensolpkg/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Utility to generate a Solaris package
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile
index 87e309bb213..4081434e696 100644
--- a/pkgtools/pax/Makefile
+++ b/pkgtools/pax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/01/10 01:13:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/17 17:51:26 wiz Exp $
#
DISTNAME= pax-19980903
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= NetBSD-current's pax tool
PREFIX= /
WRKSRC= ${WRKDIR}/pax
diff --git a/pkgtools/pax/pkg/COMMENT b/pkgtools/pax/pkg/COMMENT
deleted file mode 100644
index b735e3b69b4..00000000000
--- a/pkgtools/pax/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-NetBSD-current's pax tool
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 414b4643fd7..604c88ee58a 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2000/12/20 04:02:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.36 2001/02/17 17:51:26 wiz Exp $
# Note to package maintainers:
# To update the distfile of this pkg, cd to /usr/src/usr.sbin,
@@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= NetBSD-current's pkg_* tools
# No special options needed for IPv6 support
WRKSRC= ${WRKDIR}/pkg_install
diff --git a/pkgtools/pkg_install/pkg/COMMENT b/pkgtools/pkg_install/pkg/COMMENT
deleted file mode 100644
index 55b31691a81..00000000000
--- a/pkgtools/pkg_install/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-NetBSD-current's pkg_* tools
diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile
index 956fef238bd..adf13f00115 100644
--- a/pkgtools/pkg_tarup/Makefile
+++ b/pkgtools/pkg_tarup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/16 16:02:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:27 wiz Exp $
#
DISTNAME= pkg_tarup-1.0.1
@@ -7,6 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= hubertf@netbsd.org
+COMMENT= Generates binary package from installed pkg
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
diff --git a/pkgtools/pkg_tarup/pkg/COMMENT b/pkgtools/pkg_tarup/pkg/COMMENT
deleted file mode 100644
index 75e10537fa5..00000000000
--- a/pkgtools/pkg_tarup/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Generates binary package from installed pkg
diff --git a/pkgtools/pkgdep/Makefile b/pkgtools/pkgdep/Makefile
index 4f8f0a338a3..739ac28c4be 100644
--- a/pkgtools/pkgdep/Makefile
+++ b/pkgtools/pkgdep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/09/21 02:26:13 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:27 wiz Exp $
#
DISTNAME= pkgdep-1.0
@@ -7,6 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sakamoto@netbsd.org
+COMMENT= Script for displaying dependence information on software packages
USE_PERL5= YES
diff --git a/pkgtools/pkgdep/pkg/COMMENT b/pkgtools/pkgdep/pkg/COMMENT
deleted file mode 100644
index e82e403db27..00000000000
--- a/pkgtools/pkgdep/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Script for displaying dependence information on software packages
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile
index ee4b718b384..1af6c9ad75a 100644
--- a/pkgtools/pkgdiff/Makefile
+++ b/pkgtools/pkgdiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/01/17 23:16:44 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/17 17:51:28 wiz Exp $
#
DISTNAME= pkgdiff-0.96
@@ -8,6 +8,7 @@ DISTFILES= # empty
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.netbsd.org/Documentation/netbsd/Packages.txt
+COMMENT= Tools to ease creating and maintaining patches for pkgsrc
USE_PERL5= YES
diff --git a/pkgtools/pkgdiff/pkg/COMMENT b/pkgtools/pkgdiff/pkg/COMMENT
deleted file mode 100644
index dbcabc066db..00000000000
--- a/pkgtools/pkgdiff/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Tools to ease creating and maintaining patches for pkgsrc
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 492bcbd1bf2..9bf6efdd10f 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2001/02/16 13:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2001/02/17 17:51:29 wiz Exp $
#
DISTNAME= pkglint-2.37
@@ -8,6 +8,7 @@ DISTFILES= # empty
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/Packages.txt
+COMMENT= Verifier for NetBSD packages and complete pkgsrc tree
USE_PERL5= YES
diff --git a/pkgtools/pkglint/pkg/COMMENT b/pkgtools/pkglint/pkg/COMMENT
deleted file mode 100644
index 5c3cb824902..00000000000
--- a/pkgtools/pkglint/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Verifier for NetBSD packages and complete pkgsrc tree
diff --git a/pkgtools/pkgmanpages/Makefile b/pkgtools/pkgmanpages/Makefile
index 53b179584a2..1eb28c51208 100644
--- a/pkgtools/pkgmanpages/Makefile
+++ b/pkgtools/pkgmanpages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/22 15:45:06 agc Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:30 wiz Exp $
#
DISTNAME= pkgmanpages-19991222
@@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= manual page(s) for the packages collection
NO_BUILD= yes
NO_WRKSUBDIR= yes
diff --git a/pkgtools/pkgmanpages/pkg/COMMENT b/pkgtools/pkgmanpages/pkg/COMMENT
deleted file mode 100644
index ab3f2d4f783..00000000000
--- a/pkgtools/pkgmanpages/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-manual page(s) for the packages collection
diff --git a/pkgtools/pkgsurvey/Makefile b/pkgtools/pkgsurvey/Makefile
index 1cfb5e6765a..a9f9dcc5896 100644
--- a/pkgtools/pkgsurvey/Makefile
+++ b/pkgtools/pkgsurvey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/01 12:58:33 agc Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:31 wiz Exp $
#
DISTNAME= pkgsurvey-0.0
@@ -7,6 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= agc@pkgsrc.org
+COMMENT= utility to collate pkg information, and mail to central census site
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
diff --git a/pkgtools/pkgsurvey/pkg/COMMENT b/pkgtools/pkgsurvey/pkg/COMMENT
deleted file mode 100644
index 88982081b3a..00000000000
--- a/pkgtools/pkgsurvey/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-utility to collate pkg information, and mail to central census site
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile
index 8ad6e3fbbed..17f97364c31 100644
--- a/pkgtools/port2pkg/Makefile
+++ b/pkgtools/port2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 13:06:20 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/17 17:51:32 wiz Exp $
#
DISTNAME= port2pkg-1.8
@@ -7,6 +7,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sakamoto@netbsd.org
+COMMENT= Convert from a FreeBSD port to a NetBSD package
DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint
diff --git a/pkgtools/port2pkg/pkg/COMMENT b/pkgtools/port2pkg/pkg/COMMENT
deleted file mode 100644
index 07efc52a29f..00000000000
--- a/pkgtools/port2pkg/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Convert from a FreeBSD port to a NetBSD package
diff --git a/pkgtools/rpm2pkg/Makefile b/pkgtools/rpm2pkg/Makefile
index 224b1356c16..00d465d824c 100644
--- a/pkgtools/rpm2pkg/Makefile
+++ b/pkgtools/rpm2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/01/28 16:03:22 tron Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/17 17:51:33 wiz Exp $
DISTNAME= rpm2pkg-1.1
CATEGORIES= pkgtools
@@ -7,6 +7,7 @@ DISTFILES= # empty
MAINTAINER= tron@netbsd.org
HOMEPAGE= ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/Packages.txt
+COMMENT= Convert RPM archives to NetBSD packages
BUILD_DEPENDS+= ${RPMLIB}:../../misc/rpm
diff --git a/pkgtools/rpm2pkg/pkg/COMMENT b/pkgtools/rpm2pkg/pkg/COMMENT
deleted file mode 100644
index 6a312799b5b..00000000000
--- a/pkgtools/rpm2pkg/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Convert RPM archives to NetBSD packages
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile
index 94b0d1824f4..8be193498a2 100644
--- a/pkgtools/url2pkg/Makefile
+++ b/pkgtools/url2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 13:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/17 17:51:33 wiz Exp $
#
DISTNAME= url2pkg-1.15
@@ -7,6 +7,7 @@ MASTER_SITES= # Nothing
DISTFILES= # Nothing
MAINTAINER= hubertf@netbsd.org
+COMMENT= Shellscript to help with the first steps to build a package
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
diff --git a/pkgtools/url2pkg/pkg/COMMENT b/pkgtools/url2pkg/pkg/COMMENT
deleted file mode 100644
index a25c15d091f..00000000000
--- a/pkgtools/url2pkg/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Shellscript to help with the first steps to build a package
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile
index 23d8ecbe192..4c83b624612 100644
--- a/pkgtools/xpkgwedge/Makefile
+++ b/pkgtools/xpkgwedge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/01/29 11:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2001/02/17 17:51:35 wiz Exp $
#
DISTNAME= xpkgwedge-1.1
@@ -8,6 +8,7 @@ DISTFILES= # empty
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.netbsd.org/Documentation/netbsd/Packages.txt
+COMMENT= allows X11 pkgs to be built and used outside of /usr/X11R6
EXTRACT_ONLY= # empty
NO_CONFIGURE= # defined
diff --git a/pkgtools/xpkgwedge/pkg/COMMENT b/pkgtools/xpkgwedge/pkg/COMMENT
deleted file mode 100644
index 15ab1505ee2..00000000000
--- a/pkgtools/xpkgwedge/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-allows X11 pkgs to be built and used outside of /usr/X11R6