summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 16:37:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 16:37:23 +0000
commit37c405936d943507207669ccf03decfa882e5c9d (patch)
tree18b70695a8f55d9d744e22a8bb2be92221af1b14
parent6c5f8344ace10618a32f62f4dbbef6422989a394 (diff)
downloadfreebsd-ports-37c405936d943507207669ccf03decfa882e5c9d.zip
- Add devel/p5-Any-Daemon
This module delivers the basic needs for any daemon on UNIX systems. There are other standard daemon implementations available on CPAN, with as main common difference that this module is not dedicated to a specific task. By using Log::Report, you can easily redirect error reports to any logging mechanism you like. WWW: http://search.cpan.org/dist/Any-Daemon/ PR: 200627 Submitted by: martin@waschbuesch.de
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Any-Daemon/Makefile24
-rw-r--r--devel/p5-Any-Daemon/distinfo2
-rw-r--r--devel/p5-Any-Daemon/pkg-descr7
-rw-r--r--devel/p5-Any-Daemon/pkg-plist3
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7f58ead10a7a..bf1b272c360a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1517,6 +1517,7 @@
SUBDIR += p5-Alias
SUBDIR += p5-Alien-SDL
SUBDIR += p5-Alzabo
+ SUBDIR += p5-Any-Daemon
SUBDIR += p5-Any-Moose
SUBDIR += p5-Any-Moose-Convert
SUBDIR += p5-AnyData
diff --git a/devel/p5-Any-Daemon/Makefile b/devel/p5-Any-Daemon/Makefile
new file mode 100644
index 000000000000..0f69743c4c87
--- /dev/null
+++ b/devel/p5-Any-Daemon/Makefile
@@ -0,0 +1,24 @@
+# Created by: Martin Waschbuesch <martin@waschbuesch.de>
+# $FreeBSD$
+
+PORTNAME= Any-Daemon
+PORTVERSION= 0.94
+PORTEPOCH= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MARKOV
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= martin@waschbuesch.de
+COMMENT= Provides basic needs for a daemon
+
+LICENSE= ART10
+
+RUN_DEPENDS:= p5-Log-Report-Optional>=0:${PORTSDIR}/devel/p5-Log-Report-Optional \
+ p5-File-Spec-Native>=0:${PORTSDIR}/devel/p5-File-Spec-Native
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Any-Daemon/distinfo b/devel/p5-Any-Daemon/distinfo
new file mode 100644
index 000000000000..42a93f1ef5b2
--- /dev/null
+++ b/devel/p5-Any-Daemon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Any-Daemon-0.94.tar.gz) = d2e9e517da4ee6afb6132cf17f9d5498cc9be3680252411312b65291356bbaa7
+SIZE (Any-Daemon-0.94.tar.gz) = 8068
diff --git a/devel/p5-Any-Daemon/pkg-descr b/devel/p5-Any-Daemon/pkg-descr
new file mode 100644
index 000000000000..3d3739e951e8
--- /dev/null
+++ b/devel/p5-Any-Daemon/pkg-descr
@@ -0,0 +1,7 @@
+This module delivers the basic needs for any daemon on UNIX systems.
+There are other standard daemon implementations available on CPAN,
+with as main common difference that this module is not dedicated to a
+specific task. By using Log::Report, you can easily redirect error
+reports to any logging mechanism you like.
+
+WWW: http://search.cpan.org/dist/Any-Daemon/
diff --git a/devel/p5-Any-Daemon/pkg-plist b/devel/p5-Any-Daemon/pkg-plist
new file mode 100644
index 000000000000..b70cdcdde0da
--- /dev/null
+++ b/devel/p5-Any-Daemon/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Any/Daemon.pm
+%%SITE_PERL%%/Any/Daemon.pod
+%%PERL5_MAN3%%/Any::Daemon.3.gz