aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-12-19 15:39:41 +0800
committermiwi <miwi@FreeBSD.org>2007-12-19 15:39:41 +0800
commit000af9c1217452f7ae91e811682f654ae58a5560 (patch)
tree8937a1ce7b8d8996a7715827436702a9b5556197
parentcf2fc05dde1d5fa5948c69f1b117e5a4ae7877e0 (diff)
downloadfreebsd-ports-gnome-000af9c1217452f7ae91e811682f654ae58a5560.tar.gz
freebsd-ports-gnome-000af9c1217452f7ae91e811682f654ae58a5560.tar.zst
freebsd-ports-gnome-000af9c1217452f7ae91e811682f654ae58a5560.zip
- Update to 0.9.0
- Takeover maintainership Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
-rw-r--r--devel/pear-Structures_DataGrid/Makefile18
1 files changed, 16 insertions, 2 deletions
diff --git a/devel/pear-Structures_DataGrid/Makefile b/devel/pear-Structures_DataGrid/Makefile
index 5fe27467acfb..edb812903e64 100644
--- a/devel/pear-Structures_DataGrid/Makefile
+++ b/devel/pear-Structures_DataGrid/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= Structures_DataGrid
-PORTVERSION= 0.8.3
+PORTVERSION= 0.9.0
CATEGORIES= devel www pear
-MAINTAINER= nick@foobar.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= A full-featured tabular structured data management package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
@@ -20,6 +20,20 @@ CATEGORY= Structures
FILES= DataGrid/Column.php DataGrid/DataSource.php \
DataGrid/Renderer.php DataGrid.php
+TESTS= AllDataSourceTests.php DataSourceCSVTest.php DataSourceSQLTestCore.php \
+ README AllTests.php DataSourceDBQueryTest.php DataSourceTestCore.php \
+ RendererSmartyTest.php DataGridTest.php DataSourceMDB2Test.php \
+ DataSourceXMLTest.php URLMappingTest.php DataSourceArrayTest.php \
+ DataSourcePDOTest.php ObjectRecordTest.php
+
+EXAMPLES= addColumn.php bind-xml1.php fill-sortform.php smarty-simple.php \
+ ajax-simple.php bind-xml2.php format.php smarty-simple.tpl \
+ bind-dataobject.php checkablehtmltable.php htmleditform-basic.php \
+ xul.php bind-dbtable.php constructor.php htmleditform-tableless.php \
+ bind-sql.php fill-pager.php removeColumn.php
+
+_EXAMPLESDIR= docs/examples
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>