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:
parent
f80771763d
commit
1773d83b2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277320
@ -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
|
||||
|
19
textproc/pear-Horde_Pdf/Makefile
Normal file
19
textproc/pear-Horde_Pdf/Makefile
Normal 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>
|
2
textproc/pear-Horde_Pdf/distinfo
Normal file
2
textproc/pear-Horde_Pdf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde/Horde_Pdf-1.0.0.tgz) = ca04eed0b65087a71281164577f5a907f000b2b3a97d95a42233e06af84e6fdd
|
||||
SIZE (Horde/Horde_Pdf-1.0.0.tgz) = 42973
|
4
textproc/pear-Horde_Pdf/pkg-descr
Normal file
4
textproc/pear-Horde_Pdf/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This Horde package provides PDF generation using only PHP,
|
||||
without requiring any external libraries.
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Reference in New Issue
Block a user