[127451] users/devans/GNOME-3/stable/dports/gnome/gtk-doc
devans at macports.org
devans at macports.org
Tue Oct 28 09:14:45 PDT 2014
Revision: 127451
https://trac.macports.org/changeset/127451
Author: devans at macports.org
Date: 2014-10-28 09:14:45 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
GNOME-3/stable: gtk-doc, sync with trunk.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/gnome/gtk-doc/
Property changes on: users/devans/GNOME-3/stable/dports/gnome/gtk-doc
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gtk-doc:122291-125662
/users/rmstonecipher/gnome/gtk-doc:102363-103172
+ /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gtk-doc:122291-127450
/users/rmstonecipher/gnome/gtk-doc:102363-103172
Modified: users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile 2014-10-28 16:09:28 UTC (rev 127450)
+++ users/devans/GNOME-3/stable/dports/gnome/gtk-doc/Portfile 2014-10-28 16:14:45 UTC (rev 127451)
@@ -1,75 +1,54 @@
# -*- 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
+PortSystem 1.0
-name gtk-doc
-version 1.21
-categories gnome devel
-license GPL-2+
-installs_libs no
-platforms darwin freebsd linux
-supported_archs noarch
-installs_libs no
-maintainers devans openmaintainer
-description GTK+/GNOME API documentation generator
+name gtk-doc
+version 1.21
+revision 1
+categories gnome devel
+license GPL-2+
+installs_libs no
+platforms darwin freebsd linux
+supported_archs noarch
+installs_libs no
+maintainers devans openmaintainer
+description GTK+/GNOME API documentation generator
-long_description \
- GTK-Doc generates API documentation from comments added to C code. \
- It is typically used to document the public API of GTK+ and GNOME \
- libraries, but it can also be used to document application code.
+long_description GTK-Doc generates API documentation from comments added to C code. \
+ It is typically used to document the public API of GTK+ and GNOME \
+ libraries, but it can also be used to document application code.
-homepage http://www.gtk.org/gtk-doc/
-master_sites gnome:sources/${name}/${version}/
+homepage http://www.gtk.org/gtk-doc/
+master_sites gnome:sources/${name}/${version}/
-use_xz yes
+use_xz yes
-checksums rmd160 a746d8aeac6472f63912507f3a556121fe9fa21e \
- sha256 5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e
+checksums rmd160 a746d8aeac6472f63912507f3a556121fe9fa21e \
+ sha256 5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e
-depends_build port:pkgconfig \
- path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_build port:pkgconfig \
+ path:lib/pkgconfig/glib-2.0.pc:glib2
-# vim is used by some scripts for source highlighting and OS X /usr/bin/vim doesn't always work (#44546)
+depends_lib port:libxml2 \
+ port:libxslt \
+ port:perl5.16 \
+ port:python27 \
+ port:openjade \
+ port:fop \
+ port:docbook-xml \
+ port:docbook-xsl \
+ port:itstool \
+ port:source-highlight
-depends_lib port:libxml2 \
- port:libxslt \
- port:perl5.16 \
- port:openjade \
- port:fop \
- port:docbook-xml \
- port:docbook-xsl \
- port:itstool \
- port:source-highlight
+depends_run port:py27-libxml2
-configure.perl ${prefix}/bin/perl5.16
+configure.perl ${prefix}/bin/perl5.16
+configure.python ${prefix}/bin/python2.7
configure.env-append XSLTPROC=${prefix}/bin/xsltproc
-configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \
- --with-highlight=source-highlight
+configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \
+ --with-highlight=source-highlight
# TODO Enable test support.
-variant python25 conflicts python26 python27 description {Use python 2.5} {
- depends_lib-append port:python25
- depends_run-append port:py25-libxml2
- configure.python ${prefix}/bin/python2.5
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
- depends_lib-append port:python26
- depends_run-append port:py26-libxml2
- configure.python ${prefix}/bin/python2.6
-}
-
-variant python27 conflicts python25 python26 description {Use python 2.7} {
- depends_lib-append port:python27
- depends_run-append port:py27-libxml2
- configure.python ${prefix}/bin/python2.7
-}
-
-# Default to python 2.7
-if {![variant_isset python25] && ![variant_isset python26]} {
- default_variants +python27
-}
-
-livecheck.type gnome-with-unstable
+livecheck.type gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/3a05a6ee/attachment-0001.html>
More information about the macports-changes
mailing list