[Midnightbsd-cvs] mports [22901] trunk/devel: update several ports.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 4 14:56:06 EDT 2017
Revision: 22901
http://svnweb.midnightbsd.org/mports/?rev=22901
Author: laffer1
Date: 2017-10-04 14:56:05 -0400 (Wed, 04 Oct 2017)
Log Message:
-----------
update several ports.
Modified Paths:
--------------
trunk/devel/Makefile
trunk/devel/p5-File-Copy-Recursive/Makefile
trunk/devel/p5-File-Copy-Recursive/pkg-plist
trunk/devel/p5-File-HomeDir/Makefile
trunk/devel/p5-File-HomeDir/distinfo
trunk/devel/p5-File-HomeDir/pkg-plist
Added Paths:
-----------
trunk/devel/p5-Module-Install/
trunk/devel/p5-Module-Install/Makefile
trunk/devel/p5-Module-Install/distinfo
trunk/devel/p5-Module-Install/pkg-descr
trunk/devel/p5-Module-Install/pkg-plist
trunk/devel/p5-Module-ScanDeps/
trunk/devel/p5-Module-ScanDeps/Makefile
trunk/devel/p5-Module-ScanDeps/distinfo
trunk/devel/p5-Module-ScanDeps/pkg-descr
trunk/devel/p5-Module-ScanDeps/pkg-plist
trunk/devel/p5-PAR-Dist/
trunk/devel/p5-PAR-Dist/Makefile
trunk/devel/p5-PAR-Dist/distinfo
trunk/devel/p5-PAR-Dist/pkg-descr
trunk/devel/p5-PAR-Dist/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -317,11 +317,14 @@
SUBDIR += p5-Module-Build
SUBDIR += p5-Module-Find
SUBDIR += p5-Module-Implementation
+SUBDIR += p5-Module-Install
SUBDIR += p5-Module-Pluggable
SUBDIR += p5-Module-Runtime
+SUBDIR += p5-Module-ScanDeps
SUBDIR += p5-Moo
SUBDIR += p5-Net-DBus
SUBDIR += p5-OLE-Storage_Lite
+SUBDIR += p5-PAR-Dist
SUBDIR += p5-Package-Constants
SUBDIR += p5-Package-DeprecationManager
SUBDIR += p5-Package-Stash
Modified: trunk/devel/p5-File-Copy-Recursive/Makefile
===================================================================
--- trunk/devel/p5-File-Copy-Recursive/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/p5-File-Copy-Recursive/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -9,8 +9,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl extension for recursively copying files and directories
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+USES= perl5
PERL_CONFIGURE= yes
.include <bsd.port.mk>
Modified: trunk/devel/p5-File-Copy-Recursive/pkg-plist
===================================================================
--- trunk/devel/p5-File-Copy-Recursive/pkg-plist 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/p5-File-Copy-Recursive/pkg-plist 2017-10-04 18:56:05 UTC (rev 22901)
@@ -1 +1,2 @@
+%%PERL5_MAN3%%/File::Copy::Recursive.3.gz
%%SITE_PERL%%/File/Copy/Recursive.pm
Modified: trunk/devel/p5-File-HomeDir/Makefile
===================================================================
--- trunk/devel/p5-File-HomeDir/Makefile 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/p5-File-HomeDir/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -2,7 +2,7 @@
# $FreeBSD: ports/devel/p5-File-HomeDir/Makefile,v 1.11 2007/01/10 06:27:25 leeym Exp $
PORTNAME= File-HomeDir
-PORTVERSION= 0.91
+PORTVERSION= 1.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,21 +9,13 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Get home directory for self or other users
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= 5.8.0+
+PERL_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500808
-RUN_DEPENDS+= p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
-.endif
-
-.if ${PERL_LEVEL} < 500809
-RUN_DEPENDS+= p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/devel/p5-File-HomeDir/distinfo
===================================================================
--- trunk/devel/p5-File-HomeDir/distinfo 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/p5-File-HomeDir/distinfo 2017-10-04 18:56:05 UTC (rev 22901)
@@ -1,4 +1,3 @@
-MD5 (File-HomeDir-0.91.tar.gz) = 91a7a14aed6c983a3530e4e0b6964dc2
-SHA256 (File-HomeDir-0.91.tar.gz) = df4848de2182ec160e6ba079b03f9b5db2e9daaf2822ad1927089089afddd2b8
-RMD160 (File-HomeDir-0.91.tar.gz) = 6b9a7008a5a04ea8a171924ee972f0ed98c52c36
-SIZE (File-HomeDir-0.91.tar.gz) = 47964
+TIMESTAMP = 1491510476
+SHA256 (File-HomeDir-1.002.tar.gz) = eb4c0c85775138460cd4013d8117232f08e88381c95c6a93b3d11e969185c274
+SIZE (File-HomeDir-1.002.tar.gz) = 35441
Modified: trunk/devel/p5-File-HomeDir/pkg-plist
===================================================================
--- trunk/devel/p5-File-HomeDir/pkg-plist 2017-10-04 18:55:50 UTC (rev 22900)
+++ trunk/devel/p5-File-HomeDir/pkg-plist 2017-10-04 18:56:05 UTC (rev 22901)
@@ -12,7 +12,9 @@
%%PERL5_MAN3%%/File::HomeDir::Darwin.3.gz
%%PERL5_MAN3%%/File::HomeDir::Darwin::Carbon.3.gz
%%PERL5_MAN3%%/File::HomeDir::Darwin::Cocoa.3.gz
+%%PERL5_MAN3%%/File::HomeDir::Driver.3.gz
%%PERL5_MAN3%%/File::HomeDir::FreeDesktop.3.gz
+%%PERL5_MAN3%%/File::HomeDir::MacOS9.3.gz
%%PERL5_MAN3%%/File::HomeDir::Test.3.gz
%%PERL5_MAN3%%/File::HomeDir::Unix.3.gz
%%PERL5_MAN3%%/File::HomeDir::Windows.3.gz
Added: trunk/devel/p5-Module-Install/Makefile
===================================================================
--- trunk/devel/p5-Module-Install/Makefile (rev 0)
+++ trunk/devel/p5-Module-Install/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME= Module-Install
+PORTVERSION= 1.18
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Standalone, extensible Perl module installer
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-File-Remove>=1.42:devel/p5-File-Remove \
+ p5-JSON>=2.14:converters/p5-JSON \
+ p5-Module-ScanDeps>=1.09:devel/p5-Module-ScanDeps \
+ p5-PAR-Dist>=0.29:devel/p5-PAR-Dist \
+ p5-YAML-Tiny>=1.38:textproc/p5-YAML-Tiny
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+CONFIGURE_ARGS= --skip
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Module-Install/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-Install/distinfo
===================================================================
--- trunk/devel/p5-Module-Install/distinfo (rev 0)
+++ trunk/devel/p5-Module-Install/distinfo 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1491921403
+SHA256 (Module-Install-1.18.tar.gz) = 29068ac33502cec959844c206516c09cc4a847cb57327d41015f605153ca645e
+SIZE (Module-Install-1.18.tar.gz) = 114751
Property changes on: trunk/devel/p5-Module-Install/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-Install/pkg-descr
===================================================================
--- trunk/devel/p5-Module-Install/pkg-descr (rev 0)
+++ trunk/devel/p5-Module-Install/pkg-descr 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,7 @@
+Module::Install is a standalone, extensible installer for Perl modules.
+It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
+descendent of CPAN::MakeMaker.
+Please type "perldoc Module::Install" after installation to see the
+module usage information.
+
+WWW: http://search.cpan.org/dist/Module-Install/
Property changes on: trunk/devel/p5-Module-Install/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-Install/pkg-plist
===================================================================
--- trunk/devel/p5-Module-Install/pkg-plist (rev 0)
+++ trunk/devel/p5-Module-Install/pkg-plist 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,59 @@
+%%PERL5_MAN3%%/Module::AutoInstall.3.gz
+%%PERL5_MAN3%%/Module::Install.3.gz
+%%PERL5_MAN3%%/Module::Install::API.3.gz
+%%PERL5_MAN3%%/Module::Install::Admin.3.gz
+%%PERL5_MAN3%%/Module::Install::Admin::Include.3.gz
+%%PERL5_MAN3%%/Module::Install::Admin::Manifest.3.gz
+%%PERL5_MAN3%%/Module::Install::Base.3.gz
+%%PERL5_MAN3%%/Module::Install::Bundle.3.gz
+%%PERL5_MAN3%%/Module::Install::Can.3.gz
+%%PERL5_MAN3%%/Module::Install::Compiler.3.gz
+%%PERL5_MAN3%%/Module::Install::Deprecated.3.gz
+%%PERL5_MAN3%%/Module::Install::External.3.gz
+%%PERL5_MAN3%%/Module::Install::FAQ.3.gz
+%%PERL5_MAN3%%/Module::Install::Makefile.3.gz
+%%PERL5_MAN3%%/Module::Install::PAR.3.gz
+%%PERL5_MAN3%%/Module::Install::Philosophy.3.gz
+%%PERL5_MAN3%%/Module::Install::Share.3.gz
+%%PERL5_MAN3%%/Module::Install::With.3.gz
+%%PERL5_MAN3%%/inc::Module::Install.3.gz
+%%PERL5_MAN3%%/inc::Module::Install::DSL.3.gz
+%%SITE_PERL%%/Module/AutoInstall.pm
+%%SITE_PERL%%/Module/Install.pm
+%%SITE_PERL%%/Module/Install.pod
+%%SITE_PERL%%/Module/Install/API.pod
+%%SITE_PERL%%/Module/Install/Admin.pm
+%%SITE_PERL%%/Module/Install/Admin/Bundle.pm
+%%SITE_PERL%%/Module/Install/Admin/Compiler.pm
+%%SITE_PERL%%/Module/Install/Admin/Find.pm
+%%SITE_PERL%%/Module/Install/Admin/Include.pm
+%%SITE_PERL%%/Module/Install/Admin/Makefile.pm
+%%SITE_PERL%%/Module/Install/Admin/Manifest.pm
+%%SITE_PERL%%/Module/Install/Admin/Metadata.pm
+%%SITE_PERL%%/Module/Install/Admin/ScanDeps.pm
+%%SITE_PERL%%/Module/Install/Admin/WriteAll.pm
+%%SITE_PERL%%/Module/Install/AutoInstall.pm
+%%SITE_PERL%%/Module/Install/Base.pm
+%%SITE_PERL%%/Module/Install/Bundle.pm
+%%SITE_PERL%%/Module/Install/Can.pm
+%%SITE_PERL%%/Module/Install/Compiler.pm
+%%SITE_PERL%%/Module/Install/DSL.pm
+%%SITE_PERL%%/Module/Install/Deprecated.pm
+%%SITE_PERL%%/Module/Install/External.pm
+%%SITE_PERL%%/Module/Install/FAQ.pod
+%%SITE_PERL%%/Module/Install/Fetch.pm
+%%SITE_PERL%%/Module/Install/Include.pm
+%%SITE_PERL%%/Module/Install/Inline.pm
+%%SITE_PERL%%/Module/Install/MakeMaker.pm
+%%SITE_PERL%%/Module/Install/Makefile.pm
+%%SITE_PERL%%/Module/Install/Metadata.pm
+%%SITE_PERL%%/Module/Install/PAR.pm
+%%SITE_PERL%%/Module/Install/Philosophy.pod
+%%SITE_PERL%%/Module/Install/Run.pm
+%%SITE_PERL%%/Module/Install/Scripts.pm
+%%SITE_PERL%%/Module/Install/Share.pm
+%%SITE_PERL%%/Module/Install/Win32.pm
+%%SITE_PERL%%/Module/Install/With.pm
+%%SITE_PERL%%/Module/Install/WriteAll.pm
+%%SITE_PERL%%/inc/Module/Install.pm
+%%SITE_PERL%%/inc/Module/Install/DSL.pm
Property changes on: trunk/devel/p5-Module-Install/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-ScanDeps/Makefile
===================================================================
--- trunk/devel/p5-Module-ScanDeps/Makefile (rev 0)
+++ trunk/devel/p5-Module-ScanDeps/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME= Module-ScanDeps
+PORTVERSION= 1.24
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Recursively scan Perl code for dependencies
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
+
+NO_ARCH= yes
+USE_PERL5= configure
+USES= perl5
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Module-ScanDeps/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-ScanDeps/distinfo
===================================================================
--- trunk/devel/p5-Module-ScanDeps/distinfo (rev 0)
+++ trunk/devel/p5-Module-ScanDeps/distinfo 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498749879
+SHA256 (Module-ScanDeps-1.24.tar.gz) = 89670de4e9f35fe612a04d452376bca8075d09d453148a5f28c3c3c94092cc68
+SIZE (Module-ScanDeps-1.24.tar.gz) = 55262
Property changes on: trunk/devel/p5-Module-ScanDeps/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-ScanDeps/pkg-descr
===================================================================
--- trunk/devel/p5-Module-ScanDeps/pkg-descr (rev 0)
+++ trunk/devel/p5-Module-ScanDeps/pkg-descr 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,4 @@
+This module scans potential modules used by perl programs, using line-by-line
+analysis and elaborate heuristics.
+
+WWW: http://search.cpan.org/dist/Module-ScanDeps/
Property changes on: trunk/devel/p5-Module-ScanDeps/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Module-ScanDeps/pkg-plist
===================================================================
--- trunk/devel/p5-Module-ScanDeps/pkg-plist (rev 0)
+++ trunk/devel/p5-Module-ScanDeps/pkg-plist 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,5 @@
+bin/scandeps.pl
+%%SITE_PERL%%/Module/ScanDeps.pm
+%%SITE_PERL%%/Module/ScanDeps/Cache.pm
+%%PERL5_MAN1%%/scandeps.pl.1.gz
+%%PERL5_MAN3%%/Module::ScanDeps.3.gz
Property changes on: trunk/devel/p5-Module-ScanDeps/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-PAR-Dist/Makefile
===================================================================
--- trunk/devel/p5-PAR-Dist/Makefile (rev 0)
+++ trunk/devel/p5-PAR-Dist/Makefile 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME= PAR-Dist
+PORTVERSION= 0.49
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Create and manipulate PAR distributions
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-PAR-Dist/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-PAR-Dist/distinfo
===================================================================
--- trunk/devel/p5-PAR-Dist/distinfo (rev 0)
+++ trunk/devel/p5-PAR-Dist/distinfo 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,2 @@
+SHA256 (PAR-Dist-0.49.tar.gz) = 9e47220b594a27bd1750bcfa1d6f60a57ae670c68ce331895a79f08bac671e1d
+SIZE (PAR-Dist-0.49.tar.gz) = 36682
Property changes on: trunk/devel/p5-PAR-Dist/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-PAR-Dist/pkg-descr
===================================================================
--- trunk/devel/p5-PAR-Dist/pkg-descr (rev 0)
+++ trunk/devel/p5-PAR-Dist/pkg-descr 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,16 @@
+This module creates and manipulates PAR distributions. They are
+architecture-specific PAR files, containing everything under blib/
+of CPAN distributions after their "make" or "Build" stage, a META.yml
+describing metadata of the original CPAN distribution, and a MANIFEST
+detailing all files within it. Digitally signed PAR distributions
+will also contain a SIGNATURE file.
+
+The naming convention for such distributions is:
+
+ $NAME-$VERSION-$ARCH-$PERL_VERSION.par
+
+For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
+0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
+"i386-freebsd".
+
+WWW: http://search.cpan.org/dist/PAR-Dist/
Property changes on: trunk/devel/p5-PAR-Dist/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-PAR-Dist/pkg-plist
===================================================================
--- trunk/devel/p5-PAR-Dist/pkg-plist (rev 0)
+++ trunk/devel/p5-PAR-Dist/pkg-plist 2017-10-04 18:56:05 UTC (rev 22901)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/PAR::Dist.3.gz
+%%SITE_PERL%%/PAR/Dist.pm
Property changes on: trunk/devel/p5-PAR-Dist/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list