svn commit: r327883 - in head/textproc: . p5-Text-Hyphen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 22 17:59:38 UTC 2013


Author: sunpoet
Date: Sun Sep 22 17:59:36 2013
New Revision: 327883
URL: http://svnweb.freebsd.org/changeset/ports/327883

Log:
  - Add p5-Text-Hyphen 0.11
  - While I'm here, add LICENSE and NO_STAGE
  
  Determine positions for hyphens inside words
  This module implements Knuth-Liang algorithm to find positions
  inside words where it is possible to insert hyphens to break a line.
  
  WWW: http://search.cpan.org/dist/Text-Hyphen/
  
  PR:		ports/180297
  Submitted by:	Anes Mukhametov <anes at anes.su>

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Sep 22 17:58:30 2013	(r327882)
+++ head/textproc/Makefile	Sun Sep 22 17:59:36 2013	(r327883)
@@ -818,6 +818,7 @@
     SUBDIR += p5-Text-Hatena
     SUBDIR += p5-Text-Highlight
     SUBDIR += p5-Text-HikiDoc
+    SUBDIR += p5-Text-Hyphen
     SUBDIR += p5-Text-Language-Guess
     SUBDIR += p5-Text-Lorem
     SUBDIR += p5-Text-Markdown

Added: head/textproc/p5-Text-Hyphen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Hyphen/Makefile	Sun Sep 22 17:59:36 2013	(r327883)
@@ -0,0 +1,21 @@
+# Created by: Anes Mukhametov <anes at anes.su>
+# $FreeBSD$
+
+PORTNAME=	Text-Hyphen
+PORTVERSION=	0.11
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	anes at anes.su
+COMMENT=	Determine positions for hyphens inside words
+
+LICENSE=	BSD
+
+NO_STAGE=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+MAN3=		Text::Hyphen.3
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-Hyphen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Hyphen/distinfo	Sun Sep 22 17:59:36 2013	(r327883)
@@ -0,0 +1,2 @@
+SHA256 (Text-Hyphen-0.11.tar.gz) = 4dcc4fb12d1fc64625e56078d3dcaef26e719ec0f7f5105c575e31a53a2fdae5
+SIZE (Text-Hyphen-0.11.tar.gz) = 30903

Added: head/textproc/p5-Text-Hyphen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Hyphen/pkg-descr	Sun Sep 22 17:59:36 2013	(r327883)
@@ -0,0 +1,5 @@
+Determine positions for hyphens inside words
+This module implements Knuth-Liang algorithm to find positions
+inside words where it is possible to insert hyphens to break a line.
+
+WWW: http://search.cpan.org/dist/Text-Hyphen/

Added: head/textproc/p5-Text-Hyphen/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Hyphen/pkg-plist	Sun Sep 22 17:59:36 2013	(r327883)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Text/Hyphen.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/Text


More information about the svn-ports-all mailing list