[Midnightbsd-cvs] mports [21658] trunk/devel: add perl ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 14 23:28:22 EDT 2016
Revision: 21658
http://svnweb.midnightbsd.org/mports/?rev=21658
Author: laffer1
Date: 2016-08-14 23:28:22 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
add perl ports
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-Import-Into/
trunk/devel/p5-Import-Into/Makefile
trunk/devel/p5-Import-Into/distinfo
trunk/devel/p5-Import-Into/pkg-descr
trunk/devel/p5-Import-Into/pkg-plist
trunk/devel/p5-Package-Variant/
trunk/devel/p5-Package-Variant/Makefile
trunk/devel/p5-Package-Variant/distinfo
trunk/devel/p5-Package-Variant/pkg-descr
trunk/devel/p5-Package-Variant/pkg-plist
trunk/devel/p5-strictures/
trunk/devel/p5-strictures/Makefile
trunk/devel/p5-strictures/distinfo
trunk/devel/p5-strictures/pkg-descr
trunk/devel/p5-strictures/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2016-08-15 03:24:20 UTC (rev 21657)
+++ trunk/devel/Makefile 2016-08-15 03:28:22 UTC (rev 21658)
@@ -301,6 +301,7 @@
SUBDIR += p5-IPC-Run
SUBDIR += p5-IPC-ShareLite
SUBDIR += p5-IPC-Signal
+SUBDIR += p5-Import-Into
SUBDIR += p5-JSON-RPC
SUBDIR += p5-List-AllUtils
SUBDIR += p5-Locale-gettext
@@ -319,6 +320,7 @@
SUBDIR += p5-Package-DeprecationManager
SUBDIR += p5-Package-Stash
SUBDIR += p5-Package-Stash-XS
+SUBDIR += p5-Package-Variant
SUBDIR += p5-PadWalker
SUBDIR += p5-Params-Util
SUBDIR += p5-Params-Validate
@@ -378,6 +380,7 @@
SUBDIR += p5-common-sense
SUBDIR += p5-namespace-clean
SUBDIR += p5-parent
+SUBDIR += p5-strictures
SUBDIR += p5-subversion
SUBDIR += p5-threads
SUBDIR += p5-threads-shared
Added: trunk/devel/p5-Import-Into/Makefile
===================================================================
--- trunk/devel/p5-Import-Into/Makefile (rev 0)
+++ trunk/devel/p5-Import-Into/Makefile 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,27 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD: head/devel/p5-Import-Into/Makefile 412346 2016-04-01 14:00:51Z mat $
+# $MidnightBSD$
+
+PORTNAME= Import-Into
+PORTVERSION= 1.002005
+PORTEPOCH= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:HAARG
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Import packages into other packages
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Runtime>=0:devel/p5-Module-Runtime
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= yes
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Import-Into/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-Import-Into/distinfo
===================================================================
--- trunk/devel/p5-Import-Into/distinfo (rev 0)
+++ trunk/devel/p5-Import-Into/distinfo 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,2 @@
+SHA256 (Import-Into-1.002005.tar.gz) = bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567
+SIZE (Import-Into-1.002005.tar.gz) = 7748
Property changes on: trunk/devel/p5-Import-Into/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-Import-Into/pkg-descr
===================================================================
--- trunk/devel/p5-Import-Into/pkg-descr (rev 0)
+++ trunk/devel/p5-Import-Into/pkg-descr 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,4 @@
+Import::Into creates a global method import::into which you can call on
+any package to import it into another package.
+
+WWW: http://search.cpan.org/dist/Import-Into/
Property changes on: trunk/devel/p5-Import-Into/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-Import-Into/pkg-plist
===================================================================
--- trunk/devel/p5-Import-Into/pkg-plist (rev 0)
+++ trunk/devel/p5-Import-Into/pkg-plist 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Import/Into.pm
+%%PERL5_MAN3%%/Import::Into.3.gz
Property changes on: trunk/devel/p5-Import-Into/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-Package-Variant/Makefile
===================================================================
--- trunk/devel/p5-Package-Variant/Makefile (rev 0)
+++ trunk/devel/p5-Package-Variant/Makefile 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,30 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD: head/devel/p5-Package-Variant/Makefile 412346 2016-04-01 14:00:51Z mat $
+# $MidnightBSD$
+
+PORTNAME= Package-Variant
+PORTVERSION= 1.003002
+PORTREVISION= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Parameterizable packages
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Import-Into>=1:devel/p5-Import-Into \
+ p5-Module-Runtime>=0.013:devel/p5-Module-Runtime \
+ p5-strictures>=2:devel/p5-strictures
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Moo>=0:devel/p5-Moo \
+ p5-Test-Fatal>=0:devel/p5-Test-Fatal
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Package-Variant/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-Package-Variant/distinfo
===================================================================
--- trunk/devel/p5-Package-Variant/distinfo (rev 0)
+++ trunk/devel/p5-Package-Variant/distinfo 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,2 @@
+SHA256 (Package-Variant-1.003002.tar.gz) = b2ed849d2f4cdd66467512daa3f143266d6df810c5fae9175b252c57bc1536dc
+SIZE (Package-Variant-1.003002.tar.gz) = 10518
Property changes on: trunk/devel/p5-Package-Variant/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-Package-Variant/pkg-descr
===================================================================
--- trunk/devel/p5-Package-Variant/pkg-descr (rev 0)
+++ trunk/devel/p5-Package-Variant/pkg-descr 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,8 @@
+Package::Variant allows you to build packages that return different
+variations depending on what parameters are given.
+
+Users of your package will receive a subroutine able to take parameters
+and return the name of a suitable variant package. The implmenetation
+does not care about what kind of package it builds.
+
+WWW: http://search.cpan.org/dist/Package-Variant/
Property changes on: trunk/devel/p5-Package-Variant/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-Package-Variant/pkg-plist
===================================================================
--- trunk/devel/p5-Package-Variant/pkg-plist (rev 0)
+++ trunk/devel/p5-Package-Variant/pkg-plist 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Package/Variant.pm
+%%PERL5_MAN3%%/Package::Variant.3.gz
Property changes on: trunk/devel/p5-Package-Variant/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-strictures/Makefile
===================================================================
--- trunk/devel/p5-strictures/Makefile (rev 0)
+++ trunk/devel/p5-strictures/Makefile 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,33 @@
+# Created by: Wen Heping <wen at FreeBSD.org>
+# $FreeBSD: head/devel/p5-strictures/Makefile 413619 2016-04-19 01:09:38Z adamw $
+# $MidnightBSD$
+
+PORTNAME= strictures
+PORTVERSION= 2.000003
+PORTEPOCH= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:HAARG
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Turn on strict and make all warnings fatal
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+OPTIONS_DEFINE= STRICTURES_EXTRA
+OPTIONS_DEFAULT=STRICTURES_EXTRA
+
+STRICTURES_EXTRA_DESC= Enable full set of strictures (recommended)
+STRICTURES_EXTRA_BUILD_DEPENDS= p5-bareword-filehandles>=0:devel/p5-bareword-filehandles \
+ p5-indirect>=0:devel/p5-indirect \
+ p5-multidimensional>=0:devel/p5-multidimensional
+STRICTURES_EXTRA_RUN_DEPENDS= ${STRICTURES_EXTRA_BUILD_DEPENDS}
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-strictures/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-strictures/distinfo
===================================================================
--- trunk/devel/p5-strictures/distinfo (rev 0)
+++ trunk/devel/p5-strictures/distinfo 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,2 @@
+SHA256 (strictures-2.000003.tar.gz) = 27f8ea096a521e9754d36ea32889c2cda28346d04e3e399e7ea118d182dbaf22
+SIZE (strictures-2.000003.tar.gz) = 15319
Property changes on: trunk/devel/p5-strictures/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-strictures/pkg-descr
===================================================================
--- trunk/devel/p5-strictures/pkg-descr (rev 0)
+++ trunk/devel/p5-strictures/pkg-descr 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,6 @@
+strictures turns on indirect checking only when it thinks it's running
+in a compilation (or pod coverage) test - though if this causes undesired
+behaviour this can be overriden by setting the PERL_STRICTURES_EXTRA
+environment variable.
+
+WWW: http://search.cpan.org/dist/strictures/
Property changes on: trunk/devel/p5-strictures/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-strictures/pkg-plist
===================================================================
--- trunk/devel/p5-strictures/pkg-plist (rev 0)
+++ trunk/devel/p5-strictures/pkg-plist 2016-08-15 03:28:22 UTC (rev 21658)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/strictures.pm
+%%SITE_PERL%%/strictures/extra.pm
+%%PERL5_MAN3%%/strictures.3.gz
+%%PERL5_MAN3%%/strictures::extra.3.gz
Property changes on: trunk/devel/p5-strictures/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