1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Update to 1.05; add WWW to pkg-descr; assume maintainership.

This commit is contained in:
Anton Berezin 2001-08-31 11:17:47 +00:00
parent 6e277359f3
commit 1ad600881d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47211
3 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Proc-Background-1.03.tar.gz) = 7ca2714bbd050ea96923e5a8a14dc907
MD5 (Proc-Background-1.05.tar.gz) = 314a0cdd1dc392f66ab84455e0eac723

View File

@ -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