From 2905f006181e7fedaa713202431e6694649dc1aa Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 17 May 2009 13:06:10 +0000 Subject: String::Escape - Registry of string functions, including backslash escapes WWW: http://search.cpan.org/dist/String-Escape/ PR: ports/134564 Submitted by: Denis Pokataev --- textproc/p5-String-Escape/Makefile | 21 +++++++++++++++++++++ textproc/p5-String-Escape/distinfo | 3 +++ textproc/p5-String-Escape/pkg-descr | 3 +++ textproc/p5-String-Escape/pkg-plist | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 textproc/p5-String-Escape/Makefile create mode 100644 textproc/p5-String-Escape/distinfo create mode 100644 textproc/p5-String-Escape/pkg-descr create mode 100644 textproc/p5-String-Escape/pkg-plist (limited to 'textproc/p5-String-Escape') diff --git a/textproc/p5-String-Escape/Makefile b/textproc/p5-String-Escape/Makefile new file mode 100644 index 000000000000..1dda40ec4a0b --- /dev/null +++ b/textproc/p5-String-Escape/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-String-Escape +# Date Created: 15 May 2009 +# Whom: Denis Pokataev +# +# $FreeBSD$ +# + +PORTNAME= String-Escape +PORTVERSION= 2002.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= catone@cpan.org +COMMENT= Registry of string functions, including backslash escapes + +PERL_CONFIGURE= yes + +MAN3= String::Escape.3 + +.include diff --git a/textproc/p5-String-Escape/distinfo b/textproc/p5-String-Escape/distinfo new file mode 100644 index 000000000000..f0c6e21007dd --- /dev/null +++ b/textproc/p5-String-Escape/distinfo @@ -0,0 +1,3 @@ +MD5 (String-Escape-2002.001.tar.gz) = 764ff01a8f96632af1742e9637defaf6 +SHA256 (String-Escape-2002.001.tar.gz) = 845e13c6c5315abf0652729cd649ac5b3b6a995551bc0945cf8e824e41032c66 +SIZE (String-Escape-2002.001.tar.gz) = 7183 diff --git a/textproc/p5-String-Escape/pkg-descr b/textproc/p5-String-Escape/pkg-descr new file mode 100644 index 000000000000..b8aed227dffa --- /dev/null +++ b/textproc/p5-String-Escape/pkg-descr @@ -0,0 +1,3 @@ +String::Escape - Registry of string functions, including backslash escapes + +WWW: http://search.cpan.org/dist/String-Escape/ diff --git a/textproc/p5-String-Escape/pkg-plist b/textproc/p5-String-Escape/pkg-plist new file mode 100644 index 000000000000..964f4418c4e7 --- /dev/null +++ b/textproc/p5-String-Escape/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Escape/.packlist +%%SITE_PERL%%/String/Escape.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Escape +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String -- cgit v1.2.3