pkgsrc/textproc/gnome-doc-utils/Makefile
jmmv b7cf156515 Update to 0.8.0:
Changes in 0.8.0:
-----------------
* Use an XSLT namespace alias for XInclude output
* Updated translations:
  bn      (Jamil Ahmed)
  bn_IN   (Runa Bhattacharjee)
  de      (Hendrik Richter)
  el      (Kostas Papadimas)
  es      (Francisco Javier F. Serrador)
  eu      (Inaki Larranaga)
  hi      (Rajesh Ranjan)
  hu      (Gabor Kelemen)
  id      (Ahmad Riza H Nst)
  ja      (Satoru SATOH)
  lt      (Gintautas Miliauskas)
  mg      (Thierry Randrianiriana)
  mr      (Rahul Bhalrao)
  or      (Subhransu Behera)
  pt      (Duarte Loreto)
  pt_BR   (Leonardo Ferreira Fontenelle)
  ru      (Leonid Kanter)
  sl      (Matic Žgur)
  ug      (Gheyret T.Kenji)
  uk      (Maxim Dziumanenko)
  zh_CN   (Funda Wang)
  (38/61 languages with 100% translation)

Changes in 0.7.2:
-----------------
* Updated translations:
  bn_IN   (Runa Bhattacharjee)
  es      (Francisco Javier F. Serrador)
  fr      (Benoît Dejean)
  id      (Ahmad Riza H Nst)
  ko      (Changwoo Ryu
  lv      (Raivis Dejus)
  ml      (Ani Peter)
  mn      (Sanlig Badral)
  nl      (Tino Meinen)
  ta      (I. Felix)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.7.1:
-----------------

* build: Added support for the LINGUAS environment variable  (Shaun McCance)
* build: Removed the code to copy gnome-doc-utils.make in  (Shaun McCance)
* build: Some fixes for HTML generation  (Shaun McCance)
* build: Added the long-missing template document (Sven Herzberg)
* xml2po: Treat year as utf-8 as well  (Danilo Šegan)
* xml2po: Check if "translator-credits" is translated  (Danilo Šegan)
* xml2po: Updated test cases  (Danilo Šegan)
* xml2po: Added Ubuntu mode supporting &language;  (Danilo Šegan)
* xml2po: Mark non-translated passages with @lang; #172459  (Danilo Šegan)
* xml2po: Added entity-non-expanding serialization  (Danilo Šegan)
* xml2po: Fixed attribute handling; #317110  (Danilo Šegan)
* xml2po: Improved fix for #336765  (Danilo Šegan)
* xml2po: Don't remove blank nodes followed by entities; #317502  (Danilo Šegan)
* xml2po: Integrate DTD when keeping entities; #336765  (Danilo Šegan)
* xml2po: Ignore blank nodes; #172784  (Danilo Šegan)
* xslt: Fixed plurals for fr, wa, nso; bug #338641  (Shaun McCance)
* xslt: Don't put content before attributes  (Shaun McCance)
* Updated translations:
  bg      (Alexander Shopov)
  ca      (Josep Puigdemont Casamajó)
  cs      (Lukas Novotny)
  cy      (Rhys Jones)
  dz      (Pema Geyleg)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ka      (Vladimer Sichinava)
  nb      (Kjartan Maraas)
  no      (Kjartan Maraas)
  ro      (Dan Damian)
  sv      (Daniel Nylander)
  th      (Theppitak Karoonboonyanan)
  vi      (Clytie Siddall)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)
2006-09-15 15:05:52 +00:00

45 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.22 2006/09/15 15:05:52 jmmv Exp $
#
DISTNAME= gnome-doc-utils-0.8.0
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Documentation utilities for the GNOME project
DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.16:../../textproc/py-libxml2
DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt
USE_TOOLS+= intltool pkg-config
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= PYTHON=${PYTHONBIN:Q}
PKGCONFIG_OVERRIDE= gnome-doc-utils.pc.in
PKGCONFIG_OVERRIDE+= xml2po/xml2po.pc.in
PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS= xml2po/modes/docbook.py
PYTHON_PATCH_SCRIPTS+= xml2po/modes/empty.py
PYTHON_PATCH_SCRIPTS+= xml2po/modes/gs.py
PYTHON_PATCH_SCRIPTS+= xml2po/xml2po.py
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.12
BUILDLINK_DEPMETHOD.libxslt= build
BUILDLINK_DEPMETHOD.libxml2= build
PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
post-install:
${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/xml2po
.include "../../lang/python/application.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/xmlcatmgr/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"