diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 05:12:28 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 05:12:28 +0800 |
commit | d21c0bbf4f9190430ac06a5ee3cb3219b29a75aa (patch) | |
tree | 26af9d1e976d4b047ed4e8eca0159aac78cf0d7d /textproc | |
parent | 229356c7714c6f9411c6ef18f37fe1cf614b58c4 (diff) | |
download | freebsd-ports-gnome-d21c0bbf4f9190430ac06a5ee3cb3219b29a75aa.tar.gz freebsd-ports-gnome-d21c0bbf4f9190430ac06a5ee3cb3219b29a75aa.tar.zst freebsd-ports-gnome-d21c0bbf4f9190430ac06a5ee3cb3219b29a75aa.zip |
This Horde package provides PDF generation using only PHP,
without requiring any external libraries.
WWW: http://pear.horde.org
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Horde_Pdf/Makefile | 19 | ||||
-rw-r--r-- | textproc/pear-Horde_Pdf/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Horde_Pdf/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fe49cc2ff7c6..19e7c905ea65 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -953,6 +953,7 @@ SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_Kolab_Format + SUBDIR += pear-Horde_Pdf SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter diff --git a/textproc/pear-Horde_Pdf/Makefile b/textproc/pear-Horde_Pdf/Makefile new file mode 100644 index 000000000000..8e3e9bd46a25 --- /dev/null +++ b/textproc/pear-Horde_Pdf/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-Horde_Pdf +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Horde_Pdf +PORTVERSION= 1.0.0 +CATEGORIES= textproc www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde PDF library + +USE_HORDE_RUN= Horde_Exception + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Horde_Pdf/distinfo b/textproc/pear-Horde_Pdf/distinfo new file mode 100644 index 000000000000..b805502b3b4f --- /dev/null +++ b/textproc/pear-Horde_Pdf/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Pdf-1.0.0.tgz) = ca04eed0b65087a71281164577f5a907f000b2b3a97d95a42233e06af84e6fdd +SIZE (Horde/Horde_Pdf-1.0.0.tgz) = 42973 diff --git a/textproc/pear-Horde_Pdf/pkg-descr b/textproc/pear-Horde_Pdf/pkg-descr new file mode 100644 index 000000000000..8025bbc6b2cf --- /dev/null +++ b/textproc/pear-Horde_Pdf/pkg-descr @@ -0,0 +1,4 @@ +This Horde package provides PDF generation using only PHP, +without requiring any external libraries. + +WWW: http://pear.horde.org |