diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-29 07:26:25 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-29 07:26:25 +0000 |
commit | 947d4ffc615ad0db1d81ccdadcb6a02981c0efa2 (patch) | |
tree | 1ea38f71c08508c1406066b493c8619e01dea609 /devel/p5-App-Control | |
parent | e6d6fbe3f23bb6eb57dc22c0f4a1f1421f5fbe2a (diff) | |
download | ports-947d4ffc615ad0db1d81ccdadcb6a02981c0efa2.tar.gz ports-947d4ffc615ad0db1d81ccdadcb6a02981c0efa2.zip |
Notes
Diffstat (limited to 'devel/p5-App-Control')
-rw-r--r-- | devel/p5-App-Control/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-App-Control/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-App-Control/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-App-Control/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-App-Control/Makefile b/devel/p5-App-Control/Makefile new file mode 100644 index 000000000000..b63c3d34febc --- /dev/null +++ b/devel/p5-App-Control/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-App-Control +# Date created: Dec 29 2006 +# Whom: Rong-En Fan <rafan@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= App-Control +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= App +PKGNAMEPREFIX= p5- + +MAINTAINER= rafan@FreeBSD.org +COMMENT= An apachectl style control of another script or executable + +PERL_CONFIGURE= YES + +MAN3= App::Control.3 + +.include <bsd.port.mk> diff --git a/devel/p5-App-Control/distinfo b/devel/p5-App-Control/distinfo new file mode 100644 index 000000000000..d756ec41ca74 --- /dev/null +++ b/devel/p5-App-Control/distinfo @@ -0,0 +1,3 @@ +MD5 (App-Control-1.02.tar.gz) = 7678adf4e4f54d0a3af2817a6e8f7f5e +SHA256 (App-Control-1.02.tar.gz) = db75ab08de37c5a44150195ff97683a66de447918ec10a891f2f4a129fa9fa3d +SIZE (App-Control-1.02.tar.gz) = 4690 diff --git a/devel/p5-App-Control/pkg-descr b/devel/p5-App-Control/pkg-descr new file mode 100644 index 000000000000..7581c2c20d5a --- /dev/null +++ b/devel/p5-App-Control/pkg-descr @@ -0,0 +1,8 @@ +App::Control is a simple module to replicate the kind of functionality +you get with apachectl to control apache, but for any script or +executable. There is a very simple OO interface, where the constructor +is used to specify the executable, command line arguments, and pidfile, +and various methods (start, stop, etc.) are used to control the executable +in the obvious way. + +WWW: http://search.cpan.org/dist/App-Control/ diff --git a/devel/p5-App-Control/pkg-plist b/devel/p5-App-Control/pkg-plist new file mode 100644 index 000000000000..c1c628c893b8 --- /dev/null +++ b/devel/p5-App-Control/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Control/.packlist +%%SITE_PERL%%/App/Control.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Control +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App +@dirrmtry %%SITE_PERL%%/App |