Bug 88818 - New port: devel/pear-HTML_QuickForm_advmultiselect Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
Summary: New port: devel/pear-HTML_QuickForm_advmultiselect Element for PEAR::HTML...
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: 2005-11-11 00:30 UTC by Chris St Denis
Modified: 2005-11-13 16:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris St Denis 2005-11-11 00:30:15 UTC
This port is written based on a very similar port pear-HTML_QuickForm_SelectFilter.


# 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:
#
#       /usr/ports/devel/pear-HTML_QuickForm_advmultiselect
#       /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/Makefile
#       /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/distinfo
#       /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr
#
echo c - /usr/ports/devel/pear-HTML_QuickForm_advmultiselect
mkdir -p /usr/ports/devel/pear-HTML_QuickForm_advmultiselect > /dev/null 2>&1
echo x - /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/Makefile
sed 's/^X//' >/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/Makefile << 'END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/Makefile'
X# Ports collection makefile for:  pear-HTML_QuickForm_advmultiselect
X# Date created:                          11 November 2005
X# Whom:                                  Chris St Denis (<chris@ctgameinfo.com>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=      HTML_QuickForm_advmultiselect
XPORTVERSION=   1.0.0
XCATEGORIES=    devel www pear
XDISTNAME=      ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=    chris@ctgameinfo.com
XCOMMENT=       Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
X
XBUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
XRUN_DEPENDS=   ${BUILD_DEPENDS}
X
XCATEGORY=      HTML/QuickForm
XFILES=         advmultiselect.php
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/Makefile
echo x - /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/distinfo
sed 's/^X//' >/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/distinfo << 'END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/distinfo'
XMD5 (PEAR/HTML_QuickForm_advmultiselect-1.0.0.tgz) = 87dcce2d71569f40ec11cd29ffbc3b91
XSIZE (PEAR/HTML_QuickForm_advmultiselect-1.0.0.tgz) = 134955
END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/distinfo
echo x - /usr/ports/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr
sed 's/^X//' >/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr << 'END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr'
XThe HTML_QuickForm_advmultiselect package adds an element to the
XHTML_QuickForm package that is two select boxes next to each other
Xemulating a multi-select.
X
XWWW: http://pear.php.net/package/HTML_QuickForm_advmultiselect
END-of-/usr/ports/devel/pear-HTML_QuickForm_advmultiselect/pkg-descr
exit
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-13 16:22:08 UTC
State Changed
From-To: open->closed

New port added, thank you!