diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-24 00:14:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-24 00:14:11 +0800 |
commit | 17aba8bbbccbb62ded3fa55a689c7585b41fd02e (patch) | |
tree | 6127e8fa594ed6c64d75eee7e7cbab0cb2485f73 | |
parent | 5e686d4e2644262a8edb4a83da1e0f0c5982ac10 (diff) | |
download | freebsd-ports-gnome-17aba8bbbccbb62ded3fa55a689c7585b41fd02e.tar.gz freebsd-ports-gnome-17aba8bbbccbb62ded3fa55a689c7585b41fd02e.tar.zst freebsd-ports-gnome-17aba8bbbccbb62ded3fa55a689c7585b41fd02e.zip |
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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Structures_DataGrid_Renderer_XUL/Makefile | 24 | ||||
-rw-r--r-- | devel/pear-Structures_DataGrid_Renderer_XUL/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
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 <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> 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/ |