From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 12:00:50 2004 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 56D9E16A4CF for ; Wed, 15 Dec 2004 12:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2733043D41 for ; Wed, 15 Dec 2004 12:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFC0nxt002052 for ; Wed, 15 Dec 2004 12:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBFC0naE002043; Wed, 15 Dec 2004 12:00:49 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2004 12:00:49 GMT Resent-Message-Id: <200412151200.iBFC0naE002043@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1B316A4CE for ; Wed, 15 Dec 2004 11:53:41 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC67D43D48 for ; Wed, 15 Dec 2004 11:53:39 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iBFBrbZO093662 for ; Wed, 15 Dec 2004 09:53:38 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iBFBraE0093661; Wed, 15 Dec 2004 09:53:36 -0200 (BRST) Message-Id: <200412151153.iBFBraE0093661@digitalsign.com> Date: Wed, 15 Dec 2004 09:53:36 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75103: New port: misc/pear-Text_Figlet Render text using FIGlet fonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 12:00:50 -0000 >Number: 75103 >Category: ports >Synopsis: New port: misc/pear-Text_Figlet Render text using FIGlet fonts >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: Wed Dec 15 12:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: misc/pear-Text_Figlet Render text using FIGlet fonts Engine for use FIGlet fonts to rendering text. >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: # # pear-Text_Figlet # pear-Text_Figlet/Makefile # pear-Text_Figlet/distinfo # pear-Text_Figlet/pkg-descr # echo c - pear-Text_Figlet mkdir -p pear-Text_Figlet > /dev/null 2>&1 echo x - pear-Text_Figlet/Makefile sed 's/^X//' >pear-Text_Figlet/Makefile << 'END-of-pear-Text_Figlet/Makefile' X# Ports collection makefile for: pear-Text_Figlet X# Date created: 15 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Text_Figlet XPORTVERSION= 0.8.0 XCATEGORIES= misc pear X XMAINTAINER= antonio@php.net XCOMMENT= Render text using FIGlet fonts X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= yes X XCATEGORY= Text XFILES= Figlet.php XDOCS= README.TXT XEXAMPLES= 3-d.flf alligator2.flf bell.flf block.flf contessa.flf cybermedium.flf \ X isometric1.flf larry3d.flf script.flf slant.flf figlet.php X_EXAMPLESDIR= docs/examples X Xpost-extract: X ${MKDIR} ${WRKSRC} X ${MV} ${WRKDIR}/docs ${WRKSRC}/ X ${MV} ${WRKDIR}/Figlet.php ${WRKSRC}/ X X.include X XPHP_VERS= ${PHP_VERSION:S/.//g} X X.if defined(PHP_VERS) && ${PHP_VERS} < 404 XIGNORE= "You need PHP 4.0.4 or later to install PEAR::Text_Figlet" X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Text_Figlet/Makefile echo x - pear-Text_Figlet/distinfo sed 's/^X//' >pear-Text_Figlet/distinfo << 'END-of-pear-Text_Figlet/distinfo' XMD5 (PEAR/Text_Figlet-0.8.0.tgz) = 8010fee97da24e69f2c1f879e92939b9 XSIZE (PEAR/Text_Figlet-0.8.0.tgz) = 22756 END-of-pear-Text_Figlet/distinfo echo x - pear-Text_Figlet/pkg-descr sed 's/^X//' >pear-Text_Figlet/pkg-descr << 'END-of-pear-Text_Figlet/pkg-descr' XEngine for use FIGlet fonts to rendering text. X XWWW: http://pear.php.net/package/Text_Figlet/ END-of-pear-Text_Figlet/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: