aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-11-24 00:18:19 +0800
committermiwi <miwi@FreeBSD.org>2008-11-24 00:18:19 +0800
commit2bb66c2e1a5bf6c274347594274c3810d8047264 (patch)
tree235ad094a647f66f2e5eccaf8a59e8bd387663cb /www
parentecf411da11b9d7d5e6b5c4d6bac4eb37c07d874c (diff)
downloadfreebsd-ports-gnome-2bb66c2e1a5bf6c274347594274c3810d8047264.tar.gz
freebsd-ports-gnome-2bb66c2e1a5bf6c274347594274c3810d8047264.tar.zst
freebsd-ports-gnome-2bb66c2e1a5bf6c274347594274c3810d8047264.zip
This is a Renderer driver for Structures_DataGrid using PEAR::Pager.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/ Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Pager/Makefile24
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Pager/distinfo3
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e5b47ae912f0..ba043330656d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1105,6 +1105,7 @@
SUBDIR += pear-Services_W3C_HTMLValidator
SUBDIR += pear-Services_Yadis
SUBDIR += pear-Services_urlTea
+ SUBDIR += pear-Structures_DataGrid_Renderer_Pager
SUBDIR += pear-Structures_DataGrid_Renderer_Smarty
SUBDIR += pear-Text_Wiki
SUBDIR += pear-UDDI
diff --git a/www/pear-Structures_DataGrid_Renderer_Pager/Makefile b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
new file mode 100644
index 000000000000..40ddd334b919
--- /dev/null
+++ b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: pear-Structures_DataGrid_Renderer_Pager
+# Date created: 26 Jun 2008
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Structures_DataGrid_Renderer_Pager
+PORTVERSION= 0.1.3
+CATEGORIES= www pear
+
+MAINTAINER= nick@foobar.org
+COMMENT= Pager 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}/Pager/Pager.php:${PORTSDIR}/devel/pear-Pager
+
+CATEGORY= Structures
+FILES= DataGrid/Renderer/Pager.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/www/pear-Structures_DataGrid_Renderer_Pager/distinfo b/www/pear-Structures_DataGrid_Renderer_Pager/distinfo
new file mode 100644
index 000000000000..e198a2d2b6ab
--- /dev/null
+++ b/www/pear-Structures_DataGrid_Renderer_Pager/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Structures_DataGrid_Renderer_Pager-0.1.3.tgz) = 682893c10ae5c9ac6170fb96989a3ca2
+SHA256 (PEAR/Structures_DataGrid_Renderer_Pager-0.1.3.tgz) = 224dfbc7865c8e757bbc081423a3fa05ed80795d9fae34a4396d3fcaf272e783
+SIZE (PEAR/Structures_DataGrid_Renderer_Pager-0.1.3.tgz) = 4470
diff --git a/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr b/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr
new file mode 100644
index 000000000000..c36c49213fb9
--- /dev/null
+++ b/www/pear-Structures_DataGrid_Renderer_Pager/pkg-descr
@@ -0,0 +1,3 @@
+This is a Renderer driver for Structures_DataGrid using PEAR::Pager.
+
+WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/