From owner-freebsd-ports Mon Feb 21 9: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D3D537BE05 for ; Mon, 21 Feb 2000 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99369; Mon, 21 Feb 2000 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 68B1537B5D4 for ; Mon, 21 Feb 2000 08:53:10 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA10154; Mon, 21 Feb 2000 19:53:07 +0300 (MSK) Message-Id: <200002211653.TAA10154@netserv1.chg.ru> Date: Mon, 21 Feb 2000 19:53:07 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16883: New port: graphics/p5-GD-TextUtil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16883 >Category: ports >Synopsis: New port: graphics/p5-GD-TextUtil >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: Mon Feb 21 09:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-GD-TextUtil X# Version required: 0.70 X# Date created: 21 February 2000 X# Whom: Dmitry Sivachenko X# X# $FreeBSD$ X# X XDISTNAME= GDTextUtil-0.70 XPKGNAME= p5-GD-TextUtil-0.70 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= GD X XMAINTAINER= dima@Chg.RU X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (GDTextUtil-0.70.tar.gz) = a19fa86a89c8fc4dd26f1992a785c2d5 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/GD/Text.pm Xlib/perl5/site_perl/%%PERL_VER%%/GD/Text/Wrap.pm Xlib/perl5/site_perl/%%PERL_VER%%/GD/Text/Align.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDTextUtil/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/GD/Text X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XText utilities for use with GD drawing package END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis are Text utilities for use with the GD drawing package. This Xpackage provides three modules: X XGD::Text: X Provides information about a font, irrespective of whether the font X is a TTF or builtin font. X XGD::Text::Align X Align a string around a coordinate, left, right, center, top, bottom X or center. X XGD::Text::Wrap X Wrap a long string between a right and left margin, starting at a X certain y coordinate. Layout the text flush left, flush right, X center, or justified. X X X--dima Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message