diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-29 15:26:25 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-29 15:26:25 +0800 |
commit | 19386994cce4ec58af45c20426a34659b1e722e7 (patch) | |
tree | 3e6e76c8d87564651a44da198e593994081a8347 /devel/p5-App-Control | |
parent | b10619e221bda29ec0bf49272cd19b38dfebf79c (diff) | |
download | freebsd-ports-gnome-19386994cce4ec58af45c20426a34659b1e722e7.tar.gz freebsd-ports-gnome-19386994cce4ec58af45c20426a34659b1e722e7.tar.zst freebsd-ports-gnome-19386994cce4ec58af45c20426a34659b1e722e7.zip |
Add p5-App-Control 1.02, an apachectl style control of another script
or executable
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 |