aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid_Renderer_XUL
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:14:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:14:11 +0000
commitc51367b134dcc885331b45c241d4998468674553 (patch)
treebdc2c419ba260c887fba570e6b0dc22be9dbd6e1 /devel/pear-Structures_DataGrid_Renderer_XUL
parentf06fd33662c80915431ff11cadb0c76d5f17a022 (diff)
downloadports-c51367b134dcc885331b45c241d4998468674553.tar.gz
ports-c51367b134dcc885331b45c241d4998468674553.zip
Notes
Diffstat (limited to 'devel/pear-Structures_DataGrid_Renderer_XUL')
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_XUL/Makefile24
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_XUL/distinfo3
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_XUL/pkg-descr4
3 files changed, 31 insertions, 0 deletions
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/