From 13b92baa7acf7f47f3d1b6212d5891f1420d514d Mon Sep 17 00:00:00 2001 From: lebel Date: Sun, 6 May 2001 03:58:56 +0000 Subject: [PATCH] sysutils: integrate COMMENT, bump NEED_VERSION. --- sysutils/LPRng/Makefile | 6 ++++-- sysutils/LPRng/pkg/COMMENT | 1 - sysutils/apc-upsd/Makefile | 6 ++++-- sysutils/apc-upsd/pkg/COMMENT | 1 - sysutils/cfengine/Makefile | 6 ++++-- sysutils/cfengine/pkg/COMMENT | 1 - sysutils/clockspeed/Makefile | 6 ++++-- sysutils/clockspeed/pkg/COMMENT | 1 - sysutils/contool/Makefile | 6 ++++-- sysutils/contool/pkg/COMMENT | 1 - sysutils/daemontools/Makefile | 5 ++++- sysutils/daemontools/pkg/COMMENT | 1 - sysutils/idled/Makefile | 5 ++++- sysutils/idled/pkg/COMMENT | 1 - sysutils/libretto-config/Makefile | 6 ++++-- sysutils/libretto-config/pkg/COMMENT | 1 - sysutils/lsof/Makefile | 6 ++++-- sysutils/lsof/pkg/COMMENT | 1 - sysutils/nut/Makefile | 6 ++++-- sysutils/nut/pkg/COMMENT | 1 - sysutils/rtty/Makefile | 6 ++++-- sysutils/rtty/pkg/COMMENT | 1 - sysutils/setquota/Makefile | 6 ++++-- sysutils/setquota/pkg/COMMENT | 1 - sysutils/skill/Makefile | 5 ++++- sysutils/skill/pkg/COMMENT | 1 - sysutils/socket/Makefile | 5 ++++- sysutils/socket/pkg/COMMENT | 1 - sysutils/stat/Makefile | 5 ++++- sysutils/stat/pkg/COMMENT | 1 - sysutils/tcplist/Makefile | 6 ++++-- sysutils/tcplist/pkg/COMMENT | 1 - sysutils/upsd/Makefile | 6 ++++-- sysutils/upsd/pkg/COMMENT | 1 - sysutils/usbutil/Makefile | 6 ++++-- sysutils/usbutil/pkg/COMMENT | 1 - sysutils/webmin/Makefile | 6 ++++-- sysutils/webmin/pkg/COMMENT | 1 - sysutils/xbatt/Makefile | 6 ++++-- sysutils/xbatt/pkg/COMMENT | 1 - sysutils/xosview/Makefile | 6 ++++-- sysutils/xosview/pkg/COMMENT | 1 - sysutils/zap/Makefile | 6 ++++-- sysutils/zap/pkg/COMMENT | 1 - 44 files changed, 88 insertions(+), 61 deletions(-) delete mode 100644 sysutils/LPRng/pkg/COMMENT delete mode 100644 sysutils/apc-upsd/pkg/COMMENT delete mode 100644 sysutils/cfengine/pkg/COMMENT delete mode 100644 sysutils/clockspeed/pkg/COMMENT delete mode 100644 sysutils/contool/pkg/COMMENT delete mode 100644 sysutils/daemontools/pkg/COMMENT delete mode 100644 sysutils/idled/pkg/COMMENT delete mode 100644 sysutils/libretto-config/pkg/COMMENT delete mode 100644 sysutils/lsof/pkg/COMMENT delete mode 100644 sysutils/nut/pkg/COMMENT delete mode 100644 sysutils/rtty/pkg/COMMENT delete mode 100644 sysutils/setquota/pkg/COMMENT delete mode 100644 sysutils/skill/pkg/COMMENT delete mode 100644 sysutils/socket/pkg/COMMENT delete mode 100644 sysutils/stat/pkg/COMMENT delete mode 100644 sysutils/tcplist/pkg/COMMENT delete mode 100644 sysutils/upsd/pkg/COMMENT delete mode 100644 sysutils/usbutil/pkg/COMMENT delete mode 100644 sysutils/webmin/pkg/COMMENT delete mode 100644 sysutils/xbatt/pkg/COMMENT delete mode 100644 sysutils/xosview/pkg/COMMENT delete mode 100644 sysutils/zap/pkg/COMMENT diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index d7b5fc22609..48854766b37 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.17 2001/03/22 22:06:43 brad Exp $ +# $OpenBSD: Makefile,v 1.18 2001/05/06 03:58:56 lebel Exp $ + +COMMENT= "enhanced printer spooler" BROKEN= "installs files directly into /etc" DISTNAME= LPRng-3.6.12 CATEGORIES= sysutils print -NEED_VERSION= 1.336 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/ EXTRACT_SUFX= .tgz diff --git a/sysutils/LPRng/pkg/COMMENT b/sysutils/LPRng/pkg/COMMENT deleted file mode 100644 index d98caacb899..00000000000 --- a/sysutils/LPRng/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -enhanced printer spooler diff --git a/sysutils/apc-upsd/Makefile b/sysutils/apc-upsd/Makefile index 0fc3852a4c8..b4840c10ada 100644 --- a/sysutils/apc-upsd/Makefile +++ b/sysutils/apc-upsd/Makefile @@ -2,13 +2,15 @@ # Date created: 28 Dec 1999 # Whom: Kevin Lo # -# $OpenBSD: Makefile,v 1.10 2001/04/19 10:41:19 wilfried Exp $ +# $OpenBSD: Makefile,v 1.11 2001/05/06 03:58:57 lebel Exp $ # +COMMENT= "UPS software for APC UPS models" + DISTNAME= apc-upsd PKGNAME= ${DISTNAME}-19991128 CATEGORIES= sysutils -NEED_VERSION= 1.307 +NEED_VERSION= 1.402 MASTER_SITES= http://www.knienieder.com/software/ MAINTAINER= Kevin Lo diff --git a/sysutils/apc-upsd/pkg/COMMENT b/sysutils/apc-upsd/pkg/COMMENT deleted file mode 100644 index d16f6e4d49f..00000000000 --- a/sysutils/apc-upsd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -UPS software for APC UPS models diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index 2a90d34c093..bae0092200e 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2000/10/22 15:43:29 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:58:58 lebel Exp $ # $FreeBSD: Makefile,v 1.2 1998/08/19 11:28:23 jseger Exp $ # +COMMENT= "GNU system administration tool for networks" + DISTNAME= cfengine-1.4.12 CATEGORIES= sysutils -NEED_VERSION= 1.305 +NEED_VERSION= 1.402 MAINTAINER= ports@openbsd.org diff --git a/sysutils/cfengine/pkg/COMMENT b/sysutils/cfengine/pkg/COMMENT deleted file mode 100644 index 0f7188c19df..00000000000 --- a/sysutils/cfengine/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNU system administration tool for networks diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index de24e11d719..7305209f06d 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.2 2001/04/22 12:12:33 camield Exp $ +# $OpenBSD: Makefile,v 1.3 2001/05/06 03:58:59 lebel Exp $ + +COMMENT= "clock synchronization tools" DISTNAME= clockspeed-0.62 HOMEPAGE= http://cr.yp.to/clockspeed.html CATEGORIES= sysutils -NEED_VERSION= 1.340 +NEED_VERSION= 1.402 MAINTAINER= Brian Kifiak MASTER_SITES= http://cr.yp.to/clockspeed/ diff --git a/sysutils/clockspeed/pkg/COMMENT b/sysutils/clockspeed/pkg/COMMENT deleted file mode 100644 index 1e893c1222a..00000000000 --- a/sysutils/clockspeed/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -clock synchronization tools diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index f97ef6d0d5c..c7523af14a1 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2001/04/07 15:25:40 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2001/05/06 03:59:00 lebel Exp $ + +COMMENT= "console tool for openlook" DISTNAME= contool-3.3a CATEGORIES= sysutils -NEED_VERSION= 1.305 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.kfu.com/pub/ MAINTAINER= Ian Darwin diff --git a/sysutils/contool/pkg/COMMENT b/sysutils/contool/pkg/COMMENT deleted file mode 100644 index f78405d83dc..00000000000 --- a/sysutils/contool/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -console tool for openlook diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 203ec31bf8c..7573ba64511 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile,v 1.9 2001/04/22 12:12:34 camield Exp $ +# $OpenBSD: Makefile,v 1.10 2001/05/06 03:59:00 lebel Exp $ + +COMMENT= "collection of tools for managing UNIX services" DISTNAME= daemontools-0.70 CATEGORIES= sysutils MAINTAINER= Camiel Dobbelaar HOMEPAGE= http://cr.yp.to/daemontools.html +NEED_VERSION= 1.402 MASTER_SITES= http://cr.yp.to/daemontools/ \ ftp://ftp.id.wustl.edu/pub/qmail/ diff --git a/sysutils/daemontools/pkg/COMMENT b/sysutils/daemontools/pkg/COMMENT deleted file mode 100644 index b67be565cd1..00000000000 --- a/sysutils/daemontools/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -collection of tools for managing UNIX services diff --git a/sysutils/idled/Makefile b/sysutils/idled/Makefile index b5b0aec45fa..f004ef69248 100644 --- a/sysutils/idled/Makefile +++ b/sysutils/idled/Makefile @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2000/06/07 01:04:24 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:59:01 lebel Exp $ + +COMMENT= "log out idle users and those hogging resources" DISTNAME= idled-1.16 CATEGORIES= sysutils MASTER_SITES= http://www.darkwing.com/idled/download/ \ ftp://ftp.cs.hope.edu/pub/idled/ +NEED_VERSION= 1.402 MAINTAINER= ports@openbsd.org diff --git a/sysutils/idled/pkg/COMMENT b/sysutils/idled/pkg/COMMENT deleted file mode 100644 index 4f710eef095..00000000000 --- a/sysutils/idled/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -log out idle users and those hogging resources diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile index 511ce70106a..2288cf4f9c5 100644 --- a/sysutils/libretto-config/Makefile +++ b/sysutils/libretto-config/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2000/10/22 16:17:40 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2001/05/06 03:59:02 lebel Exp $ + +COMMENT= "Libretto BIOS Setting Program" DISTNAME= libapm-linux-1.0beta5 PKGNAME= libretto-config-1.0b5 CATEGORIES= sysutils -NEED_VERSION= 1.310 +NEED_VERSION= 1.402 MAINTAINER= Todd Miller diff --git a/sysutils/libretto-config/pkg/COMMENT b/sysutils/libretto-config/pkg/COMMENT deleted file mode 100644 index 632fd5ab4c6..00000000000 --- a/sysutils/libretto-config/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Libretto BIOS Setting Program diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 340b2327125..332254716a1 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2000/12/07 01:35:49 angelos Exp $ +# $OpenBSD: Makefile,v 1.34 2001/05/06 03:59:04 lebel Exp $ + +COMMENT= "list information about open files" DISTNAME= lsof_4.53_W PKGNAME= lsof-4.53 CATEGORIES= sysutils -NEED_VERSION= 1.322 +NEED_VERSION= 1.402 MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.crc.doc.ca/packages/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ diff --git a/sysutils/lsof/pkg/COMMENT b/sysutils/lsof/pkg/COMMENT deleted file mode 100644 index 6aab52fcc57..00000000000 --- a/sysutils/lsof/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -list information about open files diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index a545b737e50..81506812bd0 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/02/06 22:24:03 nate Exp $ +# $OpenBSD: Makefile,v 1.2 2001/05/06 03:59:05 lebel Exp $ + +COMMENT= "UPS monitoring program supporting many brands" DISTNAME= nut-0.44.2 CATEGORIES= sysutils -NEED_VERSION= 1.346 +NEED_VERSION= 1.402 HOMEPAGE= http://www.exploits.org/nut/ MASTER_SITES= ${HOMEPAGE}release/ diff --git a/sysutils/nut/pkg/COMMENT b/sysutils/nut/pkg/COMMENT deleted file mode 100644 index 3a0678cc104..00000000000 --- a/sysutils/nut/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -UPS monitoring program supporting many brands diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index c44fd07d0ba..0e11569d3c9 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2000/06/09 22:20:23 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/05/06 03:59:05 lebel Exp $ # +COMMENT= "multiuser "tip"/"cu" replacement with logging" + DISTNAME= rtty-3.2 CATEGORIES= sysutils -NEED_VERSION= 1.191 +NEED_VERSION= 1.402 MAINTAINER= ports@openbsd.org diff --git a/sysutils/rtty/pkg/COMMENT b/sysutils/rtty/pkg/COMMENT deleted file mode 100644 index 02c4eb1a08b..00000000000 --- a/sysutils/rtty/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -multiuser "tip"/"cu" replacement with logging diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile index 8f27b9a397b..d756f444a0b 100644 --- a/sysutils/setquota/Makefile +++ b/sysutils/setquota/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2000/06/09 20:57:59 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2001/05/06 03:59:06 lebel Exp $ # Original from: Ejovi Nuwere +COMMENT= "command line quota tools" + DISTNAME= setquota-0.1 CATEGORIES= sysutils -NEED_VERSION= 1.191 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.jurai.net/users/winter/ MAINTAINER= ports@OpenBSD.ORG diff --git a/sysutils/setquota/pkg/COMMENT b/sysutils/setquota/pkg/COMMENT deleted file mode 100644 index 9c38debbe6d..00000000000 --- a/sysutils/setquota/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -command line quota tools diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 4cf729272e3..42cc6f80fb0 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.5 2001/01/12 11:08:36 jakob Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/06 03:59:07 lebel Exp $ + +COMMENT= "signal or reprioritize specified processes" DISTNAME= skill-4.0 CATEGORIES= sysutils MAINTAINER= Jakob Schlyter +NEED_VERSION= 1.402 PERMIT_PACKAGE_CDROM= no PERMIT_PACKAGE_FTP= yes diff --git a/sysutils/skill/pkg/COMMENT b/sysutils/skill/pkg/COMMENT deleted file mode 100644 index e6799927ffb..00000000000 --- a/sysutils/skill/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -signal or reprioritize specified processes diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index fd9505003db..e2ae202faec 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:30 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/05/06 03:59:08 lebel Exp $ # Original from: Ejovi Nuwere +COMMENT= "create tcp socket and connect to stdin/out" + DISTNAME= socket-1.1 CATEGORIES= sysutils net MASTER_SITES= http://people.freebsd.org/~wosch/src/ +NEED_VERSION= 1.402 MAINTAINER= ports@openbsd.org diff --git a/sysutils/socket/pkg/COMMENT b/sysutils/socket/pkg/COMMENT deleted file mode 100644 index 79c5385bb94..00000000000 --- a/sysutils/socket/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -create tcp socket and connect to stdin/out diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile index f5700f70853..97b3a329b8d 100644 --- a/sysutils/stat/Makefile +++ b/sysutils/stat/Makefile @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2000/10/22 15:43:31 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:59:09 lebel Exp $ # Original from: Ejovi Nuwere +COMMENT= "print inode contents" + DISTNAME= stat-1.3 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~wosch/src/ +NEED_VERSION= 1.402 MAINTAINER= ports@openbsd.org diff --git a/sysutils/stat/pkg/COMMENT b/sysutils/stat/pkg/COMMENT deleted file mode 100644 index 8a28fd8af29..00000000000 --- a/sysutils/stat/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -print inode contents diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index 3dca5b2ea44..67d657a3a77 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2000/12/14 13:23:02 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2001/05/06 03:59:10 lebel Exp $ # Original from: Ejovi Nuwere +COMMENT= "list tcp connections to/from the local machine" + DISTNAME= tcplist-2.2 CATEGORIES= sysutils net -NEED_VERSION= 1.342 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/ EXTRACT_SUFX= .shar diff --git a/sysutils/tcplist/pkg/COMMENT b/sysutils/tcplist/pkg/COMMENT deleted file mode 100644 index 2f7ce91f560..00000000000 --- a/sysutils/tcplist/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -list tcp connections to/from the local machine diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile index 62ce894a135..114ba5e31ee 100644 --- a/sysutils/upsd/Makefile +++ b/sysutils/upsd/Makefile @@ -3,13 +3,15 @@ # Date created: 22 Nov 1999 # Whom: Kevin Lo # -# $OpenBSD: Makefile,v 1.10 2000/10/09 07:49:13 kevlo Exp $ +# $OpenBSD: Makefile,v 1.11 2001/05/06 03:59:10 lebel Exp $ # +COMMENT= "APC Smart UPS Monitoring Daemon" + DISTNAME= upsd-2.0.1.6 PKGNAME= upsd-2.0 CATEGORIES= sysutils -NEED_VERSION= 1.307 +NEED_VERSION= 1.402 MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= Kevin Lo diff --git a/sysutils/upsd/pkg/COMMENT b/sysutils/upsd/pkg/COMMENT deleted file mode 100644 index 441e71ef2cc..00000000000 --- a/sysutils/upsd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -APC Smart UPS Monitoring Daemon diff --git a/sysutils/usbutil/Makefile b/sysutils/usbutil/Makefile index f300b24bd4d..af5aa58da0d 100644 --- a/sysutils/usbutil/Makefile +++ b/sysutils/usbutil/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2000/10/04 21:54:08 jakob Exp $ +# $OpenBSD: Makefile,v 1.9 2001/05/06 03:59:12 lebel Exp $ + +COMMENT= "USB developer utilities" DISTNAME= usbutil-0.4 CATEGORIES= sysutils -NEED_VERSION= 1.302 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ diff --git a/sysutils/usbutil/pkg/COMMENT b/sysutils/usbutil/pkg/COMMENT deleted file mode 100644 index 9665c2ebc7e..00000000000 --- a/sysutils/usbutil/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -USB developer utilities diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index f6d956ac0c6..fc41ea4a6f2 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2000/10/05 01:06:36 kevlo Exp $ +# $OpenBSD: Makefile,v 1.8 2001/05/06 03:59:13 lebel Exp $ + +COMMENT= "Web-based interface for system administration for Unix" DISTNAME= webmin-0.81 CATEGORIES= sysutils -NEED_VERSION= 1.338 +NEED_VERSION= 1.402 FAKE=No MASTER_SITES= http://www.webmin.com/webmin/download/ diff --git a/sysutils/webmin/pkg/COMMENT b/sysutils/webmin/pkg/COMMENT deleted file mode 100644 index 913a2610488..00000000000 --- a/sysutils/webmin/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Web-based interface for system administration for Unix diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index f0c36668e3e..5ac3ecf7420 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -3,13 +3,15 @@ # Date created: 22 July 1998 # Whom: Niklas Hallqvist # -# $OpenBSD: Makefile,v 1.6 2000/10/22 14:03:49 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2001/05/06 03:59:14 lebel Exp $ # $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $ # +COMMENT= "laptop battery status display for X11" + DISTNAME= xbatt-1.2.1 CATEGORIES= sysutils x11 -NEED_VERSION= 1.307 +NEED_VERSION= 1.402 MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ MAINTAINER= Niklas Hallqvist diff --git a/sysutils/xbatt/pkg/COMMENT b/sysutils/xbatt/pkg/COMMENT deleted file mode 100644 index c117e41a687..00000000000 --- a/sysutils/xbatt/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -laptop battery status display for X11 diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 31ceaaf9f3a..c59aae4da10 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2000/10/25 03:55:20 form Exp $ +# $OpenBSD: Makefile,v 1.22 2001/05/06 03:59:15 lebel Exp $ # $NetBSD: Makefile,v 1.9 1998/04/15 10:38:50 agc Exp $ +COMMENT= "graphical performance meter" + DISTNAME= xosview-1.7.4 CATEGORIES= sysutils -NEED_VERSION= 1.305 +NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.openbsd.ru/pub/OpenBSD/distfiles/ \ ftp://vell.nsc.ru/pub/OpenBSD/distfiles/ \ http://lore.ece.utexas.edu/~bgrayson/xosview/ diff --git a/sysutils/xosview/pkg/COMMENT b/sysutils/xosview/pkg/COMMENT deleted file mode 100644 index e2056d93743..00000000000 --- a/sysutils/xosview/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -graphical performance meter diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index c3173caac32..69eb429853e 100644 --- a/sysutils/zap/Makefile +++ b/sysutils/zap/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:33 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/05/06 03:59:16 lebel Exp $ + +COMMENT= "interactive process killer" PKGNAME= zap-1.1 DISTNAME= zap-1.1 WRKDIST= ${WRKDIR}/zap CATEGORIES= sysutils -NEED_VERSION= 1.191 +NEED_VERSION= 1.402 MASTER_SITES= http://www.darwinsys.com/freeware/ MAINTAINER= Ian Darwin diff --git a/sysutils/zap/pkg/COMMENT b/sysutils/zap/pkg/COMMENT deleted file mode 100644 index 4201a2d33db..00000000000 --- a/sysutils/zap/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -interactive process killer