svn commit: r312858 - head/graphics/podofo
Pawel Pekala
pawel at FreeBSD.org
Sun Feb 24 00:23:53 UTC 2013
Author: pawel
Date: Sun Feb 24 00:23:52 2013
New Revision: 312858
URL: http://svnweb.freebsd.org/changeset/ports/312858
Log:
- Update to version 0.9.2
- Remove ABI versions from LIB_DEPENDS
- Fix WWW line in pkg-descr
- Take maintainership
Modified:
head/graphics/podofo/Makefile
head/graphics/podofo/distinfo
head/graphics/podofo/pkg-descr
head/graphics/podofo/pkg-plist
Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile Sat Feb 23 22:34:57 2013 (r312857)
+++ head/graphics/podofo/Makefile Sun Feb 24 00:23:52 2013 (r312858)
@@ -1,24 +1,20 @@
-# New ports collection makefile for: podofo
-# Date created: 10/17/2009
-# Whom: stas
-#
+# Created by: stas
# $FreeBSD$
-#
PORTNAME= podofo
-PORTVERSION= 0.9.1
-PORTREVISION= 3
+PORTVERSION= 0.9.2
CATEGORIES= graphics print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= pawel at FreeBSD.org
COMMENT= PDF manipulation library and tools
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \
+ freetype:${PORTSDIR}/print/freetype2 \
+ fontconfig:${PORTSDIR}/x11-fonts/fontconfig
OPTIONS_DEFINE= JPEG TIFF PNG IMPOSE
OPTIONS_DEFAULT= JPEG TIFF PNG
@@ -26,8 +22,11 @@ IMPOSE_DESC= Build impose tool (needs Lu
USE_CMAKE= yes
CMAKE_ARGS= -DPODOFO_BUILD_SHARED:BOOL=TRUE \
- -DPODOFO_BUILD_STATIC:BOOL=FALSE
+ -DPODOFO_BUILD_STATIC:BOOL=FALSE \
+ -DOPENSSL_INCLUDE_DIR:PATH="${OPENSSLINC}" \
+ -DOPENSSL_LIBRARIES:PATH="${OPENSSLDIR}"
USE_GCC= any
+USE_OPENSSL= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
@@ -40,12 +39,12 @@ MAN1= podofobox.1 podofocountpages.1 po
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJPEG}
-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg
CMAKE_ARGS+= -DWANT_LIBJPEG:BOOL=TRUE
.endif
.if ${PORT_OPTIONS:MTIFF}
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
CMAKE_ARGS+= -DWANT_TIFF:BOOL=TRUE
.endif
Modified: head/graphics/podofo/distinfo
==============================================================================
--- head/graphics/podofo/distinfo Sat Feb 23 22:34:57 2013 (r312857)
+++ head/graphics/podofo/distinfo Sun Feb 24 00:23:52 2013 (r312858)
@@ -1,2 +1,2 @@
-SHA256 (podofo-0.9.1.tar.gz) = 7b969de0b6c584358f26fc5de23cff0378f46023e678fe058efbb64003ec9745
-SIZE (podofo-0.9.1.tar.gz) = 1080079
+SHA256 (podofo-0.9.2.tar.gz) = 465191618c57da9ae9230e7919e1985a242ddc7d1045cfdb6fb066140ed0a3f3
+SIZE (podofo-0.9.2.tar.gz) = 1092131
Modified: head/graphics/podofo/pkg-descr
==============================================================================
--- head/graphics/podofo/pkg-descr Sat Feb 23 22:34:57 2013 (r312857)
+++ head/graphics/podofo/pkg-descr Sun Feb 24 00:23:52 2013 (r312858)
@@ -2,4 +2,4 @@ PoDoFo is a library to work with the PDF
from the first letter of PDF (Portable Document Format). A few tools
to work with PDF files are already included in the PoDoFo package.
-WWW: http://podofo.sourceforge.net
+WWW: http://podofo.sourceforge.net
Modified: head/graphics/podofo/pkg-plist
==============================================================================
--- head/graphics/podofo/pkg-plist Sat Feb 23 22:34:57 2013 (r312857)
+++ head/graphics/podofo/pkg-plist Sun Feb 24 00:23:52 2013 (r312858)
@@ -52,7 +52,6 @@ include/podofo/base/PdfRect.h
include/podofo/base/PdfRefCountedBuffer.h
include/podofo/base/PdfRefCountedInputDevice.h
include/podofo/base/PdfReference.h
-include/podofo/base/PdfRijndael.h
include/podofo/base/PdfStream.h
include/podofo/base/PdfString.h
include/podofo/base/PdfTokenizer.h
@@ -73,6 +72,7 @@ include/podofo/base/util/PdfMutexWrapper
include/podofo/doc/PdfAcroForm.h
include/podofo/doc/PdfAction.h
include/podofo/doc/PdfAnnotation.h
+include/podofo/doc/PdfCMapEncoding.h
include/podofo/doc/PdfContents.h
include/podofo/doc/PdfDestination.h
include/podofo/doc/PdfDifferenceEncoding.h
@@ -85,6 +85,7 @@ include/podofo/doc/PdfFileSpec.h
include/podofo/doc/PdfFont.h
include/podofo/doc/PdfFontCID.h
include/podofo/doc/PdfFontCache.h
+include/podofo/doc/PdfFontConfigWrapper.h
include/podofo/doc/PdfFontFactory.h
include/podofo/doc/PdfFontFactoryBase14Data.h
include/podofo/doc/PdfFontMetrics.h
More information about the svn-ports-head
mailing list