[Midnightbsd-cvs] mports: mports/devel: adding some of many
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Mar 21 15:54:58 EDT 2008
Log Message:
-----------
adding some of many
Modified Files:
--------------
mports/devel:
Makefile (r1.188 -> r1.189)
Added Files:
-----------
mports/devel/p5-Sub-Uplevel:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
mports/devel/p5-Test-Exception:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.188
retrieving revision 1.189
diff -L devel/Makefile -L devel/Makefile -u -r1.188 -r1.189
--- devel/Makefile
+++ devel/Makefile
@@ -172,7 +172,9 @@
SUBDIR += p5-Storable
SUBDIR += p5-String-Approx
SUBDIR += p5-String-Ediff
+ SUBDIR += p5-Sub-Uplevel
SUBDIR += p5-Test-Base
+ SUBDIR += p5-Test-Exception
SUBDIR += p5-Test-Harness
SUBDIR += p5-Test-Simple
SUBDIR += p5-Tie-IxHash
--- /dev/null
+++ devel/p5-Sub-Uplevel/pkg-descr
@@ -0,0 +1,5 @@
+Like Tcl's uplevel() function, but not quite so
+dangerous. The idea is just to fool caller().
+All the really naughty bits of Tcl's uplevel() are avoided.
+
+WWW: http://search.cpan.org/dist/Sub-Uplevel/
--- /dev/null
+++ devel/p5-Sub-Uplevel/pkg-plist
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/mach/auto/Sub/Uplevel/.packlist
+%%SITE_PERL%%/Sub/Uplevel.pm
+%%SITE_PERL%%/Sub/Uplevel.pod
+ at dirrm %%SITE_PERL%%/mach/auto/Sub/Uplevel
+ at dirrmtry %%SITE_PERL%%/mach/auto/Sub
+ at dirrmtry %%SITE_PERL%%/Sub
--- /dev/null
+++ devel/p5-Sub-Uplevel/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Sub-Uplevel
+# Date created: January 27th 2003
+# Whom: Erwin Lansing <erwin at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/p5-Sub-Uplevel/Makefile,v 1.1 2008/03/21 19:54:55 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Sub-Uplevel/Makefile,v 1.15 2008/02/18 15:48:28 erwin Exp $
+#
+
+PORTNAME= Sub-Uplevel
+PORTVERSION= 0.1901
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Sub::Uplevel - apparently run a function in a higher stack frame
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
+ ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
+ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Sub::Uplevel.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Sub-Uplevel/distinfo
@@ -0,0 +1,3 @@
+MD5 (Sub-Uplevel-0.1901.tar.gz) = cba75a803c3931d6c2252ad97f8f2616
+SHA256 (Sub-Uplevel-0.1901.tar.gz) = d8f12ef0768f467b2ca2767c5b86e97942f8a37c43b30e1b4b947228a3c78602
+SIZE (Sub-Uplevel-0.1901.tar.gz) = 17417
--- /dev/null
+++ devel/p5-Test-Exception/pkg-descr
@@ -0,0 +1,8 @@
+This module provides a few convenience methods for testing
+exception based code. It is built with Test::Builder and
+plays happily with Test::Simple, Test::More and friends.
+
+If you are not familiar with Test::Simple or Test::More
+now would be the time to go take a look.
+
+WWW: http://search.cpan.org/dist/Test-Exception/
--- /dev/null
+++ devel/p5-Test-Exception/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/mach/auto/Test/Exception/.packlist
+%%SITE_PERL%%/Test/Exception.pm
+ at dirrm %%SITE_PERL%%/mach/auto/Test/Exception
+ at dirrmtry %%SITE_PERL%%/mach/auto/Test
+ at dirrmtry %%SITE_PERL%%/Test
--- /dev/null
+++ devel/p5-Test-Exception/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Test-Exception
+# Date created: January 27th 2003
+# Whom: Erwin Lansing <erwin at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/p5-Test-Exception/Makefile,v 1.1 2008/03/21 19:54:55 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Test-Exception/Makefile,v 1.17 2008/02/21 19:14:43 erwin Exp $
+#
+
+PORTNAME= Test-Exception
+PORTVERSION= 0.27
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Test::Exception - test functions for exception based code
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::Exception.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Test-Exception/distinfo
@@ -0,0 +1,3 @@
+MD5 (Test-Exception-0.27.tar.gz) = dd9383e0bb207c7b0a04d6ba990a5909
+SHA256 (Test-Exception-0.27.tar.gz) = 32ad1e5e12d562a9f65e68c096dc4978e567c7f7263a171af75f8bed8f0c22e9
+SIZE (Test-Exception-0.27.tar.gz) = 12940
More information about the Midnightbsd-cvs
mailing list