Revision: 110406 https://trac.macports.org/changeset/110406 Author: devans@macports.org Date: 2013-08-30 15:25:32 -0700 (Fri, 30 Aug 2013) Log Message: ----------- users/devans/GNOME-3/stable/dports: new port, yelp-tools, Yelp doc tools. Added Paths: ----------- users/devans/GNOME-3/stable/dports/gnome/yelp-tools/ users/devans/GNOME-3/stable/dports/gnome/yelp-tools/Portfile Added: users/devans/GNOME-3/stable/dports/gnome/yelp-tools/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/yelp-tools/Portfile (rev 0) +++ users/devans/GNOME-3/stable/dports/gnome/yelp-tools/Portfile 2013-08-30 22:25:32 UTC (rev 110406) @@ -0,0 +1,34 @@ +# -*- 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 yelp-tools +version 3.6.1 +license GPL-2+ +set branch [join [lrange [split ${version} .] 0 1] .] +description Tools to help create Yelp documentation. +long_description yelp-tools is a collection of scripts and build utilities to help create, \ + manage, and publish documentation for Yelp and the web. +maintainers devans openmaintainer +categories gnome +platforms darwin +homepage http://www.gnome.org/ +master_sites gnome:sources/${name}/${branch}/ + +use_xz yes + +checksums rmd160 5c5381f04c0d72f323e01637828793a71beece6f \ + sha256 5226e8245bb87f10e485aa65f5bf18d9e4fb5ef82f2e3c3734dd91bdf6f5c19a + +supported_archs noarch + +depends_build port:pkgconfig \ + port:intltool \ + port:itstool \ + port:libxslt \ + port:libxml2 + +depends_lib port:yelp-xsl + +livecheck.type gnome