From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 14 22:00:32 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DCD16A4BF for ; Tue, 14 Oct 2003 22:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AEC43F93 for ; Tue, 14 Oct 2003 22:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9F50UFY047359 for ; Tue, 14 Oct 2003 22:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9F50U66047358; Tue, 14 Oct 2003 22:00:30 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 14 Oct 2003 22:00:30 -0700 (PDT) Resent-Message-Id: <200310150500.h9F50U66047358@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 427C116A4B3 for ; Tue, 14 Oct 2003 21:55:25 -0700 (PDT) Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA7443FCB for ; Tue, 14 Oct 2003 21:55:23 -0700 (PDT) (envelope-from clsung@dragon2.net) Received: from localhost (unknown [127.0.0.1]) by mail.dragon2.net (Postfix) with ESMTP id E9B1315630; Wed, 15 Oct 2003 04:56:42 +0000 (GMT) Received: from mail.dragon2.net ([127.0.0.1])port 10024) with ESMTP id 41413-03; Wed, 15 Oct 2003 12:56:42 +0800 (CST) Received: by mail.dragon2.net (Postfix, from userid 1022) id 7624D1562F; Wed, 15 Oct 2003 12:56:42 +0800 (CST) Message-Id: <20031015045642.7624D1562F@mail.dragon2.net> Date: Wed, 15 Oct 2003 12:56:42 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: clsung@tiger2.net Subject: ports/58047: New port: textproc/p5-RTF-Writer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cheng-Lung Sung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 05:00:32 -0000 X-List-Received-Date: Wed, 15 Oct 2003 05:00:32 -0000 X-List-Received-Date: Wed, 15 Oct 2003 05:00:32 -0000 >Number: 58047 >Category: ports >Synopsis: New port: textproc/p5-RTF-Writer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 14 22:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386 >Description: - New port, for generating documents in Rich Text Format >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-RTF-Writer # p5-RTF-Writer/Makefile # p5-RTF-Writer/distinfo # p5-RTF-Writer/pkg-plist # p5-RTF-Writer/pkg-descr # echo c - p5-RTF-Writer mkdir -p p5-RTF-Writer > /dev/null 2>&1 echo x - p5-RTF-Writer/Makefile sed 's/^X//' >p5-RTF-Writer/Makefile << 'END-of-p5-RTF-Writer/Makefile' X# New ports collection makefile for: textproc/p5-RTF-Writer X# Date created: Oct 15th 2003 X# Whom: clsung@dragon2.net X# X# $FreeBSD$ X# X XPORTNAME= RTF-Writer XPORTVERSION= 1.09 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= RTF XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@dragon2.net XCOMMENT= Perl module for generating documents in Rich Text Format X XBUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= RTF::Writer.3 \ X RTF::Writer::TableRowDecl.3 \ X RTF::Cookbook.3 X X.include END-of-p5-RTF-Writer/Makefile echo x - p5-RTF-Writer/distinfo sed 's/^X//' >p5-RTF-Writer/distinfo << 'END-of-p5-RTF-Writer/distinfo' XMD5 (RTF-Writer-1.09.tar.gz) = 137e0af769d36ff95b759429dbbcfa57 END-of-p5-RTF-Writer/distinfo echo x - p5-RTF-Writer/pkg-plist sed 's/^X//' >p5-RTF-Writer/pkg-plist << 'END-of-p5-RTF-Writer/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Writer/.packlist X%%SITE_PERL%%/RTF/Cookbook.pod X%%SITE_PERL%%/RTF/Writer.pm X%%SITE_PERL%%/RTF/Writer.pod X%%SITE_PERL%%/RTF/Writer/TableRowDecl.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF/Writer X@dirrm %%SITE_PERL%%/RTF/Writer X@dirrm %%SITE_PERL%%/RTF X@unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true END-of-p5-RTF-Writer/pkg-plist echo x - p5-RTF-Writer/pkg-descr sed 's/^X//' >p5-RTF-Writer/pkg-descr << 'END-of-p5-RTF-Writer/pkg-descr' XThis module is for generating documents in Rich Text Format. X XThis module is a class; an object belonging to this class Xacts like an output filehandle, and calling methods on it Xcauses RTF text to be written. X XIncidentally, this module also exports a few useful functions, Xupon request. X XThe following documentation assumes some familiarity with Xthe RTF Specification. Users not already intimately Xfamiliar with RTF should look at RTF::Cookbook. X X-- XSean M. Burke. Xsburke@cpan.org END-of-p5-RTF-Writer/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: