diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /textproc | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 49 | ||||
-rw-r--r-- | textproc/gnome-doc-utils/distinfo | 3 | ||||
-rw-r--r-- | textproc/gnome-doc-utils/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/gnome-doc-utils/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gnome-doc-utils/pkg-plist | 162 | ||||
-rw-r--r-- | textproc/gnomedocutils/Makefile | 49 | ||||
-rw-r--r-- | textproc/gnomedocutils/distinfo | 3 | ||||
-rw-r--r-- | textproc/gnomedocutils/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/gnomedocutils/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gnomedocutils/pkg-plist | 162 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 46 | ||||
-rw-r--r-- | textproc/libxml++26/distinfo | 3 | ||||
-rw-r--r-- | textproc/libxml++26/files/patch-libxml++::parsers::parser.cc | 10 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-plist | 300 |
15 files changed, 0 insertions, 822 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile deleted file mode 100644 index 0c161b4de..000000000 --- a/textproc/gnome-doc-utils/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnome-doc-utils -# Date created: 11 November 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/gnomedocutils/Makefile,v 1.31 2006/03/11 21:01:47 marcus Exp $ -# - -PORTNAME= gnomedocutils -PORTVERSION= 0.6.0 -PORTREVISION= 1 -CATEGORIES= textproc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-doc-utils/0.6 -DISTNAME= gnome-doc-utils-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME doc utils - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 - -PREFIX?= ${X11BASE} - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnometarget gnomehack libxslt -USE_PYTHON= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/gnome/omf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= xml2po.1 - -DOCBOOK_VERSION=4.1.2 - -post-patch: - @${REINPLACE_CMD} -e 's|4\.4|${DOCBOOK_VERSION}|g' \ - ${WRKSRC}/doc/xslt/C/gnome-doc-xslt.xml \ - ${WRKSRC}/doc/gnome-doc-make/C/gnome-doc-make.xml - -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 deleted file mode 100644 index 84b1fd90a..000000000 --- a/textproc/gnome-doc-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-doc-utils-0.6.0.tar.bz2) = 1e0c26e3e1159f60551aab5187634744 -SHA256 (gnome-doc-utils-0.6.0.tar.bz2) = 1b13413919086cadd948cf886359176c23fa15c6740e6c8b4ccbff4aaf4f5681 -SIZE (gnome-doc-utils-0.6.0.tar.bz2) = 373670 diff --git a/textproc/gnome-doc-utils/files/patch-configure b/textproc/gnome-doc-utils/files/patch-configure deleted file mode 100644 index 33df31f40..000000000 --- a/textproc/gnome-doc-utils/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index f8e90484e..000000000 --- a/textproc/gnome-doc-utils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index dbdfaec5a..000000000 --- a/textproc/gnome-doc-utils/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/gnome-doc-prepare -bin/xml2po -libdata/pkgconfig/gnome-doc-utils.pc -libdata/pkgconfig/xml2po.pc -share/aclocal/gnome-doc-utils.m4 -share/gnome-doc-utils/gnome-doc-utils.make -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-admon.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-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-suppressed.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/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/translating.xml -share/gnome/help/gnome-doc-xslt/C/xsldoc.xml -share/gnome/omf/gnome-doc-make/gnome-doc-make-C.omf -share/gnome/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf -share/locale/ar/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/ca/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cs/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/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/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/ko/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lt/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/no/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pa/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/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/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/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-admon.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-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/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/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/xml/gnome/xslt/xsldoc/xsldoc.xsl -share/xml2po/docbook.py -share/xml2po/docbook.pyc -share/xml2po/empty.py -share/xml2po/empty.pyc -share/xml2po/gs.py -share/xml2po/gs.pyc -@dirrm share/xml2po -@dirrm share/xml/gnome/xslt/xsldoc -@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 -@dirrm share/xml/gnome -@dirrm share/xml -@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 -@dirrm share/gnome/omf/gnome-doc-xslt -@dirrm share/gnome/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 share/gnome-doc-utils diff --git a/textproc/gnomedocutils/Makefile b/textproc/gnomedocutils/Makefile deleted file mode 100644 index 0c161b4de..000000000 --- a/textproc/gnomedocutils/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gnome-doc-utils -# Date created: 11 November 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/gnomedocutils/Makefile,v 1.31 2006/03/11 21:01:47 marcus Exp $ -# - -PORTNAME= gnomedocutils -PORTVERSION= 0.6.0 -PORTREVISION= 1 -CATEGORIES= textproc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-doc-utils/0.6 -DISTNAME= gnome-doc-utils-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME doc utils - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ - ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 - -PREFIX?= ${X11BASE} - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnometarget gnomehack libxslt -USE_PYTHON= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/gnome/omf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= xml2po.1 - -DOCBOOK_VERSION=4.1.2 - -post-patch: - @${REINPLACE_CMD} -e 's|4\.4|${DOCBOOK_VERSION}|g' \ - ${WRKSRC}/doc/xslt/C/gnome-doc-xslt.xml \ - ${WRKSRC}/doc/gnome-doc-make/C/gnome-doc-make.xml - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PREFIX}/share/xml2po - -.include <bsd.port.mk> diff --git a/textproc/gnomedocutils/distinfo b/textproc/gnomedocutils/distinfo deleted file mode 100644 index 84b1fd90a..000000000 --- a/textproc/gnomedocutils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-doc-utils-0.6.0.tar.bz2) = 1e0c26e3e1159f60551aab5187634744 -SHA256 (gnome-doc-utils-0.6.0.tar.bz2) = 1b13413919086cadd948cf886359176c23fa15c6740e6c8b4ccbff4aaf4f5681 -SIZE (gnome-doc-utils-0.6.0.tar.bz2) = 373670 diff --git a/textproc/gnomedocutils/files/patch-configure b/textproc/gnomedocutils/files/patch-configure deleted file mode 100644 index 33df31f40..000000000 --- a/textproc/gnomedocutils/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- 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/gnomedocutils/pkg-descr b/textproc/gnomedocutils/pkg-descr deleted file mode 100644 index f8e90484e..000000000 --- a/textproc/gnomedocutils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/gnomedocutils/pkg-plist b/textproc/gnomedocutils/pkg-plist deleted file mode 100644 index dbdfaec5a..000000000 --- a/textproc/gnomedocutils/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/gnome-doc-prepare -bin/xml2po -libdata/pkgconfig/gnome-doc-utils.pc -libdata/pkgconfig/xml2po.pc -share/aclocal/gnome-doc-utils.m4 -share/gnome-doc-utils/gnome-doc-utils.make -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-admon.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-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-suppressed.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/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/translating.xml -share/gnome/help/gnome-doc-xslt/C/xsldoc.xml -share/gnome/omf/gnome-doc-make/gnome-doc-make-C.omf -share/gnome/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf -share/locale/ar/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/ca/LC_MESSAGES/gnome-doc-utils.mo -share/locale/cs/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/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/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/ko/LC_MESSAGES/gnome-doc-utils.mo -share/locale/lt/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/no/LC_MESSAGES/gnome-doc-utils.mo -share/locale/pa/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/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/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/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-admon.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-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/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/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/xml/gnome/xslt/xsldoc/xsldoc.xsl -share/xml2po/docbook.py -share/xml2po/docbook.pyc -share/xml2po/empty.py -share/xml2po/empty.pyc -share/xml2po/gs.py -share/xml2po/gs.pyc -@dirrm share/xml2po -@dirrm share/xml/gnome/xslt/xsldoc -@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 -@dirrm share/xml/gnome -@dirrm share/xml -@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 -@dirrm share/gnome/omf/gnome-doc-xslt -@dirrm share/gnome/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 share/gnome-doc-utils diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile deleted file mode 100644 index 0b1347f2a..000000000 --- a/textproc/libxml++26/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.12 2006/03/13 22:27:57 marcus Exp $ -# - -PORTNAME= libxml++ -PORTVERSION= 2.14.0 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= bland@FreeBSD.org -COMMENT= XML API for C++ - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libxml++26 - -USE_GMAKE= yes -USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget libxml2 pkgconfig -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" DOC_VERSION=${PORTVERSION:R} - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \ - ${WRKSRC}/configure -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in -.endif - -.if !defined(NOPORTDOCS) -post-configure: - @${TOUCH} ${WRKSRC}/docs/reference/${PORTVERSION:R}/html/index.html -.endif - -.include <bsd.port.mk> diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo deleted file mode 100644 index 0dbea2ede..000000000 --- a/textproc/libxml++26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxml++-2.14.0.tar.gz) = 92ccfe24e23d6942441c6a1c78509dbf -SHA256 (libxml++-2.14.0.tar.gz) = 9a3434e3f9193e4b577a4122e649ddb96bfb61d50899369e89fc64218efabf8c -SIZE (libxml++-2.14.0.tar.gz) = 935513 diff --git a/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc b/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc deleted file mode 100644 index c77f306e9..000000000 --- a/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- libxml++/parsers/parser.cc.orig Sat Feb 7 02:11:35 2004 -+++ libxml++/parsers/parser.cc Fri Feb 20 00:02:22 2004 -@@ -9,6 +9,7 @@ - #include <libxml/parser.h> - - #include <cstdarg> //For va_list. -+#include <memory> - - namespace xmlpp { - diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr deleted file mode 100644 index 94d8feaff..000000000 --- a/textproc/libxml++26/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libxml++ is a C++ interface for working with XML files, using libxml -(gnome-xml) to parse and write the actual XML files. It has a simple -but complete API. - -WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist deleted file mode 100644 index 152906517..000000000 --- a/textproc/libxml++26/pkg-plist +++ /dev/null @@ -1,300 +0,0 @@ -include/libxml++-%%API_VERSION%%/libxml++/attribute.h -include/libxml++-%%API_VERSION%%/libxml++/document.h -include/libxml++-%%API_VERSION%%/libxml++/dtd.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h -include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/parserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/keepblanks.h -include/libxml++-%%API_VERSION%%/libxml++/libxml++.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/cdatanode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h -include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h -include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h -lib/libxml++-%%VERSION%%.a -lib/libxml++-%%VERSION%%.la -lib/libxml++-%%VERSION%%.so -lib/libxml++-%%VERSION%%.so.2 -libdata/pkgconfig/libxml++-%%API_VERSION%%.pc -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/ar01s02.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/index.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/annotated.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/attribute_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/cdatanode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classbool.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classes.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Attribute-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Attribute.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Attribute__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Attribute__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Attribute__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CdataNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CdataNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CdataNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CdataNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CdataNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CommentNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CommentNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CommentNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CommentNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1CommentNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ContentNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ContentNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ContentNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ContentNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ContentNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Document-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Document.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Document__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Document__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Document__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DomParser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DomParser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DomParser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DomParser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DomParser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Dtd-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Dtd.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DtdValidator-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DtdValidator.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DtdValidator__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DtdValidator__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1DtdValidator__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Element-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Element.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Element__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Element__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Element__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1EntityReference-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1EntityReference.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1EntityReference__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1EntityReference__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1EntityReference__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1IStreamParserInputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1IStreamParserInputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1KeepBlanks-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1KeepBlanks.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Node-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Node.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Node__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Node__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Node__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1NonCopyable-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1NonCopyable.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1NonCopyable__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1NonCopyable__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1NonCopyable__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OStreamOutputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OStreamOutputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OutputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OutputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OutputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OutputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1OutputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Parser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Parser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ParserInputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ParserInputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Parser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Parser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Parser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ProcessingInstructionNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ProcessingInstructionNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1SaxParser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1SaxParser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1SaxParser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1SaxParser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1SaxParser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextReader-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextReader.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextReader__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextReader__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1TextReader__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Validator-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Validator.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Validator__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Validator__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1Validator__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1exception-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1exception.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1exception__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1exception__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1exception__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1internal__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1internal__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1internal__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1internal__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1internal__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1parse__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1parse__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1parse__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1parse__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1parse__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1validity__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1validity__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1validity__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1validity__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/classxmlpp_1_1validity__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/commentnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/contentnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000000.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000000_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000000_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000001.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000001_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000001_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000002.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000002_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000002_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000003.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000003_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000003_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000004.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000004_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000004_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000005.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000005_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dir_000005_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dirs.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/document_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/domparser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/doxygen.css -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/doxygen.png -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dtd_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/dtdvalidator_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/element_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/entityreference_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/exception_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/files.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x63.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x64.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x65.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x66.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x67.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x68.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x69.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x6b.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x6c.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x6d.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x6e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x6f.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x70.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x72.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x73.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x74.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x76.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x77.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x78.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_0x7e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_enum.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_eval.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_func.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_rela.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_type.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/functions_vars.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/globals.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/globals_enum.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/globals_eval.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/globals_type.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/graph_legend.dot -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/graph_legend.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/graph_legend.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/hierarchy.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/index.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__0.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__0.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__0.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__1.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__1.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__1.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__2.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__2.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__2.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__3.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__3.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__3.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__4.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__4.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__4.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__5.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__5.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__5.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__6.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__6.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherit__graph__6.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/inherits.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/internal__error_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/istreamparserinputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/keepblanks_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/libxml++_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespaceSigC.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespacemembers.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespacemembers_enum.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespacemembers_eval.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespaces.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/namespacexmlpp.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/node_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/noncopyable_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/ostreamoutputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/outputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/parse__error_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/parser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/parserinputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/processinginstructionnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/saxparser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/structxmlpp_1_1SaxParser_1_1Attribute.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/textnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/textreader_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/validator_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html/validity__error_8h.html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%%/html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference/%%DOC_VERSION%% -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual/html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%% -@dirrm include/libxml++-%%API_VERSION%%/libxml++/validators -@dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers -@dirrm include/libxml++-%%API_VERSION%%/libxml++/nodes -@dirrm include/libxml++-%%API_VERSION%%/libxml++/io -@dirrm include/libxml++-%%API_VERSION%%/libxml++/exceptions -@dirrm include/libxml++-%%API_VERSION%%/libxml++ -@dirrm include/libxml++-%%API_VERSION%% |