[137816] trunk/dports/graphics
devans at macports.org
devans at macports.org
Sat Jun 20 09:40:01 PDT 2015
Revision: 137816
https://trac.macports.org/changeset/137816
Author: devans at macports.org
Date: 2015-06-20 09:40:01 -0700 (Sat, 20 Jun 2015)
Log Message:
-----------
libpagemaker: new maintainer submission (#48062).
Added Paths:
-----------
trunk/dports/graphics/libpagemaker/
trunk/dports/graphics/libpagemaker/Portfile
Added: trunk/dports/graphics/libpagemaker/Portfile
===================================================================
--- trunk/dports/graphics/libpagemaker/Portfile (rev 0)
+++ trunk/dports/graphics/libpagemaker/Portfile 2015-06-20 16:40:01 UTC (rev 137816)
@@ -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 libpagemaker
+version 0.0.2
+categories graphics
+license {GPL-2.1+ LGPL-2.1+ MPL-1.1+}
+maintainers zip.com.au:cbradney openmaintainer
+platforms darwin
+homepage http://www.freedesktop.org/wiki/Software/libpagemaker
+master_sites http://dev-www.libreoffice.org/src/${name}
+
+description libpagemaker is a library and a set of tools for reading and converting binary files \
+ produced by Adobe Pagemaker.
+
+long_description ${description}
+
+use_xz yes
+
+checksums rmd160 5691e0e831ff78ca4bc8054cc67243bcf149eb07 \
+ sha256 cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17
+
+depends_build port:pkgconfig
+
+depends_lib port:librevenge \
+ port:boost
+
+# build fix for gcc-4.2 (#43487)
+if {[string match "*gcc*" ${configure.compiler}]} {
+ configure.cxxflags-append -Wno-long-long
+}
+
+# The packaged glibtool in 0.1.1 doesn't pass --stdlib=libc++ down at link time
+use_autoreconf yes
+autoreconf.args -fvi
+
+configure.args --disable-werror \
+ --disable-silent-rules \
+ --without-docs
+
+variant docs description {Build API documentation} {
+ depends_build-append port:doxygen
+ configure.args-replace --without-docs --with-docs
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/graphics/libpagemaker/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150620/62425ded/attachment.html>
More information about the macports-changes
mailing list