pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/gnome-doc-utils update to 0.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e1173d35a85
branches:  trunk
changeset: 400790:9e1173d35a85
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Oct 27 14:50:07 2009 +0000

description:
update to 0.18.0
This switches to the gnome-2.28 release branch.

pkgsrc changes:
-depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used
 by some gnome pkgs (should fix PR pkg/42233 by Robert Elz)
-prepare to call xsltproc with the -nonet option
 (commented out for now because it makes xsltproc fail even if no network
 accesses are necessary, needs investigation)

diffstat:

 textproc/gnome-doc-utils/Makefile      |   15 +-
 textproc/gnome-doc-utils/PLIST         |  227 +++++++++++++++++++++++++++++++-
 textproc/gnome-doc-utils/buildlink3.mk |    5 +-
 textproc/gnome-doc-utils/distinfo      |    8 +-
 4 files changed, 230 insertions(+), 25 deletions(-)

diffs (truncated from 364 to 300 lines):

diff -r fbba90c25e0b -r 9e1173d35a85 textproc/gnome-doc-utils/Makefile
--- a/textproc/gnome-doc-utils/Makefile Tue Oct 27 14:40:11 2009 +0000
+++ b/textproc/gnome-doc-utils/Makefile Tue Oct 27 14:50:07 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2009/09/07 19:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2009/10/27 14:50:07 drochner Exp $
 #
 
-DISTNAME=      gnome-doc-utils-0.16.1
+DISTNAME=      gnome-doc-utils-0.18.0
 CATEGORIES=    textproc gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.16/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.18/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,7 +14,8 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-libxml2>=2.6.16:../../textproc/py-libxml2
 DEPENDS+=      ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt
-DEPENDS+=      docbook-xml-[0-9]*:../../textproc/docbook-xml
+DEPENDS+=      docbook-xml>=4.5:../../textproc/docbook-xml
+DEPENDS+=      scrollkeeper-dtd-[0-9]*:../../textproc/scrollkeeper-dtd
 
 USE_TOOLS+=            intltool pkg-config gmake gawk msgfmt
 GNU_CONFIGURE=         YES
@@ -26,10 +27,7 @@
 PKGCONFIG_OVERRIDE=    tools/gnome-doc-utils.pc.in
 PKGCONFIG_OVERRIDE+=   xml2po/xml2po.pc.in
 
-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
+PY_PATCHPLIST=         yes
 
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.6.12
 BUILDLINK_DEPMETHOD.libxslt=   build
@@ -39,6 +37,7 @@
        ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/share/xml2po
 
 .include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/xmlcatmgr/buildlink3.mk"
diff -r fbba90c25e0b -r 9e1173d35a85 textproc/gnome-doc-utils/PLIST
--- a/textproc/gnome-doc-utils/PLIST    Tue Oct 27 14:40:11 2009 +0000
+++ b/textproc/gnome-doc-utils/PLIST    Tue Oct 27 14:50:07 2009 +0000
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:17:16 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/10/27 14:50:07 drochner Exp $
 bin/gnome-doc-prepare
 bin/gnome-doc-tool
 bin/xml2po
-lib/pkgconfig/gnome-doc-utils.pc
 lib/pkgconfig/xml2po.pc
+${PYSITELIB}/xml2po/__init__.py
+${PYSITELIB}/xml2po/modes/__init__.py
+${PYSITELIB}/xml2po/modes/basic.py
+${PYSITELIB}/xml2po/modes/docbook.py
+${PYSITELIB}/xml2po/modes/gs.py
+${PYSITELIB}/xml2po/modes/mallard.py
+${PYSITELIB}/xml2po/modes/ubuntu.py
+${PYSITELIB}/xml2po/modes/xhtml.py
 man/man1/xml2po.1
 share/aclocal/gnome-doc-utils.m4
 share/gnome-doc-utils/gnome-doc-utils.make
@@ -35,6 +42,153 @@
 share/gnome/help/gnome-doc-make/C/gnome-doc-make.xml
 share/gnome/help/gnome-doc-make/C/legal.xml
 share/gnome/help/gnome-doc-make/C/make-ref.xml
+share/gnome/help/gnome-doc-make/de/gnome-doc-make.xml
+share/gnome/help/gnome-doc-make/de/legal.xml
+share/gnome/help/gnome-doc-make/de/make-ref.xml
+share/gnome/help/gnome-doc-mallard-spec/C/details.page
+share/gnome/help/gnome-doc-mallard-spec/C/docbook.page
+share/gnome/help/gnome-doc-mallard-spec/C/explore.page
+share/gnome/help/gnome-doc-mallard-spec/C/figures/mallard.png
+share/gnome/help/gnome-doc-mallard-spec/C/i18n.page
+share/gnome/help/gnome-doc-mallard-spec/C/index.page
+share/gnome/help/gnome-doc-mallard-spec/C/its.page
+share/gnome/help/gnome-doc-mallard-spec/C/l10n.page
+share/gnome/help/gnome-doc-mallard-spec/C/legal.xml
+share/gnome/help/gnome-doc-mallard-spec/C/links.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_TODO.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_attr_link.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_cite.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_code.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_comment.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_desc.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_example.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_figure.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_list.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_listing.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_media.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_note.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_p.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_quote.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_screen.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_steps.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_subtitle.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_synopsis.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_terms.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_title.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_block_tree.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_external.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_credit.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_desc.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_email.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_license.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_link.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_name.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_revision.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_title.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_info_years.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_app.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_cmd.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_code.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_em.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_file.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_gui.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_guiseq.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_input.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_key.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_keyseq.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_link.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_media.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_output.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_span.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_sys.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_inline_var.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_page.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_section.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_table.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_table_col.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_table_td.page
+share/gnome/help/gnome-doc-mallard-spec/C/mal_table_tr.page
+share/gnome/help/gnome-doc-mallard-spec/C/principle-guide.page
+share/gnome/help/gnome-doc-mallard-spec/C/principle-justenough.page
+share/gnome/help/gnome-doc-mallard-spec/C/principle-redundancy.page
+share/gnome/help/gnome-doc-mallard-spec/C/principles.page
+share/gnome/help/gnome-doc-mallard-spec/C/spec.page
+share/gnome/help/gnome-doc-mallard-spec/C/tenminutes.page
+share/gnome/help/gnome-doc-mallard-spec/de/details.page
+share/gnome/help/gnome-doc-mallard-spec/de/docbook.page
+share/gnome/help/gnome-doc-mallard-spec/de/explore.page
+share/gnome/help/gnome-doc-mallard-spec/de/figures/mallard.png
+share/gnome/help/gnome-doc-mallard-spec/de/i18n.page
+share/gnome/help/gnome-doc-mallard-spec/de/index.page
+share/gnome/help/gnome-doc-mallard-spec/de/its.page
+share/gnome/help/gnome-doc-mallard-spec/de/l10n.page
+share/gnome/help/gnome-doc-mallard-spec/de/legal.xml
+share/gnome/help/gnome-doc-mallard-spec/de/links.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_TODO.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_attr_link.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_cite.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_code.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_comment.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_desc.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_example.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_figure.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_list.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_listing.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_media.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_note.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_p.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_quote.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_screen.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_steps.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_subtitle.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_synopsis.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_terms.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_title.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_block_tree.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_external.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_credit.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_desc.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_email.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_license.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_link.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_name.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_revision.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_title.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_info_years.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_app.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_cmd.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_code.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_em.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_file.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_gui.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_guiseq.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_input.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_key.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_keyseq.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_link.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_media.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_output.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_span.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_sys.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_inline_var.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_page.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_section.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_table.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_table_col.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_table_td.page
+share/gnome/help/gnome-doc-mallard-spec/de/mal_table_tr.page
+share/gnome/help/gnome-doc-mallard-spec/de/principle-guide.page
+share/gnome/help/gnome-doc-mallard-spec/de/principle-justenough.page
+share/gnome/help/gnome-doc-mallard-spec/de/principle-redundancy.page
+share/gnome/help/gnome-doc-mallard-spec/de/principles.page
+share/gnome/help/gnome-doc-mallard-spec/de/spec.page
+share/gnome/help/gnome-doc-mallard-spec/de/tenminutes.page
 share/gnome/help/gnome-doc-xslt/C/db-chunk.xml
 share/gnome/help/gnome-doc-xslt/C/db-common.xml
 share/gnome/help/gnome-doc-xslt/C/db-label.xml
@@ -71,6 +225,44 @@
 share/gnome/help/gnome-doc-xslt/C/legal.xml
 share/gnome/help/gnome-doc-xslt/C/theme.xml
 share/gnome/help/gnome-doc-xslt/C/translating.xml
+share/gnome/help/gnome-doc-xslt/C/utils.xml
+share/gnome/help/gnome-doc-xslt/de/db-chunk.xml
+share/gnome/help/gnome-doc-xslt/de/db-common.xml
+share/gnome/help/gnome-doc-xslt/de/db-label.xml
+share/gnome/help/gnome-doc-xslt/de/db-title.xml
+share/gnome/help/gnome-doc-xslt/de/db-xref.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-autotoc.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-bibliography.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-block.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-callout.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-classsynopsis.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-cmdsynopsis.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-css.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-division.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-ebnf.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-footnote.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-funcsynopsis.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-index.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-info.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-inline.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-l10n.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-list.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-media.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-qanda.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-refentry.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-table.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-title.xml
+share/gnome/help/gnome-doc-xslt/de/db2html-xref.xml
+share/gnome/help/gnome-doc-xslt/de/db2html.xml
+share/gnome/help/gnome-doc-xslt/de/db2omf.xml
+share/gnome/help/gnome-doc-xslt/de/db2xhtml.xml
+share/gnome/help/gnome-doc-xslt/de/gettext.xml
+share/gnome/help/gnome-doc-xslt/de/gnome-doc-xslt.xml
+share/gnome/help/gnome-doc-xslt/de/l10n-numbers.xml
+share/gnome/help/gnome-doc-xslt/de/legal.xml
+share/gnome/help/gnome-doc-xslt/de/theme.xml
+share/gnome/help/gnome-doc-xslt/de/translating.xml
+share/gnome/help/gnome-doc-xslt/de/utils.xml
 share/locale/ar/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/as/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/be@latin/LC_MESSAGES/gnome-doc-utils.mo
@@ -78,6 +270,7 @@
 share/locale/bn/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/bn_IN/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/ca/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/cs/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/cy/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/da/LC_MESSAGES/gnome-doc-utils.mo
@@ -92,6 +285,7 @@
 share/locale/fa/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/fi/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/fr/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ga/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/gl/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/gu/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/he/LC_MESSAGES/gnome-doc-utils.mo
@@ -105,6 +299,7 @@
 share/locale/ko/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/lt/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/lv/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/mai/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/mg/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/mk/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/ml/LC_MESSAGES/gnome-doc-utils.mo
@@ -141,8 +336,12 @@
 share/locale/zh_HK/LC_MESSAGES/gnome-doc-utils.mo
 share/locale/zh_TW/LC_MESSAGES/gnome-doc-utils.mo
 share/omf/gnome-doc-make/gnome-doc-make-C.omf
+share/omf/gnome-doc-make/gnome-doc-make-de.omf
 share/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf
+share/omf/gnome-doc-xslt/gnome-doc-xslt-de.omf
+share/pkgconfig/gnome-doc-utils.pc
 share/xml/gnome/xslt/common/theme.xsl



Home | Main Index | Thread Index | Old Index