Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 12:00:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345695 - in head/devel: . p5-PerlIO-utf8_strict
Message-ID:  <201402231200.s1NC0dRp006444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 23 12:00:39 2014
New Revision: 345695
URL: http://svnweb.freebsd.org/changeset/ports/345695
QAT: https://qat.redports.org/buildarchive/r345695/

Log:
  - Add p5-PerlIO-utf8_strict 0.004
  
  PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike
  perl's default :utf8 layer it checks the input for correctness.
  
  WWW: http://search.cpan.org/dist/PerlIO-utf8_strict/

Added:
  head/devel/p5-PerlIO-utf8_strict/
  head/devel/p5-PerlIO-utf8_strict/Makefile   (contents, props changed)
  head/devel/p5-PerlIO-utf8_strict/distinfo   (contents, props changed)
  head/devel/p5-PerlIO-utf8_strict/pkg-descr   (contents, props changed)
  head/devel/p5-PerlIO-utf8_strict/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb 23 11:34:18 2014	(r345694)
+++ head/devel/Makefile	Sun Feb 23 12:00:39 2014	(r345695)
@@ -2575,6 +2575,7 @@
     SUBDIR += p5-PerlIO-Util
     SUBDIR += p5-PerlIO-eol
     SUBDIR += p5-PerlIO-locale
+    SUBDIR += p5-PerlIO-utf8_strict
     SUBDIR += p5-PerlIO-via-MD5
     SUBDIR += p5-PerlIO-via-dynamic
     SUBDIR += p5-PerlIO-via-symlink

Added: head/devel/p5-PerlIO-utf8_strict/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-PerlIO-utf8_strict/Makefile	Sun Feb 23 12:00:39 2014	(r345695)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	PerlIO-utf8_strict
+PORTVERSION=	0.004
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fast and correct UTF-8 IO
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
+USE_PERL5=	modbuild
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-PerlIO-utf8_strict/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-PerlIO-utf8_strict/distinfo	Sun Feb 23 12:00:39 2014	(r345695)
@@ -0,0 +1,2 @@
+SHA256 (PerlIO-utf8_strict-0.004.tar.gz) = bd55eb02721e2e09603fdcdcc676d215925bdf292b49eee9ff94356e1b58c9e5
+SIZE (PerlIO-utf8_strict-0.004.tar.gz) = 19118

Added: head/devel/p5-PerlIO-utf8_strict/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-PerlIO-utf8_strict/pkg-descr	Sun Feb 23 12:00:39 2014	(r345695)
@@ -0,0 +1,4 @@
+PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike
+perl's default :utf8 layer it checks the input for correctness.
+
+WWW: http://search.cpan.org/dist/PerlIO-utf8_strict/

Added: head/devel/p5-PerlIO-utf8_strict/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-PerlIO-utf8_strict/pkg-plist	Sun Feb 23 12:00:39 2014	(r345695)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/utf8_strict.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/utf8_strict/utf8_strict.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/utf8_strict/utf8_strict.so
+%%PERL5_MAN3%%/PerlIO::utf8_strict.3.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/utf8_strict
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/PerlIO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402231200.s1NC0dRp006444>