aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-29 07:26:25 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-29 07:26:25 +0000
commit947d4ffc615ad0db1d81ccdadcb6a02981c0efa2 (patch)
tree1ea38f71c08508c1406066b493c8619e01dea609 /devel
parente6d6fbe3f23bb6eb57dc22c0f4a1f1421f5fbe2a (diff)
downloadports-947d4ffc615ad0db1d81ccdadcb6a02981c0efa2.tar.gz
ports-947d4ffc615ad0db1d81ccdadcb6a02981c0efa2.zip
Add p5-App-Control 1.02, an apachectl style control of another script
or executable
Notes
Notes: svn path=/head/; revision=180940
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-App-Control/Makefile22
-rw-r--r--devel/p5-App-Control/distinfo3
-rw-r--r--devel/p5-App-Control/pkg-descr8
-rw-r--r--devel/p5-App-Control/pkg-plist5
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a0dc063f7233..02e28adc2508 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -803,6 +803,7 @@
SUBDIR += p5-AnyEvent
SUBDIR += p5-App-CLI
SUBDIR += p5-App-Cache
+ SUBDIR += p5-App-Control
SUBDIR += p5-App-Info
SUBDIR += p5-App-Options
SUBDIR += p5-App-Trace
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