[44272] trunk/dports/graphics
devans at macports.org
devans at macports.org
Wed Dec 24 09:11:29 PST 2008
Revision: 44272
http://trac.macports.org/changeset/44272
Author: devans at macports.org
Date: 2008-12-24 09:11:28 -0800 (Wed, 24 Dec 2008)
Log Message:
-----------
Add new port podofo, a C++ library for working with PDF files.
Added Paths:
-----------
trunk/dports/graphics/podofo/
trunk/dports/graphics/podofo/Portfile
Added: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile (rev 0)
+++ trunk/dports/graphics/podofo/Portfile 2008-12-24 17:11:28 UTC (rev 44272)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name podofo
+version 0.6.0
+categories graphics
+maintainers devans openmaintainer
+platforms darwin
+homepage http://podofo.sourceforge.net/
+master_sites sourceforge
+
+description \
+ PoDoFo is a library to work with the PDF file format.
+
+long_description \
+ PoDoFo is a library to work with the PDF file format. 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.
+
+checksums md5 9edb284172b33b3533a90182a3ce5b0f \
+ sha1 1a050850a1ea04ce904ac159022f040baad0dfbb \
+ rmd160 cf9355ecda501a0be3f4f38fecd43725f48eb4aa
+
+depends_build port:cmake
+
+depends_lib port:fontconfig \
+ port:freetype \
+ port:jpeg \
+ port:tiff \
+ port:zlib \
+ port:cppunit
+
+configure.cmd cmake
+configure.args -G \"Unix Makefiles\" \
+ -DWANT_FONTCONFIG:BOOL=TRUE \
+ -DPODOFO_BUILD_SHARED:BOOL=TRUE \
+ -DPODOFO_BUILD_STATIC:BOOL=TRUE \
+ -DCMAKE_INSTALL_PREFIX=${prefix} \
+ -DCMAKE_INCLUDE_PATH=${prefix}/include/ \
+ -DCMAKE_LIBRARY_PATH=${prefix}/lib \
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
+ -Wno-dev \
+ ${worksrcpath}
+
+livecheck.check regex
+livecheck.url http://podofo.sourceforge.net/download.html
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/graphics/podofo/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081224/c9ac40e4/attachment.html>
More information about the macports-changes
mailing list