pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/p5-Daemon-Generic
Module Name: pkgsrc
Committed By: mef
Date: Mon Jan 30 14:18:15 UTC 2017
Added Files:
pkgsrc/sysutils/p5-Daemon-Generic: DESCR Makefile distinfo
Log Message:
Import p5-Daemon-Generic-0.84 as sysutils/p5-Daemon-Generic.
Daemon::Generic provides a framework for starting, stopping, reconfiguring
daemon-like programs. The framework provides for standard commands that
work for as init.d files and as apachectl-like commands.
Programs that use Daemon::Generic subclass Daemon::Generic to override its
behavior. Almost everything that Genric::Daemon does can be overridden as
needed.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/p5-Daemon-Generic/DESCR \
pkgsrc/sysutils/p5-Daemon-Generic/Makefile \
pkgsrc/sysutils/p5-Daemon-Generic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/p5-Daemon-Generic/DESCR
diff -u /dev/null pkgsrc/sysutils/p5-Daemon-Generic/DESCR:1.1
--- /dev/null Mon Jan 30 14:18:15 2017
+++ pkgsrc/sysutils/p5-Daemon-Generic/DESCR Mon Jan 30 14:18:15 2017
@@ -0,0 +1,7 @@
+Daemon::Generic provides a framework for starting, stopping, reconfiguring
+daemon-like programs. The framework provides for standard commands that
+work for as init.d files and as apachectl-like commands.
+
+Programs that use Daemon::Generic subclass Daemon::Generic to override its
+behavior. Almost everything that Genric::Daemon does can be overridden as
+needed.
Index: pkgsrc/sysutils/p5-Daemon-Generic/Makefile
diff -u /dev/null pkgsrc/sysutils/p5-Daemon-Generic/Makefile:1.1
--- /dev/null Mon Jan 30 14:18:15 2017
+++ pkgsrc/sysutils/p5-Daemon-Generic/Makefile Mon Jan 30 14:18:15 2017
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2017/01/30 14:18:15 mef Exp $
+
+DISTNAME= Daemon-Generic-0.84
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/
+COMMENT= Framework to provide start/stop/reload for a daemon
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-File-Flock-[0-9]*:../../devel/p5-File-Flock
+DEPENDS+= p5-Data-Structure-Util-[0-9]*:../../devel/p5-Data-Structure-Util
+
+# for make test
+BUILD_DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent
+BUILD_DEPENDS+= p5-Eval-LineNumbers-[0-9]*:../../devel/p5-Eval-LineNumbers
+
+PERL5_PACKLIST= auto/Daemon/Generic/.packlist
+USE_LANGUAGES= # none
+
+.include "../../devel/p5-Event/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/p5-Daemon-Generic/distinfo
diff -u /dev/null pkgsrc/sysutils/p5-Daemon-Generic/distinfo:1.1
--- /dev/null Mon Jan 30 14:18:15 2017
+++ pkgsrc/sysutils/p5-Daemon-Generic/distinfo Mon Jan 30 14:18:15 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/30 14:18:15 mef Exp $
+
+SHA1 (Daemon-Generic-0.84.tar.gz) = a5100bdd9cfba55b2cdd81c81fce8fa275054548
+RMD160 (Daemon-Generic-0.84.tar.gz) = 28425f13f3dbe736212d1760dcf0bd38bad462dd
+SHA512 (Daemon-Generic-0.84.tar.gz) = eadf060653ec86b982f4388777b15bfcad55635042048d389ba7d88d2de5f778b849a2fabce3524f05e041fc76a51eae4af14e759659616b7d28fb4b657178e0
+Size (Daemon-Generic-0.84.tar.gz) = 15065 bytes
Home |
Main Index |
Thread Index |
Old Index