# -*- 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 iso-codes version 3.43 categories devel platforms darwin supported_archs noarch license LGPL-2.1+ maintainers l2g openmaintainer description ISO country, language and currency codes and translations long_description This package aims to provide the list of the country and \ language (and currency) names in one place, rather than \ repeated in many programs. homepage http://pkg-isocodes.alioth.debian.org/ master_sites debian:i/iso-codes/ use_xz yes distfiles ${name}_${version}.orig${extract.suffix} checksums sha1 39792a63e9c8be14a0945158c832dc980473a722 \ rmd160 8671457cb299823c9334d539def6685f307de1c7 depends_build port:gettext post-patch { reinplace "s|#!/usr/bin/env python|#!/usr/bin/python|g" \ ${worksrcpath}/iso2pot.py } use_parallel_build yes post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url http://pkg-isocodes.alioth.debian.org/downloads/ livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}