diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-31 11:17:47 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-31 11:17:47 +0000 |
commit | 1ad600881da0c1186a6db56a1991d0c3778d450b (patch) | |
tree | 15ed80cdb2b1aab757099a60e738fc23b9bbbdb3 /devel/p5-Proc-Background | |
parent | 6e277359f312f1066e085b317c55195f403e179d (diff) | |
download | ports-1ad600881da0c1186a6db56a1991d0c3778d450b.tar.gz ports-1ad600881da0c1186a6db56a1991d0c3778d450b.zip |
Notes
Diffstat (limited to 'devel/p5-Proc-Background')
-rw-r--r-- | devel/p5-Proc-Background/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Proc-Background/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Proc-Background/pkg-descr | 10 |
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 |