aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-10-05 17:00:49 +0800
committerculot <culot@FreeBSD.org>2011-10-05 17:00:49 +0800
commit44492695b7ec4bfc2ac1fa932d4eeb272f68e85b (patch)
tree58ce79bdee578f93066e1acf6f92b34c9379c957
parent3748cae3629236df3697b1d638a9f86fa37d5c87 (diff)
downloadfreebsd-ports-gnome-44492695b7ec4bfc2ac1fa932d4eeb272f68e85b.tar.gz
freebsd-ports-gnome-44492695b7ec4bfc2ac1fa932d4eeb272f68e85b.tar.zst
freebsd-ports-gnome-44492695b7ec4bfc2ac1fa932d4eeb272f68e85b.zip
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/
-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