[137813] trunk/dports/graphics

devans at macports.org devans at macports.org
Sat Jun 20 09:34:25 PDT 2015


Revision: 137813
          https://trac.macports.org/changeset/137813
Author:   devans at macports.org
Date:     2015-06-20 09:34:25 -0700 (Sat, 20 Jun 2015)
Log Message:
-----------
libmspub: new maintainer submission (#48062).

Added Paths:
-----------
    trunk/dports/graphics/libmspub/
    trunk/dports/graphics/libmspub/Portfile

Added: trunk/dports/graphics/libmspub/Portfile
===================================================================
--- trunk/dports/graphics/libmspub/Portfile	                        (rev 0)
+++ trunk/dports/graphics/libmspub/Portfile	2015-06-20 16:34:25 UTC (rev 137813)
@@ -0,0 +1,52 @@
+# -*- 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                libmspub
+version             0.1.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/libmspub
+master_sites        http://dev-www.libreoffice.org/src/${name}
+
+description         libmspub is a library and a set of tools for reading and converting binary files \
+                    produced by Microsoft Publisher.
+
+long_description    ${description}
+
+use_xz              yes
+
+checksums           rmd160  d7b57b74503fab484d694042af109febaec57bb4 \
+                    sha256  b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f
+
+depends_build       port:pkgconfig
+
+depends_lib         port:librevenge \
+                    port:boost \
+                    port:icu \
+                    port:zlib
+
+# 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/libmspub/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/86f73351/attachment.html>


More information about the macports-changes mailing list