aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Daemon-Generic
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.71Sahil Tandon2010-08-292-4/+4
| | | | | | | | | | | - Changes: http://search.cpan.org/dist/Daemon-Generic/CHANGELOG PR: ports/149640 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=260150
* Fix dependencies.Sergey Skvortsov2009-09-231-0/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241951
* - Update 0.61Philip M. Gollucci2009-07-092-4/+4
| | | | | | | | | PR: ports/136548 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237542
* Daemon::Generic provides a framework for starting, stopping, reconfiguringRenato Botelho2008-05-304-0/+45
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. WWW: http://search.cpan.org/dist/Daemon-Generic/ PR: ports/124133 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com> Notes: svn path=/head/; revision=213941