[Midnightbsd-cvs] mports [23043] trunk/devel: add perl ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 4 11:48:58 EST 2018


Revision: 23043
          http://svnweb.midnightbsd.org/mports/?rev=23043
Author:   laffer1
Date:     2018-03-04 11:48:57 -0500 (Sun, 04 Mar 2018)
Log Message:
-----------
add perl ports

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-POSIX-strftime-Compiler/
    trunk/devel/p5-POSIX-strftime-Compiler/Makefile
    trunk/devel/p5-POSIX-strftime-Compiler/distinfo
    trunk/devel/p5-POSIX-strftime-Compiler/pkg-descr
    trunk/devel/p5-POSIX-strftime-Compiler/pkg-plist
    trunk/devel/p5-POSIX-strptime/
    trunk/devel/p5-POSIX-strptime/Makefile
    trunk/devel/p5-POSIX-strptime/distinfo
    trunk/devel/p5-POSIX-strptime/pkg-descr
    trunk/devel/p5-POSIX-strptime/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-03-04 16:44:15 UTC (rev 23042)
+++ trunk/devel/Makefile	2018-03-04 16:48:57 UTC (rev 23043)
@@ -332,6 +332,8 @@
 SUBDIR += p5-Net-DBus
 SUBDIR += p5-OLE-Storage_Lite
 SUBDIR += p5-PAR-Dist
+SUBDIR += p5-POSIX-strftime-Compiler
+SUBDIR += p5-POSIX-strptime
 SUBDIR += p5-Package-Constants
 SUBDIR += p5-Package-DeprecationManager
 SUBDIR += p5-Package-Stash

Added: trunk/devel/p5-POSIX-strftime-Compiler/Makefile
===================================================================
--- trunk/devel/p5-POSIX-strftime-Compiler/Makefile	                        (rev 0)
+++ trunk/devel/p5-POSIX-strftime-Compiler/Makefile	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME=	POSIX-strftime-Compiler
+PORTVERSION=	0.41
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl extension for glibc compatible strftime for loggers/servers
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	modbuild
+NO_ARCH=	YES
+PERL_MODBUILD=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-POSIX-strftime-Compiler/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-POSIX-strftime-Compiler/distinfo
===================================================================
--- trunk/devel/p5-POSIX-strftime-Compiler/distinfo	                        (rev 0)
+++ trunk/devel/p5-POSIX-strftime-Compiler/distinfo	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,2 @@
+SHA256 (POSIX-strftime-Compiler-0.41.tar.gz) = 670b89e11500f3808c9e21b1c300089622f68906ff12b1cbfba8e30d3a1c3739
+SIZE (POSIX-strftime-Compiler-0.41.tar.gz) = 17187


Property changes on: trunk/devel/p5-POSIX-strftime-Compiler/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-POSIX-strftime-Compiler/pkg-descr
===================================================================
--- trunk/devel/p5-POSIX-strftime-Compiler/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-POSIX-strftime-Compiler/pkg-descr	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,10 @@
+POSIX::strftime::Compiler provides GNU C library compatible
+strftime(3).  But this module will not affected by the system locale.
+This feature is useful when you want to write loggers, servers and
+portable applications.
+
+For generate same result strings on any locale,
+POSIX::strftime::Compiler wraps POSIX::strftime and converts some
+format characters to perl code.
+
+WWW: http://search.cpan.org/dist/POSIX-strftime-Compiler/


Property changes on: trunk/devel/p5-POSIX-strftime-Compiler/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-POSIX-strftime-Compiler/pkg-plist
===================================================================
--- trunk/devel/p5-POSIX-strftime-Compiler/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-POSIX-strftime-Compiler/pkg-plist	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/POSIX::strftime::Compiler.3.gz
+%%SITE_PERL%%/POSIX/strftime/Compiler.pm


Property changes on: trunk/devel/p5-POSIX-strftime-Compiler/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-POSIX-strptime/Makefile
===================================================================
--- trunk/devel/p5-POSIX-strptime/Makefile	                        (rev 0)
+++ trunk/devel/p5-POSIX-strptime/Makefile	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	POSIX-strptime
+PORTVERSION=	0.13
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl interface to strptime(3)
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-POSIX-strptime/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-POSIX-strptime/distinfo
===================================================================
--- trunk/devel/p5-POSIX-strptime/distinfo	                        (rev 0)
+++ trunk/devel/p5-POSIX-strptime/distinfo	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,2 @@
+SHA256 (POSIX-strptime-0.13.tar.gz) = a818109829e35a4ac79677d68063865f40c87c99ca7f3a20890177a8f8e5c277
+SIZE (POSIX-strptime-0.13.tar.gz) = 49179


Property changes on: trunk/devel/p5-POSIX-strptime/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-POSIX-strptime/pkg-descr
===================================================================
--- trunk/devel/p5-POSIX-strptime/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-POSIX-strptime/pkg-descr	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,3 @@
+Perl interface to strptime(3).
+
+WWW: http://search.cpan.org/dist/POSIX-strptime/


Property changes on: trunk/devel/p5-POSIX-strptime/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-POSIX-strptime/pkg-plist
===================================================================
--- trunk/devel/p5-POSIX-strptime/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-POSIX-strptime/pkg-plist	2018-03-04 16:48:57 UTC (rev 23043)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/POSIX/strptime.pm
+%%SITE_ARCH%%/auto/POSIX/strptime/strptime.so
+%%PERL5_MAN3%%/POSIX::strptime.3.gz


Property changes on: trunk/devel/p5-POSIX-strptime/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