summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-30 14:05:57 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-30 14:05:57 +0800
commitfb2d2ef51b6b394208bc6e65e510fe66671ed65e (patch)
tree12af1c601f40a9738cfd6591e9adbc17e01bced4 /textproc
parentcac7e506faca139a36093d3deade4a9e8b4fc924 (diff)
downloadmarcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar.gz
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar.bz2
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar.lz
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar.xz
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.tar.zst
marcuscom-ports-fb2d2ef51b6b394208bc6e65e510fe66671ed65e.zip
Update to 0.13.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11386 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gnome-doc-utils/Makefile40
-rw-r--r--textproc/gnome-doc-utils/distinfo3
-rw-r--r--textproc/gnome-doc-utils/files/patch-configure10
-rw-r--r--textproc/gnome-doc-utils/pkg-descr5
-rw-r--r--textproc/gnome-doc-utils/pkg-plist229
5 files changed, 287 insertions, 0 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile
new file mode 100644
index 000000000..cb25fb89e
--- /dev/null
+++ b/textproc/gnome-doc-utils/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gnome-doc-utils
+# Date created: 11 November 2004
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-doc-utils
+PORTVERSION= 0.13.1
+CATEGORIES= textproc gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME doc utils
+
+BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \
+ gawk:${PORTSDIR}/lang/gawk
+RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \
+ ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \
+ ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 \
+ ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:${PORTSDIR}/textproc/docbook-xml-440
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehier gnometarget gnomehack libxslt intlhack
+USE_PYTHON= yes
+INSTALLS_OMF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= xml2po.1
+
+post-install:
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PREFIX}/share/xml2po
+
+.include <bsd.port.mk>
diff --git a/textproc/gnome-doc-utils/distinfo b/textproc/gnome-doc-utils/distinfo
new file mode 100644
index 000000000..2a0ae50ff
--- /dev/null
+++ b/textproc/gnome-doc-utils/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-doc-utils-0.13.1.tar.bz2) = 7cb98de7c6bdc9ebffaf37c653f126a5
+SHA256 (gnome-doc-utils-0.13.1.tar.bz2) = ed052e5213793c663a1fe6439d3d15751b54849885fb21288142e6b486554ce4
+SIZE (gnome-doc-utils-0.13.1.tar.bz2) = 603540
diff --git a/textproc/gnome-doc-utils/files/patch-configure b/textproc/gnome-doc-utils/files/patch-configure
new file mode 100644
index 000000000..33df31f40
--- /dev/null
+++ b/textproc/gnome-doc-utils/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Sat Mar 11 13:14:03 2006
++++ configure Sat Mar 11 13:14:17 2006
+@@ -7249,6 +7249,7 @@ echo "${ECHO_T}found xgettext program is
+ echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
+ echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
+ NEW_LINGUAS=
++ unset LINGUAS
+ for presentlang in $ALL_LINGUAS; do
+ useit=no
+ if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
diff --git a/textproc/gnome-doc-utils/pkg-descr b/textproc/gnome-doc-utils/pkg-descr
new file mode 100644
index 000000000..f8e90484e
--- /dev/null
+++ b/textproc/gnome-doc-utils/pkg-descr
@@ -0,0 +1,5 @@
+The GNOME Doc Utils is a collection of documentation utilities for the GNOME
+project. Notably, it contains utilities for building documentation and all
+auxiliary files in the source tree, and it contains the DocBook XSLT
+stylesheets that were once distributed with Yelp. Starting with GNOME 2.8, Yelp
+require GNOME Doc Utils for the XSLT.
diff --git a/textproc/gnome-doc-utils/pkg-plist b/textproc/gnome-doc-utils/pkg-plist
new file mode 100644
index 000000000..43bb0d5bc
--- /dev/null
+++ b/textproc/gnome-doc-utils/pkg-plist
@@ -0,0 +1,229 @@
+bin/gnome-doc-prepare
+bin/gnome-doc-tool
+bin/xml2po
+libdata/pkgconfig/gnome-doc-utils.pc
+libdata/pkgconfig/xml2po.pc
+share/aclocal/gnome-doc-utils.m4
+%%DATADIR%%/gnome-doc-utils.make
+%%DATADIR%%/icons/hicolor/48x48/admon-bug.png
+%%DATADIR%%/icons/hicolor/48x48/admon-caution.png
+%%DATADIR%%/icons/hicolor/48x48/admon-important.png
+%%DATADIR%%/icons/hicolor/48x48/admon-note.png
+%%DATADIR%%/icons/hicolor/48x48/admon-tip.png
+%%DATADIR%%/icons/hicolor/48x48/admon-warning.png
+%%DATADIR%%/icons/hicolor/scalable/admon-bug.svg
+%%DATADIR%%/icons/hicolor/scalable/admon-caution.svg
+%%DATADIR%%/icons/hicolor/scalable/admon-important.svg
+%%DATADIR%%/icons/hicolor/scalable/admon-note.svg
+%%DATADIR%%/icons/hicolor/scalable/admon-tip.svg
+%%DATADIR%%/icons/hicolor/scalable/admon-warning.svg
+%%DATADIR%%/template-document.xml
+%%DATADIR%%/template.make
+%%DATADIR%%/template.omf.in
+%%DATADIR%%/templates/gnome-app-template.xml
+%%DATADIR%%/templates/gnome-applet-template.xml
+%%DATADIR%%/templates/legal.xml
+%%DATADIR%%/watermarks/watermark-blockquote-00AB.png
+%%DATADIR%%/watermarks/watermark-blockquote-00BB.png
+%%DATADIR%%/watermarks/watermark-blockquote-201C.png
+%%DATADIR%%/watermarks/watermark-blockquote-201D.png
+%%DATADIR%%/watermarks/watermark-blockquote-201E.png
+%%DATADIR%%/watermarks/watermark-code-python.png
+%%DATADIR%%/watermarks/watermark-code.png
+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-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
+share/gnome/help/gnome-doc-xslt/C/db-title.xml
+share/gnome/help/gnome-doc-xslt/C/db-xref.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-autotoc.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-bibliography.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-block.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-callout.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-classsynopsis.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-cmdsynopsis.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-css.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-division.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-ebnf.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-footnote.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-funcsynopsis.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-index.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-info.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-inline.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-l10n.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-list.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-media.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-qanda.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-refentry.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-table.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-title.xml
+share/gnome/help/gnome-doc-xslt/C/db2html-xref.xml
+share/gnome/help/gnome-doc-xslt/C/db2html.xml
+share/gnome/help/gnome-doc-xslt/C/db2omf.xml
+share/gnome/help/gnome-doc-xslt/C/db2xhtml.xml
+share/gnome/help/gnome-doc-xslt/C/gettext.xml
+share/gnome/help/gnome-doc-xslt/C/gnome-doc-xslt.xml
+share/gnome/help/gnome-doc-xslt/C/l10n-numbers.xml
+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/locale/ar/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/be@latin/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/bg/LC_MESSAGES/gnome-doc-utils.mo
+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/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
+share/locale/de/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/dz/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/el/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/en_CA/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/en_GB/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/es/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/et/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/eu/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/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
+share/locale/hi/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/hu/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/id/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/it/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ja/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ka/LC_MESSAGES/gnome-doc-utils.mo
+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/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
+share/locale/mn/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/mr/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/nb/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ne/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/nl/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/nn/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/oc/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/or/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/pa/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/pl/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/pt/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ro/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ru/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/rw/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sk/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sl/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sq/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sr/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/sv/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ta/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/th/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/tr/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/ug/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/uk/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/vi/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/wa/LC_MESSAGES/gnome-doc-utils.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-doc-utils.mo
+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-xslt/gnome-doc-xslt-C.omf
+share/xml/gnome/xslt/common/theme.xsl
+share/xml/gnome/xslt/docbook/common/db-chunk.xsl
+share/xml/gnome/xslt/docbook/common/db-common.xsl
+share/xml/gnome/xslt/docbook/common/db-label.xsl
+share/xml/gnome/xslt/docbook/common/db-title.xsl
+share/xml/gnome/xslt/docbook/common/db-xref.xsl
+share/xml/gnome/xslt/docbook/html/db2html-autotoc.xsl
+share/xml/gnome/xslt/docbook/html/db2html-bibliography.xsl
+share/xml/gnome/xslt/docbook/html/db2html-block.xsl
+share/xml/gnome/xslt/docbook/html/db2html-callout.xsl
+share/xml/gnome/xslt/docbook/html/db2html-classsynopsis.xsl
+share/xml/gnome/xslt/docbook/html/db2html-cmdsynopsis.xsl
+share/xml/gnome/xslt/docbook/html/db2html-css.xsl
+share/xml/gnome/xslt/docbook/html/db2html-division.xsl
+share/xml/gnome/xslt/docbook/html/db2html-ebnf.xsl
+share/xml/gnome/xslt/docbook/html/db2html-footnote.xsl
+share/xml/gnome/xslt/docbook/html/db2html-funcsynopsis.xsl
+share/xml/gnome/xslt/docbook/html/db2html-index.xsl
+share/xml/gnome/xslt/docbook/html/db2html-info.xsl
+share/xml/gnome/xslt/docbook/html/db2html-inline.xsl
+share/xml/gnome/xslt/docbook/html/db2html-l10n.xsl
+share/xml/gnome/xslt/docbook/html/db2html-list.xsl
+share/xml/gnome/xslt/docbook/html/db2html-media.xsl
+share/xml/gnome/xslt/docbook/html/db2html-qanda.xsl
+share/xml/gnome/xslt/docbook/html/db2html-refentry.xsl
+share/xml/gnome/xslt/docbook/html/db2html-suppressed.xsl
+share/xml/gnome/xslt/docbook/html/db2html-table.xsl
+share/xml/gnome/xslt/docbook/html/db2html-title.xsl
+share/xml/gnome/xslt/docbook/html/db2html-xref.xsl
+share/xml/gnome/xslt/docbook/html/db2html.xsl
+share/xml/gnome/xslt/docbook/html/db2xhtml.xsl
+share/xml/gnome/xslt/docbook/omf/db2omf.xsl
+share/xml/gnome/xslt/docbook/utils/chunks.xsl
+share/xml/gnome/xslt/docbook/utils/credits.xsl
+share/xml/gnome/xslt/docbook/utils/figures.xsl
+share/xml/gnome/xslt/docbook/utils/graphics.xsl
+share/xml/gnome/xslt/docbook/utils/ids.xsl
+share/xml/gnome/xslt/gettext/gettext.xsl
+share/xml/gnome/xslt/gettext/l10n-numbers.xsl
+share/xml/gnome/xslt/gettext/l10n.xml
+share/xml2po/docbook.py
+share/xml2po/docbook.pyc
+share/xml2po/empty.py
+share/xml2po/empty.pyc
+share/xml2po/gs.py
+share/xml2po/gs.pyc
+share/xml2po/ubuntu.py
+share/xml2po/ubuntu.pyc
+share/xml2po/xhtml.py
+share/xml2po/xhtml.pyc
+@dirrm share/xml2po
+@dirrm share/xml/gnome/xslt/gettext
+@dirrm share/xml/gnome/xslt/docbook/utils
+@dirrm share/xml/gnome/xslt/docbook/omf
+@dirrm share/xml/gnome/xslt/docbook/html
+@dirrm share/xml/gnome/xslt/docbook/common
+@dirrm share/xml/gnome/xslt/docbook
+@dirrm share/xml/gnome/xslt/common
+@dirrm share/xml/gnome/xslt
+@dirrm share/xml/gnome
+@dirrm share/omf/gnome-doc-xslt
+@dirrm share/omf/gnome-doc-make
+@dirrm share/gnome/help/gnome-doc-xslt/C
+@dirrm share/gnome/help/gnome-doc-xslt
+@dirrm share/gnome/help/gnome-doc-make/C
+@dirrm share/gnome/help/gnome-doc-make
+@dirrm %%DATADIR%%/watermarks
+@dirrm %%DATADIR%%/templates
+@dirrm %%DATADIR%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin