From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 5 12:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5448A23 for ; Fri, 5 Jul 2013 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CB502178D for ; Fri, 5 Jul 2013 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r65CA1Qj055811 for ; Fri, 5 Jul 2013 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r65CA15b055810; Fri, 5 Jul 2013 12:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jul 2013 12:10:01 GMT Resent-Message-Id: <201307051210.r65CA15b055810@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C73009C6 for ; Fri, 5 Jul 2013 12:08:24 +0000 (UTC) (envelope-from amuhametov@monitoring.rambler.ru) Received: from monitoring.rambler.ru (monitoring.rambler.ru [81.19.75.233]) by mx1.freebsd.org (Postfix) with ESMTP id 3DEB9175C for ; Fri, 5 Jul 2013 12:08:23 +0000 (UTC) Received: from monitoring.rambler.ru (localhost [127.0.0.1]) by monitoring.rambler.ru (8.14.4/8.14.4) with ESMTP id r65C8NZu007002 for ; Fri, 5 Jul 2013 16:08:23 +0400 (MSK) (envelope-from amuhametov@monitoring.rambler.ru) Received: (from amuhametov@localhost) by monitoring.rambler.ru (8.14.4/8.14.4/Submit) id r65C8NcQ007001; Fri, 5 Jul 2013 16:08:23 +0400 (MSK) (envelope-from amuhametov) Message-Id: <201307051208.r65C8NcQ007001@monitoring.rambler.ru> Date: Fri, 5 Jul 2013 16:08:23 +0400 (MSK) From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180297: New port: textproc/p5-Text-Hyphen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 12:10:02 -0000 >Number: 180297 >Category: ports >Synopsis: New port: textproc/p5-Text-Hyphen >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 05 12:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: >Organization: >Environment: >Description: New port: textproc/p5-Text-Hyphen This module implements Knuth-Liang algorithm to find positions inside words where it is possible to insert hyphens to break a line. >How-To-Repeat: >Fix: --- p5-Text-Hyphen.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Text-Hyphen # p5-Text-Hyphen/distinfo # p5-Text-Hyphen/Makefile # p5-Text-Hyphen/pkg-descr # p5-Text-Hyphen/pkg-plist # echo c - p5-Text-Hyphen mkdir -p p5-Text-Hyphen > /dev/null 2>&1 echo x - p5-Text-Hyphen/distinfo sed 's/^X//' >p5-Text-Hyphen/distinfo << '2641a8e30ce5f71320e6bc4e9112f72a' XSHA256 (Text-Hyphen-0.11.tar.gz) = 4dcc4fb12d1fc64625e56078d3dcaef26e719ec0f7f5105c575e31a53a2fdae5 XSIZE (Text-Hyphen-0.11.tar.gz) = 30903 2641a8e30ce5f71320e6bc4e9112f72a echo x - p5-Text-Hyphen/Makefile sed 's/^X//' >p5-Text-Hyphen/Makefile << 'fedb351c40ee9c0ee337a651e32b7435' X# Created by: Anes Mukhametov X# $FreeBSD$ X XPORTNAME= Text-Hyphen XPORTVERSION= 0.11 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= anes@anes.su XCOMMENT= Determine positions for hyphens inside words X XPERL_CONFIGURE= yes X XMAN3= Text::Hyphen.3 X X.include fedb351c40ee9c0ee337a651e32b7435 echo x - p5-Text-Hyphen/pkg-descr sed 's/^X//' >p5-Text-Hyphen/pkg-descr << '089bb9c52f46ab34083ea9c3590b423b' XDetermine positions for hyphens inside words XThis module implements Knuth-Liang algorithm to find positions Xinside words where it is possible to insert hyphens to break a line. X XWWW: http://search.cpan.org/dist/Text-Hyphen/ 089bb9c52f46ab34083ea9c3590b423b echo x - p5-Text-Hyphen/pkg-plist sed 's/^X//' >p5-Text-Hyphen/pkg-plist << '64265ead8c8328e7d6f4182e63814088' X%%SITE_PERL%%/Text/Hyphen.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Hyphen X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text X@dirrmtry %%SITE_PERL%%/Text 64265ead8c8328e7d6f4182e63814088 exit --- p5-Text-Hyphen.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: