[Midnightbsd-cvs] mports [23032] trunk/devel: add several perl ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Feb 18 12:04:50 EST 2018
Revision: 23032
http://svnweb.midnightbsd.org/mports/?rev=23032
Author: laffer1
Date: 2018-02-18 12:04:50 -0500 (Sun, 18 Feb 2018)
Log Message:
-----------
add several perl ports
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-Devel-StackTrace-AsHTML/
trunk/devel/p5-Devel-StackTrace-AsHTML/Makefile
trunk/devel/p5-Devel-StackTrace-AsHTML/distinfo
trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-descr
trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-plist
trunk/devel/p5-File-ShareDir-Install/
trunk/devel/p5-File-ShareDir-Install/Makefile
trunk/devel/p5-File-ShareDir-Install/distinfo
trunk/devel/p5-File-ShareDir-Install/pkg-descr
trunk/devel/p5-File-ShareDir-Install/pkg-plist
trunk/devel/p5-Filesys-Notify-Simple/
trunk/devel/p5-Filesys-Notify-Simple/Makefile
trunk/devel/p5-Filesys-Notify-Simple/distinfo
trunk/devel/p5-Filesys-Notify-Simple/pkg-descr
trunk/devel/p5-Filesys-Notify-Simple/pkg-plist
trunk/devel/p5-Hash-MultiValue/
trunk/devel/p5-Hash-MultiValue/Makefile
trunk/devel/p5-Hash-MultiValue/distinfo
trunk/devel/p5-Hash-MultiValue/pkg-descr
trunk/devel/p5-Hash-MultiValue/pkg-plist
trunk/devel/p5-Stream-Buffered/
trunk/devel/p5-Stream-Buffered/Makefile
trunk/devel/p5-Stream-Buffered/distinfo
trunk/devel/p5-Stream-Buffered/pkg-descr
trunk/devel/p5-Stream-Buffered/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-02-18 16:57:09 UTC (rev 23031)
+++ trunk/devel/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -279,6 +279,7 @@
SUBDIR += p5-Devel-ArgNames
SUBDIR += p5-Devel-GlobalDestruction
SUBDIR += p5-Devel-StackTrace
+SUBDIR += p5-Devel-StackTrace-AsHTML
SUBDIR += p5-Devel-Symdump
SUBDIR += p5-Dist-CheckConflicts
SUBDIR += p5-Exception-Class
@@ -291,12 +292,15 @@
SUBDIR += p5-File-NFSLock
SUBDIR += p5-File-Remove
SUBDIR += p5-File-ShareDir
+SUBDIR += p5-File-ShareDir-Install
SUBDIR += p5-File-Tail
SUBDIR += p5-File-Temp
+SUBDIR += p5-Filesys-Notify-Simple
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw
SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Long
+SUBDIR += p5-Hash-MultiValue
SUBDIR += p5-Heap
SUBDIR += p5-Hook-LexWrap
SUBDIR += p5-IO
@@ -353,6 +357,7 @@
SUBDIR += p5-Scope-Guard
SUBDIR += p5-Spiffy
SUBDIR += p5-Storable
+SUBDIR += p5-Stream-Buffered
SUBDIR += p5-String-Approx
SUBDIR += p5-String-Ediff
SUBDIR += p5-Sub-Exporter
Added: trunk/devel/p5-Devel-StackTrace-AsHTML/Makefile
===================================================================
--- trunk/devel/p5-Devel-StackTrace-AsHTML/Makefile (rev 0)
+++ trunk/devel/p5-Devel-StackTrace-AsHTML/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME= Devel-StackTrace-AsHTML
+PORTVERSION= 0.15
+#PORTREVISION= 0
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension to display stack trace in HTML
+
+RUN_DEPENDS= p5-Devel-StackTrace>0:devel/p5-Devel-StackTrace
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Devel-StackTrace-AsHTML/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-Devel-StackTrace-AsHTML/distinfo
===================================================================
--- trunk/devel/p5-Devel-StackTrace-AsHTML/distinfo (rev 0)
+++ trunk/devel/p5-Devel-StackTrace-AsHTML/distinfo 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480491173
+SHA256 (Devel-StackTrace-AsHTML-0.15.tar.gz) = 6283dbe2197e2f20009cc4b449997742169cdd951bfc44cbc6e62c2a962d3147
+SIZE (Devel-StackTrace-AsHTML-0.15.tar.gz) = 17053
Property changes on: trunk/devel/p5-Devel-StackTrace-AsHTML/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-Devel-StackTrace-AsHTML/pkg-descr
===================================================================
--- trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-descr (rev 0)
+++ trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-descr 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,3 @@
+Displays stack trace in HTML.
+
+WWW: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
Property changes on: trunk/devel/p5-Devel-StackTrace-AsHTML/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-Devel-StackTrace-AsHTML/pkg-plist
===================================================================
--- trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-plist (rev 0)
+++ trunk/devel/p5-Devel-StackTrace-AsHTML/pkg-plist 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Devel/StackTrace/AsHTML.pm
+%%PERL5_MAN3%%/Devel::StackTrace::AsHTML.3.gz
Property changes on: trunk/devel/p5-Devel-StackTrace-AsHTML/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-File-ShareDir-Install/Makefile
===================================================================
--- trunk/devel/p5-File-ShareDir-Install/Makefile (rev 0)
+++ trunk/devel/p5-File-ShareDir-Install/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-File-ShareDir-Install/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= File-ShareDir-Install
+PORTVERSION= 0.11
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Install read-only data files from a distribution
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-File-ShareDir-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-File-ShareDir-Install/distinfo
===================================================================
--- trunk/devel/p5-File-ShareDir-Install/distinfo (rev 0)
+++ trunk/devel/p5-File-ShareDir-Install/distinfo 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470753931
+SHA256 (File-ShareDir-Install-0.11.tar.gz) = 32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8
+SIZE (File-ShareDir-Install-0.11.tar.gz) = 31187
Property changes on: trunk/devel/p5-File-ShareDir-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-File-ShareDir-Install/pkg-descr
===================================================================
--- trunk/devel/p5-File-ShareDir-Install/pkg-descr (rev 0)
+++ trunk/devel/p5-File-ShareDir-Install/pkg-descr 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,9 @@
+File::ShareDir::Install allows you to install read-only data files from a
+distribution. It is a companion module to File::ShareDir, which allows you to
+locate these files after installation.
+
+It is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement
+of only installing the files you want; .svn and other source-control junk will
+be ignored.
+
+WWW: http://search.cpan.org/dist/File-ShareDir-Install/
Property changes on: trunk/devel/p5-File-ShareDir-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-File-ShareDir-Install/pkg-plist
===================================================================
--- trunk/devel/p5-File-ShareDir-Install/pkg-plist (rev 0)
+++ trunk/devel/p5-File-ShareDir-Install/pkg-plist 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/File::ShareDir::Install.3.gz
+%%SITE_PERL%%/File/ShareDir/Install.pm
Property changes on: trunk/devel/p5-File-ShareDir-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-Filesys-Notify-Simple/Makefile
===================================================================
--- trunk/devel/p5-Filesys-Notify-Simple/Makefile (rev 0)
+++ trunk/devel/p5-Filesys-Notify-Simple/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Filesys-Notify-Simple/Makefile 373448 2014-11-26 13:08:24Z mat $
+
+PORTNAME= Filesys-Notify-Simple
+PORTVERSION= 0.12
+PORTREVISION= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSDBSD.org
+COMMENT= Perl extension for simple and dumb file system watcher
+
+LICENSE= unknown
+
+USES= perl5
+USE_PERL5= configure
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Filesys-Notify-Simple/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-Filesys-Notify-Simple/distinfo
===================================================================
--- trunk/devel/p5-Filesys-Notify-Simple/distinfo (rev 0)
+++ trunk/devel/p5-Filesys-Notify-Simple/distinfo 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+SHA256 (Filesys-Notify-Simple-0.12.tar.gz) = ecafcdfdebd0706fdf1bb7ee1bbbc304a65d70c6cc05255d14fd133da6aca60d
+SIZE (Filesys-Notify-Simple-0.12.tar.gz) = 12935
Property changes on: trunk/devel/p5-Filesys-Notify-Simple/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-Filesys-Notify-Simple/pkg-descr
===================================================================
--- trunk/devel/p5-Filesys-Notify-Simple/pkg-descr (rev 0)
+++ trunk/devel/p5-Filesys-Notify-Simple/pkg-descr 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,3 @@
+Simple and dumb file system watcher.
+
+WWW: http://search.cpan.org/dist/Filesys-Notify-Simple/
Property changes on: trunk/devel/p5-Filesys-Notify-Simple/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-Filesys-Notify-Simple/pkg-plist
===================================================================
--- trunk/devel/p5-Filesys-Notify-Simple/pkg-plist (rev 0)
+++ trunk/devel/p5-Filesys-Notify-Simple/pkg-plist 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Filesys/Notify/Simple.pm
+%%PERL5_MAN3%%/Filesys::Notify::Simple.3.gz
Property changes on: trunk/devel/p5-Filesys-Notify-Simple/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-Hash-MultiValue/Makefile
===================================================================
--- trunk/devel/p5-Hash-MultiValue/Makefile (rev 0)
+++ trunk/devel/p5-Hash-MultiValue/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Hash-MultiValue/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Hash-MultiValue
+PORTVERSION= 0.16
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension to store multiple values per key
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+TEST_DEPENDS= p5-UNIVERSAL-ref>0:devel/p5-UNIVERSAL-ref
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= YES
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Hash-MultiValue/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-Hash-MultiValue/distinfo
===================================================================
--- trunk/devel/p5-Hash-MultiValue/distinfo (rev 0)
+++ trunk/devel/p5-Hash-MultiValue/distinfo 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+SHA256 (Hash-MultiValue-0.16.tar.gz) = 66181df7aa68e2786faf6895c88b18b95c800a8e4e6fb4c07fd176410a3c73f4
+SIZE (Hash-MultiValue-0.16.tar.gz) = 19841
Property changes on: trunk/devel/p5-Hash-MultiValue/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-Hash-MultiValue/pkg-descr
===================================================================
--- trunk/devel/p5-Hash-MultiValue/pkg-descr (rev 0)
+++ trunk/devel/p5-Hash-MultiValue/pkg-descr 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,3 @@
+Store multiple values per key.
+
+WWW: http://search.cpan.org/dist/Hash-MultiValue/
Property changes on: trunk/devel/p5-Hash-MultiValue/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-Hash-MultiValue/pkg-plist
===================================================================
--- trunk/devel/p5-Hash-MultiValue/pkg-plist (rev 0)
+++ trunk/devel/p5-Hash-MultiValue/pkg-plist 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Hash::MultiValue.3.gz
+%%SITE_PERL%%/Hash/MultiValue.pm
Property changes on: trunk/devel/p5-Hash-MultiValue/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-Stream-Buffered/Makefile
===================================================================
--- trunk/devel/p5-Stream-Buffered/Makefile (rev 0)
+++ trunk/devel/p5-Stream-Buffered/Makefile 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Stream-Buffered/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Stream-Buffered
+PORTVERSION= 0.03
+PORTREVISION= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension for temporary buffer to save bytes
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= YES
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Stream-Buffered/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-Stream-Buffered/distinfo
===================================================================
--- trunk/devel/p5-Stream-Buffered/distinfo (rev 0)
+++ trunk/devel/p5-Stream-Buffered/distinfo 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,2 @@
+SHA256 (Stream-Buffered-0.03.tar.gz) = 9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b
+SIZE (Stream-Buffered-0.03.tar.gz) = 10348
Property changes on: trunk/devel/p5-Stream-Buffered/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-Stream-Buffered/pkg-descr
===================================================================
--- trunk/devel/p5-Stream-Buffered/pkg-descr (rev 0)
+++ trunk/devel/p5-Stream-Buffered/pkg-descr 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,6 @@
+Stream::Buffered is a buffer class to store arbitrary length of byte
+strings and then get a seekable filehandle once everything is
+buffered. It uses PerlIO and/or temporary file to save the buffer
+depending on the length of the size.
+
+WWW: http://search.cpan.org/dist/Stream-Buffered/
Property changes on: trunk/devel/p5-Stream-Buffered/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-Stream-Buffered/pkg-plist
===================================================================
--- trunk/devel/p5-Stream-Buffered/pkg-plist (rev 0)
+++ trunk/devel/p5-Stream-Buffered/pkg-plist 2018-02-18 17:04:50 UTC (rev 23032)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Stream/Buffered.pm
+%%SITE_PERL%%/Stream/Buffered/Auto.pm
+%%SITE_PERL%%/Stream/Buffered/File.pm
+%%SITE_PERL%%/Stream/Buffered/PerlIO.pm
+%%PERL5_MAN3%%/Stream::Buffered.3.gz
Property changes on: trunk/devel/p5-Stream-Buffered/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