mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts
Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standart output(print), or return. PR: ports/74584 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
parent
e4c53ee34e
commit
1f9b7f211a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122948
@ -1080,6 +1080,7 @@
|
||||
SUBDIR += pear-HTML_BBCodeParser
|
||||
SUBDIR += pear-HTML_Common
|
||||
SUBDIR += pear-HTML_Form
|
||||
SUBDIR += pear-HTML_Javascript
|
||||
SUBDIR += pear-HTML_QuickForm
|
||||
SUBDIR += pear-HTML_QuickForm_Controller
|
||||
SUBDIR += pear-HTML_Select
|
||||
|
25
devel/pear-HTML_Javascript/Makefile
Normal file
25
devel/pear-HTML_Javascript/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Ports collection makefile for: pear-HTML_Javascript
|
||||
# Date created: 01 December 2004
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML_Javascript
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= Provides an interface for creating simple JS scripts
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= HTML
|
||||
FILES= Javascript.php Javascript/Convert.php
|
||||
EXAMPLES= javascript.php js.php
|
||||
TESTS= js.php output.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
devel/pear-HTML_Javascript/distinfo
Normal file
2
devel/pear-HTML_Javascript/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/HTML_Javascript-1.1.0.tgz) = 90e4d45617b9f57d2475994b10827715
|
||||
SIZE (PEAR/HTML_Javascript-1.1.0.tgz) = 8362
|
6
devel/pear-HTML_Javascript/pkg-descr
Normal file
6
devel/pear-HTML_Javascript/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Provides two classes:
|
||||
HTML_Javascript for performing basic JS operations.
|
||||
HTML_Javascript_Convert for converting variables.
|
||||
Allow output data to a file, to the standart output(print), or return.
|
||||
|
||||
WWW: http://pear.php.net/package/HTML_Javascript/
|
Loading…
Reference in New Issue
Block a user