aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-10-05 09:00:49 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-10-05 09:00:49 +0000
commit747f2fc77e796d6f4acb6ed73d980a55c26112e3 (patch)
tree055ea48728af48117965e87bc5e7e3c920427a86 /devel
parentbeb0be93d0ba8519aae96554d00c41c6e43b0c95 (diff)
Test::Weaken allows easy detection of unfreed Perl data and the
examination of unfreed objects, even those that would usually have been made inaccessible. WWW: http://search.cpan.org/dist/Test-Weaken/
Notes
Notes: svn path=/head/; revision=282968
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Test-Weaken/Makefile24
-rw-r--r--devel/p5-Test-Weaken/distinfo2
-rw-r--r--devel/p5-Test-Weaken/pkg-descr5
-rw-r--r--devel/p5-Test-Weaken/pkg-plist5
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1290ee3b91f0..03f5f2f4650b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2460,6 +2460,7 @@
SUBDIR += p5-Test-WWW-Mechanize-PSGI
SUBDIR += p5-Test-WWW-Selenium
SUBDIR += p5-Test-Warn
+ SUBDIR += p5-Test-Weaken
SUBDIR += p5-Test-XML
SUBDIR += p5-Test-XML-Valid
SUBDIR += p5-Test-YAML-Meta
diff --git a/devel/p5-Test-Weaken/Makefile b/devel/p5-Test-Weaken/Makefile
new file mode 100644
index 000000000000..a9d06ec6967c
--- /dev/null
+++ b/devel/p5-Test-Weaken/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Test-Weaken
+# Date created: 2011-10-05
+# Whom: Frederic Culot <culot@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Test-Weaken
+PORTVERSION= 3.006000
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= culot@FreeBSD.org
+COMMENT= Test that freed memory objects were, indeed, freed
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::Weaken.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-Weaken/distinfo b/devel/p5-Test-Weaken/distinfo
new file mode 100644
index 000000000000..a759eefcb898
--- /dev/null
+++ b/devel/p5-Test-Weaken/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Test-Weaken-3.006000.tar.gz) = 439d45280c37379b209e77c22737b770ad8cc20c6ae7d213e541d2b214320d8d
+SIZE (Test-Weaken-3.006000.tar.gz) = 37202
diff --git a/devel/p5-Test-Weaken/pkg-descr b/devel/p5-Test-Weaken/pkg-descr
new file mode 100644
index 000000000000..2faa62e284ee
--- /dev/null
+++ b/devel/p5-Test-Weaken/pkg-descr
@@ -0,0 +1,5 @@
+Test::Weaken allows easy detection of unfreed Perl data and the
+examination of unfreed objects, even those that would usually have
+been made inaccessible.
+
+WWW: http://search.cpan.org/dist/Test-Weaken/
diff --git a/devel/p5-Test-Weaken/pkg-plist b/devel/p5-Test-Weaken/pkg-plist
new file mode 100644
index 000000000000..c11f07f3f8d3
--- /dev/null
+++ b/devel/p5-Test-Weaken/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Test/Weaken.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Weaken/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Weaken
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test