1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

This Horde package provides PDF generation using only PHP,

without requiring any external libraries.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 21:12:28 +00:00
parent f80771763d
commit 1773d83b2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277320
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Pdf-1.0.0.tgz) = ca04eed0b65087a71281164577f5a907f000b2b3a97d95a42233e06af84e6fdd
SIZE (Horde/Horde_Pdf-1.0.0.tgz) = 42973

View File

@ -0,0 +1,4 @@
This Horde package provides PDF generation using only PHP,
without requiring any external libraries.
WWW: http://pear.horde.org