[Midnightbsd-cvs] mports [23920] trunk/devel: add p5-Throwable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 26 17:24:04 EDT 2018
Revision: 23920
http://svnweb.midnightbsd.org/mports/?rev=23920
Author: laffer1
Date: 2018-08-26 17:24:03 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
add p5-Throwable
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-Throwable/
trunk/devel/p5-Throwable/Makefile
trunk/devel/p5-Throwable/distinfo
trunk/devel/p5-Throwable/pkg-descr
trunk/devel/p5-Throwable/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-08-26 21:22:25 UTC (rev 23919)
+++ trunk/devel/Makefile 2018-08-26 21:24:03 UTC (rev 23920)
@@ -409,6 +409,7 @@
SUBDIR += p5-Time-Local
SUBDIR += p5-Time-modules
SUBDIR += p5-TimeDate
+SUBDIR += p5-Throwable
SUBDIR += p5-Types-Serialiser
SUBDIR += p5-UNIVERSAL-moniker
SUBDIR += p5-UNIVERSAL-require
Added: trunk/devel/p5-Throwable/Makefile
===================================================================
--- trunk/devel/p5-Throwable/Makefile (rev 0)
+++ trunk/devel/p5-Throwable/Makefile 2018-08-26 21:24:03 UTC (rev 23920)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME= Throwable
+PORTVERSION= 0.200013
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:RJBS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Easy-to-use class for error objects
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Devel-StackTrace>=1.32:devel/p5-Devel-StackTrace \
+ p5-Module-Runtime>=0.002:devel/p5-Module-Runtime \
+ p5-Moo>=1.000001:devel/p5-Moo
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Throwable/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-Throwable/distinfo
===================================================================
--- trunk/devel/p5-Throwable/distinfo (rev 0)
+++ trunk/devel/p5-Throwable/distinfo 2018-08-26 21:24:03 UTC (rev 23920)
@@ -0,0 +1,2 @@
+SHA256 (Throwable-0.200013.tar.gz) = 9987d0deb5bddd352a6330cefbe932f882e36dd8c8a4564bcfd372dc396b8fa0
+SIZE (Throwable-0.200013.tar.gz) = 20254
Property changes on: trunk/devel/p5-Throwable/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-Throwable/pkg-descr
===================================================================
--- trunk/devel/p5-Throwable/pkg-descr (rev 0)
+++ trunk/devel/p5-Throwable/pkg-descr 2018-08-26 21:24:03 UTC (rev 23920)
@@ -0,0 +1,5 @@
+Throwable is a role for classes that are meant to be thrown as exceptions
+to standard program flow. It is very simple and does only two things: saves
+any previous value for $@ and calls die $self.
+
+WWW: https://metacpan.org/release/Throwable
Property changes on: trunk/devel/p5-Throwable/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-Throwable/pkg-plist
===================================================================
--- trunk/devel/p5-Throwable/pkg-plist (rev 0)
+++ trunk/devel/p5-Throwable/pkg-plist 2018-08-26 21:24:03 UTC (rev 23920)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/StackTrace/Auto.pm
+%%SITE_PERL%%/Throwable.pm
+%%SITE_PERL%%/Throwable/Error.pm
+%%PERL5_MAN3%%/StackTrace::Auto.3.gz
+%%PERL5_MAN3%%/Throwable.3.gz
+%%PERL5_MAN3%%/Throwable::Error.3.gz
Property changes on: trunk/devel/p5-Throwable/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