aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-OLE
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-16 16:07:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-16 16:07:26 +0000
commit9b9d8886b2271a4ccb3181a4955d2ca0c131ab1c (patch)
treefcbddce515e14ab7ebf1b6c2d20d62f5b713b649 /devel/pear-OLE
parentd93de6978159bb1c453e5d7ea968b06548474075 (diff)
downloadports-9b9d8886b2271a4ccb3181a4955d2ca0c131ab1c.tar.gz
ports-9b9d8886b2271a4ccb3181a4955d2ca0c131ab1c.zip
Notes
Diffstat (limited to 'devel/pear-OLE')
-rw-r--r--devel/pear-OLE/Makefile22
-rw-r--r--devel/pear-OLE/distinfo2
-rw-r--r--devel/pear-OLE/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/pear-OLE/Makefile b/devel/pear-OLE/Makefile
new file mode 100644
index 000000000000..afc56426b1c6
--- /dev/null
+++ b/devel/pear-OLE/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: pear-OLE
+# Date created: 16 March 2004
+# Whom: Pav Lucistnik <pav@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= OLE
+PORTVERSION= 0.5
+CATEGORIES= devel www pear
+
+MAINTAINER= pav@FreeBSD.org
+COMMENT= PEAR class for reading and writing OLE containers
+
+USE_PHP= yes
+WANT_PHP_PEAR= yes
+
+FILES= OLE.php PPS.php PPS/File.php PPS/Root.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-OLE/distinfo b/devel/pear-OLE/distinfo
new file mode 100644
index 000000000000..06603eae32ef
--- /dev/null
+++ b/devel/pear-OLE/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/OLE-0.5.tgz) = 60da44ce636167ea3bb686860a8d3dcd
+SIZE (PEAR/OLE-0.5.tgz) = 9058
diff --git a/devel/pear-OLE/pkg-descr b/devel/pear-OLE/pkg-descr
new file mode 100644
index 000000000000..6a3b59a8beda
--- /dev/null
+++ b/devel/pear-OLE/pkg-descr
@@ -0,0 +1,4 @@
+This package allows reading and writing of OLE (Object Linking and Embedding)
+files, the format used as container for Excel, Word and other MS file formats.
+
+WWW: http://pear.php.net/package/OLE/