aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:19:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:19:56 +0000
commit6bb3f7b978589cc2a3525cf9b827a3fcf24c4c07 (patch)
tree049fb26e982c4e7c824cd4aaa11fc897b65dc5ec
parente7f599b3952f8858ee1ef145a56258723575a268 (diff)
downloadports-6bb3f7b978589cc2a3525cf9b827a3fcf24c4c07.tar.gz
ports-6bb3f7b978589cc2a3525cf9b827a3fcf24c4c07.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_Console/Makefile24
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_Console/distinfo3
-rw-r--r--devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5c7a710dae7d..4cc76657d06a 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_Console
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
diff --git a/devel/pear-Structures_DataGrid_Renderer_Console/Makefile b/devel/pear-Structures_DataGrid_Renderer_Console/Makefile
new file mode 100644
index 000000000000..11d68cd9a41c
--- /dev/null
+++ b/devel/pear-Structures_DataGrid_Renderer_Console/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: pear-Structures_DataGrid_Renderer_Console
+# Date created: 26 Jun 2008
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Structures_DataGrid_Renderer_Console
+PORTVERSION= 0.1.1
+CATEGORIES= devel www pear
+
+MAINTAINER= nick@foobar.org
+COMMENT= Console_Table 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}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+
+CATEGORY= Structures
+FILES= DataGrid/Renderer/Console.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_Console/distinfo b/devel/pear-Structures_DataGrid_Renderer_Console/distinfo
new file mode 100644
index 000000000000..e564742a695a
--- /dev/null
+++ b/devel/pear-Structures_DataGrid_Renderer_Console/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Structures_DataGrid_Renderer_Console-0.1.1.tgz) = 17a3c5c3acc6d3869221b122306d0d41
+SHA256 (PEAR/Structures_DataGrid_Renderer_Console-0.1.1.tgz) = da9017dee74628342c3daf617d5676681139348ea1c0c75e4e92218adea1ba10
+SIZE (PEAR/Structures_DataGrid_Renderer_Console-0.1.1.tgz) = 2997
diff --git a/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr b/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr
new file mode 100644
index 000000000000..d10291fe191f
--- /dev/null
+++ b/devel/pear-Structures_DataGrid_Renderer_Console/pkg-descr
@@ -0,0 +1,3 @@
+This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.
+
+WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/