Initial import of pear-HTML-Select 1.2.1
HTML_Select provides an OOP way of generating HTML form select elements.
This commit is contained in:
parent
37ac316663
commit
48af784490
25
www/pear-HTML-Select/Makefile
Normal file
25
www/pear-HTML-Select/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/17 01:13:58 kevlo Exp $
|
||||
|
||||
COMMENT= "class for generating HTML form select elements for PHP"
|
||||
|
||||
DISTNAME= HTML_Select-1.2.1
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
CATEGORIES= www pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/pear-HTML-Select/distinfo
Normal file
3
www/pear-HTML-Select/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML_Select-1.2.1.tgz) = 9c9b84cc3b1595f6000ef1845829dae8
|
||||
RMD160 (HTML_Select-1.2.1.tgz) = 823362b2d09bf1908340056a12962646ca17bcbf
|
||||
SHA1 (HTML_Select-1.2.1.tgz) = dd9f963d41067a80e8f5d28a23148165262c5840
|
1
www/pear-HTML-Select/pkg/DESCR
Normal file
1
www/pear-HTML-Select/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
HTML_Select provides an OOP way of generating HTML form select elements.
|
6
www/pear-HTML-Select/pkg/PLIST
Normal file
6
www/pear-HTML-Select/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/17 01:13:58 kevlo Exp $
|
||||
pear/lib/.registry/html_select.reg
|
||||
pear/lib/HTML/Select.php
|
||||
@dirrm pear/lib/HTML
|
||||
@dirrm lib/php
|
||||
@dirrm lib
|
Loading…
Reference in New Issue
Block a user