# -*- 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.59 categories devel platforms darwin supported_archs noarch license LGPL-2.1+ maintainers nomaintainer 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 rmd160 32cb62f2b73b096c4ae610b7c7e28f9051f2e810 \ sha256 63d5ef035a96223f1fc8f36b711082f806e1666852dfc4149eeca8fd435d76ed 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}