diff options
author | pav <pav@FreeBSD.org> | 2004-03-16 16:07:26 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-16 16:07:26 +0000 |
commit | e4427985798f7af78bbd7e574faee11c78c8586c (patch) | |
tree | d6bf56dbff650db47e19d1805bcd2cd228184afd | |
parent | dfd6123704c60eb63784fd6b1915bdddb66a94cd (diff) | |
download | FreeBSD-ports-e4427985798f7af78bbd7e574faee11c78c8586c.zip FreeBSD-ports-e4427985798f7af78bbd7e574faee11c78c8586c.tar.gz |
Add pear-OLE, a pear class for reading and writing OLE containers, as used
in MS Office applications.
-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 9671987..4c2e264 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 0000000..afc5642 --- /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 0000000..06603ea --- /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 0000000..6a3b59a --- /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/ |