Port details |
- p5-Net-Daemon Perl5 extension for portable daemons
- 0.48_1 net =101 0.48_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: p5-PlRPC, gmake, p5-DBI, libiconv, m4
- Also Listed In: perl5
- License: not specified in port
- Description:
- Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way. The module is designed for Perl 5.005
and threads, but can work with fork() and Perl 5.004.
The Net::Daemon class offers methods for the most common tasks a daemon
needs: Starting up, logging, accepting clients, authorization,
restricting its own environment for security and doing the true work.
You only have to override those methods that aren't appropriate for you,
but typically inheriting will safe you a lot of work anyways.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Daemon>0:net/p5-Net-Daemon
- To install the port:
- cd /usr/ports/net/p5-Net-Daemon/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Daemon
- pkg install p5-Net-Daemon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-Daemon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Daemon-0.48.tar.gz) = 3c12f1e44f9bbce427204a83dd73aa6dd2909e91190d32d6ec3563beca7bbc74
SIZE (Net-Daemon-0.48.tar.gz) = 29513
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net/p5-OurNet-BBS
- net/p5-PlRPC
- security/p5-Net-Daemon-SSL
- for Run
-
- net/p5-OurNet-BBS
- net/p5-PlRPC
- security/p5-Net-Daemon-SSL
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Daemon
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.48_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.48_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.48_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.48 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.48 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.48 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.48 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.48 03 May 2011 08:35:21 |
clsung |
- Update to 0.48 |
0.47 04 Mar 2011 08:42:55 |
clsung |
- Update to 0.47 |
0.46 03 Mar 2011 10:02:05 |
clsung |
- Update to 0.46 |
0.43 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.43 20 Jun 2007 06:48:52 |
clsung |
- Update to 0.43 |
0.41 03 Jun 2007 10:16:47 |
clsung |
- Update to 0.41
- grab maintainership |
0.39 18 Feb 2006 08:54:57 |
aaron |
- update from v0.38 to v0.39
Committed by: aaron
Approved by: tobez (implicit)
2006-02-15 Jochen Wiedmann <jwied@cpan.org> (0.39)
* t/forkm.t: Hopefully, I finally got rid of the
problem with the forking tests. It seems, that
the perlipc manual got updated in the past years,
most possibly for the same reason: A child handler
must be written to catch childs in a loop. |
0.38 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.38 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.38 18 Mar 2004 17:40:11 |
vanilla |
reset MAINTAINER bit to ports@
I have no too much time to maintain. |
0.38 18 Mar 2004 17:35:46 |
vanilla |
Add SIZE.
Submitted by: trevor |
0.38 09 Dec 2003 15:03:24 |
demon |
Update to version 0.38.
Approved by: maintainer |
0.37 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.37 30 Sep 2003 18:07:53 |
vanilla |
Upgrade to 0.37
PR: ports/56876
Submitted by: Lars Thegler <lars@thegler.dk> |
0.36 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
26 Nov 2001 12:11:58 |
vanilla |
Upgrade to 0.36. |
19 Apr 2001 06:22:14 |
vanilla |
Upgrade to 0.35. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Jan 2001 22:23:27 |
vanilla |
Upgrade p5-HTML-Parser => 3.15 p5-Net-Daemon => 0.34 p5-Storable =>
1.0.7 |
15 Dec 2000 03:06:44 |
vanilla |
Upgrade to 0.33. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
31 Jul 2000 10:28:27 |
kevlo |
Update to version 0.31 |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |