Port details |
- p5-App-Pm2Port Creating port from perl module
- 0.29_3 ports-mgmt
=0 0.29_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Does not know about USES=perl, generates incorrect pkg-plist
This port expired on: 2015-01-06
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-12-22 07:14:49
- Last Update: 2015-01-06 18:49:17
- SVN Revision: 376435
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/App-Pm2Port/
- Description:
- App::Pm2Port is a perl module to creat FreeBSD port from
perl module.
WWW: http://search.cpan.org/dist/App-Pm2Port/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-App-Pm2Port>0:ports-mgmt/p5-App-Pm2Port
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-App-Pm2Port
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-CPANPLUS>=0 : devel/p5-CPANPLUS
- p5-FreeBSD-Ports-INDEXhash>=0 : ports-mgmt/p5-FreeBSD-Ports-INDEXhash
- p5-JSON-XS>=0 : converters/p5-JSON-XS
- p5-YAML>=0 : textproc/p5-YAML
- subversion>=0 : devel/subversion
- perl5.18.4 : lang/perl5.18
- Runtime dependencies:
-
- p5-CPANPLUS>=0 : devel/p5-CPANPLUS
- p5-FreeBSD-Ports-INDEXhash>=0 : ports-mgmt/p5-FreeBSD-Ports-INDEXhash
- p5-JSON-XS>=0 : converters/p5-JSON-XS
- p5-YAML>=0 : textproc/p5-YAML
- subversion>=0 : devel/subversion
- perl5.18.4 : lang/perl5.18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.29_3 06 Jan 2015 18:49:17 |
rene |
Remove expired ports:
2015-01-06 ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
2015-01-06 ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect
pkg-plist
2015-01-06 ports-mgmt/pkg_remove: Does not support pkgng
2015-01-06 ports-mgmt/pkg-orphan: Does not support pkgng
2015-01-06 ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on
ports-mgmt/p5-FreeBSD-Pkgs
2015-01-06 ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
2015-01-06 ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates
incorrect pkg-plist
2015-01-06 ports-mgmt/bpkg: Does not support pkgng |
0.29_3 06 Dec 2014 20:38:44 |
ak |
- Deprecate ports and set expiration date to 2015-01-06:
ports-mgmt/bpkg: Does not support pkgng
ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect
pkg-plist
ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs
ports-mgmt/pkg-orphan: Does not support pkgng
ports-mgmt/pkg_remove: Does not support pkgng
ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist
ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone |
0.29_3 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.29_2 06 Feb 2014 13:29:53 |
ehaupt |
Support staging. |
0.29_2 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
0.29_2 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.29_2 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.29_2 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.29_2 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.29_2 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.29_2 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
0.29_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.29_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.29_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.29 20 Apr 2010 03:04:26 |
linimon |
Reassign ports from andrey@kostenko.name to perl@ due to lack of time.
Hat: portmgr |
0.29 11 Feb 2010 17:03:31 |
pgollucci |
- Update to 0.29
PR: ports/143773
Submitted by: myself (pgollucci@)
Approved by: andrey@kostenko.name (maintainer) |
0.26_1 24 Jan 2010 06:18:08 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu) |
0.26 22 Dec 2009 07:17:29 |
wen |
App::Pm2Port is a perl module to creat FreeBSD port from
perl module.
WWW: http://search.cpan.org/dist/App-Pm2Port
PR: ports/141810
Submitted by: Andrey Kostenko <andrey@kostenko.name> |
0.26 22 Dec 2009 07:14:26 |
wen |
App::Pm2Port is a perl module to creat FreeBSD port from
perl module.
WWW: http://search.cpan.org/dist/App-Pm2Port |