# -*- 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.35 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_bzip2 yes distfiles ${name}_${version}.orig${extract.suffix} checksums sha1 ae9cfc7a17ff16ddaca9a925dab826789b571b61 \ rmd160 327e80715705adde5e754437801d08b35a539fb9 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://ftp.us.debian.org/debian/pool/main/i/iso-codes/ livecheck.regex ${name}_(\\d+(?:\\.\\d+)*).orig${extract.suffix}