diff options
author | nork <nork@FreeBSD.org> | 2002-11-02 14:42:15 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-02 14:42:15 +0800 |
commit | 95e394effe4b13660eaaef2c31e22837fe053c41 (patch) | |
tree | 6a6f20684fe77489c11878872181b3c0d9ca01ff /www/p5-Apache-SubProcess | |
parent | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (diff) | |
download | freebsd-ports-graphics-95e394effe4b13660eaaef2c31e22837fe053c41.tar.gz freebsd-ports-graphics-95e394effe4b13660eaaef2c31e22837fe053c41.tar.zst freebsd-ports-graphics-95e394effe4b13660eaaef2c31e22837fe053c41.zip |
Add p5-Apache-SubProcess(0.03), a perl module for API for running
and communicating with processes spawned from mod_perl handlers.
PR: ports/44479
Submitted by: Lars Eggert <larse@isi.edu>
Diffstat (limited to 'www/p5-Apache-SubProcess')
-rw-r--r-- | www/p5-Apache-SubProcess/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Apache-SubProcess/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-SubProcess/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Apache-SubProcess/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache-SubProcess/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-Apache-SubProcess/Makefile b/www/p5-Apache-SubProcess/Makefile new file mode 100644 index 00000000000..7f5aa258fe3 --- /dev/null +++ b/www/p5-Apache-SubProcess/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Apache-SubProcess +# Date created: 25 October 2002 +# Whom: larse@isi.edu +# +# $FreeBSD$ +# + +PORTNAME= Apache-SubProcess +PORTVERSION= 0.03 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= larse@isi.edu + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-Apache-SubProcess/distinfo b/www/p5-Apache-SubProcess/distinfo new file mode 100644 index 00000000000..20d9f12ad8a --- /dev/null +++ b/www/p5-Apache-SubProcess/distinfo @@ -0,0 +1 @@ +MD5 (Apache-SubProcess-0.03.tar.gz) = 1189e0c3a02ef4bdc2707809cdf3dcc3 diff --git a/www/p5-Apache-SubProcess/pkg-comment b/www/p5-Apache-SubProcess/pkg-comment new file mode 100644 index 00000000000..8be790026d6 --- /dev/null +++ b/www/p5-Apache-SubProcess/pkg-comment @@ -0,0 +1 @@ +Forking and executing subprocesses from mod_perl diff --git a/www/p5-Apache-SubProcess/pkg-descr b/www/p5-Apache-SubProcess/pkg-descr new file mode 100644 index 00000000000..1c5acfb76b3 --- /dev/null +++ b/www/p5-Apache-SubProcess/pkg-descr @@ -0,0 +1,4 @@ +Apache::SubProcess provides the Perl API for running and communicating +with processes spawned from mod_perl handlers. + +Author: Doug MacEachern diff --git a/www/p5-Apache-SubProcess/pkg-plist b/www/p5-Apache-SubProcess/pkg-plist new file mode 100644 index 00000000000..f2718c0db3d --- /dev/null +++ b/www/p5-Apache-SubProcess/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SubProcess/SubProcess.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SubProcess/SubProcess.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SubProcess/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/SubProcess.pm +@unexec %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SubProcess 2>/dev/null || true +@unexec %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache 2>/dev/null || true |