svn commit: r499509 - in head/textproc: . p5-Text-WideChar-Util

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 21 00:22:32 UTC 2019


Author: sunpoet
Date: Sun Apr 21 00:22:29 2019
New Revision: 499509
URL: https://svnweb.freebsd.org/changeset/ports/499509

Log:
  Add p5-Text-WideChar-Util 0.16
  
  Text::WideChar::Util provides routines for dealing with text containing wide
  characters (wide meaning occupying more than 1 column width in terminal).
  
  WWW: https://metacpan.org/release/Text-WideChar-Util

Added:
  head/textproc/p5-Text-WideChar-Util/
  head/textproc/p5-Text-WideChar-Util/Makefile   (contents, props changed)
  head/textproc/p5-Text-WideChar-Util/distinfo   (contents, props changed)
  head/textproc/p5-Text-WideChar-Util/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-WideChar-Util/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Apr 21 00:22:04 2019	(r499508)
+++ head/textproc/Makefile	Sun Apr 21 00:22:29 2019	(r499509)
@@ -994,6 +994,7 @@
     SUBDIR += p5-Text-Unaccent-PurePerl
     SUBDIR += p5-Text-VimColor
     SUBDIR += p5-Text-VisualWidth
+    SUBDIR += p5-Text-WideChar-Util
     SUBDIR += p5-Text-WikiCreole
     SUBDIR += p5-Text-WikiFormat
     SUBDIR += p5-Text-WordDiff

Added: head/textproc/p5-Text-WideChar-Util/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-WideChar-Util/Makefile	Sun Apr 21 00:22:29 2019	(r499509)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-WideChar-Util
+PORTVERSION=	0.16
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Routines for text containing wide characters
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-WideChar-Util/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-WideChar-Util/distinfo	Sun Apr 21 00:22:29 2019	(r499509)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552149849
+SHA256 (Text-WideChar-Util-0.16.tar.gz) = 0de8f747fc889cee0fd94daf813ba5f87db657fa2acb7cf7880c1a0d0a01933a
+SIZE (Text-WideChar-Util-0.16.tar.gz) = 21374

Added: head/textproc/p5-Text-WideChar-Util/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-WideChar-Util/pkg-descr	Sun Apr 21 00:22:29 2019	(r499509)
@@ -0,0 +1,4 @@
+Text::WideChar::Util provides routines for dealing with text containing wide
+characters (wide meaning occupying more than 1 column width in terminal).
+
+WWW: https://metacpan.org/release/Text-WideChar-Util

Added: head/textproc/p5-Text-WideChar-Util/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-WideChar-Util/pkg-plist	Sun Apr 21 00:22:29 2019	(r499509)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/WideChar/Util.pm
+%%PERL5_MAN3%%/Text::WideChar::Util.3.gz


More information about the svn-ports-head mailing list