diff options
author | pav <pav@FreeBSD.org> | 2004-03-17 00:07:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-17 00:07:26 +0800 |
commit | e4427985798f7af78bbd7e574faee11c78c8586c (patch) | |
tree | d6bf56dbff650db47e19d1805bcd2cd228184afd /devel | |
parent | dfd6123704c60eb63784fd6b1915bdddb66a94cd (diff) | |
download | freebsd-ports-gnome-e4427985798f7af78bbd7e574faee11c78c8586c.tar.gz freebsd-ports-gnome-e4427985798f7af78bbd7e574faee11c78c8586c.tar.zst freebsd-ports-gnome-e4427985798f7af78bbd7e574faee11c78c8586c.zip |
Add pear-OLE, a pear class for reading and writing OLE containers, as used
in MS Office applications.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-OLE/Makefile | 22 | ||||
-rw-r--r-- | devel/pear-OLE/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-OLE/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9671987ed7cf..4c2e2640c90c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -927,6 +927,7 @@ SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-I18N + SUBDIR += pear-OLE SUBDIR += pear-PEAR SUBDIR += pear-PHPUnit SUBDIR += pear-XML_Parser 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/ |