diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-30 03:24:20 +0800 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-03-30 03:24:20 +0800 |
commit | 1e23f938bde02fac61cb10854e9b776a244eec85 (patch) | |
tree | 711a34c09415744ff90783267d491d2a956b79bf /textproc | |
parent | 1317e0e562d4614c2e9c9efd7e1791b869d0aa44 (diff) | |
download | freebsd-ports-gnome-1e23f938bde02fac61cb10854e9b776a244eec85.tar.gz freebsd-ports-gnome-1e23f938bde02fac61cb10854e9b776a244eec85.tar.zst freebsd-ports-gnome-1e23f938bde02fac61cb10854e9b776a244eec85.zip |
Add p5-Unicode-Escape 0.0.2, escape and unescape Unicode characters
other than ASCII.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Unicode-Escape/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Unicode-Escape/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Unicode-Escape/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Unicode-Escape/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 68a756b9524c..4f9e12752352 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -672,6 +672,7 @@ SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-EastAsianWidth + SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-WDDX diff --git a/textproc/p5-Unicode-Escape/Makefile b/textproc/p5-Unicode-Escape/Makefile new file mode 100644 index 000000000000..8d9182e3165b --- /dev/null +++ b/textproc/p5-Unicode-Escape/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Unicode-Escape +# Date created: 29 Mar 2009 +# Whom: Vadim Vatlin +# +# $FreeBSD$ +# + +PORTNAME= Unicode-Escape +PORTVERSION= 0.0.2 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvatlin@masterhost.ru +COMMENT= Escape and unescape Unicode characters other than ASCII + +BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Unicode::Escape.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Unicode-Escape/distinfo b/textproc/p5-Unicode-Escape/distinfo new file mode 100644 index 000000000000..d2ea04cf0a25 --- /dev/null +++ b/textproc/p5-Unicode-Escape/distinfo @@ -0,0 +1,3 @@ +MD5 (Unicode-Escape-0.0.2.tar.gz) = 58a0a790b393a817494fa71422dd7042 +SHA256 (Unicode-Escape-0.0.2.tar.gz) = 5d6840c3b350933039e67c7b28285b42013ca439d376f35754526ed9bc78fe72 +SIZE (Unicode-Escape-0.0.2.tar.gz) = 4512 diff --git a/textproc/p5-Unicode-Escape/pkg-descr b/textproc/p5-Unicode-Escape/pkg-descr new file mode 100644 index 000000000000..eeaa8b39dd60 --- /dev/null +++ b/textproc/p5-Unicode-Escape/pkg-descr @@ -0,0 +1,4 @@ +Unicode::Escape - escape and unescape Unicode characters +other than ASCII. + +WWW: http://search.cpan.org/dist/Unicode-Escape/ diff --git a/textproc/p5-Unicode-Escape/pkg-plist b/textproc/p5-Unicode-Escape/pkg-plist new file mode 100644 index 000000000000..fac3357bb817 --- /dev/null +++ b/textproc/p5-Unicode-Escape/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Unicode/Escape.pm +@dirrmtry %%SITE_PERL%%/Unicode |