Port details |
- p5-MooseX-Daemonize Role for daemonizing your Moose based application
- 0.22 devel
=1 0.22Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-07-28 00:55:34
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: python, sysinfo
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Often you want to write a persistant daemon that has a pid file, and responds
appropriately to Signals. This module provides a set of basic roles as an
infrastructure to do that.
WWW: https://metacpan.org/release/MooseX-Daemonize
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MooseX-Daemonize>0:devel/p5-MooseX-Daemonize
- To install the port:
- cd /usr/ports/devel/p5-MooseX-Daemonize/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-MooseX-Daemonize
- pkg install p5-MooseX-Daemonize
- PKGNAME: p5-MooseX-Daemonize
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577840814
SHA256 (MooseX-Daemonize-0.22.tar.gz) = 8a7fb999dca9b802a85136a10141b2d3378a3ecde0527c1df73d55edb28e59b3
SIZE (MooseX-Daemonize-0.22.tar.gz) = 47281
- 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:
-
- p5-Moose>=0.33 : devel/p5-Moose
- p5-MooseX-Getopt>=0.07 : devel/p5-MooseX-Getopt
- p5-MooseX-Types-Path-Class>=0 : devel/p5-MooseX-Types-Path-Class
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Devel-CheckOS>=1.63 : devel/p5-Devel-CheckOS
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Moose>=0.33 : devel/p5-Moose
- p5-MooseX-Getopt>=0.07 : devel/p5-MooseX-Getopt
- p5-MooseX-Types-Path-Class>=0 : devel/p5-MooseX-Types-Path-Class
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-FCGI-Engine
- for Run
-
- www/p5-FCGI-Engine
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-MooseX-Daemonize
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.22
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Jan 2020 02:27:10
0.22
|
wen  |
- Update to 0.22 |
06 Oct 2018 13:06:45
0.21
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
12 Aug 2018 08:06:24
0.21
|
antoine  |
Undeprecate and unexpire ports that were not correctly deprecated, all ports
depending on those should have been deprecated but it never happened |
27 May 2018 20:15:20
0.21
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.21
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
26 Dec 2016 14:33:04
0.21
|
mat  |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.21
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
16 Feb 2016 18:05:17
0.21
|
adamw  |
Update to 0.21.
Changes: https://metacpan.org/changes/distribution/MooseX-Daemonize |
19 Aug 2015 03:54:27
0.20
|
sunpoet  |
- Update to 0.20
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
01 Jan 2015 16:23:03
0.19
|
sunpoet  |
- Update to 0.19
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
26 Nov 2014 13:08:38
0.18_1
|
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 ) |
27 Oct 2014 10:55:59
0.18
|
bapt  |
Cleanup plist |
30 Oct 2013 14:44:54
0.18
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
0.18
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.18
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
14 May 2013 09:46:27
0.18
|
tobez  |
Update to 0.18.
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
27 Apr 2013 04:14:04
0.17
|
sunpoet  |
- Update to 0.17
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
14 Jun 2012 02:15:03
0.15
|
sunpoet  |
- Update to 0.15
- Mark DEPRECATED: author recommends to use Daemon::Control instead
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
26 Apr 2012 00:31:54
0.13
|
swills  |
- Add TEST_DEPENDS |
17 Sep 2011 06:49:29
0.13
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
12 Jul 2011 07:28:04
0.13
|
bapt  |
- update to 0.13
- changes: http://cpansearch.perl.org/src/STEVAN/MooseX-Daemonize-0.13/Changes |
17 May 2011 11:05:02
0.12
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
26 Aug 2010 02:57:34
0.12
|
sahil  |
- Update to 0.12
- Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes
PR: ports/149930
Submitted by: Frederic Culot <frederic@culot.org> |
07 May 2010 05:04:33
0.10
|
az  |
Update to 0.10
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
06 Oct 2009 08:56:48
0.09
|
tobez  |
Update to 0.09.
Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes |
16 Aug 2009 09:22:05
0.08
|
linimon  |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
27 Sep 2008 20:42:53
0.08
|
lbr  |
Update to 0.08 |
28 Jul 2008 00:55:03
0.07
|
lbr  |
New port: devel/p5-MooseX-Daemonize, Role for daemonizing your Moose based
application |