# -*- 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: Portfile 41536 2008-11-05 20:29:51Z mcalhoun@macports.org $ PortSystem 1.0 name intltool version 0.40.5 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories textproc gnome platforms darwin description a string tool long_description \ The intltool collection can be used to extract translatable \ strings from various source files (.xml.in, .glade, .desktop.in, \ .server.in, .oaf.in), collect the extracted strings together with \ messages from traditional source files (.c, .h) in po/PACKAGE.pot \ and merge back the translations from .po files into .xml, .desktop \ and .oaf files. This merge step will happen at build or \ installation time. homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 3e7ded6f50d88cf8b8bb505eaf591775 \ sha1 72a67f18dbc12e1af11bfff80100993107b4df84 \ rmd160 1508451394945a16a11b5069277c2d2e9aa8cf93 depends_build port:gnome-common depends_lib port:expat \ path:bin/perl:perl5 \ port:p5-xml-parser configure.perl ${prefix}/bin/perl test.run yes test.target check universal_variant no livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}