Bug 70325 - New port: devel/pear-HTML_Select
Summary: New port: devel/pear-HTML_Select
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 22:10 UTC by Michael Schout
Modified: 2004-08-12 21:49 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (1.76 KB, text/plain)
2004-08-11 22:10 UTC, Michael Schout
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schout 2004-08-11 22:10:19 UTC
The PEAR::HTML_Select package is a class for generating HTML form select
elements.

WWW: http://pear.php.net/package/HTML_Select/
Comment 1 Michael Schout 2004-08-11 22:21:03 UTC
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
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2004-08-12 21:48:05 UTC
State Changed
From-To: open->closed


New port added, thanks! 

Note: I have added a dependency towards HTML_Select_Common.