pkgsrc/textproc/iso-codes/Makefile
jmmv 323d1ecf7d Update to 0.50:
0.50 Alastair McKinstry <mckinstry@debian.org>

  [ Alastair McKinstry ]
  * iso_639:
    - Added new code: srn Sranan Tongo
    - Move to DH_COMPAT=5
    - Split iso_639_3 into a separate domain, to be kind to translators.
  * iso_4217:
    - de.po: proof-read patch by Christian Stimming.
  * Updated debian/copyright to point to current source of iso-codes,
    namely the CVS repository.

  [ Christian Perrier ]
  * iso_639:
    - tt.po updated by  Albert Fazlí
    - da.po updated by  Claus Hindsgaul
    - Added new codes (see http://www.loc.gov/standards/iso639-2/codechanges.html)
      - Karelian
      - Frisian renamed to Western Frisian
      - Eastern Frisian
      - Northern Frisian
      - Angika
      - Swiss German
      - Aromanian
    - update ISO 639-3 to the 20050910 version of SIL
  * iso_3166:
    - tt.po added by  Albert Fazlí
    - bn.po added by Progga
    - et.po updated by Hasso Tepper
    - pa_IN.po added by Amanpreet Singh Alam
    - irrelevant pa.po removed

  [ Tobias Toedter ]
  * Removed double space from package description. Closes: #338190
  * Removed watch file. There's currently no real homepage for the
    tarball.
  * iso_4217:
    - ru.po updated by Yuri Kozlov. Closes: #346189

  [ Konstantinos Margaritis]
  * Updated iso_3166/el.po

  [ Claus Hindsgaul ]
  * Updated iso_3166/da.po and iso_3166_3/da.po

0.49 Alastair McKinstry <mckinstry@debian.org>

  [ Alastair McKinstry ]
  * iso_639:
    - vi.po updated by  Clytie Siddall.
    - sr.po updated by  Danilo Segan.
    - eo.po updated by Edmund GRIMLEY EVANS.
    - sl.po updated by  Primož Peterlin.
    - ja.po updated by  IIDA Yosiaki.
  * iso_3166:
    - sl.po updated by  Primož Peterlin
    - ku.po by Erdal Ronahî. Closes: #335234.
      Remove byte-order-mark bytes from file ku.po: Closes: #335975.
  * iso_3166_2:
    - corrected spelling errors; thanks to Theppitak Karoonboonyanan.
      Closes: #331071.
  * iso_639.tab: Don't sort headers. Closes: #329549.
  * Allow iso-codes to build without pyxml. Patch thanks to
    James Henstridge. Closes: #331357, #328152.
  * Include draft iso_639_3.xml table so that translators see the translations
    needed. This generates a new.larger iso_639.pot. Closes: #325276.
  * Correct README file, mentioning XML rather than tab formats.
    Closes: #334744.
  [ Tobias Toedter ]
  * iso_4217:
    - th.po translated by Theppitak Karoonboonyanan. Closes: #333076
  * iso_3166:
    - th.po updated by Theppitak Karoonboonyanan. Closes: #333080
  * iso_3166_2:
    - th.po updated by Theppitak Karoonboonyanan. Closes: #333093
  * iso_639:
    - th.po updated by Theppitak Karoonboonyanan. Closes: #333094
2006-03-30 21:01:43 +00:00

42 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2006/03/30 21:01:43 jmmv Exp $
#
DISTNAME= iso-codes_0.50.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/iso-codes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/
COMMENT= List of country, language and currency names
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= autoconf automake gmake perl
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
PKGCONFIG_OVERRIDE= iso-codes.pc.in
PYTHON_PATCH_SCRIPTS= *.py */*.py
REPLACE_PERL= tab2h.pl
PYTHON_FOR_BUILD_ONLY= yes
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.pyxml= build
BUILD_USES_MSGFMT= yes
pre-configure:
${TOUCH} ${WRKSRC}/AUTHORS
${TOUCH} ${WRKSRC}/NEWS
cd ${WRKSRC} && autoreconf -i
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV}
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGNAME_NOREV}
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/${PKGNAME_NOREV}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../textproc/py-xml/buildlink3.mk"
.include "../../textproc/xmlcatmgr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"