head 1.3; access; symbols pkgsrc-2015Q3:1.2.0.18 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.16 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.14 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.12 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.10 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.8 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.6 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.4 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.2 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.1.1.1.0.30 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.28 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.26 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.24 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.22 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.20 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.18 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.16 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.14 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.12 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.10 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.8 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.6 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.4 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.2 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-20091011:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2015.11.05.19.46.53; author adam; state dead; branches; next 1.2; commitid T0D7RHjC7Z41mWHy; 1.2 date 2013.07.05.21.12.45; author joerg; state Exp; branches; next 1.1; commitid ms5iSkAJ2gk6fkWw; 1.1 date 2009.10.11.09.41.35; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.11.09.41.35; author wiz; state Exp; branches; next ; desc @@ 1.3 log @Changes 0.9.3: OSX build fixes Fixed AES decryption Improved load of (broken) PDF files Sign PDF file as an incremental update Added partial support for Type3 font encoding and metrics Drawing API improvements Unicode file names for attachments Font subset embedding @ text @$NetBSD: patch-aa,v 1.2 2013/07/05 21:12:45 joerg Exp $ --- cmake/modules/FindFREETYPE.cmake.orig 2012-12-12 22:55:14.000000000 +0000 +++ cmake/modules/FindFREETYPE.cmake @@@@ -43,8 +43,6 @@@@ ENDIF(NOT FREETYPE_FIND_QUIETLY) SET(FREETYPE_LIBRARY_NAMES_DEBUG ${FREETYPE_LIBRARY_NAMES_DEBUG} freetyped libfreetyped) SET(FREETYPE_LIBRARY_NAMES_RELEASE ${FREETYPE_LIBRARY_NAMES_RELEASE} freetype libfreetype) -SET(FREETYPE_LIB_PATHS /usr/lib /usr/local/lib /usr/X11/lib) - FIND_LIBRARY(FREETYPE_LIBRARY_RELEASE ${FREETYPE_LIBRARY_NAMES_RELEASE} ${FREETYPE_LIBRARY_NAMES} @ 1.2 log @Update to Podofo 0.9.2 for various bug fixes and improved encryption support. Additionally, build shared libraries. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2009/10/11 09:41:35 wiz Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- cmake/modules/FindFREETYPE.cmake.orig 2007-11-07 17:45:20.000000000 +0000 d5 1 a5 1 @@@@ -41,7 +41,7 @@@@ ENDIF(NOT FREETYPE_FIND_QUIETLY) d9 2 a10 3 -SET(FREETYPE_LIB_PATHS /usr/lib /usr/local/lib) +#SET(FREETYPE_LIB_PATHS /usr/lib /usr/local/lib) d13 1 @ 1.1.1.1 log @Initial import of podofo-0.7.0: PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo. @ text @@