# -*- 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 gnome-doc-utils version 0.14.0 set branch [join [lrange [split ${version} .] 0 1] .] description GNOME document utils. long_description \ gnome-doc-utils is a collection of documentation utilities \ for the Gnomeproject. Notably, it contains utilities for building \ documentation andall auxiliary files in your source tree, and it \ contains the DocBookXSLT stylesheets that were once distributed \ with Yelp. maintainers nomaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ checksums md5 3aee9b504f6c9b1cb0f34f80264f2239 \ sha1 e3de92c19f9140cbdee9f6ad0b179e4e797b3505 \ rmd160 23743b6fc1e2389e306701d73523e2609ae0ac26 use_bzip2 yes depends_build \ port:pkgconfig \ path:bin/perl:perl5 \ port:p5-xml-parser depends_lib \ port:gettext \ port:libiconv \ port:libxml2 \ port:libxslt \ port:py25-gobject \ port:py25-hashlib \ port:py25-libxml2 \ port:py25-numeric \ port:python25 depends_run \ port:docbook-xml \ port:docbook-xsl \ port:rarian \ port:iso-codes configure.env-append INTLTOOL_PERL=${prefix}/bin/perl configure.python ${prefix}/bin/python2.5 configure.args --disable-scrollkeeper \ --mandir=${prefix}/share/man post-activate { system "${prefix}/bin/scrollkeeper-update" } universal_variant no livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}