summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
commit33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch)
treea75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /sysutils
parentRemove autoconf257. It's a work in progress and it's breaking the (diff)
Remove pkg-comment files in my ports.
Notes
Notes: svn path=/head/; revision=75894
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/daemontools/Makefile1
-rw-r--r--sysutils/daemontools/pkg-comment1
-rw-r--r--sysutils/penv/Makefile1
-rw-r--r--sysutils/penv/pkg-comment1
-rw-r--r--sysutils/pslist/Makefile1
-rw-r--r--sysutils/pslist/pkg-comment1
-rw-r--r--sysutils/safecat/Makefile1
-rw-r--r--sysutils/safecat/pkg-comment1
-rw-r--r--sysutils/timelimit/Makefile1
-rw-r--r--sysutils/timelimit/pkg-comment1
-rw-r--r--sysutils/unquote/Makefile1
-rw-r--r--sysutils/unquote/pkg-comment1
12 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile
index 4728a0a7e817..626914bd9402 100644
--- a/sysutils/daemontools/Makefile
+++ b/sysutils/daemontools/Makefile
@@ -26,6 +26,7 @@ MANCOMPRESSED= no
.endif
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Service monitoring and logging utilities by djb"
WRKSRC= ${WRKDIR}/admin/${DISTNAME}/src
NO_PACKAGE= "Unsure of djb\'s license"
diff --git a/sysutils/daemontools/pkg-comment b/sysutils/daemontools/pkg-comment
deleted file mode 100644
index 9f1c8ff6bbec..000000000000
--- a/sysutils/daemontools/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Service monitoring and logging utilities by djb
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile
index bb2147d0de40..e8a367366716 100644
--- a/sysutils/penv/Makefile
+++ b/sysutils/penv/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://devel.ringlet.net/sysutils/penv/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Set the environment accoring to the current working directory"
RUN_DEPENDS= envdir:${PORTSDIR}/sysutils/daemontools
diff --git a/sysutils/penv/pkg-comment b/sysutils/penv/pkg-comment
deleted file mode 100644
index 7ccead9f79ec..000000000000
--- a/sysutils/penv/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Set the environment accoring to the current working directory
diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile
index 04775611d6cb..7fb2ec45dd69 100644
--- a/sysutils/pslist/Makefile
+++ b/sysutils/pslist/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= sysutils
MASTER_SITES= http://ringwraith.online.bg/devel/sysutils/
MAINTAINER= roam@FreeBSD.org
+COMMENT= "A utility to view or send signals to processes with all their children"
NO_BUILD= yes
diff --git a/sysutils/pslist/pkg-comment b/sysutils/pslist/pkg-comment
deleted file mode 100644
index 6c9e519d6bae..000000000000
--- a/sysutils/pslist/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A utility to view or send signals to processes with all their children
diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile
index d02e22c0b3fe..885a582c3439 100644
--- a/sysutils/safecat/Makefile
+++ b/sysutils/safecat/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= sysutils mail
MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Safely write data to a directory using D. J. Bernstein's Maildir ideology"
USE_REINPLACE= yes
diff --git a/sysutils/safecat/pkg-comment b/sysutils/safecat/pkg-comment
deleted file mode 100644
index f4b34a2b6b4d..000000000000
--- a/sysutils/safecat/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Safely write data to a directory using D. J. Bernstein's Maildir ideology
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile
index 96505a75854f..c1fa2c9daaec 100644
--- a/sysutils/timelimit/Makefile
+++ b/sysutils/timelimit/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://ringwraith.online.bg/~roam/devel/sys/timelimit/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Limit the absolute execution time of a process"
MAN8= timelimit.8
diff --git a/sysutils/timelimit/pkg-comment b/sysutils/timelimit/pkg-comment
deleted file mode 100644
index ff985f486124..000000000000
--- a/sysutils/timelimit/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Limit the absolute execution time of a process
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile
index a4cddfcb9102..0b8ba302a598 100644
--- a/sysutils/unquote/Makefile
+++ b/sysutils/unquote/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://devel.ringlet.net/misc/unquote/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Execute a command with safely quoted arguments"
MAN1= unquote.1
MANCOMPRESSED= yes
diff --git a/sysutils/unquote/pkg-comment b/sysutils/unquote/pkg-comment
deleted file mode 100644
index 24492c27e388..000000000000
--- a/sysutils/unquote/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Execute a command with safely quoted arguments