svn commit: r509025 - in head/textproc: . p5-XString
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 15 18:11:48 UTC 2019
Author: sunpoet
Date: Thu Aug 15 18:11:46 2019
New Revision: 509025
URL: https://svnweb.freebsd.org/changeset/ports/509025
Log:
Add p5-XString 0.002
XString provides the B string helpers in one isolated package. Right now only
cstring and perlstring are available.
WWW: https://metacpan.org/release/XString
Added:
head/textproc/p5-XString/
head/textproc/p5-XString/Makefile (contents, props changed)
head/textproc/p5-XString/distinfo (contents, props changed)
head/textproc/p5-XString/pkg-descr (contents, props changed)
head/textproc/p5-XString/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Aug 15 18:11:40 2019 (r509024)
+++ head/textproc/Makefile Thu Aug 15 18:11:46 2019 (r509025)
@@ -1112,6 +1112,7 @@
SUBDIR += p5-XML-XQL
SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML
+ SUBDIR += p5-XString
SUBDIR += p5-YAML
SUBDIR += p5-YAML-LibYAML
SUBDIR += p5-YAML-PP
Added: head/textproc/p5-XString/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-XString/Makefile Thu Aug 15 18:11:46 2019 (r509025)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= XString
+PORTVERSION= 0.002
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:ATOOMIC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Isolated String helpers from B
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= p5-Test2-Plugin-NoWarnings>=0:devel/p5-Test2-Plugin-NoWarnings \
+ p5-Test2-Suite>=0:devel/p5-Test2-Suite \
+ p5-Test2-Tools-Explain>=0:devel/p5-Test2-Tools-Explain
+
+USES= perl5
+USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XString/XString.so
+
+.include <bsd.port.mk>
Added: head/textproc/p5-XString/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-XString/distinfo Thu Aug 15 18:11:46 2019 (r509025)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565890308
+SHA256 (XString-0.002.tar.gz) = 260e252f7367228c9b4e43ef50c0becb04c4781de660577b3086cc106c0028c0
+SIZE (XString-0.002.tar.gz) = 17906
Added: head/textproc/p5-XString/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-XString/pkg-descr Thu Aug 15 18:11:46 2019 (r509025)
@@ -0,0 +1,4 @@
+XString provides the B string helpers in one isolated package. Right now only
+cstring and perlstring are available.
+
+WWW: https://metacpan.org/release/XString
Added: head/textproc/p5-XString/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-XString/pkg-plist Thu Aug 15 18:11:46 2019 (r509025)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/XString.pm
+%%SITE_ARCH%%/auto/XString/XString.so
+%%PERL5_MAN3%%/XString.3.gz
More information about the svn-ports-all
mailing list