Bug 124133 - [NEW PORT] net/p5-Daemon-Generic: Framework to provide start/stop/reload for a daemon
Summary: [NEW PORT] net/p5-Daemon-Generic: Framework to provide start/stop/reload for ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-30 14:50 UTC by BluePex Security Solutions
Modified: 2008-05-30 15:20 UTC (History)
0 users

See Also:


Attachments
p5-Daemon-Generic-0.51.shar (2.58 KB, text/plain)
2008-05-30 14:50 UTC, BluePex Security Solutions
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description BluePex Security Solutions 2008-05-30 14:50:05 UTC
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.

WWW:	http://search.cpan.org/dist/Daemon-Generic/

Generated with FreeBSD Port Tools 0.77
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2008-05-30 14:50:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-30 15:13:31 UTC
garga       2008-05-30 14:13:23 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  WWW:    http://search.cpan.org/dist/Daemon-Generic/
  
  PR:             ports/124133
  Submitted by:   BluePex Security Solutions <freebsd-ports at bluepex.com>
  
  Revision  Changes    Path
  1.1998    +1 -0      ports/net/Makefile
  1.1       +23 -0     ports/net/p5-Daemon-Generic/Makefile (new)
  1.1       +3 -0      ports/net/p5-Daemon-Generic/distinfo (new)
  1.1       +9 -0      ports/net/p5-Daemon-Generic/pkg-descr (new)
  1.1       +10 -0     ports/net/p5-Daemon-Generic/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2008-05-30 15:14:02 UTC
State Changed
From-To: open->closed

New port added. Thanks!