From 17aba8bbbccbb62ded3fa55a689c7585b41fd02e Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 23 Nov 2008 16:14:11 +0000 Subject: 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 --- devel/Makefile | 1 + .../pear-Structures_DataGrid_Renderer_XUL/Makefile | 24 ++++++++++++++++++++++ .../pear-Structures_DataGrid_Renderer_XUL/distinfo | 3 +++ .../pkg-descr | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 devel/pear-Structures_DataGrid_Renderer_XUL/Makefile create mode 100644 devel/pear-Structures_DataGrid_Renderer_XUL/distinfo create mode 100644 devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 997f43cb2991..c54bfddf26e1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile b/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile new file mode 100644 index 000000000000..081ea2390686 --- /dev/null +++ b/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Structures_DataGrid_Renderer_XUL +# Date created: 26 Jun 2008 +# Whom: Nick Hilliard +# +# $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 +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/devel/pear-Structures_DataGrid_Renderer_XUL/distinfo b/devel/pear-Structures_DataGrid_Renderer_XUL/distinfo new file mode 100644 index 000000000000..d5f87fe1b6db --- /dev/null +++ b/devel/pear-Structures_DataGrid_Renderer_XUL/distinfo @@ -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 diff --git a/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr b/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr new file mode 100644 index 000000000000..e82d0fcea8f5 --- /dev/null +++ b/devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr @@ -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/ -- cgit