aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-dbase
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-11-04 05:13:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-11-04 05:13:17 +0000
commit9b63844be61dac794380b7703c6a6a63b50a78e3 (patch)
treec599ed4e278d614bbb052049fa366a66350b6abc /databases/pecl-dbase
parent1551fd76d281aeaec9fbbd6e24e03ae8151139f9 (diff)
downloadports-9b63844be61dac794380b7703c6a6a63b50a78e3.tar.gz
ports-9b63844be61dac794380b7703c6a6a63b50a78e3.zip
These functions allow you to access records stored
in dBase-format (dbf) databases from within PHP. WWW: http://pecl.php.net/package/dbase PR: ports/151633 Submitted by: toomas aas <toomas at median.ee>
Notes
Notes: svn path=/head/; revision=264017
Diffstat (limited to 'databases/pecl-dbase')
-rw-r--r--databases/pecl-dbase/Makefile24
-rw-r--r--databases/pecl-dbase/distinfo3
-rw-r--r--databases/pecl-dbase/pkg-descr2
3 files changed, 29 insertions, 0 deletions
diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile
new file mode 100644
index 000000000000..1311203ee1dd
--- /dev/null
+++ b/databases/pecl-dbase/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: pecl-dbase
+# Date created: 2010/10/21
+# Whom: toomas <toomas@median.ee>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dbase
+PORTVERSION= 5.0.1
+CATEGORIES= databases pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= toomas@median.ee
+COMMENT= dBase database file access functions for PHP
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+IGNORE_WITH_PHP= 4 52
+
+.include <bsd.port.mk>
diff --git a/databases/pecl-dbase/distinfo b/databases/pecl-dbase/distinfo
new file mode 100644
index 000000000000..b6827e0542da
--- /dev/null
+++ b/databases/pecl-dbase/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/dbase-5.0.1.tgz) = 126498ad931b65d94983b6abf64ffe71
+SHA256 (PECL/dbase-5.0.1.tgz) = 04dc4648185395a64b5969f723173fd377c6e2a211b52ba4ad45a442f68400aa
+SIZE (PECL/dbase-5.0.1.tgz) = 13929
diff --git a/databases/pecl-dbase/pkg-descr b/databases/pecl-dbase/pkg-descr
new file mode 100644
index 000000000000..cd100081e432
--- /dev/null
+++ b/databases/pecl-dbase/pkg-descr
@@ -0,0 +1,2 @@
+These functions allow you to access records stored
+in dBase-format (dbf) databases from within PHP.