svn commit: r388595 - in head/devel: . p5-Any-Daemon

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 5 16:37:26 UTC 2015


Author: amdmi3
Date: Fri Jun  5 16:37:23 2015
New Revision: 388595
URL: https://svnweb.freebsd.org/changeset/ports/388595

Log:
  - 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 at waschbuesch.de

Added:
  head/devel/p5-Any-Daemon/
  head/devel/p5-Any-Daemon/Makefile   (contents, props changed)
  head/devel/p5-Any-Daemon/distinfo   (contents, props changed)
  head/devel/p5-Any-Daemon/pkg-descr   (contents, props changed)
  head/devel/p5-Any-Daemon/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jun  5 16:32:27 2015	(r388594)
+++ head/devel/Makefile	Fri Jun  5 16:37:23 2015	(r388595)
@@ -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

Added: head/devel/p5-Any-Daemon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Any-Daemon/Makefile	Fri Jun  5 16:37:23 2015	(r388595)
@@ -0,0 +1,24 @@
+# Created by: Martin Waschbuesch <martin at 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 at 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>

Added: head/devel/p5-Any-Daemon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Any-Daemon/distinfo	Fri Jun  5 16:37:23 2015	(r388595)
@@ -0,0 +1,2 @@
+SHA256 (Any-Daemon-0.94.tar.gz) = d2e9e517da4ee6afb6132cf17f9d5498cc9be3680252411312b65291356bbaa7
+SIZE (Any-Daemon-0.94.tar.gz) = 8068

Added: head/devel/p5-Any-Daemon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Any-Daemon/pkg-descr	Fri Jun  5 16:37:23 2015	(r388595)
@@ -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/

Added: head/devel/p5-Any-Daemon/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Any-Daemon/pkg-plist	Fri Jun  5 16:37:23 2015	(r388595)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Any/Daemon.pm
+%%SITE_PERL%%/Any/Daemon.pod
+%%PERL5_MAN3%%/Any::Daemon.3.gz


More information about the svn-ports-head mailing list