summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-31 11:17:47 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-31 11:17:47 +0000
commit1ad600881da0c1186a6db56a1991d0c3778d450b (patch)
tree15ed80cdb2b1aab757099a60e738fc23b9bbbdb3 /devel
parentUpdate to 0.92. (diff)
Update to 1.05; add WWW to pkg-descr; assume maintainership.
Notes
Notes: svn path=/head/; revision=47211
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Proc-Background/Makefile4
-rw-r--r--devel/p5-Proc-Background/distinfo2
-rw-r--r--devel/p5-Proc-Background/pkg-descr10
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Proc-Background/Makefile b/devel/p5-Proc-Background/Makefile
index 3583cfb91bca..15d314b96bf3 100644
--- a/devel/p5-Proc-Background/Makefile
+++ b/devel/p5-Proc-Background/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Proc-Background
-PORTVERSION= 1.03
+PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
diff --git a/devel/p5-Proc-Background/distinfo b/devel/p5-Proc-Background/distinfo
index 2dde8d2dab2c..a9bc9c052c4c 100644
--- a/devel/p5-Proc-Background/distinfo
+++ b/devel/p5-Proc-Background/distinfo
@@ -1 +1 @@
-MD5 (Proc-Background-1.03.tar.gz) = 7ca2714bbd050ea96923e5a8a14dc907
+MD5 (Proc-Background-1.05.tar.gz) = 314a0cdd1dc392f66ab84455e0eac723
diff --git a/devel/p5-Proc-Background/pkg-descr b/devel/p5-Proc-Background/pkg-descr
index 40bfe77c48e1..0f696619e259 100644
--- a/devel/p5-Proc-Background/pkg-descr
+++ b/devel/p5-Proc-Background/pkg-descr
@@ -1,10 +1,8 @@
-This is the Proc::Generic package. It provides a generic interface to
-running background processes. Through this interface, users can run
-background processes on different operating systems without concerning
-themselves about the specifics of doing this. Users of this package
-create new Proc::Generic objects that provide an object oriented
-interface to process management.
+This is a generic interface for placing processes in the background on
+both Unix and Win32 platforms. This module lets you start, kill, wait
+on, retrieve exit values, and see if background processes still exist.
Author: Blair Zajac <blair@akamai.com>
+WWW: http://search.cpan.org/search?dist=Proc-Background
--will