1
0
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:
Martin Wilke 2008-11-23 16:14:11 +00:00
parent f06fd33662
commit c51367b134
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223263
4 changed files with 32 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/