mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Renderer driver for pear-Structures_DataGrid that generates the XML string
for a XUL listbox. WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/ Submitted by: Nick Hilliard <nick at foobar.org>
This commit is contained in:
parent
f06fd33662
commit
c51367b134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223263
@ -1993,6 +1993,7 @@
|
||||
SUBDIR += pear-Pager
|
||||
SUBDIR += pear-PhpDocumentor
|
||||
SUBDIR += pear-Structures_DataGrid
|
||||
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
|
||||
SUBDIR += pear-System_Command
|
||||
SUBDIR += pear-Testing_Selenium
|
||||
SUBDIR += pear-Text_Diff
|
||||
|
24
devel/pear-Structures_DataGrid_Renderer_XUL/Makefile
Normal file
24
devel/pear-Structures_DataGrid_Renderer_XUL/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection makefile for: pear-Structures_DataGrid_Renderer_XUL
|
||||
# Date created: 26 Jun 2008
|
||||
# Whom: Nick Hilliard <nick@foobar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Structures_DataGrid_Renderer_XUL
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= nick@foobar.org
|
||||
COMMENT= XUL Renderer for pear-Structures_DataGrid
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
|
||||
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
|
||||
|
||||
CATEGORY= Structures
|
||||
FILES= DataGrid/Renderer/XUL.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
devel/pear-Structures_DataGrid_Renderer_XUL/distinfo
Normal file
3
devel/pear-Structures_DataGrid_Renderer_XUL/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Structures_DataGrid_Renderer_XUL-0.1.3.tgz) = d2ec612f5cf827feecbf5165e70fd53f
|
||||
SHA256 (PEAR/Structures_DataGrid_Renderer_XUL-0.1.3.tgz) = 5bd8f6fc117f67e16230d51bfc583f627d5bd1fa3b22025e5be721cc365baad6
|
||||
SIZE (PEAR/Structures_DataGrid_Renderer_XUL-0.1.3.tgz) = 3722
|
4
devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr
Normal file
4
devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Renderer driver for pear-Structures_DataGrid that generates the XML string
|
||||
for a XUL listbox.
|
||||
|
||||
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/
|
Loading…
Reference in New Issue
Block a user