From owner-svn-ports-head@FreeBSD.ORG Sun Sep 22 17:59:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE7ADFF6; Sun, 22 Sep 2013 17:59:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB41B2D5C; Sun, 22 Sep 2013 17:59:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MHxbOs073785; Sun, 22 Sep 2013 17:59:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8MHxaCE073777; Sun, 22 Sep 2013 17:59:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309221759.r8MHxaCE073777@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Sep 2013 17:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327883 - in head/textproc: . p5-Text-Hyphen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 17:59:38 -0000 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 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 +# $FreeBSD$ + +PORTNAME= Text-Hyphen +PORTVERSION= 0.11 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Determine positions for hyphens inside words + +LICENSE= BSD + +NO_STAGE= yes +USE_PERL5= configure +USES= perl5 + +MAN3= Text::Hyphen.3 + +.include 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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text