[145422] users/devans/GNOME-3/stable-c++11/dports/textproc

devans at macports.org devans at macports.org
Thu Feb 4 12:35:33 PST 2016


Revision: 145422
          https://trac.macports.org/changeset/145422
Author:   devans at macports.org
Date:     2016-02-04 12:35:33 -0800 (Thu, 04 Feb 2016)
Log Message:
-----------
GNOME-3/stable-c++11: libxmlxx3, copy from unstable libxmlxx2 and update to stable version 3.0.0, breaks API/ABI with and installs in parallel with libxmlxx2, use gnome stable livecheck.

Added Paths:
-----------
    users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/
    users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/Portfile

Copied: users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/Portfile (from rev 145421, users/devans/GNOME-3/unstable-c++11/dports/textproc/libxmlxx2/Portfile)
===================================================================
--- users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/Portfile	2016-02-04 20:35:33 UTC (rev 145422)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+# version 3.0.0+ requires C++11 to build
+# installs in parallel with libxmlxx2
+
+PortGroup           cxx11 1.0
+
+name                libxmlxx3
+set gname           libxml++
+version             3.0.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          textproc
+license             LGPL
+maintainers         nomaintainer
+description         libxml++ is a C++ interface for working with XML files
+long_description    libxml++ is a C++ interface for working with XML files, using \
+                    libxml (gnome-xml) to parse and write the actual XML files. It \
+                    has a simple but complete API.
+homepage            http://libxmlplusplus.sourceforge.net
+platforms           darwin
+distname            ${gname}-${version}
+master_sites        gnome:sources/${gname}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  fc31990d33bc78be0b399d0d512124c8c7c885a8 \
+                    sha256  2ff3640417729d357bada2e3049061642e0b078c323a8e0d37ae68df96547952
+
+depends_build       port:pkgconfig
+
+depends_lib         port:libxml2 \
+                    port:glibmm
+
+# build using system perl
+configure.perl      /usr/bin/perl
+
+livecheck.type      gnome
+livecheck.name      ${gname}


Property changes on: users/devans/GNOME-3/stable-c++11/dports/textproc/libxmlxx3/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:mergeinfo
   + /trunk/dports/textproc/libxmlxx2/Portfile:128274-138840
/users/devans/GNOME-3/unstable/dports/textproc/libxmlxx2/Portfile:128304-137401
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160204/e34a339a/attachment.html>


More information about the macports-changes mailing list