From owner-freebsd-ports Fri Aug 2 6:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3285237B400 for ; Fri, 2 Aug 2002 06:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F2443E6A for ; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g72Do2JU034340 for ; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g72Do2ba034339; Fri, 2 Aug 2002 06:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0615337B400 for ; Fri, 2 Aug 2002 06:47:47 -0700 (PDT) Received: from aragorn.reaumur.absolight.net (ATuileries-113-2-1-126.abo.wanadoo.fr [80.11.216.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3860C43E81 for ; Fri, 2 Aug 2002 06:47:46 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id B59FE8205; Fri, 2 Aug 2002 15:47:44 +0200 (CEST) Message-Id: <20020802134744.B59FE8205@aragorn.reaumur.absolight.net> Date: Fri, 2 Aug 2002 15:47:44 +0200 (CEST) From: Mathieu Arnold Reply-To: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41265: New port: textproc/p5-Text-Reflow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41265 >Category: ports >Synopsis: New port: textproc/p5-Text-Reflow >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 02 06:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.6.1-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.6.1-RELEASE FreeBSD 4.6.1-RELEASE #4: Mon Jul 29 17:55:38 CEST 2002 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: These routines will reflow the paragraphs in the given file, filehandle, string or array using Knuth's paragraphing algorithm (as used in TeX) to pick "good" places to break the lines. >How-To-Repeat: >Fix: # 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-Reflow # p5-Text-Reflow/Makefile # p5-Text-Reflow/distinfo # p5-Text-Reflow/pkg-comment # p5-Text-Reflow/pkg-descr # p5-Text-Reflow/pkg-plist # echo c - p5-Text-Reflow mkdir -p p5-Text-Reflow > /dev/null 2>&1 echo x - p5-Text-Reflow/Makefile sed 's/^X//' >p5-Text-Reflow/Makefile << 'END-of-p5-Text-Reflow/Makefile' X# New ports collection makefile for: textproc/p5- Text-Reflow X# Date created: 2 August 2002 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= Text-Reflow XPORTVERSION= 1.04 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net X XPERL_CONFIGURE= yes X XMAN3= Text::Reflow.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Text-Reflow/Makefile echo x - p5-Text-Reflow/distinfo sed 's/^X//' >p5-Text-Reflow/distinfo << 'END-of-p5-Text-Reflow/distinfo' XMD5 (Text-Reflow-1.04.tar.gz) = 9b7d192cda3ffe8de76735c843352200 END-of-p5-Text-Reflow/distinfo echo x - p5-Text-Reflow/pkg-comment sed 's/^X//' >p5-Text-Reflow/pkg-comment << 'END-of-p5-Text-Reflow/pkg-comment' XPerl module for reflowing text files END-of-p5-Text-Reflow/pkg-comment echo x - p5-Text-Reflow/pkg-descr sed 's/^X//' >p5-Text-Reflow/pkg-descr << 'END-of-p5-Text-Reflow/pkg-descr' XThese routines will reflow the paragraphs in the given file, Xfilehandle, string or array using Knuth's paragraphing algorithm (as Xused in TeX) to pick "good" places to break the lines. END-of-p5-Text-Reflow/pkg-descr echo x - p5-Text-Reflow/pkg-plist sed 's/^X//' >p5-Text-Reflow/pkg-plist << 'END-of-p5-Text-Reflow/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Reflow.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Reflow END-of-p5-Text-Reflow/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message