Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 00:22:30 +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: r499509 - in head/textproc: . p5-Text-WideChar-Util
Message-ID:  <201904210022.x3L0MUqY018166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-WideChar-Util
+PORTVERSION=	0.16
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@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



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