Date: Wed, 11 Aug 2004 21:30:26 GMT From: Michael Schout <mschout@gkg.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70325: New port: devel/pear-HTML_Select Message-ID: <200408112130.i7BLUQRL076575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70325; it has been noted by GNATS. From: Michael Schout <mschout@gkg.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/70325: New port: devel/pear-HTML_Select Date: Wed, 11 Aug 2004 16:21:03 -0500 (CDT) Oops, I didn't update the comments at the top of hte Makefile. Here is a new shar file, with the corrected Makefile comments. # 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-HTML_Select # pear-HTML_Select/Makefile # pear-HTML_Select/distinfo # pear-HTML_Select/pkg-descr # echo c - pear-HTML_Select mkdir -p pear-HTML_Select > /dev/null 2>&1 echo x - pear-HTML_Select/Makefile sed 's/^X//' >pear-HTML_Select/Makefile << 'END-of-pear-HTML_Select/Makefile' X# Ports collection makefile for: pear-HTML_Select X# Date created: 11 August 2004 X# Whom: Michael Schout <mschout@gkg.net> X# X# $FreeBSD$ X# X XPORTNAME= HTML_Select XPORTVERSION= 1.2.1 XCATEGORIES= devel www pear X XMAINTAINER= ports@FreeBSD.org XCOMMENT= PEAR::HTML_Select is a class for generating HTML form select elements X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTML XFILES= Select.php X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> END-of-pear-HTML_Select/Makefile echo x - pear-HTML_Select/distinfo sed 's/^X//' >pear-HTML_Select/distinfo << 'END-of-pear-HTML_Select/distinfo' XMD5 (PEAR/HTML_Select-1.2.1.tgz) = 9c9b84cc3b1595f6000ef1845829dae8 XSIZE (PEAR/HTML_Select-1.2.1.tgz) = 3480 END-of-pear-HTML_Select/distinfo echo x - pear-HTML_Select/pkg-descr sed 's/^X//' >pear-HTML_Select/pkg-descr << 'END-of-pear-HTML_Select/pkg-descr' XThe PEAR::HTML_Select package is a class for generating HTML form select Xelements. X XWWW: http://pear.php.net/package/HTML_Select/ END-of-pear-HTML_Select/pkg-descr exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408112130.i7BLUQRL076575>