diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
| commit | 3add449a170be706377b66bee46af25633bc945c (patch) | |
| tree | 7415df14a37624ff0b24fd40bde079927a88c28a /textproc | |
| parent | 975af646f278430e563b72219a2c3055b211eb1a (diff) | |
Diffstat (limited to 'textproc')
217 files changed, 0 insertions, 5777 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile deleted file mode 100644 index 899eff866f9c..000000000000 --- a/textproc/estraier/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: estraier -# Date created: 2004-08-28 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# - -PORTNAME= estraier -PORTVERSION= 1.2.23 -CATEGORIES= japanese textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ahze@ahze.net -COMMENT= A full-text search system for personal use - -LIB_DEPENDS= qdbm.3:${PORTSDIR}/databases/qdbm - -USE_ICONV= yes - -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -CONFIGURE_ARGS= --with-sysqdbm \ - --enable-dlfilter - -OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ - MECAB "Part-of-Speech and Morphological Analyzer" On \ - KAKASI "Language processing filter/converter" On - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_CHASEN) -LIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base - -CONFIGURE_ARGS+= --enable-chasen -.endif - -.if ${ARCH} == i386 && !defined(WITHOUT_MECAB) -LIB_DEPENDS+= mecab.0:${PORTSDIR}/japanese/mecab - -CONFIGURE_ARGS+= --enable-mecab -.endif - -.if !defined(WITHOUT_KAKASI) -LIB_DEPENDS+= kakasi.3:${PORTSDIR}/japanese/kakasi - -CONFIGURE_ARGS+= --enable-kakasi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|MYDOCS|#|' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/estraier/distinfo b/textproc/estraier/distinfo deleted file mode 100644 index 0d22685f1e49..000000000000 --- a/textproc/estraier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (estraier-1.2.23.tar.gz) = 533260da1d7b86b79eb1908af4fc86c7 -SIZE (estraier-1.2.23.tar.gz) = 389430 diff --git a/textproc/estraier/pkg-descr b/textproc/estraier/pkg-descr deleted file mode 100644 index 7434dac46912..000000000000 --- a/textproc/estraier/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Estraier is a full-text search system for personal use. Full-text search means -functions to search lots of documents for some documents including specified -words. The principal purpose of Estraier is to realize a full-text search -system of a web site. It functions similarly to Google, but for a personal -web site or sites in an intranet. - -WWW: http://estraier.sourceforge.net/ diff --git a/textproc/estraier/pkg-plist b/textproc/estraier/pkg-plist deleted file mode 100644 index a5cc5af7358b..000000000000 --- a/textproc/estraier/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -bin/estautoreg -bin/estdochtml -bin/estgzhtml -bin/estindex -bin/estmanhtml -bin/estmbtomh -bin/estpdfhtml -bin/estppthtml -bin/estserver -bin/estsiutil -bin/estwolels -bin/estxdthtml -bin/estxdwhtml -bin/estxlshtml -bin/estxview -libexec/estmerge.cgi -libexec/estsearch.cgi -%%PORTDOCS%%share/estraier/COPYING -%%PORTDOCS%%share/estraier/ChangeLog -share/estraier/estmerge.conf -share/estraier/estmerge.tmpl -share/estraier/estmerge.top -share/estraier/estsearch.conf -share/estraier/estsearch.tmpl -share/estraier/estsearch.top -share/estraier/estxview.css -share/estraier/estxview.dtd -share/estraier/estxview.xsl -share/estraier/locale/ja/estmerge.conf -share/estraier/locale/ja/estmerge.tmpl -share/estraier/locale/ja/estmerge.top -share/estraier/locale/ja/estsearch.conf -share/estraier/locale/ja/estsearch.tmpl -share/estraier/locale/ja/estsearch.top -share/estraier/skins/school/estmerge.tmpl -share/estraier/skins/school/estsearch.tmpl -share/estraier/skins/stoic/estmerge.tmpl -share/estraier/skins/stoic/estsearch.tmpl -%%PORTDOCS%%share/estraier/spex-ja.html -%%PORTDOCS%%share/estraier/spex.html -@dirrm share/estraier/skins/stoic -@dirrm share/estraier/skins/school -@dirrm share/estraier/skins -@dirrm share/estraier/locale/ja -@dirrm share/estraier/locale -@dirrm share/estraier diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile deleted file mode 100644 index 75d930928356..000000000000 --- a/textproc/gnome-spell/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnomespell -# Date created: 29 December 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomespell -PORTVERSION= 1.0.5 -PORTREVISION= 3 -CATEGORIES= textproc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-spell/1.0 -DISTNAME= gnome-spell-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME/Bonobo component for spell checking - -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/textproc/gnome-spell/distinfo b/textproc/gnome-spell/distinfo deleted file mode 100644 index dbea5d3e846b..000000000000 --- a/textproc/gnome-spell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome/gnome-spell-1.0.5.tar.bz2) = ba4dd33cb150b670756e456066bd7434 -SIZE (gnome/gnome-spell-1.0.5.tar.bz2) = 216628 diff --git a/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in deleted file mode 100644 index 8050486bcabd..000000000000 --- a/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003 -+++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003 -@@ -138,7 +138,6 @@ - -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -DGLADE_DATADIR=\"$(gladedir)\" \ - -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \ -- -DGTK_DISABLE_DEPRECATED=1 \ - -DASPELL_DICT=\""$(ASPELL_DICT)"\" \ - $(GNOME_SPELL_CFLAGS) \ - $(END) diff --git a/textproc/gnome-spell/pkg-descr b/textproc/gnome-spell/pkg-descr deleted file mode 100644 index 10f0e6faa6bf..000000000000 --- a/textproc/gnome-spell/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome Spell is GNOME/Bonobo component for spell-checking. - -WWW: http://www.gnome.org/ diff --git a/textproc/gnome-spell/pkg-plist b/textproc/gnome-spell/pkg-plist deleted file mode 100644 index 7d770b26ae5c..000000000000 --- a/textproc/gnome-spell/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -lib/gnome-spell/libgnome-spell-component-0.3.so -lib/gnome-spell/libgnome-spell-component.a -lib/gnome-spell/libgnome-spell-component.so -libdata/bonobo/servers/GNOME_Spell.server -share/gnome/control-center-2.0/icons/spell-checker.png -share/gnome/gnome-spell-%%VERSION%%/spell-checker.glade -share/gnome/idl/Spell-%%VERSION%%.idl -share/locale/am/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/no/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gnome-spell-%%VERSION%%.mo -@dirrm share/gnome/gnome-spell-%%VERSION%% -@unexec /bin/rmdir %D/share/gnome/control-center-2.0/icons 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/gnome/control-center-2.0 2>/dev/null || /usr/bin/true -@dirrm lib/gnome-spell diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile deleted file mode 100644 index 1b3f77104293..000000000000 --- a/textproc/gtkspell/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gtkspell2 -# Date created: 19 Aug 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkspell2 -PORTVERSION= 2.0.7 -CATEGORIES= textproc gnome -MASTER_SITES= http://gtkspell.sourceforge.net/download/ -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GTK+ 2 spell checking component - -LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell - -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USE_LIBTOOL_VER=15 -USE_GETTEXT= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} - -.include <bsd.port.mk> diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo deleted file mode 100644 index fb28335a3f63..000000000000 --- a/textproc/gtkspell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gtkspell-2.0.7.tar.gz) = 666b019af13e79f48376d667ce22f86f -SIZE (gtkspell-2.0.7.tar.gz) = 342121 diff --git a/textproc/gtkspell/pkg-descr b/textproc/gtkspell/pkg-descr deleted file mode 100644 index 05f8488a91d8..000000000000 --- a/textproc/gtkspell/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a -GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu -of suggested replacements. - -WWW: http://gtkspell.sourceforge.net/ diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist deleted file mode 100644 index 8e983987fbaa..000000000000 --- a/textproc/gtkspell/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -include/gtkspell-2.0/gtkspell/gtkspell.h -lib/libgtkspell.a -lib/libgtkspell.so -lib/libgtkspell.so.0 -libdata/pkgconfig/gtkspell-2.0.pc -%%DOCSDIR%%/chapter-tutorial.html -%%DOCSDIR%%/gtkspell-gtkspell.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/reference.html -%%DOCSDIR%%/tutorial-building.html -%%DOCSDIR%%/tutorial.html -share/locale/be/LC_MESSAGES/gtkspell.mo -share/locale/de/LC_MESSAGES/gtkspell.mo -share/locale/eo/LC_MESSAGES/gtkspell.mo -share/locale/fr/LC_MESSAGES/gtkspell.mo -share/locale/ga/LC_MESSAGES/gtkspell.mo -share/locale/mn/LC_MESSAGES/gtkspell.mo -share/locale/pl/LC_MESSAGES/gtkspell.mo -share/locale/pt_BR/LC_MESSAGES/gtkspell.mo -share/locale/ro/LC_MESSAGES/gtkspell.mo -share/locale/sk/LC_MESSAGES/gtkspell.mo -share/locale/sr/LC_MESSAGES/gtkspell.mo -share/locale/wa/LC_MESSAGES/gtkspell.mo -@dirrm %%DOCSDIR%% -@dirrm include/gtkspell-2.0/gtkspell -@dirrm include/gtkspell-2.0 diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile deleted file mode 100644 index 72159db26321..000000000000 --- a/textproc/hs-HaXml/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# New ports collection makefile for: HaXml -# Date created: 01 June 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# -# $FreeBSD$ - -PORTNAME= haxml -PORTVERSION= 1.12 -CATEGORIES= textproc haskell -MASTER_SITES= http://www.haskell.org/HaXml/ \ - ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ -PKGNAMEPREFIX= hs- -DISTNAME= HaXml-${PORTVERSION} - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A collection of utilities for using Haskell and XML together - -USE_REINPLACE= yes -HAS_CONFIGURE= yes -USE_GMAKE= yes - -CONFIGURE_ARGS+= --prefix=${PREFIX}/bin - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/nhc98) -WITH_NHC98= yes -.endif -.if exists(${LOCALBASE}/bin/ghc) -WITH_GHC= yes -.endif -.if exists(${LOCALBASE}/bin/hugs) -WITH_HUGS= yes -.endif - -.if defined(PACKAGE_BUILDING) -WITH_GHC= yes -WITH_HUGS= yes -.endif - -.if defined(WITH_NHC98) -BUILD_DEPENDS+= nhc98:${PORTSDIR}/lang/nhc98 -RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 -.endif -.if defined(WITH_GHC) -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc -.endif -.if defined(WITH_HUGS) -BUILD_DEPENDS+= hugs:${PORTSDIR}/lang/hugs -RUN_DEPENDS+= hugs:${PORTSDIR}/lang/hugs -.endif - -.if defined(WITH_NHC98) -PLIST_SUB+= NHC98="" -.else -PLIST_SUB+= NHC98="@comment " -.endif -.if defined(WITH_GHC) -GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` -PLIST_SUB+= GHC="" GHC_VERSION="${GHC_VERSION}" -.else -PLIST_SUB+= GHC="@comment " -.endif -.if defined(WITH_HUGS) -PLIST_SUB+= HUGS="" -.else -PLIST_SUB+= HUGS="@comment " -.endif - -pre-everything:: - @${ECHO_CMD} "" -.if defined(WITH_NHC98) - @${ECHO_CMD} " HaXml will be installed for nhc98." -.else - @${ECHO_CMD} " Define WITH_NHC98 to install HaXml for nhc98." -.endif -.if defined(WITH_GHC) - @${ECHO_CMD} " HaXml will be installed for ghc." -.else - @${ECHO_CMD} " Define WITH_GHC to install HaXml for ghc." -.endif -.if defined(WITH_HUGS) - @${ECHO_CMD} " HaXml will be installed for hugs" -.else - @${ECHO_CMD} " Define WITH_HUGS to install HaXml for hugs" -.endif -.if !defined(WITH_GHC) && !defined(WITH_NHC98) && !defined(WITH_HUGS) - @${FALSE} -.endif - @${ECHO_CMD} "" - -post-patch: - @${REINPLACE_CMD} -e 's,/bin/false,/usr/bin/false,' ${WRKSRC}/configure - -post-install: -.if defined(WITH_GHC) - @${INSTALL_DATA} ${WRKSRC}/obj/ghc/pkg.conf \ - ${PREFIX}/lib/ghc-${GHC_VERSION}/imports/HaXml/ - @${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC} && ${RM} -rf docs/HaXml/CVS) - @(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR}) -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/hs-HaXml/distinfo b/textproc/hs-HaXml/distinfo deleted file mode 100644 index b0fbc0847f1a..000000000000 --- a/textproc/hs-HaXml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (HaXml-1.12.tar.gz) = b614a4a6bf8aec3938ae1b006ed30a13 -SIZE (HaXml-1.12.tar.gz) = 433384 diff --git a/textproc/hs-HaXml/pkg-descr b/textproc/hs-HaXml/pkg-descr deleted file mode 100644 index fa8aa6c1f593..000000000000 --- a/textproc/hs-HaXml/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -HaXml is a collection of utilities for using Haskell and XML together. It -includes a parser for XML, a separate error-correcting parser for HTML, and -pretty-printers for XML and HTML. - -WWW: http://www.haskell.org/HaXml/ diff --git a/textproc/hs-HaXml/pkg-plist b/textproc/hs-HaXml/pkg-plist deleted file mode 100644 index 82f4f30f0102..000000000000 --- a/textproc/hs-HaXml/pkg-plist +++ /dev/null @@ -1,189 +0,0 @@ -bin/Canonicalise -bin/DtdToHaskell -bin/MkOneOf -bin/Validate -bin/Xtract -%%NHC98%%include/nhc98/HaXml/Text/ParserCombinators/HuttonMeijerWallace.hi -%%NHC98%%include/nhc98/HaXml/Text/PrettyPrint/HughesPJ.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Combinators.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Escape.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Haskell2Xml.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Html/Generate.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Html/Parse.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Html/Pretty.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Lex.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/OneOfN.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Parse.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Pretty.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Types.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Validate.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Verbatim.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Wrappers.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Xml2Haskell.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Xtract/Combinators.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Xtract/Lex.hi -%%NHC98%%include/nhc98/HaXml/Text/XML/HaXml/Xtract/Parse.hi -%%NHC98%%lib/nhc98/ix86-FreeBSD/libHSHaXml.a -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/pkg.conf -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/ParserCombinators/HuttonMeijerWallace.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Combinators.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Escape.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Haskell2Xml.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Html/Generate.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Html/Parse.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Html/Pretty.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Lex.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/OneOfN.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Parse.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Pretty.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Types.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Validate.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Verbatim.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Wrappers.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Xml2Haskell.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Xtract/Combinators.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Xtract/Lex.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Xtract/Parse.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml.hi -%%GHC%%lib/ghc-%%GHC_VERSION%%/HSHaXml.o -%%GHC%%lib/ghc-%%GHC_VERSION%%/libHSHaXml.a -%%HUGS%%lib/hugs/libraries/Text/ParserCombinators/HuttonMeijerWallace.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Combinators.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/DtdToHaskell/Convert.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/DtdToHaskell/Instance.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/DtdToHaskell/TypeDef.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Escape.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Haskell2Xml.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Html/Generate.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Html/Parse.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Html/Pretty.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Lex.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/OneOfN.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Parse.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Pretty.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Types.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Validate.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Verbatim.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Wrappers.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Xml2Haskell.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Xtract/Combinators.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Xtract/Lex.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml/Xtract/Parse.hs -%%HUGS%%lib/hugs/libraries/Text/XML/HaXml.hs -%%PORTDOCS%%%%DOCSDIR%%/Combinators.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.ParserCombinators.HuttonMeijerWallace.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.PrettyPrint.HughesPJ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Combinators.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.DtdToHaskell.Convert.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.DtdToHaskell.Instance.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.DtdToHaskell.TypeDef.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Escape.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Haskell2Xml.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Html.Generate.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Html.Parse.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Html.Pretty.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Lex.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.OneOfN.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Parse.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Pretty.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Types.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Validate.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Verbatim.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Wrappers.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Xml2Haskell.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Xtract.Combinators.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Xtract.Lex.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.Xtract.Parse.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/Text.XML.HaXml.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tA.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tB.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tC.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tD.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tE.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tF.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tG.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tH.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tI.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tJ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tK.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tL.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tM.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tN.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tO.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tP.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tQ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tR.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tS.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tT.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tU.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tV.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tW.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tX.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tY.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-tZ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vA.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vB.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vC.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vD.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vE.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vF.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vG.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vH.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vI.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vJ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vK.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vL.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vM.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vN.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vO.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vP.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vQ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vR.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vS.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vT.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vU.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vV.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vW.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vX.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vY.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index-vZ.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/HaXml/haddock.css -%%PORTDOCS%%%%DOCSDIR%%/HaXml/haskell_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/HaXml/index.html -%%PORTDOCS%%%%DOCSDIR%%/Haskell2Xml.html -%%PORTDOCS%%%%DOCSDIR%%/Xml2Haskell.html -%%PORTDOCS%%%%DOCSDIR%%/Xtract.html -%%PORTDOCS%%%%DOCSDIR%%/brubeck.gif -%%PORTDOCS%%%%DOCSDIR%%/changelog.html -%%PORTDOCS%%%%DOCSDIR%%/icfp99.dvi -%%PORTDOCS%%%%DOCSDIR%%/icfp99.html -%%PORTDOCS%%%%DOCSDIR%%/icfp99.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%NHC98%%@dirrm include/nhc98/HaXml/Text/ParserCombinators -%%NHC98%%@dirrm include/nhc98/HaXml/Text/PrettyPrint -%%NHC98%%@dirrm include/nhc98/HaXml/Text/XML/HaXml/Html -%%NHC98%%@dirrm include/nhc98/HaXml/Text/XML/HaXml/Xtract -%%NHC98%%@dirrm include/nhc98/HaXml/Text/XML/HaXml -%%NHC98%%@dirrm include/nhc98/HaXml/Text/XML -%%NHC98%%@dirrm include/nhc98/HaXml/Text -%%NHC98%%@dirrm include/nhc98/HaXml -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/ParserCombinators -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Html -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml/Xtract -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML/HaXml -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text/XML -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml/Text -%%GHC%%@dirrm lib/ghc-%%GHC_VERSION%%/imports/HaXml -%%HUGS%%@dirrm lib/hugs/libraries/Text/XML/HaXml/DtdToHaskell -%%HUGS%%@dirrm lib/hugs/libraries/Text/XML/HaXml/Html -%%HUGS%%@dirrm lib/hugs/libraries/Text/XML/HaXml/Xtract -%%HUGS%%@dirrm lib/hugs/libraries/Text/XML/HaXml -%%HUGS%%@dirrm lib/hugs/libraries/Text/XML -%%PORTDOCS%%@dirrm %%DOCSDIR%%/HaXml -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%GHC%%@exec %D/bin/ghc-pkg -a < %D/lib/ghc-%%GHC_VERSION%%/imports/HaXml/pkg.conf -%%GHC%%@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -%%GHC%%@unexec %D/bin/ghc-pkg -r HaXml -%%GHC%%@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile deleted file mode 100644 index 193919156927..000000000000 --- a/textproc/hunspell/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: hunspell -# Date created: 24.07.2004 -# Whom: janos.mohacsi@bsd.hu -# -# $FreeBSD$ -# - -PORTNAME= hunspell -PORTVERSION= 1.0.R.1 -CATEGORIES= hungarian textproc -#MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/ -MASTER_SITES= http://magyarispell.sourceforge.net/ -DISTNAME= ${PORTNAME}-1.0-RC1 - -MAINTAINER= Janos.Mohacsi@bsd.hu -COMMENT= Improved Hungarian spelling checker - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_REINPLACE= yes - -MAN1= hunspell.1 -MAN4= hunspell.4 - -PORTDOCS= OLVASS.EL README README.myspell - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD-4.x at this time" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/hunspell.cxx - -do-install: - ${INSTALL_MAN} ${WRKSRC}/man/hunspell.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/hunspell.4 ${PREFIX}/man/man4 - ${INSTALL_PROGRAM} ${WRKSRC}/hunspell ${PREFIX}/bin - ${LN} -s ${PREFIX}/bin/hunspell ${PREFIX}/bin/hunstem - ${MKDIR} ${PREFIX}/share/myspell/ && \ - ${INSTALL_DATA} ${WRKSRC}/hu_HU.dic \ - ${PREFIX}/share/myspell/ && \ - ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff \ - ${PREFIX}/share/myspell/ - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/magyar.dic - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/hungarian.dic - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.dic ${PREFIX}/share/myspell/default.dic - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/magyar.aff - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/hungarian.aff - ${LN} -s ${LOCALBASE}/share/myspell/hu_HU.aff ${PREFIX}/share/myspell/default.aff - ${INSTALL_DATA} ${WRKSRC}/dictionary.lst \ - ${PREFIX}/share/myspell/default.lst - ${LOCALBASE}/bin/msgfmt -o ${WRKSRC}/hunspell.mo ${WRKSRC}/hunspell.po - ${MKDIR} ${PREFIX}/share/locale/hu/LC_MESSAGES/ && \ - ${INSTALL_DATA} ${WRKSRC}/hunspell.mo ${PREFIX}/share/locale/hu/LC_MESSAGES/ - -.ifndef(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo deleted file mode 100644 index 14ffa90a31ee..000000000000 --- a/textproc/hunspell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (hunspell-1.0-RC1.tar.gz) = a067561231e63ed0e79cae13ad01c4c1 -SIZE (hunspell-1.0-RC1.tar.gz) = 877840 diff --git a/textproc/hunspell/files/patch-Makefile b/textproc/hunspell/files/patch-Makefile deleted file mode 100644 index 21aa5c7ad884..000000000000 --- a/textproc/hunspell/files/patch-Makefile +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.orig Wed Dec 17 18:50:49 2003 -+++ Makefile Thu May 20 15:04:38 2004 -@@ -1,29 +1,29 @@ - #------ beállítások -- configuration ------------------- - # szótárak -- dictionaries (hu_HU.aff, hu_HU.dic) --MYSPELL_DIR?=/usr/share/myspell -+MYSPELL_DIR?=${PREFIX}/share/myspell - # Hunmorph szótárak -- hu_HU.morph, extended hu_HU.aff, hu_HU.dic --HUNMORPH_DIR?=/usr/share/hunmorph -+HUNMORPH_DIR?=${PREFIX}/share/hunmorph - # Magyar üzenetek -- Hungarian messages --LOCALE_DIR?=/usr/share/locale -+LOCALE_DIR?=${PREFIX}/share/locale - # Kézikönyvoldalak -- Manual pages --MAN_DIR?=/usr/share/man -+MAN_DIR?=${PREFIX}/share/man - # Magyar kézikönyvoldalak -- Hungarian manual pages --MAN_HU_DIR?=/usr/share/man/hu -+MAN_HU_DIR?=${PREFIX}/share/man/hu - # Futtatható program helye -- Directory for executables --BIN_DIR?=/usr/bin -+BIN_DIR?=${PREFIX}/bin - #-------------------------------------------------------- - --CC=g++ -+CC=$(CXX) - #CC=/opt/SUNWspro/bin/CC - --CXXFLAGS=-O2 -Wall -ansi -pedantic -I. -+CXXFLAGS+= -Wall -ansi -pedantic -I. -I${LOCALBASE}/include - - # for debug only - #CXXFLAGS=-g -O0 -Wall -ansi -pedantic -I. - #CXXFLAGS=-g -O0 -Wall -ansi -pedantic -I. -g - #CXXFLAGS=-O2 +w2 -I. - --LDFLAGS=-L. -lmyspell -+LDFLAGS=-L. -lmyspell -L$(LOCALBASE)/lib -lintl -lstdc++ - - LIBS=libmyspell.a - diff --git a/textproc/hunspell/files/patch-csutil.cxx b/textproc/hunspell/files/patch-csutil.cxx deleted file mode 100644 index 3197e047ccc5..000000000000 --- a/textproc/hunspell/files/patch-csutil.cxx +++ /dev/null @@ -1,18 +0,0 @@ ---- csutil.cxx.orig Wed Dec 17 18:50:49 2003 -+++ csutil.cxx Thu May 20 15:20:06 2004 -@@ -3315,7 +3315,7 @@ - } - } - return ccs; --}; -+} - - - -@@ -3348,5 +3348,5 @@ - } - } - return NULL; --}; -+} - diff --git a/textproc/hunspell/files/patch-hunspell.cxx b/textproc/hunspell/files/patch-hunspell.cxx deleted file mode 100644 index 5473c35eae82..000000000000 --- a/textproc/hunspell/files/patch-hunspell.cxx +++ /dev/null @@ -1,13 +0,0 @@ ---- hunspell.cxx.orig Wed Dec 17 18:50:49 2003 -+++ hunspell.cxx Thu May 20 15:54:49 2004 -@@ -49,8 +49,8 @@ - #include "manparser.hxx" - #include "firstparser.hxx" - --#define LIBDIR "/usr/share/myspell/" --#define LIBDIR2 "/usr/share/hunmorph/" -+#define LIBDIR "%%PREFIX%%/share/myspell/" -+#define LIBDIR2 "%%PREFIX%%/share/hunmorph/" - #define HOME getenv("HOME") - #define DICBASENAME ".hunspell_" - #define LOGFILE "/tmp/hunspell.log" diff --git a/textproc/hunspell/pkg-descr b/textproc/hunspell/pkg-descr deleted file mode 100644 index 0be9f555847c..000000000000 --- a/textproc/hunspell/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Hungarian Spell Checher utility with Hungarian dictionary -and affix files. It has several advantages over ispell. -It has better affix rules than hu-ispell. - -Magyar helyesírás ellenõrzõ hunspell. Elõnyök az ispell-hez képest: -- Több karakter változással járó tipikus hibákra javítási javaslat. -- Helyes összetett szónak látszó szavak tiltása. -- 6-3-as szabály -- mozgószabály -- összetételi szabályok -- többszörös képzõk helyes használata -- ékezetesítési javaslatok - -WWW: http://magyarispell.sourceforge.net/ diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist deleted file mode 100644 index f664d3b2fd46..000000000000 --- a/textproc/hunspell/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/hunspell -bin/hunstem -share/myspell/hu_HU.aff -share/myspell/hu_HU.dic -share/myspell/hungarian.aff -share/myspell/hungarian.dic -share/myspell/magyar.aff -share/myspell/magyar.dic -share/myspell/default.aff -share/myspell/default.dic -share/myspell/default.lst -share/locale/hu/LC_MESSAGES/hunspell.mo -@dirrm share/myspell diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile deleted file mode 100644 index d29485feff7b..000000000000 --- a/textproc/libwpd08/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libwpd -# Date created: Mon May 19 09:09:10 PDT 2003 -# Whom: reed@pugetsoundtechnology.com -# -# $FreeBSD$ -# - -PORTNAME= libwpd -PORTVERSION= 0.7.1 -PORTREVISION= 3 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libwpd - -MAINTAINER= reed@pugetsoundtechnology.com -COMMENT= Tools for importing and exporting WordPerfect(tm) documents - -USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 -USE_GNOME= gnomehack libgsf -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/textproc/libwpd08/distinfo b/textproc/libwpd08/distinfo deleted file mode 100644 index d0cdf83b1718..000000000000 --- a/textproc/libwpd08/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libwpd-0.7.1.tar.gz) = 913e5e46c678efeb79604c2566628a68 -SIZE (libwpd-0.7.1.tar.gz) = 399768 diff --git a/textproc/libwpd08/files/patch-ltmain.sh b/textproc/libwpd08/files/patch-ltmain.sh deleted file mode 100644 index 1d5a5c7b87e1..000000000000 --- a/textproc/libwpd08/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Fri Sep 12 14:51:51 2003 -+++ ltmain.sh Sun Sep 21 17:49:07 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/textproc/libwpd08/pkg-descr b/textproc/libwpd08/pkg-descr deleted file mode 100644 index ebd37d7ed972..000000000000 --- a/textproc/libwpd08/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libwpd is a library for reading and writing WordPerfect(tm) -documents. - -This package also includes utilities for converting to HTML -and plain text. - -WWW: http://libwpd.sourceforge.net/ diff --git a/textproc/libwpd08/pkg-plist b/textproc/libwpd08/pkg-plist deleted file mode 100644 index e68624e3e06c..000000000000 --- a/textproc/libwpd08/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/wpd2html -bin/wpd2raw -bin/wpd2text -include/libwpd-1/libwpd/WPDocument.h -include/libwpd-1/libwpd/WPXHLListenerImpl.h -include/libwpd-1/libwpd/libwpd.h -include/libwpd-1/libwpd/libwpd_support.h -lib/libwpd-1.so -lib/libwpd-1.so.7 -libdata/pkgconfig/libwpd-1.pc -@dirrm include/libwpd-1/libwpd -@dirrm include/libwpd-1 diff --git a/textproc/linux-f10-aspell/Makefile b/textproc/linux-f10-aspell/Makefile deleted file mode 100644 index 6ed5368ccd39..000000000000 --- a/textproc/linux-f10-aspell/Makefile +++ /dev/null @@ -1,220 +0,0 @@ -# New ports collection makefile for: linux-aspell -# Date created: 14 May 2004 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= aspell -PORTVERSION= 0.50.4.1 -CATEGORIES= textproc linux -MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.ntua.gr/pub/X11/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.icm.edu.pl/vol/rzm8/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.chg.ru/.7/X11/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.is.co.za/mirror/ftp.ximian.com/ximian-evolution/redhat-80-i386/ -PKGNAMEPREFIX= linux- -DISTFILES= ${PORTNAME}-${PORTVERSION}-0.ximian.5.1.i386.rpm # needed for slave ports / options -EXTRACT_ONLY= - -MAINTAINER= mezz@FreeBSD.org -COMMENT= Spelling checker with better logic than ispell (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ - bzip2:${PORTSDIR}/archivers/bzip2 -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 - -NO_BUILD= yes -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -NO_FILTER_SHLIBS= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -DBPATH= /var/lib/rpm -#RPMDIR= ${DISTDIR}/${DIST_SUBDIR} -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs - -CONF_DICT_ENV= ASPELL="${PREFIX}/usr/bin/aspell" \ - WORD_LIST_COMPRESS="${PREFIX}/usr/bin/word-list-compress" -AVAIL_DICT= af bg br ca cs cy da de el en eo es fo fr hr ia id it ga gd gl \ - gv is mi ms mt nb nl nn pl pt ro ru sk sl sv sw tn tr uk wa zu -SPECDICTS= af bg cs cy da el en fo fr ga gd gl gv hr ia id is it mi ms mt \ - nb nn pl sk sl sv sw tn tr uk wa zu -DICTVERSION= 0.50-2 -DICTVER_AF= 0.50-0 -DICTVER_BG= 0.50-0 -DICTVER_CS= 0.51-0 -DICTVER_CY= 0.50-3 -DICTVER_DA= 0.50.1-0 -DICTVER_EL= 0.50-3 -DICTVER_EN= 0.51-1 -DICTVER_FO= 0.51-0 -DICTVER_FR= 0.50-3 -DICTVER_GA= 0.50.1-0 -DICTVER_GD= 0.50-0 -DICTVER_GL= 0.50-0 -DICTVER_GV= 0.50-0 -DICTVER_HR= 0.51-0 -DICTVER_IA= 0.50-1 -DICTVER_ID= 0.50.1-0 -DICTVER_IS= 0.51-0 -DICTVER_IT= 0.53-0 -DICTVER_MI= 0.50-0 -DICTVER_MS= 0.50-0 -DICTVER_MT= 0.50-0 -DICTVER_NB= 0.50.1-0 -DICTVER_NN= 0.50.1-1 -DICTVER_PL= 0.51-0 -DICTVER_SK= 0.52-0 -DICTVER_SL= 0.50-0 -DICTVER_SV= 0.51-0 -DICTVER_SW= 0.50-0 -DICTVER_TN= 0.50-0 -DICTVER_TR= 0.50-0 -DICTVER_UK= 0.51-0 -DICTVER_WA= 0.50-0 -DICTVER_ZU= 0.50-0 -DICT_SUFFIX= .tar.bz2 - -.include <bsd.port.pre.mk> - -.if defined(LANG) -. for i in ${AVAIL_DICT} no -. if ${LANG:M${i}*} != "" -DEF_DICT= ${i} -. endif -. endfor -. if defined(DEF_DICT) && ${DEF_DICT} == no -DEF_DICT= nn -. endif -.endif -DEF_DICT?= en - -pre-everything:: -.if defined(ASPELL_NO) -ASPELL_NN= yes -.endif -.if defined(WITH_ALL_DICTS) -. for LG in ${AVAIL_DICT} -ASPELL_${LG:U}= yes -. endfor -.endif -.for LG in ${AVAIL_DICT} -. if defined(ASPELL_${LG:U}) -DICTS+= ${LG} -. endif -.endfor -.if !defined(DICTS) - @${ECHO_MSG} '*********************************************************' - @${ECHO_MSG} '* You can add further dictionaries: *' - @${ECHO_MSG} '* Use make-flag: *' - @${ECHO_MSG} '* - Afrikaans ASPELL_AF=yes *' - @${ECHO_MSG} '* - Bulgarian ASPELL_BG=yes *' - @${ECHO_MSG} '* - Breton ASPELL_BR=yes *' - @${ECHO_MSG} '* - Catalan ASPELL_CA=yes *' - @${ECHO_MSG} '* - Croatian ASPELL_HR=yes *' - @${ECHO_MSG} '* - Czech ASPELL_CS=yes *' - @${ECHO_MSG} '* - Danish ASPELL_DA=yes *' - @${ECHO_MSG} '* - Dutch ASPELL_NL=yes *' - @${ECHO_MSG} '* - English ASPELL_EN=yes *' - @${ECHO_MSG} '* - Esperanto ASPELL_EO=yes *' - @${ECHO_MSG} '* - Faroese ASPELL_FO=yes *' - @${ECHO_MSG} '* - French ASPELL_FR=yes *' - @${ECHO_MSG} '* - Galician ASPELL_GL=yes *' - @${ECHO_MSG} '* - German ASPELL_DE=yes *' - @${ECHO_MSG} '* - Greek ASPELL_EL=yes *' - @${ECHO_MSG} '* - Icelandic ASPELL_IS=yes *' - @${ECHO_MSG} '* - Indonesian ASPELL_ID=yes *' - @${ECHO_MSG} '* - Interlingua ASPELL_IA=yes *' - @${ECHO_MSG} '* - Irish (Gaelic) ASPELL_GA=yes *' - @${ECHO_MSG} '* - Italian ASPELL_IT=yes *' - @${ECHO_MSG} '* - Maori ASPELL_MI=yes *' - @${ECHO_MSG} '* - Malay ASPELL_MS=yes *' - @${ECHO_MSG} '* - Maltese ASPELL_MT=yes *' - @${ECHO_MSG} '* - Manx Gaelic ASPELL_GV=yes *' - @${ECHO_MSG} '* - Norwegian Bokmal ASPELL_NB=yes *' - @${ECHO_MSG} '* - Norwegian Nynorsk ASPELL_NN=yes *' - @${ECHO_MSG} '* - Polish ASPELL_PL=yes *' - @${ECHO_MSG} '* - Portuguese ASPELL_PT=yes *' - @${ECHO_MSG} '* - Romanian ASPELL_RO=yes *' - @${ECHO_MSG} '* - Russian ASPELL_RU=yes *' - @${ECHO_MSG} '* - Scottish Gaelic ASPELL_GD=yes *' - @${ECHO_MSG} '* - Slovak ASPELL_SK=yes *' - @${ECHO_MSG} '* - Slovenian ASPELL_SL=yes *' - @${ECHO_MSG} '* - Swahili ASPELL_SW=yes *' - @${ECHO_MSG} '* - Spanish ASPELL_ES=yes *' - @${ECHO_MSG} '* - Swedish ASPELL_SV=yes *' - @${ECHO_MSG} '* - Tswana ASPELL_TN=yes *' - @${ECHO_MSG} '* - Turkish ASPELL_TR=yes *' - @${ECHO_MSG} '* - Ukrainian ASPELL_UK=yes *' - @${ECHO_MSG} '* - Walloon ASPELL_WA=yes *' - @${ECHO_MSG} '* - Welsh ASPELL_CY=yes *' - @${ECHO_MSG} '* - Zulu ASPELL_ZU=yes *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '* Example: "make ASPELL_FR=yes ASPELL_EN=yes install" *' - @${ECHO_MSG} '*********************************************************' -. for LG in ${AVAIL_DICT} -. if (${DEF_DICT} == ${LG}) -DICTS= ${LG} -. endif -. endfor -.endif -.for DICO in ${DICTS} -MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO}/:dict${DICO} -. if (${SPECDICTS:M${DICO}*} != "") -DISTFILES+= aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}:dict${DICO} -. else -DISTFILES+= aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX}:dict${DICO} -. endif -.endfor - -post-extract: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @cd ${WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX} -. else - @cd ${WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX} -. endif -.endfor - -post-patch: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}/Makefile.pre -. else - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${WRKDIR}/aspell-${DICO}-${DICTVERSION}/Makefile.pre -. endif -.endfor - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} \ - ${DISTDIR}/${PORTNAME}-${PORTVERSION}-0.ximian.5.1.i386.rpm - @${FIND} ${LINUXBASE} -name lib -type d | ${SED} 's|${LINUXBASE}||g' \ - > ${LINUXBASE}/etc/ld.so.conf - @${LDCONFIG_LINUX} - -post-install: -.for DICO in ${DICTS} - @${ECHO_MSG} "===> Installing for ${DICO} dictionaries" -. if (${SPECDICTS:M${DICO}*} != "") - @cd ${WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. else - @cd ${WRKDIR}/aspell-${DICO}-${DICTVERSION} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. endif - @${CAT} ${MASTERDIR}/pkg-plist.${DICO} >> ${TMPPLIST} -.endfor - @${CAT} ${MASTERDIR}/pkg-plist.dirrm >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/textproc/linux-f10-aspell/distinfo b/textproc/linux-f10-aspell/distinfo deleted file mode 100644 index 6ea998149d70..000000000000 --- a/textproc/linux-f10-aspell/distinfo +++ /dev/null @@ -1,86 +0,0 @@ -MD5 (aspell-0.50.4.1-0.ximian.5.1.i386.rpm) = f7bd7bdc4c5f7b9d78cfdf867402e5b3 -SIZE (aspell-0.50.4.1-0.ximian.5.1.i386.rpm) = 440242 -MD5 (aspell-af-0.50-0.tar.bz2) = bde617a195e70364f96eea71cf71a333 -SIZE (aspell-af-0.50-0.tar.bz2) = 256111 -MD5 (aspell-bg-0.50-0.tar.bz2) = d4869e4cba11abfac1c58745e1d95e03 -SIZE (aspell-bg-0.50-0.tar.bz2) = 271589 -MD5 (aspell-br-0.50-2.tar.bz2) = 800c7a28e09bd7734d1501cb7a91ad8f -SIZE (aspell-br-0.50-2.tar.bz2) = 68055 -MD5 (aspell-ca-0.50-2.tar.bz2) = c593ae266d3e48e4d482ff9b9a52acdd -SIZE (aspell-ca-0.50-2.tar.bz2) = 137626 -MD5 (aspell-cs-0.51-0.tar.bz2) = 4be28bef4385ef46e80547ce8cdc4535 -SIZE (aspell-cs-0.51-0.tar.bz2) = 626618 -MD5 (aspell-cy-0.50-3.tar.bz2) = d59fee193dba87973b38ac2862a090bb -SIZE (aspell-cy-0.50-3.tar.bz2) = 117652 -MD5 (aspell-da-0.50.1-0.tar.bz2) = 1bf582a9aa0e0f8007a2ba9d52964e7e -SIZE (aspell-da-0.50.1-0.tar.bz2) = 304097 -MD5 (aspell-de-0.50-2.tar.bz2) = 204a9737ff0110fb8c7d284bd7200f7d -SIZE (aspell-de-0.50-2.tar.bz2) = 304820 -MD5 (aspell-el-0.50-3.tar.bz2) = 0ea2c42ceb9b91f7f5de2c017234ad37 -SIZE (aspell-el-0.50-3.tar.bz2) = 328225 -MD5 (aspell-en-0.51-1.tar.bz2) = aabb933daee93be446c71e79babf8da4 -SIZE (aspell-en-0.51-1.tar.bz2) = 172874 -MD5 (aspell-eo-0.50-2.tar.bz2) = f84147f5909e1a5f7adb86f27c71eb8c -SIZE (aspell-eo-0.50-2.tar.bz2) = 89703 -MD5 (aspell-es-0.50-2.tar.bz2) = 4a8583e9ef9f4aed03f5a7fe09d40060 -SIZE (aspell-es-0.50-2.tar.bz2) = 157809 -MD5 (aspell-fo-0.51-0.tar.bz2) = 5cc9168ad88ceb1b5531a5452527728b -SIZE (aspell-fo-0.51-0.tar.bz2) = 161169 -MD5 (aspell-fr-0.50-3.tar.bz2) = 53a2d05c4e8f7fabd3cefe24db977be7 -SIZE (aspell-fr-0.50-3.tar.bz2) = 283086 -MD5 (aspell-hr-0.51-0.tar.bz2) = 7d2fb9af47266884c731691123a95a8d -SIZE (aspell-hr-0.51-0.tar.bz2) = 208118 -MD5 (aspell-ia-0.50-1.tar.bz2) = 36846c747a4cb7874b00f37752e83f25 -SIZE (aspell-ia-0.50-1.tar.bz2) = 70883 -MD5 (aspell-id-0.50.1-0.tar.bz2) = 860646abe791be723b5ac7d6d996c6b4 -SIZE (aspell-id-0.50.1-0.tar.bz2) = 57532 -MD5 (aspell-it-0.53-0.tar.bz2) = ab3cce02bf8bfdf4116f9f7e602cf4b7 -SIZE (aspell-it-0.53-0.tar.bz2) = 262636 -MD5 (aspell-ga-0.50.1-0.tar.bz2) = 365dba3ccb0e5a93669c7618d627f5de -SIZE (aspell-ga-0.50.1-0.tar.bz2) = 426385 -MD5 (aspell-gd-0.50-0.tar.bz2) = b189f86c03f7c6f54dfcc56e8d3fc626 -SIZE (aspell-gd-0.50-0.tar.bz2) = 50400 -MD5 (aspell-gl-0.50-0.tar.bz2) = 0cd3c4e3e325e080689657f03eff8e8e -SIZE (aspell-gl-0.50-0.tar.bz2) = 112313 -MD5 (aspell-gv-0.50-0.tar.bz2) = 139b5aa1f5ea85fb7a4be0338039e959 -SIZE (aspell-gv-0.50-0.tar.bz2) = 69462 -MD5 (aspell-is-0.51-0.tar.bz2) = fa61cbe8ec3594ec0190ad3e81c3a7aa -SIZE (aspell-is-0.51-0.tar.bz2) = 323327 -MD5 (aspell-mi-0.50-0.tar.bz2) = 8b1a07032ee086662bfe44a2e0459db4 -SIZE (aspell-mi-0.50-0.tar.bz2) = 57818 -MD5 (aspell-ms-0.50-0.tar.bz2) = cfdd94bba4781766c5d870202abd60e0 -SIZE (aspell-ms-0.50-0.tar.bz2) = 50368 -MD5 (aspell-mt-0.50-0.tar.bz2) = 6df98356e411891c956c249731b708fa -SIZE (aspell-mt-0.50-0.tar.bz2) = 124114 -MD5 (aspell-nb-0.50.1-0.tar.bz2) = d1173a5ce04f39e9c93183da691e7ce8 -SIZE (aspell-nb-0.50.1-0.tar.bz2) = 423161 -MD5 (aspell-nl-0.50-2.tar.bz2) = c3ef9fd7dc4c47d816eee9ef5149c76a -SIZE (aspell-nl-0.50-2.tar.bz2) = 428365 -MD5 (aspell-nn-0.50.1-1.tar.bz2) = 3711eb9df68f25262af10119579239bc -SIZE (aspell-nn-0.50.1-1.tar.bz2) = 335156 -MD5 (aspell-pl-0.51-0.tar.bz2) = 5435be1c9c39326a02e2798d8b4d257b -SIZE (aspell-pl-0.51-0.tar.bz2) = 624458 -MD5 (aspell-pt-0.50-2.tar.bz2) = e4e15179f90b76ec0336b687d1293edd -SIZE (aspell-pt-0.50-2.tar.bz2) = 201341 -MD5 (aspell-ro-0.50-2.tar.bz2) = 96d97a79a0a0e04c580e0d0671d650c9 -SIZE (aspell-ro-0.50-2.tar.bz2) = 64110 -MD5 (aspell-ru-0.50-2.tar.bz2) = d7add85adeef2ea36457ea811d52c295 -SIZE (aspell-ru-0.50-2.tar.bz2) = 521827 -MD5 (aspell-sk-0.52-0.tar.bz2) = ce90b109f7c602bde949880920bbbbfd -SIZE (aspell-sk-0.52-0.tar.bz2) = 383840 -MD5 (aspell-sl-0.50-0.tar.bz2) = c4c11402bc834d796d1b56e711470480 -SIZE (aspell-sl-0.50-0.tar.bz2) = 215463 -MD5 (aspell-sv-0.51-0.tar.bz2) = d180c781f8986ea0f65b6b18f02a494e -SIZE (aspell-sv-0.51-0.tar.bz2) = 93942 -MD5 (aspell-sw-0.50-0.tar.bz2) = 26ccc3500d7f7c288b74bba1c1fab38f -SIZE (aspell-sw-0.50-0.tar.bz2) = 102172 -MD5 (aspell-tn-0.50-0.tar.bz2) = 31760a27788053ebcdee58a0a6f9091e -SIZE (aspell-tn-0.50-0.tar.bz2) = 18685 -MD5 (aspell-tr-0.50-0.tar.bz2) = 432ecdc4e5233da0a4c1a52ed9103fa2 -SIZE (aspell-tr-0.50-0.tar.bz2) = 84846 -MD5 (aspell-uk-0.51-0.tar.bz2) = 767bfca10c64b239b05cb8b68a78f4ad -SIZE (aspell-uk-0.51-0.tar.bz2) = 382513 -MD5 (aspell-wa-0.50-0.tar.bz2) = e3817402d7be19d4b0d0342d3a5970ea -SIZE (aspell-wa-0.50-0.tar.bz2) = 50363 -MD5 (aspell-zu-0.50-0.tar.bz2) = 2478cbbb6abaf5ed74bc2da7e7152116 -SIZE (aspell-zu-0.50-0.tar.bz2) = 168226 diff --git a/textproc/linux-f10-aspell/pkg-descr b/textproc/linux-f10-aspell/pkg-descr deleted file mode 100644 index ec574c9680c3..000000000000 --- a/textproc/linux-f10-aspell/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Linux version of Aspell. - -Aspell is a spelling checker designed to eventually replace ispell, although -it currently lacks many of ispell's basic functions. Aspell's main feature is -that it does a much better job of coming up with possible suggestions than -ispell. Aspell also includes a powerful C++ library with C and Perl interfaces -in the works. - -WWW: http://aspell.sourceforge.net/ diff --git a/textproc/linux-f10-aspell/pkg-plist b/textproc/linux-f10-aspell/pkg-plist deleted file mode 100644 index cc3e4d7f8301..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -usr/bin/aspell -usr/bin/aspell-import -usr/bin/pspell-config -usr/bin/run-with-aspell -usr/bin/word-list-compress -usr/lib/libaspell.la -usr/lib/libaspell.so.15 -usr/lib/libaspell.so.15.0.2 -usr/lib/libpspell.la -usr/lib/libpspell.so.15 -usr/lib/libpspell.so.15.0.2 -usr/share/aspell/ASCII.dat -usr/share/aspell/dvorak.kbd -usr/share/aspell/iso8859-1.dat -usr/share/aspell/iso8859-10.dat -usr/share/aspell/iso8859-13.dat -usr/share/aspell/iso8859-14.dat -usr/share/aspell/iso8859-15.dat -usr/share/aspell/iso8859-2.dat -usr/share/aspell/iso8859-3.dat -usr/share/aspell/iso8859-4.dat -usr/share/aspell/iso8859-5.dat -usr/share/aspell/iso8859-6.dat -usr/share/aspell/iso8859-7.dat -usr/share/aspell/iso8859-8.dat -usr/share/aspell/iso8859-9.dat -usr/share/aspell/ispell -usr/share/aspell/koi8-f.dat -usr/share/aspell/koi8-r.dat -usr/share/aspell/koi8-u.dat -usr/share/aspell/spell -usr/share/aspell/standard.kbd -usr/share/aspell/viscii.dat -usr/share/doc/aspell-0.50.4.1/README -usr/share/doc/aspell-0.50.4.1/TODO -usr/share/doc/aspell-0.50.4.1/man-html/1_Introduction.html -usr/share/doc/aspell-0.50.4.1/man-html/2_Getting.html -usr/share/doc/aspell-0.50.4.1/man-html/3_Basic.html -usr/share/doc/aspell-0.50.4.1/man-html/4_Customizing.html -usr/share/doc/aspell-0.50.4.1/man-html/5_Working.html -usr/share/doc/aspell-0.50.4.1/man-html/6_Writing.html -usr/share/doc/aspell-0.50.4.1/man-html/7_Adding.html -usr/share/doc/aspell-0.50.4.1/man-html/8_How.html -usr/share/doc/aspell-0.50.4.1/man-html/A_Changelog.html -usr/share/doc/aspell-0.50.4.1/man-html/About_this.html -usr/share/doc/aspell-0.50.4.1/man-html/B_Do.html -usr/share/doc/aspell-0.50.4.1/man-html/C_Credits.html -usr/share/doc/aspell-0.50.4.1/man-html/Contents.html -usr/share/doc/aspell-0.50.4.1/man-html/D_Glossary.html -usr/share/doc/aspell-0.50.4.1/man-html/E_Copyright.html -usr/share/doc/aspell-0.50.4.1/man-html/Makefile -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-html/contents.png -usr/share/doc/aspell-0.50.4.1/man-html/crossref.png -usr/share/doc/aspell-0.50.4.1/man-html/index.html -usr/share/doc/aspell-0.50.4.1/man-html/manual.css -usr/share/doc/aspell-0.50.4.1/man-html/manual.html -usr/share/doc/aspell-0.50.4.1/man-html/next.png -usr/share/doc/aspell-0.50.4.1/man-html/next_g.png -usr/share/doc/aspell-0.50.4.1/man-html/prev.png -usr/share/doc/aspell-0.50.4.1/man-html/prev_g.png -usr/share/doc/aspell-0.50.4.1/man-html/up.png -usr/share/doc/aspell-0.50.4.1/man-html/up_g.png -usr/share/doc/aspell-0.50.4.1/man-text/1_Introduction.txt -usr/share/doc/aspell-0.50.4.1/man-text/2_Getting.txt -usr/share/doc/aspell-0.50.4.1/man-text/3_Basic.txt -usr/share/doc/aspell-0.50.4.1/man-text/4_Customizing.txt -usr/share/doc/aspell-0.50.4.1/man-text/5_Working.txt -usr/share/doc/aspell-0.50.4.1/man-text/6_Writing.txt -usr/share/doc/aspell-0.50.4.1/man-text/7_Adding.txt -usr/share/doc/aspell-0.50.4.1/man-text/8_How.txt -usr/share/doc/aspell-0.50.4.1/man-text/A_Changelog.txt -usr/share/doc/aspell-0.50.4.1/man-text/About_this.txt -usr/share/doc/aspell-0.50.4.1/man-text/B_Do.txt -usr/share/doc/aspell-0.50.4.1/man-text/C_Credits.txt -usr/share/doc/aspell-0.50.4.1/man-text/Contents.txt -usr/share/doc/aspell-0.50.4.1/man-text/D_Glossary.txt -usr/share/doc/aspell-0.50.4.1/man-text/E_Copyright.txt -usr/share/doc/aspell-0.50.4.1/man-text/Makefile -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-text/index.txt -usr/share/doc/aspell-0.50.4.1/man-text/manual.txt diff --git a/textproc/linux-f10-aspell/pkg-plist.af b/textproc/linux-f10-aspell/pkg-plist.af deleted file mode 100644 index cd47d4277cc5..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.af +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/af.multi -usr/lib/aspell/af.rws -usr/lib/aspell/afrikaans.alias -usr/share/aspell/af.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.bg b/textproc/linux-f10-aspell/pkg-plist.bg deleted file mode 100644 index eac5cffad8ad..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.bg +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/bg.multi -usr/lib/aspell/bg.rws -usr/lib/aspell/bulgarian.alias -usr/share/aspell/bg.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.br b/textproc/linux-f10-aspell/pkg-plist.br deleted file mode 100644 index dcc9a13e6898..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.br +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/br.multi -usr/lib/aspell/br.rws -usr/lib/aspell/breton.alias -usr/lib/aspell/brezhoneg.alias -usr/share/aspell/br.dat -usr/share/aspell/br_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ca b/textproc/linux-f10-aspell/pkg-plist.ca deleted file mode 100644 index ca03ac7acbe6..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ca +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/ca.multi -usr/lib/aspell/ca.rws -usr/lib/aspell/catalan.alias -usr/share/aspell/ca.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.cs b/textproc/linux-f10-aspell/pkg-plist.cs deleted file mode 100644 index ce796b398ba4..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.cs +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/cs.multi -usr/lib/aspell/cs.rws -usr/lib/aspell/czech.alias -usr/share/aspell/cs.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.cy b/textproc/linux-f10-aspell/pkg-plist.cy deleted file mode 100644 index ba592ab5b40d..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.cy +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/cy.multi -usr/lib/aspell/cy.rws -usr/lib/aspell/welsh.alias -usr/share/aspell/cy.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.da b/textproc/linux-f10-aspell/pkg-plist.da deleted file mode 100644 index 9119668e90c2..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.da +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/da.multi -usr/lib/aspell/da.rws -usr/lib/aspell/dansk.alias -usr/share/aspell/da.dat -usr/share/aspell/da_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.de b/textproc/linux-f10-aspell/pkg-plist.de deleted file mode 100644 index 578f2d298a85..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.de +++ /dev/null @@ -1,11 +0,0 @@ -usr/lib/aspell/de-only.rws -usr/lib/aspell/de.multi -usr/lib/aspell/de_CH-only.rws -usr/lib/aspell/de_CH.multi -usr/lib/aspell/de_DE-only.rws -usr/lib/aspell/de_DE.multi -usr/lib/aspell/deutsch.alias -usr/lib/aspell/german.alias -usr/lib/aspell/swiss.alias -usr/share/aspell/de.dat -usr/share/aspell/de_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.dirrm b/textproc/linux-f10-aspell/pkg-plist.dirrm deleted file mode 100644 index 77f1c429fe12..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.dirrm +++ /dev/null @@ -1,5 +0,0 @@ -@dirrm usr/share/doc/aspell-0.50.4.1/man-text -@dirrm usr/share/doc/aspell-0.50.4.1/man-html -@dirrm usr/share/doc/aspell-0.50.4.1 -@dirrm usr/share/aspell -@dirrm usr/lib/aspell diff --git a/textproc/linux-f10-aspell/pkg-plist.el b/textproc/linux-f10-aspell/pkg-plist.el deleted file mode 100644 index f3a20a29e0d7..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.el +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/el.multi -usr/lib/aspell/el.rws -usr/lib/aspell/greek.alias -usr/share/aspell/el.dat -usr/share/aspell/el_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.en b/textproc/linux-f10-aspell/pkg-plist.en deleted file mode 100644 index d8b4d75e6ec5..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.en +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/aspell/american-w-accents.alias -usr/lib/aspell/american.alias -usr/lib/aspell/british-w-accents.alias -usr/lib/aspell/british.alias -usr/lib/aspell/canadian-w-accents.alias -usr/lib/aspell/canadian.alias -usr/lib/aspell/en-only.rws -usr/lib/aspell/en.multi -usr/lib/aspell/en_CA-only.rws -usr/lib/aspell/en_CA-w-accents.multi -usr/lib/aspell/en_CA.multi -usr/lib/aspell/en_GB-only.rws -usr/lib/aspell/en_GB-w-accents.multi -usr/lib/aspell/en_GB.multi -usr/lib/aspell/en_US-only.rws -usr/lib/aspell/en_US-w-accents.multi -usr/lib/aspell/en_US.multi -usr/lib/aspell/english.alias -usr/share/aspell/en.dat -usr/share/aspell/en_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.eo b/textproc/linux-f10-aspell/pkg-plist.eo deleted file mode 100644 index 323efafe0fa4..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.eo +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/eo.multi -usr/lib/aspell/eo.rws -usr/lib/aspell/esperanto.alias -usr/share/aspell/eo.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.es b/textproc/linux-f10-aspell/pkg-plist.es deleted file mode 100644 index 888ca6698c17..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.es +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/es.multi -usr/lib/aspell/es.rws -usr/lib/aspell/español.alias -usr/lib/aspell/esponol.alias -usr/lib/aspell/spanish.alias -usr/share/aspell/es.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.fo b/textproc/linux-f10-aspell/pkg-plist.fo deleted file mode 100644 index 7a454a9d38cf..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.fo +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/faroese.alias -usr/lib/aspell/fo.multi -usr/lib/aspell/fo.rws -usr/lib/aspell/føroyskt.alias -usr/share/aspell/fo.dat -usr/share/aspell/fo_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.fr b/textproc/linux-f10-aspell/pkg-plist.fr deleted file mode 100644 index 89cae7bce4ff..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.fr +++ /dev/null @@ -1,48 +0,0 @@ -usr/lib/aspell/fr-40-only.rws -usr/lib/aspell/fr-40.multi -usr/lib/aspell/fr-60-only.rws -usr/lib/aspell/fr-60.multi -usr/lib/aspell/fr-80-only.rws -usr/lib/aspell/fr-80.multi -usr/lib/aspell/fr-lrg.alias -usr/lib/aspell/fr-med.alias -usr/lib/aspell/fr-sml.alias -usr/lib/aspell/fr.multi -usr/lib/aspell/fr_CH-40.multi -usr/lib/aspell/fr_CH-60.multi -usr/lib/aspell/fr_CH-80.multi -usr/lib/aspell/fr_CH-lrg.alias -usr/lib/aspell/fr_CH-med.alias -usr/lib/aspell/fr_CH-only.rws -usr/lib/aspell/fr_CH-sml.alias -usr/lib/aspell/fr_CH.multi -usr/lib/aspell/fr_FR-40.multi -usr/lib/aspell/fr_FR-60.multi -usr/lib/aspell/fr_FR-80.multi -usr/lib/aspell/fr_FR-lrg.alias -usr/lib/aspell/fr_FR-med.alias -usr/lib/aspell/fr_FR-sml.alias -usr/lib/aspell/fr_FR.multi -usr/lib/aspell/francais-40.alias -usr/lib/aspell/francais-60.alias -usr/lib/aspell/francais-80.alias -usr/lib/aspell/francais-lrg.alias -usr/lib/aspell/francais-med.alias -usr/lib/aspell/francais-sml.alias -usr/lib/aspell/francais.alias -usr/lib/aspell/french-40.alias -usr/lib/aspell/french-60.alias -usr/lib/aspell/french-80.alias -usr/lib/aspell/french-lrg.alias -usr/lib/aspell/french-med.alias -usr/lib/aspell/french-sml.alias -usr/lib/aspell/french.alias -usr/lib/aspell/suisse-40.alias -usr/lib/aspell/suisse-60.alias -usr/lib/aspell/suisse-80.alias -usr/lib/aspell/suisse-lrg.alias -usr/lib/aspell/suisse-med.alias -usr/lib/aspell/suisse-sml.alias -usr/lib/aspell/suisse.alias -usr/share/aspell/fr.dat -usr/share/aspell/fr_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ga b/textproc/linux-f10-aspell/pkg-plist.ga deleted file mode 100644 index c23f8477fd87..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ga +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/ga.multi -usr/lib/aspell/ga.rws -usr/lib/aspell/gaeilge.alias -usr/lib/aspell/irish.alias -usr/share/aspell/ga.dat -usr/share/aspell/ga_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.gd b/textproc/linux-f10-aspell/pkg-plist.gd deleted file mode 100644 index c2ab120acbd7..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.gd +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/gaidhlig.alias -usr/lib/aspell/gd.multi -usr/lib/aspell/gd.rws -usr/share/aspell/gd.dat -usr/share/aspell/gd_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.gl b/textproc/linux-f10-aspell/pkg-plist.gl deleted file mode 100644 index faf58b4a8c2a..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.gl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/gl.multi -usr/lib/aspell/gl.rws -usr/share/aspell/gl.dat -usr/share/aspell/gl_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.gv b/textproc/linux-f10-aspell/pkg-plist.gv deleted file mode 100644 index e508c9d9df08..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.gv +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/gaelg.alias -usr/lib/aspell/gv.multi -usr/lib/aspell/gv.rws -usr/lib/aspell/manx.alias -usr/share/aspell/gv.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.hr b/textproc/linux-f10-aspell/pkg-plist.hr deleted file mode 100644 index f088700b040d..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.hr +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/croatian.alias -usr/lib/aspell/hr.multi -usr/lib/aspell/hr.rws -usr/share/aspell/hr.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ia b/textproc/linux-f10-aspell/pkg-plist.ia deleted file mode 100644 index 02fe09ba8172..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ia +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/ia.multi -usr/lib/aspell/ia.rws -usr/lib/aspell/interlingua.alias -usr/share/aspell/ia.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.id b/textproc/linux-f10-aspell/pkg-plist.id deleted file mode 100644 index 3271feabafd1..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.id +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/id.multi -usr/lib/aspell/id.rws -usr/lib/aspell/indonesian.alias -usr/share/aspell/id.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.is b/textproc/linux-f10-aspell/pkg-plist.is deleted file mode 100644 index 70f22e31babb..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.is +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/icelandic.alias -usr/lib/aspell/is.multi -usr/lib/aspell/is.rws -usr/lib/aspell/íslenska.alias -usr/share/aspell/is.dat -usr/share/aspell/is_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.it b/textproc/linux-f10-aspell/pkg-plist.it deleted file mode 100644 index b7f43dcc3e51..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.it +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/it.multi -usr/lib/aspell/it.rws -usr/lib/aspell/italian.alias -usr/lib/aspell/italiano.alias -usr/share/aspell/it.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.mi b/textproc/linux-f10-aspell/pkg-plist.mi deleted file mode 100644 index 114e96033733..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.mi +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/maori.alias -usr/lib/aspell/mi.multi -usr/lib/aspell/mi.rws -usr/share/aspell/mi.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ms b/textproc/linux-f10-aspell/pkg-plist.ms deleted file mode 100644 index ff62a181c234..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ms +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/malay.alias -usr/lib/aspell/ms.multi -usr/lib/aspell/ms.rws -usr/share/aspell/ms.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.mt b/textproc/linux-f10-aspell/pkg-plist.mt deleted file mode 100644 index b7790003f469..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.mt +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/maltese.alias -usr/lib/aspell/malti.alias -usr/lib/aspell/mt.multi -usr/lib/aspell/mt.rws -usr/share/aspell/mt.dat -usr/share/aspell/mt_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.nb b/textproc/linux-f10-aspell/pkg-plist.nb deleted file mode 100644 index e7e5d96bec6c..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.nb +++ /dev/null @@ -1,7 +0,0 @@ -usr/lib/aspell/bokmal.alias -usr/lib/aspell/bokmål.alias -usr/lib/aspell/nb.multi -usr/lib/aspell/nb.rws -usr/lib/aspell/no.alias -usr/lib/aspell/norsk.alias -usr/share/aspell/nb.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.nl b/textproc/linux-f10-aspell/pkg-plist.nl deleted file mode 100644 index 35352fa94d8c..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.nl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/dutch.alias -usr/lib/aspell/nl.multi -usr/lib/aspell/nl.rws -usr/share/aspell/nl.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.nn b/textproc/linux-f10-aspell/pkg-plist.nn deleted file mode 100644 index 673deae5ac7d..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.nn +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/nn.multi -usr/lib/aspell/nn.rws -usr/lib/aspell/nynorsk.alias -usr/share/aspell/nn.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.pl b/textproc/linux-f10-aspell/pkg-plist.pl deleted file mode 100644 index e3230ee266c0..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.pl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/pl.multi -usr/lib/aspell/pl.rws -usr/lib/aspell/polish.alias -usr/share/aspell/pl.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.pt b/textproc/linux-f10-aspell/pkg-plist.pt deleted file mode 100644 index 16f88e0dae4c..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.pt +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/aspell/brazilian.alias -usr/lib/aspell/português.alias -usr/lib/aspell/portuguese.alias -usr/lib/aspell/pt-only.rws -usr/lib/aspell/pt.multi -usr/lib/aspell/pt_BR-only.rws -usr/lib/aspell/pt_BR.multi -usr/lib/aspell/pt_PT-only.rws -usr/lib/aspell/pt_PT.multi -usr/share/aspell/pt.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ro b/textproc/linux-f10-aspell/pkg-plist.ro deleted file mode 100644 index 2502cc351393..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ro +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/ro.multi -usr/lib/aspell/ro.rws -usr/lib/aspell/romaneste.alias -usr/lib/aspell/româneºte.alias -usr/lib/aspell/romanian.alias -usr/share/aspell/ro.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.ru b/textproc/linux-f10-aspell/pkg-plist.ru deleted file mode 100644 index 5cd1c764cec4..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.ru +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/ru.multi -usr/lib/aspell/ru.rws -usr/lib/aspell/russian.alias -usr/share/aspell/ru.dat -usr/share/aspell/ru_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.sk b/textproc/linux-f10-aspell/pkg-plist.sk deleted file mode 100644 index 7300a6fe9eec..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.sk +++ /dev/null @@ -1,9 +0,0 @@ -usr/lib/aspell/sk-extend.rws -usr/lib/aspell/sk-extended.multi -usr/lib/aspell/sk.multi -usr/lib/aspell/sk.rws -usr/lib/aspell/sk_SK-extended.alias -usr/lib/aspell/sk_SK.alias -usr/lib/aspell/slovak-extended.alias -usr/lib/aspell/slovak.alias -usr/share/aspell/sk.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.sl b/textproc/linux-f10-aspell/pkg-plist.sl deleted file mode 100644 index 4e30d5e39aa3..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.sl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/sl.multi -usr/lib/aspell/sl.rws -usr/lib/aspell/slovenian.alias -usr/share/aspell/sl.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.sv b/textproc/linux-f10-aspell/pkg-plist.sv deleted file mode 100644 index 766281234a0f..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.sv +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/sv.multi -usr/lib/aspell/sv.rws -usr/lib/aspell/svenska.alias -usr/lib/aspell/swedish.alias -usr/share/aspell/sv.dat -usr/share/aspell/sv_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.sw b/textproc/linux-f10-aspell/pkg-plist.sw deleted file mode 100644 index 04e45855ede9..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.sw +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/kiswahili.alias -usr/lib/aspell/sw.multi -usr/lib/aspell/sw.rws -usr/lib/aspell/swahili.alias -usr/share/aspell/sw.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.tn b/textproc/linux-f10-aspell/pkg-plist.tn deleted file mode 100644 index acb103f814f3..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.tn +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/setswana.alias -usr/lib/aspell/tn.multi -usr/lib/aspell/tn.rws -usr/lib/aspell/tswana.alias -usr/share/aspell/tn.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.tr b/textproc/linux-f10-aspell/pkg-plist.tr deleted file mode 100644 index dfc822cd51b2..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.tr +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/aspell/tr.multi -usr/lib/aspell/tr.rws -usr/share/aspell/tr.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.uk b/textproc/linux-f10-aspell/pkg-plist.uk deleted file mode 100644 index 7ae36dca7f39..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.uk +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/uk.multi -usr/lib/aspell/uk.rws -usr/lib/aspell/ukrainian.alias -usr/share/aspell/uk.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.wa b/textproc/linux-f10-aspell/pkg-plist.wa deleted file mode 100644 index 6653b7c45d00..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.wa +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/wa.multi -usr/lib/aspell/wa.rws -usr/lib/aspell/walloon.alias -usr/lib/aspell/walon.alias -usr/share/aspell/wa.dat -usr/share/aspell/wa_phonet.dat diff --git a/textproc/linux-f10-aspell/pkg-plist.zu b/textproc/linux-f10-aspell/pkg-plist.zu deleted file mode 100644 index ce2386cc3943..000000000000 --- a/textproc/linux-f10-aspell/pkg-plist.zu +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/zu.multi -usr/lib/aspell/zu.rws -usr/lib/aspell/zulu.alias -usr/share/aspell/zu.dat diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile deleted file mode 100644 index 2b1b5d631f65..000000000000 --- a/textproc/linux-f10-expat/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-expat -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= expat -PORTVERSION= 1.95.5 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RPM_SET= expat-1.95.5-2.i386.rpm - -pre-install: - ${RM} -rf ${WRKSRC}/tmp - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \ - ${FIND} * -type f -o -type l > ${PLIST} - ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST} - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f10-expat/distinfo.i386 b/textproc/linux-f10-expat/distinfo.i386 deleted file mode 100644 index 5fb06c450ba6..000000000000 --- a/textproc/linux-f10-expat/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -$FreeBSD$ -MD5 (rpm/expat-1.95.5-2.i386.rpm) = 76aa046090620b8c51107a94a3e80d7c -SIZE (rpm/expat-1.95.5-2.i386.rpm) = 67026 diff --git a/textproc/linux-f10-expat/pkg-descr b/textproc/linux-f10-expat/pkg-descr deleted file mode 100644 index 74540c55ae58..000000000000 --- a/textproc/linux-f10-expat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a Linux/i386 binary port of Expat. - -from the README: - - This is Expat, a C library for parsing XML, written by James - Clark. Expat is a stream-oriented XML parser. This means - that you register handlers with the parser before starting - the parse. These handlers are called when the parser - discovers the associated structures in the document being - parsed. A start tag is an example of the kind of structures - for which you may register handlers. - -WWW: http://www.libexpat.org/ diff --git a/textproc/linux-f10-libxml/Makefile b/textproc/linux-f10-libxml/Makefile deleted file mode 100644 index 041d1c9f9f53..000000000000 --- a/textproc/linux-f10-libxml/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libxml -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of libxml - -RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f10-libxml/distinfo.alpha b/textproc/linux-f10-libxml/distinfo.alpha deleted file mode 100644 index 9f44b61d207f..000000000000 --- a/textproc/linux-f10-libxml/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.alpha.rpm) = 1ab67e6081335f42063e3679e22045ed -SIZE (rpm/libxml-1.8.10-1.alpha.rpm) = 335002 diff --git a/textproc/linux-f10-libxml/distinfo.i386 b/textproc/linux-f10-libxml/distinfo.i386 deleted file mode 100644 index 9b95200a31d4..000000000000 --- a/textproc/linux-f10-libxml/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.i386.rpm) = 8eeee1724345d8fc5bebb803adbdd73b -SIZE (rpm/libxml-1.8.10-1.i386.rpm) = 254644 diff --git a/textproc/linux-f10-libxml/pkg-descr b/textproc/linux-f10-libxml/pkg-descr deleted file mode 100644 index 881f4cec4e76..000000000000 --- a/textproc/linux-f10-libxml/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml rpm. diff --git a/textproc/linux-f10-libxml/pkg-plist.alpha b/textproc/linux-f10-libxml/pkg-plist.alpha deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f10-libxml/pkg-plist.alpha +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f10-libxml/pkg-plist.i386 b/textproc/linux-f10-libxml/pkg-plist.i386 deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f10-libxml/pkg-plist.i386 +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile deleted file mode 100644 index 041d1c9f9f53..000000000000 --- a/textproc/linux-f10-libxml2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libxml -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of libxml - -RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f10-libxml2/distinfo.alpha b/textproc/linux-f10-libxml2/distinfo.alpha deleted file mode 100644 index 9f44b61d207f..000000000000 --- a/textproc/linux-f10-libxml2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.alpha.rpm) = 1ab67e6081335f42063e3679e22045ed -SIZE (rpm/libxml-1.8.10-1.alpha.rpm) = 335002 diff --git a/textproc/linux-f10-libxml2/distinfo.i386 b/textproc/linux-f10-libxml2/distinfo.i386 deleted file mode 100644 index 9b95200a31d4..000000000000 --- a/textproc/linux-f10-libxml2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.i386.rpm) = 8eeee1724345d8fc5bebb803adbdd73b -SIZE (rpm/libxml-1.8.10-1.i386.rpm) = 254644 diff --git a/textproc/linux-f10-libxml2/pkg-descr b/textproc/linux-f10-libxml2/pkg-descr deleted file mode 100644 index 881f4cec4e76..000000000000 --- a/textproc/linux-f10-libxml2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml rpm. diff --git a/textproc/linux-f10-libxml2/pkg-plist.alpha b/textproc/linux-f10-libxml2/pkg-plist.alpha deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f10-libxml2/pkg-plist.alpha +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f10-libxml2/pkg-plist.i386 b/textproc/linux-f10-libxml2/pkg-plist.i386 deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f10-libxml2/pkg-plist.i386 +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile deleted file mode 100644 index 6ed5368ccd39..000000000000 --- a/textproc/linux-f8-aspell/Makefile +++ /dev/null @@ -1,220 +0,0 @@ -# New ports collection makefile for: linux-aspell -# Date created: 14 May 2004 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= aspell -PORTVERSION= 0.50.4.1 -CATEGORIES= textproc linux -MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.ntua.gr/pub/X11/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.icm.edu.pl/vol/rzm8/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.chg.ru/.7/X11/ximian/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.is.co.za/mirror/ftp.ximian.com/ximian-evolution/redhat-80-i386/ -PKGNAMEPREFIX= linux- -DISTFILES= ${PORTNAME}-${PORTVERSION}-0.ximian.5.1.i386.rpm # needed for slave ports / options -EXTRACT_ONLY= - -MAINTAINER= mezz@FreeBSD.org -COMMENT= Spelling checker with better logic than ispell (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ - bzip2:${PORTSDIR}/archivers/bzip2 -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 - -NO_BUILD= yes -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -NO_FILTER_SHLIBS= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -DBPATH= /var/lib/rpm -#RPMDIR= ${DISTDIR}/${DIST_SUBDIR} -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs - -CONF_DICT_ENV= ASPELL="${PREFIX}/usr/bin/aspell" \ - WORD_LIST_COMPRESS="${PREFIX}/usr/bin/word-list-compress" -AVAIL_DICT= af bg br ca cs cy da de el en eo es fo fr hr ia id it ga gd gl \ - gv is mi ms mt nb nl nn pl pt ro ru sk sl sv sw tn tr uk wa zu -SPECDICTS= af bg cs cy da el en fo fr ga gd gl gv hr ia id is it mi ms mt \ - nb nn pl sk sl sv sw tn tr uk wa zu -DICTVERSION= 0.50-2 -DICTVER_AF= 0.50-0 -DICTVER_BG= 0.50-0 -DICTVER_CS= 0.51-0 -DICTVER_CY= 0.50-3 -DICTVER_DA= 0.50.1-0 -DICTVER_EL= 0.50-3 -DICTVER_EN= 0.51-1 -DICTVER_FO= 0.51-0 -DICTVER_FR= 0.50-3 -DICTVER_GA= 0.50.1-0 -DICTVER_GD= 0.50-0 -DICTVER_GL= 0.50-0 -DICTVER_GV= 0.50-0 -DICTVER_HR= 0.51-0 -DICTVER_IA= 0.50-1 -DICTVER_ID= 0.50.1-0 -DICTVER_IS= 0.51-0 -DICTVER_IT= 0.53-0 -DICTVER_MI= 0.50-0 -DICTVER_MS= 0.50-0 -DICTVER_MT= 0.50-0 -DICTVER_NB= 0.50.1-0 -DICTVER_NN= 0.50.1-1 -DICTVER_PL= 0.51-0 -DICTVER_SK= 0.52-0 -DICTVER_SL= 0.50-0 -DICTVER_SV= 0.51-0 -DICTVER_SW= 0.50-0 -DICTVER_TN= 0.50-0 -DICTVER_TR= 0.50-0 -DICTVER_UK= 0.51-0 -DICTVER_WA= 0.50-0 -DICTVER_ZU= 0.50-0 -DICT_SUFFIX= .tar.bz2 - -.include <bsd.port.pre.mk> - -.if defined(LANG) -. for i in ${AVAIL_DICT} no -. if ${LANG:M${i}*} != "" -DEF_DICT= ${i} -. endif -. endfor -. if defined(DEF_DICT) && ${DEF_DICT} == no -DEF_DICT= nn -. endif -.endif -DEF_DICT?= en - -pre-everything:: -.if defined(ASPELL_NO) -ASPELL_NN= yes -.endif -.if defined(WITH_ALL_DICTS) -. for LG in ${AVAIL_DICT} -ASPELL_${LG:U}= yes -. endfor -.endif -.for LG in ${AVAIL_DICT} -. if defined(ASPELL_${LG:U}) -DICTS+= ${LG} -. endif -.endfor -.if !defined(DICTS) - @${ECHO_MSG} '*********************************************************' - @${ECHO_MSG} '* You can add further dictionaries: *' - @${ECHO_MSG} '* Use make-flag: *' - @${ECHO_MSG} '* - Afrikaans ASPELL_AF=yes *' - @${ECHO_MSG} '* - Bulgarian ASPELL_BG=yes *' - @${ECHO_MSG} '* - Breton ASPELL_BR=yes *' - @${ECHO_MSG} '* - Catalan ASPELL_CA=yes *' - @${ECHO_MSG} '* - Croatian ASPELL_HR=yes *' - @${ECHO_MSG} '* - Czech ASPELL_CS=yes *' - @${ECHO_MSG} '* - Danish ASPELL_DA=yes *' - @${ECHO_MSG} '* - Dutch ASPELL_NL=yes *' - @${ECHO_MSG} '* - English ASPELL_EN=yes *' - @${ECHO_MSG} '* - Esperanto ASPELL_EO=yes *' - @${ECHO_MSG} '* - Faroese ASPELL_FO=yes *' - @${ECHO_MSG} '* - French ASPELL_FR=yes *' - @${ECHO_MSG} '* - Galician ASPELL_GL=yes *' - @${ECHO_MSG} '* - German ASPELL_DE=yes *' - @${ECHO_MSG} '* - Greek ASPELL_EL=yes *' - @${ECHO_MSG} '* - Icelandic ASPELL_IS=yes *' - @${ECHO_MSG} '* - Indonesian ASPELL_ID=yes *' - @${ECHO_MSG} '* - Interlingua ASPELL_IA=yes *' - @${ECHO_MSG} '* - Irish (Gaelic) ASPELL_GA=yes *' - @${ECHO_MSG} '* - Italian ASPELL_IT=yes *' - @${ECHO_MSG} '* - Maori ASPELL_MI=yes *' - @${ECHO_MSG} '* - Malay ASPELL_MS=yes *' - @${ECHO_MSG} '* - Maltese ASPELL_MT=yes *' - @${ECHO_MSG} '* - Manx Gaelic ASPELL_GV=yes *' - @${ECHO_MSG} '* - Norwegian Bokmal ASPELL_NB=yes *' - @${ECHO_MSG} '* - Norwegian Nynorsk ASPELL_NN=yes *' - @${ECHO_MSG} '* - Polish ASPELL_PL=yes *' - @${ECHO_MSG} '* - Portuguese ASPELL_PT=yes *' - @${ECHO_MSG} '* - Romanian ASPELL_RO=yes *' - @${ECHO_MSG} '* - Russian ASPELL_RU=yes *' - @${ECHO_MSG} '* - Scottish Gaelic ASPELL_GD=yes *' - @${ECHO_MSG} '* - Slovak ASPELL_SK=yes *' - @${ECHO_MSG} '* - Slovenian ASPELL_SL=yes *' - @${ECHO_MSG} '* - Swahili ASPELL_SW=yes *' - @${ECHO_MSG} '* - Spanish ASPELL_ES=yes *' - @${ECHO_MSG} '* - Swedish ASPELL_SV=yes *' - @${ECHO_MSG} '* - Tswana ASPELL_TN=yes *' - @${ECHO_MSG} '* - Turkish ASPELL_TR=yes *' - @${ECHO_MSG} '* - Ukrainian ASPELL_UK=yes *' - @${ECHO_MSG} '* - Walloon ASPELL_WA=yes *' - @${ECHO_MSG} '* - Welsh ASPELL_CY=yes *' - @${ECHO_MSG} '* - Zulu ASPELL_ZU=yes *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '* Example: "make ASPELL_FR=yes ASPELL_EN=yes install" *' - @${ECHO_MSG} '*********************************************************' -. for LG in ${AVAIL_DICT} -. if (${DEF_DICT} == ${LG}) -DICTS= ${LG} -. endif -. endfor -.endif -.for DICO in ${DICTS} -MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO}/:dict${DICO} -. if (${SPECDICTS:M${DICO}*} != "") -DISTFILES+= aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}:dict${DICO} -. else -DISTFILES+= aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX}:dict${DICO} -. endif -.endfor - -post-extract: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @cd ${WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX} -. else - @cd ${WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX} -. endif -.endfor - -post-patch: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}/Makefile.pre -. else - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${WRKDIR}/aspell-${DICO}-${DICTVERSION}/Makefile.pre -. endif -.endfor - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} \ - ${DISTDIR}/${PORTNAME}-${PORTVERSION}-0.ximian.5.1.i386.rpm - @${FIND} ${LINUXBASE} -name lib -type d | ${SED} 's|${LINUXBASE}||g' \ - > ${LINUXBASE}/etc/ld.so.conf - @${LDCONFIG_LINUX} - -post-install: -.for DICO in ${DICTS} - @${ECHO_MSG} "===> Installing for ${DICO} dictionaries" -. if (${SPECDICTS:M${DICO}*} != "") - @cd ${WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. else - @cd ${WRKDIR}/aspell-${DICO}-${DICTVERSION} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. endif - @${CAT} ${MASTERDIR}/pkg-plist.${DICO} >> ${TMPPLIST} -.endfor - @${CAT} ${MASTERDIR}/pkg-plist.dirrm >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/textproc/linux-f8-aspell/distinfo b/textproc/linux-f8-aspell/distinfo deleted file mode 100644 index 6ea998149d70..000000000000 --- a/textproc/linux-f8-aspell/distinfo +++ /dev/null @@ -1,86 +0,0 @@ -MD5 (aspell-0.50.4.1-0.ximian.5.1.i386.rpm) = f7bd7bdc4c5f7b9d78cfdf867402e5b3 -SIZE (aspell-0.50.4.1-0.ximian.5.1.i386.rpm) = 440242 -MD5 (aspell-af-0.50-0.tar.bz2) = bde617a195e70364f96eea71cf71a333 -SIZE (aspell-af-0.50-0.tar.bz2) = 256111 -MD5 (aspell-bg-0.50-0.tar.bz2) = d4869e4cba11abfac1c58745e1d95e03 -SIZE (aspell-bg-0.50-0.tar.bz2) = 271589 -MD5 (aspell-br-0.50-2.tar.bz2) = 800c7a28e09bd7734d1501cb7a91ad8f -SIZE (aspell-br-0.50-2.tar.bz2) = 68055 -MD5 (aspell-ca-0.50-2.tar.bz2) = c593ae266d3e48e4d482ff9b9a52acdd -SIZE (aspell-ca-0.50-2.tar.bz2) = 137626 -MD5 (aspell-cs-0.51-0.tar.bz2) = 4be28bef4385ef46e80547ce8cdc4535 -SIZE (aspell-cs-0.51-0.tar.bz2) = 626618 -MD5 (aspell-cy-0.50-3.tar.bz2) = d59fee193dba87973b38ac2862a090bb -SIZE (aspell-cy-0.50-3.tar.bz2) = 117652 -MD5 (aspell-da-0.50.1-0.tar.bz2) = 1bf582a9aa0e0f8007a2ba9d52964e7e -SIZE (aspell-da-0.50.1-0.tar.bz2) = 304097 -MD5 (aspell-de-0.50-2.tar.bz2) = 204a9737ff0110fb8c7d284bd7200f7d -SIZE (aspell-de-0.50-2.tar.bz2) = 304820 -MD5 (aspell-el-0.50-3.tar.bz2) = 0ea2c42ceb9b91f7f5de2c017234ad37 -SIZE (aspell-el-0.50-3.tar.bz2) = 328225 -MD5 (aspell-en-0.51-1.tar.bz2) = aabb933daee93be446c71e79babf8da4 -SIZE (aspell-en-0.51-1.tar.bz2) = 172874 -MD5 (aspell-eo-0.50-2.tar.bz2) = f84147f5909e1a5f7adb86f27c71eb8c -SIZE (aspell-eo-0.50-2.tar.bz2) = 89703 -MD5 (aspell-es-0.50-2.tar.bz2) = 4a8583e9ef9f4aed03f5a7fe09d40060 -SIZE (aspell-es-0.50-2.tar.bz2) = 157809 -MD5 (aspell-fo-0.51-0.tar.bz2) = 5cc9168ad88ceb1b5531a5452527728b -SIZE (aspell-fo-0.51-0.tar.bz2) = 161169 -MD5 (aspell-fr-0.50-3.tar.bz2) = 53a2d05c4e8f7fabd3cefe24db977be7 -SIZE (aspell-fr-0.50-3.tar.bz2) = 283086 -MD5 (aspell-hr-0.51-0.tar.bz2) = 7d2fb9af47266884c731691123a95a8d -SIZE (aspell-hr-0.51-0.tar.bz2) = 208118 -MD5 (aspell-ia-0.50-1.tar.bz2) = 36846c747a4cb7874b00f37752e83f25 -SIZE (aspell-ia-0.50-1.tar.bz2) = 70883 -MD5 (aspell-id-0.50.1-0.tar.bz2) = 860646abe791be723b5ac7d6d996c6b4 -SIZE (aspell-id-0.50.1-0.tar.bz2) = 57532 -MD5 (aspell-it-0.53-0.tar.bz2) = ab3cce02bf8bfdf4116f9f7e602cf4b7 -SIZE (aspell-it-0.53-0.tar.bz2) = 262636 -MD5 (aspell-ga-0.50.1-0.tar.bz2) = 365dba3ccb0e5a93669c7618d627f5de -SIZE (aspell-ga-0.50.1-0.tar.bz2) = 426385 -MD5 (aspell-gd-0.50-0.tar.bz2) = b189f86c03f7c6f54dfcc56e8d3fc626 -SIZE (aspell-gd-0.50-0.tar.bz2) = 50400 -MD5 (aspell-gl-0.50-0.tar.bz2) = 0cd3c4e3e325e080689657f03eff8e8e -SIZE (aspell-gl-0.50-0.tar.bz2) = 112313 -MD5 (aspell-gv-0.50-0.tar.bz2) = 139b5aa1f5ea85fb7a4be0338039e959 -SIZE (aspell-gv-0.50-0.tar.bz2) = 69462 -MD5 (aspell-is-0.51-0.tar.bz2) = fa61cbe8ec3594ec0190ad3e81c3a7aa -SIZE (aspell-is-0.51-0.tar.bz2) = 323327 -MD5 (aspell-mi-0.50-0.tar.bz2) = 8b1a07032ee086662bfe44a2e0459db4 -SIZE (aspell-mi-0.50-0.tar.bz2) = 57818 -MD5 (aspell-ms-0.50-0.tar.bz2) = cfdd94bba4781766c5d870202abd60e0 -SIZE (aspell-ms-0.50-0.tar.bz2) = 50368 -MD5 (aspell-mt-0.50-0.tar.bz2) = 6df98356e411891c956c249731b708fa -SIZE (aspell-mt-0.50-0.tar.bz2) = 124114 -MD5 (aspell-nb-0.50.1-0.tar.bz2) = d1173a5ce04f39e9c93183da691e7ce8 -SIZE (aspell-nb-0.50.1-0.tar.bz2) = 423161 -MD5 (aspell-nl-0.50-2.tar.bz2) = c3ef9fd7dc4c47d816eee9ef5149c76a -SIZE (aspell-nl-0.50-2.tar.bz2) = 428365 -MD5 (aspell-nn-0.50.1-1.tar.bz2) = 3711eb9df68f25262af10119579239bc -SIZE (aspell-nn-0.50.1-1.tar.bz2) = 335156 -MD5 (aspell-pl-0.51-0.tar.bz2) = 5435be1c9c39326a02e2798d8b4d257b -SIZE (aspell-pl-0.51-0.tar.bz2) = 624458 -MD5 (aspell-pt-0.50-2.tar.bz2) = e4e15179f90b76ec0336b687d1293edd -SIZE (aspell-pt-0.50-2.tar.bz2) = 201341 -MD5 (aspell-ro-0.50-2.tar.bz2) = 96d97a79a0a0e04c580e0d0671d650c9 -SIZE (aspell-ro-0.50-2.tar.bz2) = 64110 -MD5 (aspell-ru-0.50-2.tar.bz2) = d7add85adeef2ea36457ea811d52c295 -SIZE (aspell-ru-0.50-2.tar.bz2) = 521827 -MD5 (aspell-sk-0.52-0.tar.bz2) = ce90b109f7c602bde949880920bbbbfd -SIZE (aspell-sk-0.52-0.tar.bz2) = 383840 -MD5 (aspell-sl-0.50-0.tar.bz2) = c4c11402bc834d796d1b56e711470480 -SIZE (aspell-sl-0.50-0.tar.bz2) = 215463 -MD5 (aspell-sv-0.51-0.tar.bz2) = d180c781f8986ea0f65b6b18f02a494e -SIZE (aspell-sv-0.51-0.tar.bz2) = 93942 -MD5 (aspell-sw-0.50-0.tar.bz2) = 26ccc3500d7f7c288b74bba1c1fab38f -SIZE (aspell-sw-0.50-0.tar.bz2) = 102172 -MD5 (aspell-tn-0.50-0.tar.bz2) = 31760a27788053ebcdee58a0a6f9091e -SIZE (aspell-tn-0.50-0.tar.bz2) = 18685 -MD5 (aspell-tr-0.50-0.tar.bz2) = 432ecdc4e5233da0a4c1a52ed9103fa2 -SIZE (aspell-tr-0.50-0.tar.bz2) = 84846 -MD5 (aspell-uk-0.51-0.tar.bz2) = 767bfca10c64b239b05cb8b68a78f4ad -SIZE (aspell-uk-0.51-0.tar.bz2) = 382513 -MD5 (aspell-wa-0.50-0.tar.bz2) = e3817402d7be19d4b0d0342d3a5970ea -SIZE (aspell-wa-0.50-0.tar.bz2) = 50363 -MD5 (aspell-zu-0.50-0.tar.bz2) = 2478cbbb6abaf5ed74bc2da7e7152116 -SIZE (aspell-zu-0.50-0.tar.bz2) = 168226 diff --git a/textproc/linux-f8-aspell/pkg-descr b/textproc/linux-f8-aspell/pkg-descr deleted file mode 100644 index ec574c9680c3..000000000000 --- a/textproc/linux-f8-aspell/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Linux version of Aspell. - -Aspell is a spelling checker designed to eventually replace ispell, although -it currently lacks many of ispell's basic functions. Aspell's main feature is -that it does a much better job of coming up with possible suggestions than -ispell. Aspell also includes a powerful C++ library with C and Perl interfaces -in the works. - -WWW: http://aspell.sourceforge.net/ diff --git a/textproc/linux-f8-aspell/pkg-plist b/textproc/linux-f8-aspell/pkg-plist deleted file mode 100644 index cc3e4d7f8301..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -usr/bin/aspell -usr/bin/aspell-import -usr/bin/pspell-config -usr/bin/run-with-aspell -usr/bin/word-list-compress -usr/lib/libaspell.la -usr/lib/libaspell.so.15 -usr/lib/libaspell.so.15.0.2 -usr/lib/libpspell.la -usr/lib/libpspell.so.15 -usr/lib/libpspell.so.15.0.2 -usr/share/aspell/ASCII.dat -usr/share/aspell/dvorak.kbd -usr/share/aspell/iso8859-1.dat -usr/share/aspell/iso8859-10.dat -usr/share/aspell/iso8859-13.dat -usr/share/aspell/iso8859-14.dat -usr/share/aspell/iso8859-15.dat -usr/share/aspell/iso8859-2.dat -usr/share/aspell/iso8859-3.dat -usr/share/aspell/iso8859-4.dat -usr/share/aspell/iso8859-5.dat -usr/share/aspell/iso8859-6.dat -usr/share/aspell/iso8859-7.dat -usr/share/aspell/iso8859-8.dat -usr/share/aspell/iso8859-9.dat -usr/share/aspell/ispell -usr/share/aspell/koi8-f.dat -usr/share/aspell/koi8-r.dat -usr/share/aspell/koi8-u.dat -usr/share/aspell/spell -usr/share/aspell/standard.kbd -usr/share/aspell/viscii.dat -usr/share/doc/aspell-0.50.4.1/README -usr/share/doc/aspell-0.50.4.1/TODO -usr/share/doc/aspell-0.50.4.1/man-html/1_Introduction.html -usr/share/doc/aspell-0.50.4.1/man-html/2_Getting.html -usr/share/doc/aspell-0.50.4.1/man-html/3_Basic.html -usr/share/doc/aspell-0.50.4.1/man-html/4_Customizing.html -usr/share/doc/aspell-0.50.4.1/man-html/5_Working.html -usr/share/doc/aspell-0.50.4.1/man-html/6_Writing.html -usr/share/doc/aspell-0.50.4.1/man-html/7_Adding.html -usr/share/doc/aspell-0.50.4.1/man-html/8_How.html -usr/share/doc/aspell-0.50.4.1/man-html/A_Changelog.html -usr/share/doc/aspell-0.50.4.1/man-html/About_this.html -usr/share/doc/aspell-0.50.4.1/man-html/B_Do.html -usr/share/doc/aspell-0.50.4.1/man-html/C_Credits.html -usr/share/doc/aspell-0.50.4.1/man-html/Contents.html -usr/share/doc/aspell-0.50.4.1/man-html/D_Glossary.html -usr/share/doc/aspell-0.50.4.1/man-html/E_Copyright.html -usr/share/doc/aspell-0.50.4.1/man-html/Makefile -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-html/contents.png -usr/share/doc/aspell-0.50.4.1/man-html/crossref.png -usr/share/doc/aspell-0.50.4.1/man-html/index.html -usr/share/doc/aspell-0.50.4.1/man-html/manual.css -usr/share/doc/aspell-0.50.4.1/man-html/manual.html -usr/share/doc/aspell-0.50.4.1/man-html/next.png -usr/share/doc/aspell-0.50.4.1/man-html/next_g.png -usr/share/doc/aspell-0.50.4.1/man-html/prev.png -usr/share/doc/aspell-0.50.4.1/man-html/prev_g.png -usr/share/doc/aspell-0.50.4.1/man-html/up.png -usr/share/doc/aspell-0.50.4.1/man-html/up_g.png -usr/share/doc/aspell-0.50.4.1/man-text/1_Introduction.txt -usr/share/doc/aspell-0.50.4.1/man-text/2_Getting.txt -usr/share/doc/aspell-0.50.4.1/man-text/3_Basic.txt -usr/share/doc/aspell-0.50.4.1/man-text/4_Customizing.txt -usr/share/doc/aspell-0.50.4.1/man-text/5_Working.txt -usr/share/doc/aspell-0.50.4.1/man-text/6_Writing.txt -usr/share/doc/aspell-0.50.4.1/man-text/7_Adding.txt -usr/share/doc/aspell-0.50.4.1/man-text/8_How.txt -usr/share/doc/aspell-0.50.4.1/man-text/A_Changelog.txt -usr/share/doc/aspell-0.50.4.1/man-text/About_this.txt -usr/share/doc/aspell-0.50.4.1/man-text/B_Do.txt -usr/share/doc/aspell-0.50.4.1/man-text/C_Credits.txt -usr/share/doc/aspell-0.50.4.1/man-text/Contents.txt -usr/share/doc/aspell-0.50.4.1/man-text/D_Glossary.txt -usr/share/doc/aspell-0.50.4.1/man-text/E_Copyright.txt -usr/share/doc/aspell-0.50.4.1/man-text/Makefile -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-text/index.txt -usr/share/doc/aspell-0.50.4.1/man-text/manual.txt diff --git a/textproc/linux-f8-aspell/pkg-plist.af b/textproc/linux-f8-aspell/pkg-plist.af deleted file mode 100644 index cd47d4277cc5..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.af +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/af.multi -usr/lib/aspell/af.rws -usr/lib/aspell/afrikaans.alias -usr/share/aspell/af.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.bg b/textproc/linux-f8-aspell/pkg-plist.bg deleted file mode 100644 index eac5cffad8ad..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.bg +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/bg.multi -usr/lib/aspell/bg.rws -usr/lib/aspell/bulgarian.alias -usr/share/aspell/bg.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.br b/textproc/linux-f8-aspell/pkg-plist.br deleted file mode 100644 index dcc9a13e6898..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.br +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/br.multi -usr/lib/aspell/br.rws -usr/lib/aspell/breton.alias -usr/lib/aspell/brezhoneg.alias -usr/share/aspell/br.dat -usr/share/aspell/br_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ca b/textproc/linux-f8-aspell/pkg-plist.ca deleted file mode 100644 index ca03ac7acbe6..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ca +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/ca.multi -usr/lib/aspell/ca.rws -usr/lib/aspell/catalan.alias -usr/share/aspell/ca.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.cs b/textproc/linux-f8-aspell/pkg-plist.cs deleted file mode 100644 index ce796b398ba4..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.cs +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/cs.multi -usr/lib/aspell/cs.rws -usr/lib/aspell/czech.alias -usr/share/aspell/cs.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.cy b/textproc/linux-f8-aspell/pkg-plist.cy deleted file mode 100644 index ba592ab5b40d..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.cy +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/cy.multi -usr/lib/aspell/cy.rws -usr/lib/aspell/welsh.alias -usr/share/aspell/cy.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.da b/textproc/linux-f8-aspell/pkg-plist.da deleted file mode 100644 index 9119668e90c2..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.da +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/da.multi -usr/lib/aspell/da.rws -usr/lib/aspell/dansk.alias -usr/share/aspell/da.dat -usr/share/aspell/da_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.de b/textproc/linux-f8-aspell/pkg-plist.de deleted file mode 100644 index 578f2d298a85..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.de +++ /dev/null @@ -1,11 +0,0 @@ -usr/lib/aspell/de-only.rws -usr/lib/aspell/de.multi -usr/lib/aspell/de_CH-only.rws -usr/lib/aspell/de_CH.multi -usr/lib/aspell/de_DE-only.rws -usr/lib/aspell/de_DE.multi -usr/lib/aspell/deutsch.alias -usr/lib/aspell/german.alias -usr/lib/aspell/swiss.alias -usr/share/aspell/de.dat -usr/share/aspell/de_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.dirrm b/textproc/linux-f8-aspell/pkg-plist.dirrm deleted file mode 100644 index 77f1c429fe12..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.dirrm +++ /dev/null @@ -1,5 +0,0 @@ -@dirrm usr/share/doc/aspell-0.50.4.1/man-text -@dirrm usr/share/doc/aspell-0.50.4.1/man-html -@dirrm usr/share/doc/aspell-0.50.4.1 -@dirrm usr/share/aspell -@dirrm usr/lib/aspell diff --git a/textproc/linux-f8-aspell/pkg-plist.el b/textproc/linux-f8-aspell/pkg-plist.el deleted file mode 100644 index f3a20a29e0d7..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.el +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/el.multi -usr/lib/aspell/el.rws -usr/lib/aspell/greek.alias -usr/share/aspell/el.dat -usr/share/aspell/el_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.en b/textproc/linux-f8-aspell/pkg-plist.en deleted file mode 100644 index d8b4d75e6ec5..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.en +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/aspell/american-w-accents.alias -usr/lib/aspell/american.alias -usr/lib/aspell/british-w-accents.alias -usr/lib/aspell/british.alias -usr/lib/aspell/canadian-w-accents.alias -usr/lib/aspell/canadian.alias -usr/lib/aspell/en-only.rws -usr/lib/aspell/en.multi -usr/lib/aspell/en_CA-only.rws -usr/lib/aspell/en_CA-w-accents.multi -usr/lib/aspell/en_CA.multi -usr/lib/aspell/en_GB-only.rws -usr/lib/aspell/en_GB-w-accents.multi -usr/lib/aspell/en_GB.multi -usr/lib/aspell/en_US-only.rws -usr/lib/aspell/en_US-w-accents.multi -usr/lib/aspell/en_US.multi -usr/lib/aspell/english.alias -usr/share/aspell/en.dat -usr/share/aspell/en_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.eo b/textproc/linux-f8-aspell/pkg-plist.eo deleted file mode 100644 index 323efafe0fa4..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.eo +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/eo.multi -usr/lib/aspell/eo.rws -usr/lib/aspell/esperanto.alias -usr/share/aspell/eo.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.es b/textproc/linux-f8-aspell/pkg-plist.es deleted file mode 100644 index 888ca6698c17..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.es +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/es.multi -usr/lib/aspell/es.rws -usr/lib/aspell/español.alias -usr/lib/aspell/esponol.alias -usr/lib/aspell/spanish.alias -usr/share/aspell/es.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.fo b/textproc/linux-f8-aspell/pkg-plist.fo deleted file mode 100644 index 7a454a9d38cf..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.fo +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/faroese.alias -usr/lib/aspell/fo.multi -usr/lib/aspell/fo.rws -usr/lib/aspell/føroyskt.alias -usr/share/aspell/fo.dat -usr/share/aspell/fo_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.fr b/textproc/linux-f8-aspell/pkg-plist.fr deleted file mode 100644 index 89cae7bce4ff..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.fr +++ /dev/null @@ -1,48 +0,0 @@ -usr/lib/aspell/fr-40-only.rws -usr/lib/aspell/fr-40.multi -usr/lib/aspell/fr-60-only.rws -usr/lib/aspell/fr-60.multi -usr/lib/aspell/fr-80-only.rws -usr/lib/aspell/fr-80.multi -usr/lib/aspell/fr-lrg.alias -usr/lib/aspell/fr-med.alias -usr/lib/aspell/fr-sml.alias -usr/lib/aspell/fr.multi -usr/lib/aspell/fr_CH-40.multi -usr/lib/aspell/fr_CH-60.multi -usr/lib/aspell/fr_CH-80.multi -usr/lib/aspell/fr_CH-lrg.alias -usr/lib/aspell/fr_CH-med.alias -usr/lib/aspell/fr_CH-only.rws -usr/lib/aspell/fr_CH-sml.alias -usr/lib/aspell/fr_CH.multi -usr/lib/aspell/fr_FR-40.multi -usr/lib/aspell/fr_FR-60.multi -usr/lib/aspell/fr_FR-80.multi -usr/lib/aspell/fr_FR-lrg.alias -usr/lib/aspell/fr_FR-med.alias -usr/lib/aspell/fr_FR-sml.alias -usr/lib/aspell/fr_FR.multi -usr/lib/aspell/francais-40.alias -usr/lib/aspell/francais-60.alias -usr/lib/aspell/francais-80.alias -usr/lib/aspell/francais-lrg.alias -usr/lib/aspell/francais-med.alias -usr/lib/aspell/francais-sml.alias -usr/lib/aspell/francais.alias -usr/lib/aspell/french-40.alias -usr/lib/aspell/french-60.alias -usr/lib/aspell/french-80.alias -usr/lib/aspell/french-lrg.alias -usr/lib/aspell/french-med.alias -usr/lib/aspell/french-sml.alias -usr/lib/aspell/french.alias -usr/lib/aspell/suisse-40.alias -usr/lib/aspell/suisse-60.alias -usr/lib/aspell/suisse-80.alias -usr/lib/aspell/suisse-lrg.alias -usr/lib/aspell/suisse-med.alias -usr/lib/aspell/suisse-sml.alias -usr/lib/aspell/suisse.alias -usr/share/aspell/fr.dat -usr/share/aspell/fr_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ga b/textproc/linux-f8-aspell/pkg-plist.ga deleted file mode 100644 index c23f8477fd87..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ga +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/ga.multi -usr/lib/aspell/ga.rws -usr/lib/aspell/gaeilge.alias -usr/lib/aspell/irish.alias -usr/share/aspell/ga.dat -usr/share/aspell/ga_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.gd b/textproc/linux-f8-aspell/pkg-plist.gd deleted file mode 100644 index c2ab120acbd7..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.gd +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/gaidhlig.alias -usr/lib/aspell/gd.multi -usr/lib/aspell/gd.rws -usr/share/aspell/gd.dat -usr/share/aspell/gd_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.gl b/textproc/linux-f8-aspell/pkg-plist.gl deleted file mode 100644 index faf58b4a8c2a..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.gl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/gl.multi -usr/lib/aspell/gl.rws -usr/share/aspell/gl.dat -usr/share/aspell/gl_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.gv b/textproc/linux-f8-aspell/pkg-plist.gv deleted file mode 100644 index e508c9d9df08..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.gv +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/gaelg.alias -usr/lib/aspell/gv.multi -usr/lib/aspell/gv.rws -usr/lib/aspell/manx.alias -usr/share/aspell/gv.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.hr b/textproc/linux-f8-aspell/pkg-plist.hr deleted file mode 100644 index f088700b040d..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.hr +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/croatian.alias -usr/lib/aspell/hr.multi -usr/lib/aspell/hr.rws -usr/share/aspell/hr.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ia b/textproc/linux-f8-aspell/pkg-plist.ia deleted file mode 100644 index 02fe09ba8172..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ia +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/ia.multi -usr/lib/aspell/ia.rws -usr/lib/aspell/interlingua.alias -usr/share/aspell/ia.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.id b/textproc/linux-f8-aspell/pkg-plist.id deleted file mode 100644 index 3271feabafd1..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.id +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/id.multi -usr/lib/aspell/id.rws -usr/lib/aspell/indonesian.alias -usr/share/aspell/id.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.is b/textproc/linux-f8-aspell/pkg-plist.is deleted file mode 100644 index 70f22e31babb..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.is +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/icelandic.alias -usr/lib/aspell/is.multi -usr/lib/aspell/is.rws -usr/lib/aspell/íslenska.alias -usr/share/aspell/is.dat -usr/share/aspell/is_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.it b/textproc/linux-f8-aspell/pkg-plist.it deleted file mode 100644 index b7f43dcc3e51..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.it +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/it.multi -usr/lib/aspell/it.rws -usr/lib/aspell/italian.alias -usr/lib/aspell/italiano.alias -usr/share/aspell/it.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.mi b/textproc/linux-f8-aspell/pkg-plist.mi deleted file mode 100644 index 114e96033733..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.mi +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/maori.alias -usr/lib/aspell/mi.multi -usr/lib/aspell/mi.rws -usr/share/aspell/mi.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ms b/textproc/linux-f8-aspell/pkg-plist.ms deleted file mode 100644 index ff62a181c234..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ms +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/malay.alias -usr/lib/aspell/ms.multi -usr/lib/aspell/ms.rws -usr/share/aspell/ms.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.mt b/textproc/linux-f8-aspell/pkg-plist.mt deleted file mode 100644 index b7790003f469..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.mt +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/maltese.alias -usr/lib/aspell/malti.alias -usr/lib/aspell/mt.multi -usr/lib/aspell/mt.rws -usr/share/aspell/mt.dat -usr/share/aspell/mt_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.nb b/textproc/linux-f8-aspell/pkg-plist.nb deleted file mode 100644 index e7e5d96bec6c..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.nb +++ /dev/null @@ -1,7 +0,0 @@ -usr/lib/aspell/bokmal.alias -usr/lib/aspell/bokmål.alias -usr/lib/aspell/nb.multi -usr/lib/aspell/nb.rws -usr/lib/aspell/no.alias -usr/lib/aspell/norsk.alias -usr/share/aspell/nb.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.nl b/textproc/linux-f8-aspell/pkg-plist.nl deleted file mode 100644 index 35352fa94d8c..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.nl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/dutch.alias -usr/lib/aspell/nl.multi -usr/lib/aspell/nl.rws -usr/share/aspell/nl.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.nn b/textproc/linux-f8-aspell/pkg-plist.nn deleted file mode 100644 index 673deae5ac7d..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.nn +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/nn.multi -usr/lib/aspell/nn.rws -usr/lib/aspell/nynorsk.alias -usr/share/aspell/nn.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.pl b/textproc/linux-f8-aspell/pkg-plist.pl deleted file mode 100644 index e3230ee266c0..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.pl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/pl.multi -usr/lib/aspell/pl.rws -usr/lib/aspell/polish.alias -usr/share/aspell/pl.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.pt b/textproc/linux-f8-aspell/pkg-plist.pt deleted file mode 100644 index 16f88e0dae4c..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.pt +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/aspell/brazilian.alias -usr/lib/aspell/português.alias -usr/lib/aspell/portuguese.alias -usr/lib/aspell/pt-only.rws -usr/lib/aspell/pt.multi -usr/lib/aspell/pt_BR-only.rws -usr/lib/aspell/pt_BR.multi -usr/lib/aspell/pt_PT-only.rws -usr/lib/aspell/pt_PT.multi -usr/share/aspell/pt.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ro b/textproc/linux-f8-aspell/pkg-plist.ro deleted file mode 100644 index 2502cc351393..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ro +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/ro.multi -usr/lib/aspell/ro.rws -usr/lib/aspell/romaneste.alias -usr/lib/aspell/româneºte.alias -usr/lib/aspell/romanian.alias -usr/share/aspell/ro.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.ru b/textproc/linux-f8-aspell/pkg-plist.ru deleted file mode 100644 index 5cd1c764cec4..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.ru +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/ru.multi -usr/lib/aspell/ru.rws -usr/lib/aspell/russian.alias -usr/share/aspell/ru.dat -usr/share/aspell/ru_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.sk b/textproc/linux-f8-aspell/pkg-plist.sk deleted file mode 100644 index 7300a6fe9eec..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.sk +++ /dev/null @@ -1,9 +0,0 @@ -usr/lib/aspell/sk-extend.rws -usr/lib/aspell/sk-extended.multi -usr/lib/aspell/sk.multi -usr/lib/aspell/sk.rws -usr/lib/aspell/sk_SK-extended.alias -usr/lib/aspell/sk_SK.alias -usr/lib/aspell/slovak-extended.alias -usr/lib/aspell/slovak.alias -usr/share/aspell/sk.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.sl b/textproc/linux-f8-aspell/pkg-plist.sl deleted file mode 100644 index 4e30d5e39aa3..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.sl +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/sl.multi -usr/lib/aspell/sl.rws -usr/lib/aspell/slovenian.alias -usr/share/aspell/sl.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.sv b/textproc/linux-f8-aspell/pkg-plist.sv deleted file mode 100644 index 766281234a0f..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.sv +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/sv.multi -usr/lib/aspell/sv.rws -usr/lib/aspell/svenska.alias -usr/lib/aspell/swedish.alias -usr/share/aspell/sv.dat -usr/share/aspell/sv_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.sw b/textproc/linux-f8-aspell/pkg-plist.sw deleted file mode 100644 index 04e45855ede9..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.sw +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/kiswahili.alias -usr/lib/aspell/sw.multi -usr/lib/aspell/sw.rws -usr/lib/aspell/swahili.alias -usr/share/aspell/sw.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.tn b/textproc/linux-f8-aspell/pkg-plist.tn deleted file mode 100644 index acb103f814f3..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.tn +++ /dev/null @@ -1,5 +0,0 @@ -usr/lib/aspell/setswana.alias -usr/lib/aspell/tn.multi -usr/lib/aspell/tn.rws -usr/lib/aspell/tswana.alias -usr/share/aspell/tn.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.tr b/textproc/linux-f8-aspell/pkg-plist.tr deleted file mode 100644 index dfc822cd51b2..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.tr +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/aspell/tr.multi -usr/lib/aspell/tr.rws -usr/share/aspell/tr.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.uk b/textproc/linux-f8-aspell/pkg-plist.uk deleted file mode 100644 index 7ae36dca7f39..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.uk +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/uk.multi -usr/lib/aspell/uk.rws -usr/lib/aspell/ukrainian.alias -usr/share/aspell/uk.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.wa b/textproc/linux-f8-aspell/pkg-plist.wa deleted file mode 100644 index 6653b7c45d00..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.wa +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/aspell/wa.multi -usr/lib/aspell/wa.rws -usr/lib/aspell/walloon.alias -usr/lib/aspell/walon.alias -usr/share/aspell/wa.dat -usr/share/aspell/wa_phonet.dat diff --git a/textproc/linux-f8-aspell/pkg-plist.zu b/textproc/linux-f8-aspell/pkg-plist.zu deleted file mode 100644 index ce2386cc3943..000000000000 --- a/textproc/linux-f8-aspell/pkg-plist.zu +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/aspell/zu.multi -usr/lib/aspell/zu.rws -usr/lib/aspell/zulu.alias -usr/share/aspell/zu.dat diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile deleted file mode 100644 index 2b1b5d631f65..000000000000 --- a/textproc/linux-f8-expat/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-expat -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= expat -PORTVERSION= 1.95.5 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library - -BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 -PLIST= ${WRKDIR}/plist -RPM_SET= expat-1.95.5-2.i386.rpm - -pre-install: - ${RM} -rf ${WRKSRC}/tmp - ${MKDIR} ${WRKSRC}/tmp - cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \ - ${FIND} * -type f -o -type l > ${PLIST} - ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST} - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f8-expat/distinfo.i386 b/textproc/linux-f8-expat/distinfo.i386 deleted file mode 100644 index 5fb06c450ba6..000000000000 --- a/textproc/linux-f8-expat/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -$FreeBSD$ -MD5 (rpm/expat-1.95.5-2.i386.rpm) = 76aa046090620b8c51107a94a3e80d7c -SIZE (rpm/expat-1.95.5-2.i386.rpm) = 67026 diff --git a/textproc/linux-f8-expat/pkg-descr b/textproc/linux-f8-expat/pkg-descr deleted file mode 100644 index 74540c55ae58..000000000000 --- a/textproc/linux-f8-expat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a Linux/i386 binary port of Expat. - -from the README: - - This is Expat, a C library for parsing XML, written by James - Clark. Expat is a stream-oriented XML parser. This means - that you register handlers with the parser before starting - the parse. These handlers are called when the parser - discovers the associated structures in the document being - parsed. A start tag is an example of the kind of structures - for which you may register handlers. - -WWW: http://www.libexpat.org/ diff --git a/textproc/linux-f8-libxml/Makefile b/textproc/linux-f8-libxml/Makefile deleted file mode 100644 index 041d1c9f9f53..000000000000 --- a/textproc/linux-f8-libxml/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libxml -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of libxml - -RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f8-libxml/distinfo.alpha b/textproc/linux-f8-libxml/distinfo.alpha deleted file mode 100644 index 9f44b61d207f..000000000000 --- a/textproc/linux-f8-libxml/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.alpha.rpm) = 1ab67e6081335f42063e3679e22045ed -SIZE (rpm/libxml-1.8.10-1.alpha.rpm) = 335002 diff --git a/textproc/linux-f8-libxml/distinfo.i386 b/textproc/linux-f8-libxml/distinfo.i386 deleted file mode 100644 index 9b95200a31d4..000000000000 --- a/textproc/linux-f8-libxml/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.i386.rpm) = 8eeee1724345d8fc5bebb803adbdd73b -SIZE (rpm/libxml-1.8.10-1.i386.rpm) = 254644 diff --git a/textproc/linux-f8-libxml/pkg-descr b/textproc/linux-f8-libxml/pkg-descr deleted file mode 100644 index 881f4cec4e76..000000000000 --- a/textproc/linux-f8-libxml/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml rpm. diff --git a/textproc/linux-f8-libxml/pkg-plist.alpha b/textproc/linux-f8-libxml/pkg-plist.alpha deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f8-libxml/pkg-plist.alpha +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f8-libxml/pkg-plist.i386 b/textproc/linux-f8-libxml/pkg-plist.i386 deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f8-libxml/pkg-plist.i386 +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f8-libxml2/Makefile b/textproc/linux-f8-libxml2/Makefile deleted file mode 100644 index 041d1c9f9f53..000000000000 --- a/textproc/linux-f8-libxml2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libxml -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of libxml - -RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-f8-libxml2/distinfo.alpha b/textproc/linux-f8-libxml2/distinfo.alpha deleted file mode 100644 index 9f44b61d207f..000000000000 --- a/textproc/linux-f8-libxml2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.alpha.rpm) = 1ab67e6081335f42063e3679e22045ed -SIZE (rpm/libxml-1.8.10-1.alpha.rpm) = 335002 diff --git a/textproc/linux-f8-libxml2/distinfo.i386 b/textproc/linux-f8-libxml2/distinfo.i386 deleted file mode 100644 index 9b95200a31d4..000000000000 --- a/textproc/linux-f8-libxml2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.i386.rpm) = 8eeee1724345d8fc5bebb803adbdd73b -SIZE (rpm/libxml-1.8.10-1.i386.rpm) = 254644 diff --git a/textproc/linux-f8-libxml2/pkg-descr b/textproc/linux-f8-libxml2/pkg-descr deleted file mode 100644 index 881f4cec4e76..000000000000 --- a/textproc/linux-f8-libxml2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml rpm. diff --git a/textproc/linux-f8-libxml2/pkg-plist.alpha b/textproc/linux-f8-libxml2/pkg-plist.alpha deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f8-libxml2/pkg-plist.alpha +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-f8-libxml2/pkg-plist.i386 b/textproc/linux-f8-libxml2/pkg-plist.i386 deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-f8-libxml2/pkg-plist.i386 +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-libxml2/Makefile b/textproc/linux-libxml2/Makefile deleted file mode 100644 index 041d1c9f9f53..000000000000 --- a/textproc/linux-libxml2/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-libxml -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libxml -PORTVERSION= 1.8.10 -PORTREVISION= 1 -CATEGORIES= textproc linux - -MAINTAINER= taoka@FreeBSD.org -COMMENT= RPM of libxml - -RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/textproc/linux-libxml2/distinfo.alpha b/textproc/linux-libxml2/distinfo.alpha deleted file mode 100644 index 9f44b61d207f..000000000000 --- a/textproc/linux-libxml2/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.alpha.rpm) = 1ab67e6081335f42063e3679e22045ed -SIZE (rpm/libxml-1.8.10-1.alpha.rpm) = 335002 diff --git a/textproc/linux-libxml2/distinfo.i386 b/textproc/linux-libxml2/distinfo.i386 deleted file mode 100644 index 9b95200a31d4..000000000000 --- a/textproc/linux-libxml2/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libxml-1.8.10-1.i386.rpm) = 8eeee1724345d8fc5bebb803adbdd73b -SIZE (rpm/libxml-1.8.10-1.i386.rpm) = 254644 diff --git a/textproc/linux-libxml2/pkg-descr b/textproc/linux-libxml2/pkg-descr deleted file mode 100644 index 881f4cec4e76..000000000000 --- a/textproc/linux-libxml2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml rpm. diff --git a/textproc/linux-libxml2/pkg-plist.alpha b/textproc/linux-libxml2/pkg-plist.alpha deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-libxml2/pkg-plist.alpha +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/linux-libxml2/pkg-plist.i386 b/textproc/linux-libxml2/pkg-plist.i386 deleted file mode 100644 index 1eae478b1532..000000000000 --- a/textproc/linux-libxml2/pkg-plist.i386 +++ /dev/null @@ -1,32 +0,0 @@ -usr/lib/libxml.so.1.8.10 -usr/share/doc/libxml-1.8.10/AUTHORS -usr/share/doc/libxml-1.8.10/COPYING -usr/share/doc/libxml-1.8.10/COPYING.LIB -usr/share/doc/libxml-1.8.10/ChangeLog -usr/share/doc/libxml-1.8.10/NEWS -usr/share/doc/libxml-1.8.10/README -usr/share/doc/libxml-1.8.10/TODO -usr/share/doc/libxml-1.8.10/html/book1.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-debugxml.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-encoding.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-entities.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmlparser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-htmltree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanoftp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-nanohttp.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parser.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-parserinternals.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-sax.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-tree.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-valid.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xml-error.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlio.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xmlmemory.html -usr/share/doc/libxml-1.8.10/html/gnome-xml-xpath.html -usr/share/doc/libxml-1.8.10/html/index.sgml -usr/share/doc/libxml-1.8.10/html/libxml-lib.html -usr/share/doc/libxml-1.8.10/html/libxml-notes.html -usr/lib/libxml.so.1 -@dirrm usr/share/doc/libxml-1.8.10/html -@dirrm usr/share/doc/libxml-1.8.10 diff --git a/textproc/p5-PDF-API3/Makefile b/textproc/p5-PDF-API3/Makefile deleted file mode 100644 index cbb06e8d066d..000000000000 --- a/textproc/p5-PDF-API3/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: p5-PDF-API2 -# Date created: Feb 2, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= PDF-API2 -PORTVERSION= 0.3r77 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= PDF -PKGNAMEPREFIX= p5- - -MAINTAINER= erwin@FreeBSD.org -COMMENT= 'The Next Generation' of Text::PDF::API - -BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes -PERL_SITELIBDIR= ${SITE_PERL} - -FILES= API2.pm API2/IOString.pm API2/UniMap.pm \ - API2/PDF/FileAPI.pm API2/TTF/Font.pm - -pre-patch: -.for i in ${FILES} - @${PERL} -pi -e '$$_="" if /require 5/;' \ - -e '$$_="" if /no warnings/;' \ - ${WRKSRC}/lib/PDF/${i} -.endfor - -.include <bsd.port.mk> diff --git a/textproc/p5-PDF-API3/distinfo b/textproc/p5-PDF-API3/distinfo deleted file mode 100644 index 5a4d5f4e7bc4..000000000000 --- a/textproc/p5-PDF-API3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PDF-API2-0.3r77.tar.gz) = be98649937ace4a24bec5e8b589175c0 -SIZE (PDF-API2-0.3r77.tar.gz) = 965585 diff --git a/textproc/p5-PDF-API3/pkg-descr b/textproc/p5-PDF-API3/pkg-descr deleted file mode 100644 index 6ddadbd2c7ac..000000000000 --- a/textproc/p5-PDF-API3/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - PDF::API2 - -There seem to be a growing plethora of Perl modules for creating and -manipulating PDF files. - -This module is 'The Next Generation' of Text::PDF::API which initially -provided a nice API around the Text::PDF::* modules created by Martin Hosken. - -FEATURES - - . Works with more than one PDF file open at once - . It presents a object-oriented API to the user - . Supports the 14 base PDF Core Fonts - . Supports TrueType fonts - . Supports Adobe-Type1 Fonts (pfb/pfa/afm) - . Supports native Embedding of bitmap images (jpeg,ppm,png,gif) - . Supports modification of existing pdfs - and import/cloning of pages - -WWW: http://search.cpan.org/dist/PDF-API2/ diff --git a/textproc/p5-PDF-API3/pkg-plist b/textproc/p5-PDF-API3/pkg-plist deleted file mode 100644 index aea87d532a0a..000000000000 --- a/textproc/p5-PDF-API3/pkg-plist +++ /dev/null @@ -1,218 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/API2/.packlist -%%SITE_PERL%%/PDF/API2/TTF/Bsln.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern.pm -%%SITE_PERL%%/PDF/API2/TTF/LTSH.pm -%%SITE_PERL%%/PDF/API2/TTF/Fmtx.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort.pm -%%SITE_PERL%%/PDF/API2/TTF/Manual.pod -%%SITE_PERL%%/PDF/API2/TTF/AATKern.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Insertion.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Ligature.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Contextual.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Chain.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Rearrangement.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Noncontextual.pm -%%SITE_PERL%%/PDF/API2/TTF/Mort/Subtable.pm -%%SITE_PERL%%/PDF/API2/TTF/Vmtx.pm -%%SITE_PERL%%/PDF/API2/TTF/Win32.pm -%%SITE_PERL%%/PDF/API2/TTF/Hhea.pm -%%SITE_PERL%%/PDF/API2/TTF/Prep.pm -%%SITE_PERL%%/PDF/API2/TTF/OldMort.pm -%%SITE_PERL%%/PDF/API2/TTF/Prop.pm -%%SITE_PERL%%/PDF/API2/TTF/Cmap.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern/StateTable.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern/ClassArray.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern/CompactClassArray.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern/Subtable.pm -%%SITE_PERL%%/PDF/API2/TTF/Kern/OrderedList.pm -%%SITE_PERL%%/PDF/API2/TTF/Fpgm.pm -%%SITE_PERL%%/PDF/API2/TTF/OldCmap.pm -%%SITE_PERL%%/PDF/API2/TTF/XMLparse.pm -%%SITE_PERL%%/PDF/API2/TTF/Changes -%%SITE_PERL%%/PDF/API2/TTF/GSUB.pm -%%SITE_PERL%%/PDF/API2/TTF/Hdmx.pm -%%SITE_PERL%%/PDF/API2/TTF/Head.pm -%%SITE_PERL%%/PDF/API2/TTF/OS_2.pm -%%SITE_PERL%%/PDF/API2/TTF/PCLT.pm -%%SITE_PERL%%/PDF/API2/TTF/GDEF.pm -%%SITE_PERL%%/PDF/API2/TTF/Glyph.pm -%%SITE_PERL%%/PDF/API2/TTF/Useall.pm -%%SITE_PERL%%/PDF/API2/TTF/Ttopen.pm -%%SITE_PERL%%/PDF/API2/TTF/Loca.pm -%%SITE_PERL%%/PDF/API2/TTF/Hmtx.pm -%%SITE_PERL%%/PDF/API2/TTF/Anchor.pm -%%SITE_PERL%%/PDF/API2/TTF/Vhea.pm -%%SITE_PERL%%/PDF/API2/TTF/Delta.pm -%%SITE_PERL%%/PDF/API2/TTF/Ttc.pm -%%SITE_PERL%%/PDF/API2/TTF/Maxp.pm -%%SITE_PERL%%/PDF/API2/TTF/PSNames.pm -%%SITE_PERL%%/PDF/API2/TTF/Font.pm -%%SITE_PERL%%/PDF/API2/TTF/Name.pm -%%SITE_PERL%%/PDF/API2/TTF/Post.pm -%%SITE_PERL%%/PDF/API2/TTF/AATutils.pm -%%SITE_PERL%%/PDF/API2/TTF/Utils.pm -%%SITE_PERL%%/PDF/API2/TTF/Glyf.pm -%%SITE_PERL%%/PDF/API2/TTF/GPOS.pm -%%SITE_PERL%%/PDF/API2/TTF/Fdsc.pm -%%SITE_PERL%%/PDF/API2/TTF/Feat.pm -%%SITE_PERL%%/PDF/API2/TTF/Segarr.pm -%%SITE_PERL%%/PDF/API2/TTF/Table.pm -%%SITE_PERL%%/PDF/API2/TTF/Cvt_.pm -%%SITE_PERL%%/PDF/API2/TTF/Coverage.pm -%%SITE_PERL%%/PDF/API2/CoreFont/zapfdingbats.pm -%%SITE_PERL%%/PDF/API2/CoreFont/andalemono.pm -%%SITE_PERL%%/PDF/API2/CoreFont/helvetica.pm -%%SITE_PERL%%/PDF/API2/CoreFont/helveticabold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/trebuchetbolditalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/georgia.pm -%%SITE_PERL%%/PDF/API2/CoreFont/georgiaitalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/verdanaitalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/ozhandicraft.pm -%%SITE_PERL%%/PDF/API2/CoreFont/timesroman.pm -%%SITE_PERL%%/PDF/API2/CoreFont/trebuchetbold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/helveticaboldoblique.pm -%%SITE_PERL%%/PDF/API2/CoreFont/arial.pm -%%SITE_PERL%%/PDF/API2/CoreFont/courierboldoblique.pm -%%SITE_PERL%%/PDF/API2/CoreFont/defaultencodings.pm -%%SITE_PERL%%/PDF/API2/CoreFont/helveticaoblique.pm -%%SITE_PERL%%/PDF/API2/CoreFont/courieroblique.pm -%%SITE_PERL%%/PDF/API2/CoreFont/georgiabolditalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/timesitalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/courier.pm -%%SITE_PERL%%/PDF/API2/CoreFont/courierbold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/arialrounded.pm -%%SITE_PERL%%/PDF/API2/CoreFont/georgiabold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/timesbolditalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/trebuchet.pm -%%SITE_PERL%%/PDF/API2/CoreFont/wingdings.pm -%%SITE_PERL%%/PDF/API2/CoreFont/symbol.pm -%%SITE_PERL%%/PDF/API2/CoreFont/trebuchetitalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/impact.pm -%%SITE_PERL%%/PDF/API2/CoreFont/verdana.pm -%%SITE_PERL%%/PDF/API2/CoreFont/verdanabold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/timesbold.pm -%%SITE_PERL%%/PDF/API2/CoreFont/webdings.pm -%%SITE_PERL%%/PDF/API2/CoreFont/verdanabolditalic.pm -%%SITE_PERL%%/PDF/API2/CoreFont/bankgothic.pm -%%SITE_PERL%%/PDF/API2/Barcode.pm -%%SITE_PERL%%/PDF/API2/Chart.pm -%%SITE_PERL%%/PDF/API2/PDF/SFont.pm -%%SITE_PERL%%/PDF/API2/PDF/TTFont0.pm -%%SITE_PERL%%/PDF/API2/PDF/Bool.pm -%%SITE_PERL%%/PDF/API2/PDF/Objind.pm -%%SITE_PERL%%/PDF/API2/PDF/String.pm -%%SITE_PERL%%/PDF/API2/PDF/AFont.pm -%%SITE_PERL%%/PDF/API2/PDF/FileAPI.pm -%%SITE_PERL%%/PDF/API2/PDF/Page.pm -%%SITE_PERL%%/PDF/API2/PDF/File.pm -%%SITE_PERL%%/PDF/API2/PDF/Utils.pm -%%SITE_PERL%%/PDF/API2/PDF/ImagePNG.pm -%%SITE_PERL%%/PDF/API2/PDF/ImageJPEG.pm -%%SITE_PERL%%/PDF/API2/PDF/Null.pm -%%SITE_PERL%%/PDF/API2/PDF/Filter.pm -%%SITE_PERL%%/PDF/API2/PDF/Number.pm -%%SITE_PERL%%/PDF/API2/PDF/TTFont.pm -%%SITE_PERL%%/PDF/API2/PDF/Array.pm -%%SITE_PERL%%/PDF/API2/PDF/Image.pm -%%SITE_PERL%%/PDF/API2/PDF/ImageGD.pm -%%SITE_PERL%%/PDF/API2/PDF/ImagePPM.pm -%%SITE_PERL%%/PDF/API2/PDF/Name.pm -%%SITE_PERL%%/PDF/API2/PDF/Pages.pm -%%SITE_PERL%%/PDF/API2/PDF/Dict.pm -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-a.map -%%SITE_PERL%%/PDF/API2/UniMap/latin-lap.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-ir-90.map -%%SITE_PERL%%/PDF/API2/UniMap/cp850.map -%%SITE_PERL%%/PDF/API2/UniMap/cp852.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6220-1969-ro.map -%%SITE_PERL%%/PDF/API2/UniMap/macintosh.map -%%SITE_PERL%%/PDF/API2/UniMap/latin1.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-hand-add.map -%%SITE_PERL%%/PDF/API2/UniMap/latin3.map -%%SITE_PERL%%/PDF/API2/UniMap/latin5.map -%%SITE_PERL%%/PDF/API2/UniMap/latin7.map -%%SITE_PERL%%/PDF/API2/UniMap/jus-i-b1-003-mac.map -%%SITE_PERL%%/PDF/API2/UniMap/cp437.map -%%SITE_PERL%%/PDF/API2/UniMap/latin-greek.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-2.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-4.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-6.map -%%SITE_PERL%%/PDF/API2/UniMap/koi8-r.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1250.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-8.map -%%SITE_PERL%%/PDF/API2/UniMap/latin13.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1252.map -%%SITE_PERL%%/PDF/API2/UniMap/latin15.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1254.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1256.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1258.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-13.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-15.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-x0201.map -%%SITE_PERL%%/PDF/API2/UniMap/microsoft-dingbats.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-b-add.map -%%SITE_PERL%%/PDF/API2/UniMap/adobe-standard.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-b.map -%%SITE_PERL%%/PDF/API2/UniMap/jus-i-b1-003-serb.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-supp.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6220-1969-jp.map -%%SITE_PERL%%/PDF/API2/UniMap/adobe-zapf-dingbats.map -%%SITE_PERL%%/PDF/API2/UniMap/cp855.map -%%SITE_PERL%%/PDF/API2/UniMap/cp857.map -%%SITE_PERL%%/PDF/API2/UniMap/jus-i-b1-002.map -%%SITE_PERL%%/PDF/API2/UniMap/latin2.map -%%SITE_PERL%%/PDF/API2/UniMap/latin4.map -%%SITE_PERL%%/PDF/API2/UniMap/latin6.map -%%SITE_PERL%%/PDF/API2/UniMap/latin8.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-hand.map -%%SITE_PERL%%/PDF/API2/UniMap/latin-greek-1.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-1.map -%%SITE_PERL%%/PDF/API2/UniMap/jis-c6229-1984-kana.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-3.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-5.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-7.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1251.map -%%SITE_PERL%%/PDF/API2/UniMap/iso-8859-9.map -%%SITE_PERL%%/PDF/API2/UniMap/koi8-u.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1253.map -%%SITE_PERL%%/PDF/API2/UniMap/adobe-symbol.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1255.map -%%SITE_PERL%%/PDF/API2/UniMap/cp1257.map -%%SITE_PERL%%/PDF/API2/Font.pm -%%SITE_PERL%%/PDF/API2/Annotation.pm -%%SITE_PERL%%/PDF/API2/ColorSpace.pm -%%SITE_PERL%%/PDF/API2/Lite.pm -%%SITE_PERL%%/PDF/API2/PdfImage.pm -%%SITE_PERL%%/PDF/API2/ExtGState.pm -%%SITE_PERL%%/PDF/API2/Text.pm -%%SITE_PERL%%/PDF/API2/Gfx.pm -%%SITE_PERL%%/PDF/API2/Outlines.pm -%%SITE_PERL%%/PDF/API2/TrueTypeFont.pm -%%SITE_PERL%%/PDF/API2/UniMap.pm -%%SITE_PERL%%/PDF/API2/IOString.pm -%%SITE_PERL%%/PDF/API2/Page.pm -%%SITE_PERL%%/PDF/API2/Pattern.pm -%%SITE_PERL%%/PDF/API2/CoreFont.pm -%%SITE_PERL%%/PDF/API2/Outline.pm -%%SITE_PERL%%/PDF/API2/Hybrid.pm -%%SITE_PERL%%/PDF/API2/SynFont.pm -%%SITE_PERL%%/PDF/API2/Matrix.pm -%%SITE_PERL%%/PDF/API2/TTFont.pm -%%SITE_PERL%%/PDF/API2/PSFont.pm -%%SITE_PERL%%/PDF/API2/Image.pm -%%SITE_PERL%%/PDF/API2/Content.pm -%%SITE_PERL%%/PDF/API2/Util.pm -%%SITE_PERL%%/PDF/API2/Color.pm -%%SITE_PERL%%/PDF/API2/Chart/Pie.pm -%%SITE_PERL%%/PDF/API2.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/API2 -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF 2>/dev/null || true -@dirrm %%SITE_PERL%%/PDF/API2/TTF/Mort -@dirrm %%SITE_PERL%%/PDF/API2/TTF/Kern -@dirrm %%SITE_PERL%%/PDF/API2/TTF -@dirrm %%SITE_PERL%%/PDF/API2/CoreFont -@dirrm %%SITE_PERL%%/PDF/API2/PDF -@dirrm %%SITE_PERL%%/PDF/API2/UniMap -@dirrm %%SITE_PERL%%/PDF/API2/Chart -@dirrm %%SITE_PERL%%/PDF/API2 -@unexec rmdir %D/%%SITE_PERL%%/PDF 2>/dev/null || true diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile deleted file mode 100644 index 17e68b754b8d..000000000000 --- a/textproc/p5-Pod-Parser/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: Pod::Parser -# Date created: 18 Dec 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= PodParser -PORTVERSION= 1.28 -PORTREVISION= 1 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Pod -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= Modules to work with POD (Plain Old Documentation) - -PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS="site" - -MAN1= pod2usage.1 podchecker.1 podselect.1 -MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ - Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \ - Pod::Usage.3 - -.include <bsd.port.pre.mk> - -PLIST_SUB= PL_FILES="" - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS= ${BUILD_DEPENDS} -.elif ${PERL_LEVEL} < 500802 -.undef MAN1 -PLIST_SUB= PL_FILES="@comment " -.endif - -post-patch: -.if ${PERL_LEVEL} >= 500600 && ${PERL_LEVEL} < 500802 - @${PERL} -pi -e 'm,_FILES, && s,.,,sg' ${WRKSRC}/Makefile.PL -.endif - @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; - -.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-Parser/distinfo b/textproc/p5-Pod-Parser/distinfo deleted file mode 100644 index 6eb9a734dd67..000000000000 --- a/textproc/p5-Pod-Parser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PodParser-1.28.tar.gz) = 82b26c8cef5ef2bea0d7bf0294682382 -SIZE (PodParser-1.28.tar.gz) = 91327 diff --git a/textproc/p5-Pod-Parser/pkg-descr b/textproc/p5-Pod-Parser/pkg-descr deleted file mode 100644 index 52476fcb8f2b..000000000000 --- a/textproc/p5-Pod-Parser/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Set of modules: - -* Pod::Parser - base class for creating POD filters and translators -* Pod::Select - extract selected sections of POD from input -* Pod::Usage - print a usage message from embedded pod documentation -* Pod::PlainText - convert POD data to formatted ASCII text -* Pod::InputObjects - objects representing POD input paragraphs, commands, etc. -* Pod::Checker - check pod documents for syntax errors -* Pod::ParseUtils - helpers for POD parsing and conversion -* Pod::Find - find POD documents in directory trees - -WWW: http://search.cpan.org/dist/PodParser/ diff --git a/textproc/p5-Pod-Parser/pkg-plist b/textproc/p5-Pod-Parser/pkg-plist deleted file mode 100644 index 767ad94ec02d..000000000000 --- a/textproc/p5-Pod-Parser/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%PL_FILES%%bin/pod2usage -%%PL_FILES%%bin/podchecker -%%PL_FILES%%bin/podselect -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser/.packlist -%%SITE_PERL%%/Pod/Checker.pm -%%SITE_PERL%%/Pod/Find.pm -%%SITE_PERL%%/Pod/InputObjects.pm -%%SITE_PERL%%/Pod/ParseUtils.pm -%%SITE_PERL%%/Pod/Parser.pm -%%SITE_PERL%%/Pod/PlainText.pm -%%SITE_PERL%%/Pod/Select.pm -%%SITE_PERL%%/Pod/Usage.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Parser -@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile deleted file mode 100644 index 392f39088ae6..000000000000 --- a/textproc/raptor2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: raptor -# Date created: Nov 22, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= raptor -PORTVERSION= 1.3.2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.redland.opensource.ac.uk/dist/source/ -MASTER_SITE_SUBDIR= librdf - -MAINTAINER= ports@FreeBSD.org -COMMENT= RDF Parser Toolkit for Redland - -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl - -USE_GNOME= gnomehack gnometarget libxml2 lthack -USE_GETOPT_LONG= yes -USE_INC_LIBTOOL_VER= 13 -CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ - --with-curl-config=${LOCALBASE}/bin/curl-config \ - --with-pkg-config=${LOCALBASE}/bin/pkg-config \ - --with-xml-parser=libxml --with-www=curl -INSTALLS_SHLIB= yes - -MAN1= rapper.1 raptor-config.1 -MAN3= libraptor.3 - -.include <bsd.port.mk> diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo deleted file mode 100644 index 1b71da5523eb..000000000000 --- a/textproc/raptor2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (raptor-1.3.2.tar.gz) = ff76db43e24ae803e69ef3f7081c78e0 -SIZE (raptor-1.3.2.tar.gz) = 654265 diff --git a/textproc/raptor2/pkg-descr b/textproc/raptor2/pkg-descr deleted file mode 100644 index b7ac0b23eb72..000000000000 --- a/textproc/raptor2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Raptor is the RDF Parser Toolkit for Redland and currently consists of two -parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely -with Redland and also work entirely standalone, in which case it will use -simple internal routines to perform the functions. - -WWW: http://www.redland.opensource.ac.uk/raptor/ diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist deleted file mode 100644 index 3060bbe5a510..000000000000 --- a/textproc/raptor2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/rapper -bin/raptor-config -include/raptor.h -lib/libraptor.a -lib/libraptor.so -lib/libraptor.so.2 -libdata/pkgconfig/raptor.pc diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile deleted file mode 100644 index ae006b165210..000000000000 --- a/textproc/rasqal/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: redland -# Date created: Nov 22, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= redland -PORTVERSION= 0.9.18 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.redland.opensource.ac.uk/dist/source/ -MASTER_SITE_SUBDIR= librdf - -MAINTAINER= ports@FreeBSD.org -COMMENT= A high-level interface for RDF - -LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 \ - raptor.2:${PORTSDIR}/textproc/raptor - -USE_GNOME= gnomehack gnometarget lthack pkgconfig -USE_OPENSSL= yes -USE_GETOPT_LONG= yes -USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 -LIBTOOLFILES= configure raptor/configure rasqal/configure -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ - --with-bdb-include="${LOCALBASE}/include/db41" \ - --with-bdb-dbname="db41" \ - --with-raptor=system \ - --with-rasqal=internal \ - --with-threestore=no \ - --with-mysql=no -INSTALLS_SHLIB= yes - -MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \ - redland-db-upgrade.1 roqet.1 -MAN3= librasqal.3 redland.3 - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo deleted file mode 100644 index f36b9c5b10e9..000000000000 --- a/textproc/rasqal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (redland-0.9.18.tar.gz) = 64ab895d0d9f5ad8540357e26dc46253 -SIZE (redland-0.9.18.tar.gz) = 2012458 diff --git a/textproc/rasqal/files/patch-Makefile.in b/textproc/rasqal/files/patch-Makefile.in deleted file mode 100644 index eb18debc2f80..000000000000 --- a/textproc/rasqal/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 4 12:17:19 2004 -+++ Makefile.in Wed Aug 4 12:18:49 2004 -@@ -257,7 +257,7 @@ - # to ensure that the raptor and rasqal subdirectories are called - # as CONFIG_SUBDIR directories. - # --SUBDIRS = @LOCAL_SUBDIRS@ librdf examples utils demos docs data -+SUBDIRS = @LOCAL_SUBDIRS@ librdf utils demos docs data - EXTRA_DIST = ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \ - README NEWS LICENSE.txt TODO \ - README.html NEWS.html LICENSE.html TODO.html \ diff --git a/textproc/rasqal/files/patch-configure b/textproc/rasqal/files/patch-configure deleted file mode 100644 index bdb0881dd344..000000000000 --- a/textproc/rasqal/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Tue Sep 9 00:06:31 2003 -+++ configure Tue Sep 9 09:03:46 2003 -@@ -12735,9 +12735,9 @@ - CFLAGS="$MAINTAINER_CFLAGS $CFLAGS" - fi - --LIBS= --CPPFLAGS= --LDFLAGS= -+LIBS="$LIBS" -+CPPFLAGS="$CPPFLAGS" -+LDFLAGS="$LDFLAGS" - - LIBRDF_LIBTOOLLIBS=librdf.la - diff --git a/textproc/rasqal/pkg-descr b/textproc/rasqal/pkg-descr deleted file mode 100644 index 81c9d69caf0a..000000000000 --- a/textproc/rasqal/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Redland is a library that provides a high-level interface for RDF allowing -the model to be stored, queried and manipulated. Redland implements each -of the RDF model concepts in its own class so provides an object based API -for them. Some of the classes providing the parsers, storage mechanisms and -other elements are built as modules that can be added or removed as required. - -WWW: http://www.redland.opensource.ac.uk/ diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist deleted file mode 100644 index b4db302c388b..000000000000 --- a/textproc/rasqal/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/rasqal-config -bin/rdfproc -bin/redland-config -bin/redland-db-upgrade -bin/roqet -include/librdf.h -include/rasqal.h -include/rdf_concepts.h -include/rdf_init.h -include/rdf_iterator.h -include/rdf_log.h -include/rdf_model.h -include/rdf_node.h -include/rdf_parser.h -include/rdf_query.h -include/rdf_serializer.h -include/rdf_statement.h -include/rdf_storage.h -include/rdf_stream.h -include/rdf_uri.h -include/rdf_utf8.h -include/redland.h -lib/librasqal.a -lib/librasqal.so -lib/librasqal.so.0 -lib/librdf.a -lib/librdf.so -lib/librdf.so.0 -libdata/pkgconfig/rasqal.pc -libdata/pkgconfig/redland.pc -%%DATADIR%%/Redland.i -@dirrm %%DATADIR%% diff --git a/textproc/rubygem-spreadsheet-excel/Makefile b/textproc/rubygem-spreadsheet-excel/Makefile deleted file mode 100644 index 9fa93d58572a..000000000000 --- a/textproc/rubygem-spreadsheet-excel/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: Spreadsheet/Excel for Ruby -# Date created: 8 December 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= spreadsheet-excel -PORTVERSION= 0.2.9 -CATEGORIES= textproc ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= rubyspreadsheet -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= spreadsheet-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby module to generate Microsoft Excel compatible files - -USE_RUBY= yes - -NO_BUILD= yes - -INSTALL_TARGET= site-install - -DOCS= CHANGES doc/* -EXAMPLES= test/test.rb - -do-install: - ${MKDIR} ${RUBY_SITELIBDIR}/spreadsheet - ${INSTALL_DATA} ${WRKSRC}/spreadsheet/*.rb ${RUBY_SITELIBDIR}/spreadsheet/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/textproc/rubygem-spreadsheet-excel/distinfo b/textproc/rubygem-spreadsheet-excel/distinfo deleted file mode 100644 index 772a518d6936..000000000000 --- a/textproc/rubygem-spreadsheet-excel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/spreadsheet-0.2.9.tar.gz) = eed49d48fdcfe8d928aa108afe8ef8f5 -SIZE (ruby/spreadsheet-0.2.9.tar.gz) = 23391 diff --git a/textproc/rubygem-spreadsheet-excel/pkg-descr b/textproc/rubygem-spreadsheet-excel/pkg-descr deleted file mode 100644 index 3db2e2c34623..000000000000 --- a/textproc/rubygem-spreadsheet-excel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is Spreadsheet/Excel for Ruby, a module that allows you to -generate Microsoft Excel compatible files on any platform (also -readable by Gnumeric). It's a port of John McNamara's -Spreadsheet::WriteExcel Perl module. - -Author: Daniel J. Berger <djberg96@yahoo.com> -WWW: http://rubyspreadsheet.sourceforge.net/ diff --git a/textproc/rubygem-spreadsheet-excel/pkg-plist b/textproc/rubygem-spreadsheet-excel/pkg-plist deleted file mode 100644 index bb9f9d510d3d..000000000000 --- a/textproc/rubygem-spreadsheet-excel/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%RUBY_SITELIBDIR%%/spreadsheet/format.rb -%%RUBY_SITELIBDIR%%/spreadsheet/olewriter.rb -%%RUBY_SITELIBDIR%%/spreadsheet/biffwriter.rb -%%RUBY_SITELIBDIR%%/spreadsheet/workbook.rb -%%RUBY_SITELIBDIR%%/spreadsheet/worksheet.rb -%%RUBY_SITELIBDIR%%/spreadsheet/excel.rb -@dirrm %%RUBY_SITELIBDIR%%/spreadsheet -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.txt -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile deleted file mode 100644 index 9fa93d58572a..000000000000 --- a/textproc/rubygem-spreadsheet/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: Spreadsheet/Excel for Ruby -# Date created: 8 December 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= spreadsheet-excel -PORTVERSION= 0.2.9 -CATEGORIES= textproc ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= rubyspreadsheet -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= spreadsheet-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby module to generate Microsoft Excel compatible files - -USE_RUBY= yes - -NO_BUILD= yes - -INSTALL_TARGET= site-install - -DOCS= CHANGES doc/* -EXAMPLES= test/test.rb - -do-install: - ${MKDIR} ${RUBY_SITELIBDIR}/spreadsheet - ${INSTALL_DATA} ${WRKSRC}/spreadsheet/*.rb ${RUBY_SITELIBDIR}/spreadsheet/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/textproc/rubygem-spreadsheet/distinfo b/textproc/rubygem-spreadsheet/distinfo deleted file mode 100644 index 772a518d6936..000000000000 --- a/textproc/rubygem-spreadsheet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/spreadsheet-0.2.9.tar.gz) = eed49d48fdcfe8d928aa108afe8ef8f5 -SIZE (ruby/spreadsheet-0.2.9.tar.gz) = 23391 diff --git a/textproc/rubygem-spreadsheet/pkg-descr b/textproc/rubygem-spreadsheet/pkg-descr deleted file mode 100644 index 3db2e2c34623..000000000000 --- a/textproc/rubygem-spreadsheet/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is Spreadsheet/Excel for Ruby, a module that allows you to -generate Microsoft Excel compatible files on any platform (also -readable by Gnumeric). It's a port of John McNamara's -Spreadsheet::WriteExcel Perl module. - -Author: Daniel J. Berger <djberg96@yahoo.com> -WWW: http://rubyspreadsheet.sourceforge.net/ diff --git a/textproc/rubygem-spreadsheet/pkg-plist b/textproc/rubygem-spreadsheet/pkg-plist deleted file mode 100644 index bb9f9d510d3d..000000000000 --- a/textproc/rubygem-spreadsheet/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%RUBY_SITELIBDIR%%/spreadsheet/format.rb -%%RUBY_SITELIBDIR%%/spreadsheet/olewriter.rb -%%RUBY_SITELIBDIR%%/spreadsheet/biffwriter.rb -%%RUBY_SITELIBDIR%%/spreadsheet/workbook.rb -%%RUBY_SITELIBDIR%%/spreadsheet/worksheet.rb -%%RUBY_SITELIBDIR%%/spreadsheet/excel.rb -@dirrm %%RUBY_SITELIBDIR%%/spreadsheet -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/format.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/spreadsheet.txt -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile deleted file mode 100644 index ab827517425d..000000000000 --- a/textproc/saxon-he/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: saxon-devel -# Date created: 03 July 2004 -# Whom: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> -# -# $FreeBSD$ -# - -PORTNAME= saxon -PORTVERSION= 8.0 -PORTREVISION= 1 -CATEGORIES= textproc java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= saxon -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}b${PORTVERSION:S,.,-,g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java - -RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper - -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.4+ -NO_WRKSUBDIR= yes -NO_BUILD= yes - -CONFLICTS= saxon-6.* - -JARFILES= saxon8-sql.jar saxon8-jdom.jar saxon8.jar -PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon -.if !defined(NOPORTDOCS) -PORTDOCS= background documentation img index.html javadoc saxon.css -.endif - -do-configure: - @${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; s|%%JAVAVM%%|${JAVA}|g' \ - ${FILESDIR}/saxon.sh >${WRKSRC}/saxon - -do-install: - @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}..." - @${MKDIR} ${JAVAJARDIR} -.for JARFILE in ${JARFILES} - @${ECHO_MSG} -n " ${JARFILE}" - @${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/ -.endfor - @${ECHO_MSG} " [ DONE ]" -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing samples in ${EXAMPLESDIR}..." - @${MKDIR} ${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}/ - @${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing documentation..." - @${MKDIR} ${DOCSDIR} -.for DOCFILE in ${PORTDOCS} - @${ECHO_MSG} -n " ${DOCFILE}" - @${CP} -R ${WRKSRC}/doc/${DOCFILE} ${DOCSDIR}/ -.endfor - @${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} - @${ECHO_MSG} " [ DONE ]" -.endif - @${ECHO_MSG} -n ">> Installing script in ${PREFIX}/bin..." - @${INSTALL_SCRIPT} ${WRKSRC}/saxon ${PREFIX}/bin/ - @${ECHO_MSG} " [ DONE ]" - -.include <bsd.port.mk> diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo deleted file mode 100644 index d7a867a34de2..000000000000 --- a/textproc/saxon-he/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (saxonb8-0.zip) = d05fbd398847ef27b2d1d875bb5136ea -SIZE (saxonb8-0.zip) = 5465208 diff --git a/textproc/saxon-he/files/saxon.sh b/textproc/saxon-he/files/saxon.sh deleted file mode 100644 index b64232892479..000000000000 --- a/textproc/saxon-he/files/saxon.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/textproc/saxon-he/files/Attic/saxon.sh,v 1.2 2004-07-17 08:19:44 glewis Exp $ - -export CLASSPATH=`%%PREFIX%%/bin/classpath` -JAVAVM=%%JAVAVM%% javavm -jar %%JAVAJARDIR%%/saxon8.jar $@ diff --git a/textproc/saxon-he/pkg-descr b/textproc/saxon-he/pkg-descr deleted file mode 100644 index 362261376106..000000000000 --- a/textproc/saxon-he/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The Saxon 8.0 package is a collection of tools for processing XML documents. -The main components are: - -- An XSLT 2.0 processor, that can be used from the command line, or invoked - from a Java application by use of the standard JAXP API. Saxon can be - integrated with Java applications using the JAXP API, which means it is - possible for a Java application to switch between different XSLT processors - without changing the application code. As well as conforming closely with the - XSLT 2.0 specification, Saxon offers a number of powerful extensions. -- An XPath 2.0 processor accessible via an API to Java applications. -- An XQuery 1.0 processor that can be used from the command line, or invoked - from a Java application by use of an API. -- An XML Schema 1.0 processor. This can be used on its own to validate a schema - for correctness, or to validate a source document against the definitions in - a schema. It is also used to support the schema-aware functionality of the - XSLT and XQuery processors. - -So you can use Saxon to process XML by writing XSLT stylesheets, by writing -XQuery queries, by writing Java applications, or by combinations of the -approaches. - -WWW: http://saxon.sourceforge.net/ diff --git a/textproc/saxon-he/pkg-plist b/textproc/saxon-he/pkg-plist deleted file mode 100644 index 8af20892f6d2..000000000000 --- a/textproc/saxon-he/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/text.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/preamble.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/multidoc.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/inc1/inc2/inc2.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/inc1/inc1.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/foo3.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/foo2.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/foo.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xsl/baz.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xml/subdir1/subdir2/foo3.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xml/subdir1/foo2.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xml/foo.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xml/embedded.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/xml/baz.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/trax/exampleSimple2.out -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/tour.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/total.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/play.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/identity.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/books.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/books-tle.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/books-sql.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/books-sa.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/books-csv.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/styles/bible.xsl -%%PORTDOCS%%%%EXAMPLESDIR%%/query/tour.xq -%%PORTDOCS%%%%EXAMPLESDIR%%/query/books.xq -%%PORTDOCS%%%%EXAMPLESDIR%%/java/XPathExample.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/XPathExample.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples$UserURIResolver.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples$UserOutputResolver.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples$ModifyStylesheetFilter.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/TraxExamples$1.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/SaxonServlet.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/SaxonServlet.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/QuickValidator.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/QuickValidator.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/JDOMExample.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/JDOMExample.class -%%PORTDOCS%%%%EXAMPLESDIR%%/java/ExampleContentHandler.java -%%PORTDOCS%%%%EXAMPLESDIR%%/java/ExampleContentHandler.class -%%PORTDOCS%%%%EXAMPLESDIR%%/data/tstmt.dtd -%%PORTDOCS%%%%EXAMPLESDIR%%/data/play.dtd -%%PORTDOCS%%%%EXAMPLESDIR%%/data/othello.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/data/books.xsd -%%PORTDOCS%%%%EXAMPLESDIR%%/data/books.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/data/books.dtd -%%PORTDOCS%%%%EXAMPLESDIR%%/analysis/timing-profile.xsl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xsl/inc1/inc2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xsl/inc1 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xsl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xml/subdir1/subdir2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xml/subdir1 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax/xml -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/trax -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/styles -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/query -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/java -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/data -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/analysis -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile deleted file mode 100644 index af55580db7c8..000000000000 --- a/textproc/stardict3/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection makefile for: stardict2 -# Date created: 13 April 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= stardict -PORTVERSION= 2.4.3 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DIST_SUBDIR= stardict - -MAINTAINER= delphij@FreeBSD.org.cn -COMMENT= A cross-platform and international dictionary written in Gtk2 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -USE_GCC= 3.4 -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_REINPLACE= yes - -MAN1= stardict.1 - -post-patch: -# gcc 2.95 does not know std::string::clear() - @${REINPLACE_CMD} -e 's|.clear()|.erase()|' \ - ${WRKSRC}/src/docklet.cpp ${WRKSRC}/src/floatwin.cpp \ - ${WRKSRC}/src/selection.cpp - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/textproc/stardict3/distinfo b/textproc/stardict3/distinfo deleted file mode 100644 index c9c63bdbebfc..000000000000 --- a/textproc/stardict3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (stardict/stardict-2.4.3.tar.bz2) = a578782c9df8e985a32069d19bae0960 -SIZE (stardict/stardict-2.4.3.tar.bz2) = 773769 diff --git a/textproc/stardict3/files/patch-src::Makefile.in b/textproc/stardict3/files/patch-src::Makefile.in deleted file mode 100644 index 42a5e57b8f19..000000000000 --- a/textproc/stardict3/files/patch-src::Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Thu Feb 19 08:17:29 2004 -+++ src/Makefile.in Sat May 15 17:09:46 2004 -@@ -193,12 +193,7 @@ - -DDATADIR=\""$(datadir)"\" \ - -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ - -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -- -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ -- -DG_DISABLE_DEPRECATED \ -- -DGDK_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ -- -DGDK_PIXBUF_DISABLE_DEPRECATED \ -- -DGNOME_DISABLE_DEPRECATED -+ -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" - - - stardict_LDFLAGS = diff --git a/textproc/stardict3/pkg-descr b/textproc/stardict3/pkg-descr deleted file mode 100644 index ec73b921057d..000000000000 --- a/textproc/stardict3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -StarDict is a Cross-Platform and international dictionary written in Gtk2. -It has powerful features such as "Glob-style pattern matching," "Scan -selection word," "Fuzzy query," etc. - -WWW: http://stardict.sourceforge.net/ diff --git a/textproc/stardict3/pkg-message b/textproc/stardict3/pkg-message deleted file mode 100644 index ef455877c6d2..000000000000 --- a/textproc/stardict3/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - -Now it's time to install some dictionary files: - - chinese/stardict2-dict-zh_CN Simplified Chinese - English - chinese/stardict2-dict-zh_TW Traditional Chinese - English - japanese/stardict2-dict-ja Japanese - English - -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * diff --git a/textproc/stardict3/pkg-plist b/textproc/stardict3/pkg-plist deleted file mode 100644 index 6a4b131865e4..000000000000 --- a/textproc/stardict3/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/stardict -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/stardict.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/stardict.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/stardict.schemas > /dev/null || /usr/bin/true -libdata/bonobo/servers/GNOME_Stardict.server -share/gnome/applications/stardict.desktop -share/gnome/help/stardict/C/figures/stardict_float_window.png -share/gnome/help/stardict/C/figures/stardict_main_window.png -share/gnome/help/stardict/C/figures/stardict_notification_area.png -share/gnome/help/stardict/C/legal.xml -share/gnome/help/stardict/C/stardict.xml -share/gnome/help/stardict/mk/figures/stardict_float_window.png -share/gnome/help/stardict/mk/figures/stardict_main_window.png -share/gnome/help/stardict/mk/figures/stardict_notification_area.png -share/gnome/help/stardict/mk/legal.xml -share/gnome/help/stardict/mk/stardict.xml -share/gnome/help/stardict/ru/figures/stardict_float_window.png -share/gnome/help/stardict/ru/figures/stardict_main_window.png -share/gnome/help/stardict/ru/figures/stardict_notification_area.png -share/gnome/help/stardict/ru/legal.xml -share/gnome/help/stardict/ru/stardict.xml -share/gnome/help/stardict/zh_CN/figures/stardict_float_window.png -share/gnome/help/stardict/zh_CN/figures/stardict_main_window.png -share/gnome/help/stardict/zh_CN/figures/stardict_notification_area.png -share/gnome/help/stardict/zh_CN/legal.xml -share/gnome/help/stardict/zh_CN/stardict.xml -share/gnome/idl/GNOME_Stardict.idl -share/gnome/omf/stardict/stardict-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/stardict/stardict-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/stardict/stardict-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/stardict/stardict-mk.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/stardict/stardict-mk.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/stardict/stardict-mk.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/stardict/stardict-ru.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/stardict/stardict-ru.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/stardict/stardict-ru.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/stardict/stardict-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/stardict/stardict-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/stardict/stardict-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/stardict.png -share/gnome/stardict/pixmaps/docklet_normal.png -share/gnome/stardict/pixmaps/docklet_scan.png -share/gnome/stardict/pixmaps/docklet_stop.png -share/gnome/stardict/pixmaps/index_appendix.png -share/gnome/stardict/pixmaps/index_wazard.png -share/gnome/stardict/pixmaps/splash.png -share/gnome/stardict/sounds/buttonactive.wav -share/gnome/stardict/sounds/menushow.wav -share/locale/cs/LC_MESSAGES/stardict.mo -share/locale/de/LC_MESSAGES/stardict.mo -share/locale/mk/LC_MESSAGES/stardict.mo -share/locale/ru/LC_MESSAGES/stardict.mo -share/locale/zh_CN/LC_MESSAGES/stardict.mo -@dirrm share/gnome/stardict/sounds -@dirrm share/gnome/stardict/pixmaps -@dirrm share/gnome/stardict -@dirrm share/gnome/omf/stardict -@dirrm share/gnome/help/stardict/zh_CN/figures -@dirrm share/gnome/help/stardict/zh_CN -@dirrm share/gnome/help/stardict/ru/figures -@dirrm share/gnome/help/stardict/ru -@dirrm share/gnome/help/stardict/mk/figures -@dirrm share/gnome/help/stardict/mk -@dirrm share/gnome/help/stardict/C/figures -@dirrm share/gnome/help/stardict/C -@dirrm share/gnome/help/stardict diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile deleted file mode 100644 index b7f439b4597a..000000000000 --- a/textproc/uim/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: uim -# Date created: 31 August 2003 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= uim -PORTVERSION= 0.4.2.1 -PORTREVISION= 1 -CATEGORIES= japanese x11 -MASTER_SITES= http://freedesktop.org/Software/UimDownload/ - -MAINTAINER= nobutaka@FreeBSD.org -COMMENT= Input method library - -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - m17n.1:${PORTSDIR}/devel/m17n-lib - -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_PERL5_BUILD=yes -INSTALLS_SHLIB= yes -WANT_GNOME= yes -USE_GNOME= lthack gnometarget glib20 -USE_GMAKE= yes -USE_ICONV= yes -USE_INC_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" - -DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim -PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgtk20} -USE_GNOME+= gtk20 -PLIST_SUB+= GTK="" -.else -PLIST_SUB+= GTK="@comment " -.endif - -.if ${HAVE_GNOME:Mgnomepanel} -USE_GNOME+= gnomepanel -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " -.endif - -post-patch: - ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm ${WRKSRC}/scm/custom.scm - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR_JA} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCSDIR_JA} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/uim/distinfo b/textproc/uim/distinfo deleted file mode 100644 index 8d8c5718074e..000000000000 --- a/textproc/uim/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (uim-0.4.2.1.tar.gz) = 4f82891e41b8328f1df34b30b15648e4 -SIZE (uim-0.4.2.1.tar.gz) = 955719 diff --git a/textproc/uim/files/patch-Makefile.in b/textproc/uim/files/patch-Makefile.in deleted file mode 100644 index c73f080216db..000000000000 --- a/textproc/uim/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Apr 7 13:38:51 2004 -+++ Makefile.in Wed Apr 7 23:23:22 2004 -@@ -201,7 +201,7 @@ - - DISTCLEANFILES = uim.pc intltool-extract intltool-merge intltool-update - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = uim.pc - - noinst_PROGRAMS = $(gtk_entry) uim-agent diff --git a/textproc/uim/files/patch-configure b/textproc/uim/files/patch-configure deleted file mode 100644 index 71bd426e8d70..000000000000 --- a/textproc/uim/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Sun Aug 1 22:33:54 2004 -+++ configure Sun Aug 1 22:34:13 2004 -@@ -19203,18 +19203,6 @@ - echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi --if test "x" != "xno-xml"; then -- echo "$as_me:$LINENO: checking for XML::Parser" >&5 --echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6 -- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then -- echo "$as_me:$LINENO: result: ok" >&5 --echo "${ECHO_T}ok" >&6 -- else -- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 --echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} -- { (exit 1); exit 1; }; } -- fi --fi - - # Remove file type tags (using []) from po/POTFILES. - diff --git a/textproc/uim/files/patch-helper:Makefile.in b/textproc/uim/files/patch-helper:Makefile.in deleted file mode 100644 index b2c7abf24154..000000000000 --- a/textproc/uim/files/patch-helper:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- helper/Makefile.in.orig Wed Apr 7 05:45:42 2004 -+++ helper/Makefile.in Wed Apr 7 22:21:03 2004 -@@ -203,7 +203,7 @@ - - @APPLET_TRUE@uim_helper_applet_SOURCES = helper-applet.c helper-toolbar-common-gtk.c - --@APPLET_TRUE@serverdir = $(libdir)/bonobo/servers -+@APPLET_TRUE@serverdir = $(prefix)/libdata/bonobo/servers - @APPLET_TRUE@server_DATA = GNOME_UimApplet.server - @APPLET_TRUE@server_in_files = $(server_DATA:=.in) - @APPLET_TRUE@server_in_in_files = $(server_in_files:=.in) diff --git a/textproc/uim/pkg-descr b/textproc/uim/pkg-descr deleted file mode 100644 index 142fbd907a9a..000000000000 --- a/textproc/uim/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -uim aims for multilingual input method library. -It works as an XIM server or an input module of GTK+ 2.x. -And currently it supports following input methods. - - Chinese: Pinyin - Japanese: Anthy, Prime, SKK, T-code, TUT-code - Korean: Hangul - Vietnamese: VIQR - Other: IPA - -WWW: http://anthy.sourceforge.jp/uim/ diff --git a/textproc/uim/pkg-plist b/textproc/uim/pkg-plist deleted file mode 100644 index c4f7a11174c5..000000000000 --- a/textproc/uim/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -bin/uim-fep -bin/uim-fep-tick -bin/uim-helper-server -bin/uim-sh -%%GTK%%bin/uim-helper-candwin-gtk -%%GTK%%bin/uim-helper-toolbar-gtk -%%GTK%%bin/uim-helper-toolbar-gtk-systray -bin/uim-xim -include/uim/uim-helper.h -include/uim/uim-scm.h -include/uim/uim.h -%%GNOME%%libdata/bonobo/servers/GNOME_UimApplet.server -%%GTK%%lib/gtk-2.0/2.4.0/immodules/im-uim.so -lib/libuim.a -lib/libuim.so -lib/libuim.so.0 -libdata/pkgconfig/uim.pc -%%GNOME%%libexec/uim-helper-applet -%%PORTDOCS%%%%DOCSDIR_JA%%/README.ja -%%PORTDOCS%%%%DOCSDIR%%/README -share/locale/ja/LC_MESSAGES/uim.mo -share/uim/PY.scm -share/uim/anthy.scm -share/uim/canna.scm -share/uim/custom.scm -share/uim/default.scm -share/uim/generic-key.scm -share/uim/generic.scm -share/uim/hangul.scm -share/uim/hangul2.scm -share/uim/hangul3.scm -share/uim/hk.scm -share/uim/im.scm -share/uim/ipa.scm -share/uim/japanese-azik.scm -share/uim/japanese-kana.scm -share/uim/japanese.scm -share/uim/key.scm -share/uim/latin.scm -share/uim/loader.scm -share/uim/m17nlib.scm -share/uim/pinyin-big5.scm -share/uim/prime.scm -share/uim/pyload.scm -share/uim/pyunihan.scm -share/uim/rk.scm -share/uim/romaja.scm -share/uim/skk-editor.scm -share/uim/skk.scm -share/uim/spellcheck.scm -share/uim/tables/japanese-azik.table -share/uim/tables/japanese-kana.table -share/uim/tables/japanese-roma.table -share/uim/tables/japanese-tcode.table -share/uim/tables/japanese-tutcode.table -share/uim/tables/korean-hangul2.table -share/uim/tables/korean-hangul3.table -share/uim/tcode.scm -share/uim/tutcode.scm -share/uim/uim-sh.scm -share/uim/util.scm -share/uim/viqr.scm -share/uim/zaurus.scm -@dirrm include/uim -%%PORTDOCS%%@dirrm %%DOCSDIR_JA%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/uim/tables -@dirrm share/uim -%%GTK%%@exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules -%%GTK%%@unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile deleted file mode 100644 index 14515e8ad5e0..000000000000 --- a/textproc/xerces-c2-devel/Makefile +++ /dev/null @@ -1,182 +0,0 @@ -# New ports collection makefile for: xerces-c2 -# Date created: 06 September 2002 -# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net) -# -# $FreeBSD$ -# - -PORTNAME= xerces-c2 -PORTVERSION= 2.5.0 -PORTREVISION= 2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_APACHE_XML} -MASTER_SITE_SUBDIR= xerces-c/source -DISTNAME= xerces-c-src_${PORTVERSION:S/./_/g} - -MAINTAINER= bzeeb+freebsdports@zabbadoz.net -COMMENT= Validating XML parser from the Apache XML Project - -.if !defined(TRANSCODER) -USE_ICONV= yes -TRANSCODER= "IconvFBSD" -ICONVROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} -MAKE_ENV+= ICONVROOT=${ICONVROOT} -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.else -.if (${TRANSCODER} == "icu") -PKGNAMESUFFIX+= -icu2 -LIB_DEPENDS+= icuuc.28:${PORTSDIR}/devel/icu2 -ICUROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICUROOT=${ICUROOT} -MAKE_ENV+= ICUROOT=${ICUROOT} -PLIST_SUB+= TRANSICONV="@comment " -PLIST_SUB+= TRANSICU="" -.elif (${TRANSCODER} == "native") -PKGNAMESUFFIX+= -native -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.else -USE_ICONV= yes -TRANSCODER= "IconvFBSD" -ICONVROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} -MAKE_ENV+= ICONVROOT=${ICONVROOT} -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.endif -.endif - -# expect this to get broken some day -NO_FILTER_SHLIBS= yes -INSTALLS_SHLIB= yes - -XERCESWRKSRC= ${WRKSRC}/src/xercesc -CONFIGURE_WRKSRC= ${XERCESWRKSRC} -BUILD_WRKSRC= ${XERCESWRKSRC} -INSTALL_WRKSRC= ${XERCESWRKSRC} - -USE_REINPLACE= yes -USE_GMAKE= yes -MAKE_ENV+= XERCESCROOT=${WRKSRC} - -HAS_CONFIGURE= yes -CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER} -CONFIGURE_SCRIPT= runConfigure -CONFIGURE_ARGS+= -p freebsd -c ${CC} -x ${CXX} -n socket -P ${PREFIX} - -CONFIGURE_ARGS+= -t ${TRANSCODER} - -.if defined(DEBUG) -CONFIGURE_ARGS+= -d -STRIP= -.endif - -.include <bsd.port.pre.mk> - -.if defined(ARCH) && \ - (${ARCH} == "alpha" || ${ARCH} == "sparc64" || \ - ${ARCH} == "amd64" || ${ARCH} == "ia64") -# set bitsToBuild to 64 -CONFIGURE_ARGS+= -b 64 -SAMPLES_CONFIG_ARGS+= -b 64 -.endif - -.if defined(NO_THREADS) -CONFIGURE_ARGS+= -r none -.else -CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif - -XERCESC_LIB_VERSION= ${PORTVERSION:S/.//:R} -XERCESC_LIB= libxerces-c.so.${PORTVERSION:S/.//} -PLIST_SUB+= XERCESC_LIB=${XERCESC_LIB} \ - XERCESC_LIB_VERSION=${XERCESC_LIB_VERSION} - -.if !defined(NO_SAMPLES) -PLIST_SUB+= NO_SAMPLES="" -ALL_TARGET?= all samples -XERCES_BINS?= CreateDOMDocument DOMCount DOMPrint EnumVal MemParse PParse \ - Redirect SAX2Count SAX2Print SAXCount SAXPrint SEnumVal StdInParse -SAMPLES_CONFIG_ARGS+= -p freebsd -c ${CC} -x ${CXX} -.if defined(NO_THREADS) -SAMPLES_CONFIG_ARGS+= -r none -.else -SAMPLES_CONFIG_ARGS+= -r pthread -SAMPLES_CONFIG_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif -.else -PLIST_SUB+= NO_SAMPLES="@comment " -.endif - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -pre-everything:: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - @${ECHO} '' - @${ECHO} 'You may use the following build options by defining' - @${ECHO} 'them on the command line with -D' - @${ECHO} '' - @${ECHO} 'NO_THREADS do not build a thread enabled shared library' - @${ECHO} 'NO_SAMPLES do not copy sample binaries and sources' - @${ECHO} 'NOPORTDOCS do not copy documentation' - @${ECHO} 'DEBUG include debugging information, do not strip' - @${ECHO} '' - @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' - @${ECHO} '' - @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' - @${ECHO} '' - @/bin/sleep 2 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#' \ - ${WRKSRC}/src/xercesc/Makefile.incl - -pre-configure: - @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure - @${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure - -post-configure: -.if !defined(NO_SAMPLES) -.if defined(TRANSCODER) && (${TRANSCODER} == "icu") - @(cd ${WRKSRC}/samples && \ - ${SETENV} \ - XERCESCROOT=${WRKSRC} \ - ICUROOT=${ICUROOT} \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ${SAMPLES_CONFIG_ENV} \ - ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) -.else - @(cd ${WRKSRC}/samples && \ - ${SETENV} \ - XERCESCROOT=${WRKSRC} \ - ${SAMPLES_CONFIG_ENV} \ - ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) -.endif -.endif - -post-install: -.if !defined(DEBUG) - @${STRIP_CMD} ${PREFIX}/lib/${XERCESC_LIB} -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} -.endif -.if !defined(NO_SAMPLES) - @${MKDIR} ${EXAMPLESDIR} -.for i in ${XERCES_BINS} data - @${CP} -r ${WRKSRC}/samples/$i ${EXAMPLESDIR} -.endfor -.for i in ${XERCES_BINS} - @${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/xerces-c2-devel/distinfo b/textproc/xerces-c2-devel/distinfo deleted file mode 100644 index aec664fc78f3..000000000000 --- a/textproc/xerces-c2-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xerces-c-src_2_5_0.tar.gz) = e7ff7d007fabfa7e3fc8c75a8007b0b1 -SIZE (xerces-c-src_2_5_0.tar.gz) = 9379748 diff --git a/textproc/xerces-c2-devel/files/patch-aa b/textproc/xerces-c2-devel/files/patch-aa deleted file mode 100644 index e058afbec12b..000000000000 --- a/textproc/xerces-c2-devel/files/patch-aa +++ /dev/null @@ -1,144 +0,0 @@ ---- samples/runConfigure.orig Tue Jan 13 19:42:18 2004 -+++ samples/runConfigure Thu Mar 11 17:11:03 2004 -@@ -271,8 +271,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -- threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" -+ threadingDefines="-DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -390,38 +395,6 @@ - # - BITSTOBUILD=$bitsToBuild - export BITSTOBUILD -- --# --# Special test for libiconv necessity under FreeBSD --# --transcodingLibs="" # by default don't suppose the libiconv is necessary --transcodingDefines="" --if test $platform = "freebsd"; then -- if test -n "${XERCESCROOT}"; then -- # try lookup the configuration results -- . "${XERCESCROOT}/version.incl" -- SOLIBNAME=libxerces-c.so.${SO_TARGET_VERSION}.${SO_TARGET_VERSION_MAJOR} -- if test -f "${XERCESCROOT}/src/xercesc/config.log" ; then -- if grep XML_USE_LIBICONV "${XERCESCROOT}/src/xercesc/config.log" \ -- > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" ; then -- if nm "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/lib/${SOLIBNAME}" ; then -- if nm "${XERCESCROOT}/lib/${SOLIBNAME}" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- fi -- fi --fi - - # - # Set the C compiler and C++ compiler environment variables ---- src/xercesc/runConfigure.orig Wed Feb 4 13:26:44 2004 -+++ src/xercesc/runConfigure Thu Mar 11 17:10:00 2004 -@@ -319,8 +319,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread -lpthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -467,7 +472,11 @@ - TRANSCODER=Uniconv390 ;; - IconvFBSD) - TRANSCODER=IconvFBSD ; -- transcodingDefines="-DXML_USE_LIBICONV -I/usr/local/include" ;; -+ transcodingDefines="-DXML_USE_LIBICONV -I/usr/local/include" ; -+ if test ${ICONVROOT}o != "o"; then -+ ICONVROOT=/usr/local -+ fi -+ transcodingLibs="-L${ICONVROOT} -L${ICONVROOT}/lib -liconv" ;; - IconvGNU) - TRANSCODER=IconvGNU ; - transcodingDefines="-DXML_USE_GNU_TRANSCODER -I/usr/local/include" ;; ---- tests/runConfigure.orig Thu Mar 11 17:11:09 2004 -+++ tests/runConfigure Thu Mar 11 17:12:03 2004 -@@ -270,8 +270,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -- threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" -+ threadingDefines="-DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -389,38 +394,6 @@ - # - BITSTOBUILD=$bitsToBuild - export BITSTOBUILD -- --# --# Special test for libiconv necessity under FreeBSD --# --transcodingLibs="" # by default don't suppose the libiconv is necessary --transcodingDefines="" --if test $platform = "freebsd"; then -- if test -n "${XERCESCROOT}"; then -- # try lookup the configuration results -- . "${XERCESCROOT}/version.incl" -- SOLIBNAME=libxerces-c.so.${SO_TARGET_VERSION}.${SO_TARGET_VERSION_MAJOR} -- if test -f "${XERCESCROOT}/src/xercesc/config.log" ; then -- if grep XML_USE_LIBICONV "${XERCESCROOT}/src/xercesc/config.log" \ -- > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" ; then -- if nm "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/lib/${SOLIBNAME}" ; then -- if nm "${XERCESCROOT}/lib/${SOLIBNAME}" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- fi -- fi --fi - - # - # Set the C compiler and C++ compiler environment variables diff --git a/textproc/xerces-c2-devel/files/patch-ab b/textproc/xerces-c2-devel/files/patch-ab deleted file mode 100644 index dc9393db3e6e..000000000000 --- a/textproc/xerces-c2-devel/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp.orig Thu Mar 18 10:44:13 2004 -+++ src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp Thu Mar 18 10:47:04 2004 -@@ -1340,6 +1340,11 @@ - if (wBufPtr) - manager->deallocate(wBufPtr);//delete [] wBufPtr; - -+ // iconvTo resp. iconv(3) doe NOT return number of characters -+ // converted but only number of non-reversible conversions; -+ // thus we need to calculate correct mblen on our own -+ mblen = ptr - toFill; -+ - #endif /* !XML_USE_LIBICONV */ - - // Cap it off just in case diff --git a/textproc/xerces-c2-devel/files/patch-ac b/textproc/xerces-c2-devel/files/patch-ac deleted file mode 100644 index 6c2f7de8a584..000000000000 --- a/textproc/xerces-c2-devel/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ ---- src/xercesc/util/RefArrayOf.hpp 2004/01/29 11:48:46 1.6 -+++ src/xercesc/util/RefArrayOf.hpp 2004/06/23 22:19:35 1.7 -@@ -56,6 +56,9 @@ - - /* - * $Log: RefArrayOf.hpp,v $ -+ * Revision 1.7 2004/06/23 22:19:35 neilg -+ * fix for compilation under gcc 3.5 -+ * - * Revision 1.6 2004/01/29 11:48:46 cargilld - * Code cleanup changes to get rid of various compiler diagnostic messages. - * -@@ -101,6 +104,7 @@ - #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp> - #include <xercesc/util/IllegalArgumentException.hpp> - #include <xercesc/util/XMLEnumerator.hpp> -+#include <xercesc/framework/MemoryManager.hpp> - - XERCES_CPP_NAMESPACE_BEGIN diff --git a/textproc/xerces-c2-devel/pkg-descr b/textproc/xerces-c2-devel/pkg-descr deleted file mode 100644 index 9d6e1747a2bb..000000000000 --- a/textproc/xerces-c2-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Xerces-C++ is a validating XML parser from the Apache XML Project. -It provides a shared library to parse, generate, mainpulate and -validate XML documents from within your own application. - -For information on Xerces-C++ please see their homepage -WWW: http://xml.apache.org/xerces-c/ - -- Bjoern A. Zeeb -bzeeb+freebsdports@zabbadoz.net diff --git a/textproc/xerces-c2-devel/pkg-plist b/textproc/xerces-c2-devel/pkg-plist deleted file mode 100644 index f952f2884f47..000000000000 --- a/textproc/xerces-c2-devel/pkg-plist +++ /dev/null @@ -1,594 +0,0 @@ -include/xercesc/dom/DOM.hpp -include/xercesc/dom/DOMAttr.hpp -include/xercesc/dom/DOMBuilder.hpp -include/xercesc/dom/DOMCDATASection.hpp -include/xercesc/dom/DOMCharacterData.hpp -include/xercesc/dom/DOMComment.hpp -include/xercesc/dom/DOMConfiguration.hpp -include/xercesc/dom/DOMDocument.hpp -include/xercesc/dom/DOMDocumentFragment.hpp -include/xercesc/dom/DOMDocumentRange.hpp -include/xercesc/dom/DOMDocumentTraversal.hpp -include/xercesc/dom/DOMDocumentType.hpp -include/xercesc/dom/DOMElement.hpp -include/xercesc/dom/DOMEntity.hpp -include/xercesc/dom/DOMEntityReference.hpp -include/xercesc/dom/DOMEntityResolver.hpp -include/xercesc/dom/DOMError.hpp -include/xercesc/dom/DOMErrorHandler.hpp -include/xercesc/dom/DOMException.hpp -include/xercesc/dom/DOMImplementation.hpp -include/xercesc/dom/DOMImplementationLS.hpp -include/xercesc/dom/DOMImplementationRegistry.hpp -include/xercesc/dom/DOMImplementationSource.hpp -include/xercesc/dom/DOMInputSource.hpp -include/xercesc/dom/DOMLocator.hpp -include/xercesc/dom/DOMNamedNodeMap.hpp -include/xercesc/dom/DOMNode.hpp -include/xercesc/dom/DOMNodeFilter.hpp -include/xercesc/dom/DOMNodeIterator.hpp -include/xercesc/dom/DOMNodeList.hpp -include/xercesc/dom/DOMNotation.hpp -include/xercesc/dom/DOMProcessingInstruction.hpp -include/xercesc/dom/DOMRange.hpp -include/xercesc/dom/DOMRangeException.hpp -include/xercesc/dom/DOMText.hpp -include/xercesc/dom/DOMTreeWalker.hpp -include/xercesc/dom/DOMTypeInfo.hpp -include/xercesc/dom/DOMUserDataHandler.hpp -include/xercesc/dom/DOMWriter.hpp -include/xercesc/dom/DOMWriterFilter.hpp -include/xercesc/dom/DOMXPathEvaluator.hpp -include/xercesc/dom/DOMXPathException.hpp -include/xercesc/dom/DOMXPathExpression.hpp -include/xercesc/dom/DOMXPathNSResolver.hpp -include/xercesc/dom/DOMXPathNamespace.hpp -include/xercesc/dom/DOMXPathResult.hpp -include/xercesc/dom/StDOMNode.hpp -include/xercesc/dom/deprecated/DOM.hpp -include/xercesc/dom/deprecated/DOMParser.hpp -include/xercesc/dom/deprecated/DOMString.hpp -include/xercesc/dom/deprecated/DOM_Attr.hpp -include/xercesc/dom/deprecated/DOM_CDATASection.hpp -include/xercesc/dom/deprecated/DOM_CharacterData.hpp -include/xercesc/dom/deprecated/DOM_Comment.hpp -include/xercesc/dom/deprecated/DOM_DOMException.hpp -include/xercesc/dom/deprecated/DOM_DOMImplementation.hpp -include/xercesc/dom/deprecated/DOM_Document.hpp -include/xercesc/dom/deprecated/DOM_DocumentFragment.hpp -include/xercesc/dom/deprecated/DOM_DocumentType.hpp -include/xercesc/dom/deprecated/DOM_Element.hpp -include/xercesc/dom/deprecated/DOM_Entity.hpp -include/xercesc/dom/deprecated/DOM_EntityReference.hpp -include/xercesc/dom/deprecated/DOM_NamedNodeMap.hpp -include/xercesc/dom/deprecated/DOM_Node.hpp -include/xercesc/dom/deprecated/DOM_NodeFilter.hpp -include/xercesc/dom/deprecated/DOM_NodeIterator.hpp -include/xercesc/dom/deprecated/DOM_NodeList.hpp -include/xercesc/dom/deprecated/DOM_Notation.hpp -include/xercesc/dom/deprecated/DOM_ProcessingInstruction.hpp -include/xercesc/dom/deprecated/DOM_Range.hpp -include/xercesc/dom/deprecated/DOM_RangeException.hpp -include/xercesc/dom/deprecated/DOM_Text.hpp -include/xercesc/dom/deprecated/DOM_TreeWalker.hpp -include/xercesc/dom/deprecated/DOM_XMLDecl.hpp -include/xercesc/dom/deprecated/DomMemDebug.hpp -include/xercesc/dom/impl/DOMDeepNodeListPool.c -include/xercesc/framework/BinOutputStream.hpp -include/xercesc/framework/LocalFileFormatTarget.hpp -include/xercesc/framework/LocalFileInputSource.hpp -include/xercesc/framework/MemBufFormatTarget.hpp -include/xercesc/framework/MemBufInputSource.hpp -include/xercesc/framework/MemoryManager.hpp -include/xercesc/framework/StdInInputSource.hpp -include/xercesc/framework/StdOutFormatTarget.hpp -include/xercesc/framework/URLInputSource.hpp -include/xercesc/framework/ValidationContext.hpp -include/xercesc/framework/Wrapper4DOMInputSource.hpp -include/xercesc/framework/Wrapper4InputSource.hpp -include/xercesc/framework/XMLAttDef.hpp -include/xercesc/framework/XMLAttDefList.hpp -include/xercesc/framework/XMLAttr.hpp -include/xercesc/framework/XMLBuffer.hpp -include/xercesc/framework/XMLBufferMgr.hpp -include/xercesc/framework/XMLContentModel.hpp -include/xercesc/framework/XMLDTDDescription.hpp -include/xercesc/framework/XMLDocumentHandler.hpp -include/xercesc/framework/XMLElementDecl.hpp -include/xercesc/framework/XMLEntityDecl.hpp -include/xercesc/framework/XMLEntityHandler.hpp -include/xercesc/framework/XMLErrorCodes.hpp -include/xercesc/framework/XMLErrorReporter.hpp -include/xercesc/framework/XMLFormatter.hpp -include/xercesc/framework/XMLGrammarDescription.hpp -include/xercesc/framework/XMLGrammarPool.hpp -include/xercesc/framework/XMLNotationDecl.hpp -include/xercesc/framework/XMLPScanToken.hpp -include/xercesc/framework/XMLRecognizer.hpp -include/xercesc/framework/XMLRefInfo.hpp -include/xercesc/framework/XMLSchemaDescription.hpp -include/xercesc/framework/XMLValidator.hpp -include/xercesc/framework/XMLValidityCodes.hpp -include/xercesc/framework/psvi/PSVIAttribute.hpp -include/xercesc/framework/psvi/PSVIAttributeList.hpp -include/xercesc/framework/psvi/PSVIElement.hpp -include/xercesc/framework/psvi/PSVIHandler.hpp -include/xercesc/framework/psvi/PSVIItem.hpp -include/xercesc/framework/psvi/XSAnnotation.hpp -include/xercesc/framework/psvi/XSAttributeDeclaration.hpp -include/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp -include/xercesc/framework/psvi/XSAttributeUse.hpp -include/xercesc/framework/psvi/XSComplexTypeDefinition.hpp -include/xercesc/framework/psvi/XSConstants.hpp -include/xercesc/framework/psvi/XSElementDeclaration.hpp -include/xercesc/framework/psvi/XSFacet.hpp -include/xercesc/framework/psvi/XSIDCDefinition.hpp -include/xercesc/framework/psvi/XSModel.hpp -include/xercesc/framework/psvi/XSModelGroup.hpp -include/xercesc/framework/psvi/XSModelGroupDefinition.hpp -include/xercesc/framework/psvi/XSMultiValueFacet.hpp -include/xercesc/framework/psvi/XSNamedMap.c -include/xercesc/framework/psvi/XSNamedMap.hpp -include/xercesc/framework/psvi/XSNamespaceItem.hpp -include/xercesc/framework/psvi/XSNotationDeclaration.hpp -include/xercesc/framework/psvi/XSObject.hpp -include/xercesc/framework/psvi/XSParticle.hpp -include/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp -include/xercesc/framework/psvi/XSTypeDefinition.hpp -include/xercesc/framework/psvi/XSWildcard.hpp -include/xercesc/internal/BinFileOutputStream.hpp -include/xercesc/internal/BinMemOutputStream.hpp -include/xercesc/internal/CharTypeTables.hpp -include/xercesc/internal/DGXMLScanner.hpp -include/xercesc/internal/ElemStack.hpp -include/xercesc/internal/EndOfEntityException.hpp -include/xercesc/internal/IANAEncodings.hpp -include/xercesc/internal/IGXMLScanner.hpp -include/xercesc/internal/MemoryManagerArrayImpl.hpp -include/xercesc/internal/MemoryManagerImpl.hpp -include/xercesc/internal/ReaderMgr.hpp -include/xercesc/internal/SGXMLScanner.hpp -include/xercesc/internal/ValidationContextImpl.hpp -include/xercesc/internal/VecAttrListImpl.hpp -include/xercesc/internal/VecAttributesImpl.hpp -include/xercesc/internal/WFXMLScanner.hpp -include/xercesc/internal/XMLGrammarPoolImpl.hpp -include/xercesc/internal/XMLInternalErrorHandler.hpp -include/xercesc/internal/XMLReader.hpp -include/xercesc/internal/XMLScanner.hpp -include/xercesc/internal/XMLScannerResolver.hpp -include/xercesc/internal/XObjectComparator.hpp -include/xercesc/internal/XProtoType.hpp -include/xercesc/internal/XSObjectFactory.hpp -include/xercesc/internal/XSerializable.hpp -include/xercesc/internal/XSerializationException.hpp -include/xercesc/internal/XSerializeEngine.hpp -include/xercesc/internal/XTemplateComparator.hpp -include/xercesc/internal/XTemplateSerializer.hpp -include/xercesc/parsers/AbstractDOMParser.hpp -include/xercesc/parsers/DOMBuilderImpl.hpp -include/xercesc/parsers/SAX2XMLReaderImpl.hpp -include/xercesc/parsers/SAXParser.hpp -include/xercesc/parsers/XercesDOMParser.hpp -include/xercesc/sax/AttributeList.hpp -include/xercesc/sax/DTDHandler.hpp -include/xercesc/sax/DocumentHandler.hpp -include/xercesc/sax/EntityResolver.hpp -include/xercesc/sax/ErrorHandler.hpp -include/xercesc/sax/HandlerBase.hpp -include/xercesc/sax/InputSource.hpp -include/xercesc/sax/Locator.hpp -include/xercesc/sax/Parser.hpp -include/xercesc/sax/SAXException.hpp -include/xercesc/sax/SAXParseException.hpp -include/xercesc/sax2/Attributes.hpp -include/xercesc/sax2/ContentHandler.hpp -include/xercesc/sax2/DeclHandler.hpp -include/xercesc/sax2/DefaultHandler.hpp -include/xercesc/sax2/LexicalHandler.hpp -include/xercesc/sax2/SAX2XMLReader.hpp -include/xercesc/sax2/XMLReaderFactory.hpp -include/xercesc/util/ArrayIndexOutOfBoundsException.hpp -include/xercesc/util/AutoSense.hpp -include/xercesc/util/Base64.hpp -include/xercesc/util/BaseRefVectorOf.c -include/xercesc/util/BaseRefVectorOf.hpp -include/xercesc/util/BinFileInputStream.hpp -include/xercesc/util/BinInputStream.hpp -include/xercesc/util/BinMemInputStream.hpp -include/xercesc/util/BitOps.hpp -include/xercesc/util/BitSet.hpp -include/xercesc/util/Compilers/BorlandCDefs.hpp -include/xercesc/util/Compilers/CSetDefs.hpp -include/xercesc/util/Compilers/CodeWarriorDefs.hpp -include/xercesc/util/Compilers/DECCXXDefs.hpp -include/xercesc/util/Compilers/GCCDefs.hpp -include/xercesc/util/Compilers/HPCCDefs.hpp -include/xercesc/util/Compilers/IBMVAOS2Defs.hpp -include/xercesc/util/Compilers/IBMVAW32Defs.hpp -include/xercesc/util/Compilers/MIPSproDefs.hpp -include/xercesc/util/Compilers/MVSCPPDefs.hpp -include/xercesc/util/Compilers/OS400SetDefs.hpp -include/xercesc/util/Compilers/PTXCCDefs.hpp -include/xercesc/util/Compilers/QCCDefs.hpp -include/xercesc/util/Compilers/SCOCCDefs.hpp -include/xercesc/util/Compilers/SunCCDefs.hpp -include/xercesc/util/Compilers/SunKaiDefs.hpp -include/xercesc/util/Compilers/TandemCCDefs.hpp -include/xercesc/util/Compilers/VCPPDefs.hpp -include/xercesc/util/CountedPointer.c -include/xercesc/util/CountedPointer.hpp -include/xercesc/util/DefaultPanicHandler.hpp -include/xercesc/util/EmptyStackException.hpp -include/xercesc/util/EncodingValidator.hpp -include/xercesc/util/FlagJanitor.c -include/xercesc/util/FlagJanitor.hpp -include/xercesc/util/HashBase.hpp -include/xercesc/util/HashCMStateSet.hpp -include/xercesc/util/HashPtr.hpp -include/xercesc/util/HashXMLCh.hpp -include/xercesc/util/HexBin.hpp -include/xercesc/util/IOException.hpp -include/xercesc/util/IllegalArgumentException.hpp -include/xercesc/util/InvalidCastException.hpp -include/xercesc/util/Janitor.c -include/xercesc/util/Janitor.hpp -include/xercesc/util/KVStringPair.hpp -include/xercesc/util/KeyRefPair.c -include/xercesc/util/KeyRefPair.hpp -include/xercesc/util/KeyValuePair.c -include/xercesc/util/KeyValuePair.hpp -include/xercesc/util/LogicalPath.c -include/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp -include/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp -include/xercesc/util/Mutexes.hpp -include/xercesc/util/NameIdPool.c -include/xercesc/util/NameIdPool.hpp -include/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp -include/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp -include/xercesc/util/NoSuchElementException.hpp -include/xercesc/util/NullPointerException.hpp -include/xercesc/util/NumberFormatException.hpp -include/xercesc/util/OutOfMemoryException.hpp -include/xercesc/util/PanicHandler.hpp -include/xercesc/util/ParseException.hpp -include/xercesc/util/PlatformUtils.hpp -include/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp -include/xercesc/util/QName.hpp -include/xercesc/util/RefArrayOf.c -include/xercesc/util/RefArrayOf.hpp -include/xercesc/util/RefArrayVectorOf.c -include/xercesc/util/RefArrayVectorOf.hpp -include/xercesc/util/RefHash2KeysTableOf.c -include/xercesc/util/RefHash2KeysTableOf.hpp -include/xercesc/util/RefHash3KeysIdPool.c -include/xercesc/util/RefHash3KeysIdPool.hpp -include/xercesc/util/RefHashTableOf.c -include/xercesc/util/RefHashTableOf.hpp -include/xercesc/util/RefStackOf.c -include/xercesc/util/RefStackOf.hpp -include/xercesc/util/RefVectorOf.c -include/xercesc/util/RefVectorOf.hpp -include/xercesc/util/RuntimeException.hpp -include/xercesc/util/SchemaDateTimeException.hpp -include/xercesc/util/SecurityManager.hpp -include/xercesc/util/StringPool.hpp -include/xercesc/util/SynchronizedStringPool.hpp -include/xercesc/util/TransENameMap.c -include/xercesc/util/TransENameMap.hpp -include/xercesc/util/TransService.hpp -%%TRANSICONV%%include/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp -%%TRANSICU%%include/xercesc/util/Transcoders/ICU/ICUTransService.hpp -include/xercesc/util/TranscodingException.hpp -include/xercesc/util/UTFDataFormatException.hpp -include/xercesc/util/UnexpectedEOFException.hpp -include/xercesc/util/UnsupportedEncodingException.hpp -include/xercesc/util/ValueArrayOf.c -include/xercesc/util/ValueArrayOf.hpp -include/xercesc/util/ValueHashTableOf.c -include/xercesc/util/ValueHashTableOf.hpp -include/xercesc/util/ValueStackOf.c -include/xercesc/util/ValueStackOf.hpp -include/xercesc/util/ValueVectorOf.c -include/xercesc/util/ValueVectorOf.hpp -include/xercesc/util/XML256TableTranscoder.hpp -include/xercesc/util/XML88591Transcoder.hpp -include/xercesc/util/XMLASCIITranscoder.hpp -include/xercesc/util/XMLAbstractDoubleFloat.hpp -include/xercesc/util/XMLBigDecimal.hpp -include/xercesc/util/XMLBigInteger.hpp -include/xercesc/util/XMLChTranscoder.hpp -include/xercesc/util/XMLChar.hpp -include/xercesc/util/XMLDOMMsg.hpp -include/xercesc/util/XMLDateTime.hpp -include/xercesc/util/XMLDeleterFor.c -include/xercesc/util/XMLDeleterFor.hpp -include/xercesc/util/XMLDouble.hpp -include/xercesc/util/XMLEBCDICTranscoder.hpp -include/xercesc/util/XMLEntityResolver.hpp -include/xercesc/util/XMLEnumerator.hpp -include/xercesc/util/XMLExceptMsgs.hpp -include/xercesc/util/XMLException.hpp -include/xercesc/util/XMLFloat.hpp -include/xercesc/util/XMLIBM1047Transcoder.hpp -include/xercesc/util/XMLIBM1140Transcoder.hpp -include/xercesc/util/XMLInteger.hpp -include/xercesc/util/XMLMsgLoader.hpp -include/xercesc/util/XMLNetAccessor.hpp -include/xercesc/util/XMLNumber.hpp -include/xercesc/util/XMLRegisterCleanup.hpp -include/xercesc/util/XMLResourceIdentifier.hpp -include/xercesc/util/XMLString.hpp -include/xercesc/util/XMLStringTokenizer.hpp -include/xercesc/util/XMLUCS4Transcoder.hpp -include/xercesc/util/XMLURL.hpp -include/xercesc/util/XMLUTF16Transcoder.hpp -include/xercesc/util/XMLUTF8Transcoder.hpp -include/xercesc/util/XMLUni.hpp -include/xercesc/util/XMLUniDefs.hpp -include/xercesc/util/XMLUri.hpp -include/xercesc/util/XMLWin1252Transcoder.hpp -include/xercesc/util/XMemory.hpp -include/xercesc/util/XercesDefs.hpp -include/xercesc/util/XercesVersion.hpp -include/xercesc/util/regx/ASCIIRangeFactory.hpp -include/xercesc/util/regx/BMPattern.hpp -include/xercesc/util/regx/BlockRangeFactory.hpp -include/xercesc/util/regx/CharToken.hpp -include/xercesc/util/regx/ClosureToken.hpp -include/xercesc/util/regx/ConcatToken.hpp -include/xercesc/util/regx/ConditionToken.hpp -include/xercesc/util/regx/Match.hpp -include/xercesc/util/regx/ModifierToken.hpp -include/xercesc/util/regx/Op.hpp -include/xercesc/util/regx/OpFactory.hpp -include/xercesc/util/regx/ParenToken.hpp -include/xercesc/util/regx/ParserForXMLSchema.hpp -include/xercesc/util/regx/RangeFactory.hpp -include/xercesc/util/regx/RangeToken.hpp -include/xercesc/util/regx/RangeTokenMap.hpp -include/xercesc/util/regx/RegularExpression.hpp -include/xercesc/util/regx/RegxDefs.hpp -include/xercesc/util/regx/RegxParser.hpp -include/xercesc/util/regx/RegxUtil.hpp -include/xercesc/util/regx/StringToken.hpp -include/xercesc/util/regx/Token.hpp -include/xercesc/util/regx/TokenFactory.hpp -include/xercesc/util/regx/TokenInc.hpp -include/xercesc/util/regx/UniCharTable.hpp -include/xercesc/util/regx/UnicodeRangeFactory.hpp -include/xercesc/util/regx/UnionToken.hpp -include/xercesc/util/regx/XMLRangeFactory.hpp -include/xercesc/util/regx/XMLUniCharacter.hpp -include/xercesc/validators/DTD/DTDAttDef.hpp -include/xercesc/validators/DTD/DTDAttDefList.hpp -include/xercesc/validators/DTD/DTDElementDecl.hpp -include/xercesc/validators/DTD/DTDEntityDecl.hpp -include/xercesc/validators/DTD/DTDGrammar.hpp -include/xercesc/validators/DTD/DTDScanner.hpp -include/xercesc/validators/DTD/DTDValidator.hpp -include/xercesc/validators/DTD/DocTypeHandler.hpp -include/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp -include/xercesc/validators/common/AllContentModel.hpp -include/xercesc/validators/common/CMAny.hpp -include/xercesc/validators/common/CMBinaryOp.hpp -include/xercesc/validators/common/CMLeaf.hpp -include/xercesc/validators/common/CMNode.hpp -include/xercesc/validators/common/CMStateSet.hpp -include/xercesc/validators/common/CMUnaryOp.hpp -include/xercesc/validators/common/ContentLeafNameTypeVector.hpp -include/xercesc/validators/common/ContentSpecNode.hpp -include/xercesc/validators/common/DFAContentModel.hpp -include/xercesc/validators/common/Grammar.hpp -include/xercesc/validators/common/GrammarResolver.hpp -include/xercesc/validators/common/MixedContentModel.hpp -include/xercesc/validators/common/SimpleContentModel.hpp -include/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp -include/xercesc/validators/datatype/AbstractNumericValidator.hpp -include/xercesc/validators/datatype/AbstractStringValidator.hpp -include/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.hpp -include/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp -include/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp -include/xercesc/validators/datatype/BooleanDatatypeValidator.hpp -include/xercesc/validators/datatype/DatatypeValidator.hpp -include/xercesc/validators/datatype/DatatypeValidatorFactory.hpp -include/xercesc/validators/datatype/DateDatatypeValidator.hpp -include/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp -include/xercesc/validators/datatype/DateTimeValidator.hpp -include/xercesc/validators/datatype/DayDatatypeValidator.hpp -include/xercesc/validators/datatype/DecimalDatatypeValidator.hpp -include/xercesc/validators/datatype/DoubleDatatypeValidator.hpp -include/xercesc/validators/datatype/DurationDatatypeValidator.hpp -include/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp -include/xercesc/validators/datatype/FloatDatatypeValidator.hpp -include/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp -include/xercesc/validators/datatype/IDDatatypeValidator.hpp -include/xercesc/validators/datatype/IDREFDatatypeValidator.hpp -include/xercesc/validators/datatype/InvalidDatatypeFacetException.hpp -include/xercesc/validators/datatype/InvalidDatatypeValueException.hpp -include/xercesc/validators/datatype/ListDatatypeValidator.hpp -include/xercesc/validators/datatype/MonthDatatypeValidator.hpp -include/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp -include/xercesc/validators/datatype/NCNameDatatypeValidator.hpp -include/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp -include/xercesc/validators/datatype/NameDatatypeValidator.hpp -include/xercesc/validators/datatype/QNameDatatypeValidator.hpp -include/xercesc/validators/datatype/StringDatatypeValidator.hpp -include/xercesc/validators/datatype/TimeDatatypeValidator.hpp -include/xercesc/validators/datatype/UnionDatatypeValidator.hpp -include/xercesc/validators/datatype/YearDatatypeValidator.hpp -include/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp -include/xercesc/validators/datatype/XMLCanRepGroup.hpp -include/xercesc/validators/schema/ComplexTypeInfo.hpp -include/xercesc/validators/schema/GeneralAttributeCheck.hpp -include/xercesc/validators/schema/NamespaceScope.hpp -include/xercesc/validators/schema/PSVIDefs.hpp -include/xercesc/validators/schema/SchemaAttDef.hpp -include/xercesc/validators/schema/SchemaAttDefList.hpp -include/xercesc/validators/schema/SchemaElementDecl.hpp -include/xercesc/validators/schema/SchemaGrammar.hpp -include/xercesc/validators/schema/SchemaInfo.hpp -include/xercesc/validators/schema/SchemaSymbols.hpp -include/xercesc/validators/schema/SchemaValidator.hpp -include/xercesc/validators/schema/SubstitutionGroupComparator.hpp -include/xercesc/validators/schema/TraverseSchema.hpp -include/xercesc/validators/schema/XMLSchemaDescriptionImpl.hpp -include/xercesc/validators/schema/XSDDOMParser.hpp -include/xercesc/validators/schema/XSDErrorReporter.hpp -include/xercesc/validators/schema/XSDLocator.hpp -include/xercesc/validators/schema/XUtil.hpp -include/xercesc/validators/schema/XercesAttGroupInfo.hpp -include/xercesc/validators/schema/XercesElementWildcard.hpp -include/xercesc/validators/schema/XercesGroupInfo.hpp -include/xercesc/validators/schema/identity/FieldActivator.hpp -include/xercesc/validators/schema/identity/FieldValueMap.hpp -include/xercesc/validators/schema/identity/IC_Field.hpp -include/xercesc/validators/schema/identity/IC_Key.hpp -include/xercesc/validators/schema/identity/IC_KeyRef.hpp -include/xercesc/validators/schema/identity/IC_Selector.hpp -include/xercesc/validators/schema/identity/IC_Unique.hpp -include/xercesc/validators/schema/identity/IdentityConstraint.hpp -include/xercesc/validators/schema/identity/ValueStore.hpp -include/xercesc/validators/schema/identity/ValueStoreCache.hpp -include/xercesc/validators/schema/identity/XPathException.hpp -include/xercesc/validators/schema/identity/XPathMatcher.hpp -include/xercesc/validators/schema/identity/XPathMatcherStack.hpp -include/xercesc/validators/schema/identity/XPathSymbols.hpp -include/xercesc/validators/schema/identity/XercesXPath.hpp -lib/%%XERCESC_LIB%% -@exec ln -sf %%XERCESC_LIB%% %D/lib/libxerces-c.so -@exec ln -sf %%XERCESC_LIB%% %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%% -@unexec if test ! -r %D/lib/libxerces-c.so; then rm -f %D/lib/libxerces-c.so; fi -@unexec if test ! -r %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; then rm -f %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; fi -@dirrm include/xercesc/validators/schema/identity -@dirrm include/xercesc/validators/schema -@dirrm include/xercesc/validators/datatype -@dirrm include/xercesc/validators/common -@dirrm include/xercesc/validators/DTD -@dirrm include/xercesc/validators -@dirrm include/xercesc/util/regx -%%TRANSICONV%%@dirrm include/xercesc/util/Transcoders/IconvFBSD -%%TRANSICU%%@dirrm include/xercesc/util/Transcoders/ICU -@dirrm include/xercesc/util/Transcoders -@dirrm include/xercesc/util/Platforms/FreeBSD -@dirrm include/xercesc/util/Platforms -@dirrm include/xercesc/util/NetAccessors/Socket -@dirrm include/xercesc/util/NetAccessors -@dirrm include/xercesc/util/MsgLoaders/InMemory -@dirrm include/xercesc/util/MsgLoaders -@dirrm include/xercesc/util/Compilers -@dirrm include/xercesc/util -@dirrm include/xercesc/sax2 -@dirrm include/xercesc/sax -@dirrm include/xercesc/parsers -@dirrm include/xercesc/internal -@dirrm include/xercesc/framework/psvi -@dirrm include/xercesc/framework -@dirrm include/xercesc/dom/impl -@dirrm include/xercesc/dom/deprecated -@dirrm include/xercesc/dom -@dirrm include/xercesc -@comment --- SAMPLES --- -%%NO_SAMPLES%%bin/CreateDOMDocument -%%NO_SAMPLES%%bin/DOMCount -%%NO_SAMPLES%%bin/DOMPrint -%%NO_SAMPLES%%bin/EnumVal -%%NO_SAMPLES%%bin/MemParse -%%NO_SAMPLES%%bin/PParse -%%NO_SAMPLES%%bin/Redirect -%%NO_SAMPLES%%bin/SAX2Count -%%NO_SAMPLES%%bin/SAX2Print -%%NO_SAMPLES%%bin/SAXCount -%%NO_SAMPLES%%bin/SAXPrint -%%NO_SAMPLES%%bin/SEnumVal -%%NO_SAMPLES%%bin/StdInParse -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/CreateDOMDocument.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/DOMCount.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/DOMCount.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrint.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintErrorHandler.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintErrorHandler.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintFilter.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintFilter.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMTreeErrorReporter.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMTreeErrorReporter.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/EnumVal.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Redirect.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Redirect.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/RedirectHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/RedirectHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2Count.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2Count.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2CountHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2CountHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2Print.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2Print.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2PrintHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2PrintHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCount.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCount.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCountHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCountHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrint.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrint.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/SEnumVal.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal-schema.xml -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.dtd -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.xml -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.xsd -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/redirect.dtd -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/data -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/StdInParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SEnumVal -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXPrint -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXCount -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Print -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Count -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/Redirect -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/PParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/MemParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/EnumVal -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/DOMPrint -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/DOMCount -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/CreateDOMDocument -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/textproc/xerces-c27/Makefile b/textproc/xerces-c27/Makefile deleted file mode 100644 index 14515e8ad5e0..000000000000 --- a/textproc/xerces-c27/Makefile +++ /dev/null @@ -1,182 +0,0 @@ -# New ports collection makefile for: xerces-c2 -# Date created: 06 September 2002 -# Whom: "Bjoern A. Zeeb" (bzeeb+freebsdports@zabbadoz.net) -# -# $FreeBSD$ -# - -PORTNAME= xerces-c2 -PORTVERSION= 2.5.0 -PORTREVISION= 2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_APACHE_XML} -MASTER_SITE_SUBDIR= xerces-c/source -DISTNAME= xerces-c-src_${PORTVERSION:S/./_/g} - -MAINTAINER= bzeeb+freebsdports@zabbadoz.net -COMMENT= Validating XML parser from the Apache XML Project - -.if !defined(TRANSCODER) -USE_ICONV= yes -TRANSCODER= "IconvFBSD" -ICONVROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} -MAKE_ENV+= ICONVROOT=${ICONVROOT} -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.else -.if (${TRANSCODER} == "icu") -PKGNAMESUFFIX+= -icu2 -LIB_DEPENDS+= icuuc.28:${PORTSDIR}/devel/icu2 -ICUROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICUROOT=${ICUROOT} -MAKE_ENV+= ICUROOT=${ICUROOT} -PLIST_SUB+= TRANSICONV="@comment " -PLIST_SUB+= TRANSICU="" -.elif (${TRANSCODER} == "native") -PKGNAMESUFFIX+= -native -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.else -USE_ICONV= yes -TRANSCODER= "IconvFBSD" -ICONVROOT?= ${LOCALBASE} -CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} -MAKE_ENV+= ICONVROOT=${ICONVROOT} -PLIST_SUB+= TRANSICONV="" -PLIST_SUB+= TRANSICU="@comment " -.endif -.endif - -# expect this to get broken some day -NO_FILTER_SHLIBS= yes -INSTALLS_SHLIB= yes - -XERCESWRKSRC= ${WRKSRC}/src/xercesc -CONFIGURE_WRKSRC= ${XERCESWRKSRC} -BUILD_WRKSRC= ${XERCESWRKSRC} -INSTALL_WRKSRC= ${XERCESWRKSRC} - -USE_REINPLACE= yes -USE_GMAKE= yes -MAKE_ENV+= XERCESCROOT=${WRKSRC} - -HAS_CONFIGURE= yes -CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER} -CONFIGURE_SCRIPT= runConfigure -CONFIGURE_ARGS+= -p freebsd -c ${CC} -x ${CXX} -n socket -P ${PREFIX} - -CONFIGURE_ARGS+= -t ${TRANSCODER} - -.if defined(DEBUG) -CONFIGURE_ARGS+= -d -STRIP= -.endif - -.include <bsd.port.pre.mk> - -.if defined(ARCH) && \ - (${ARCH} == "alpha" || ${ARCH} == "sparc64" || \ - ${ARCH} == "amd64" || ${ARCH} == "ia64") -# set bitsToBuild to 64 -CONFIGURE_ARGS+= -b 64 -SAMPLES_CONFIG_ARGS+= -b 64 -.endif - -.if defined(NO_THREADS) -CONFIGURE_ARGS+= -r none -.else -CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif - -XERCESC_LIB_VERSION= ${PORTVERSION:S/.//:R} -XERCESC_LIB= libxerces-c.so.${PORTVERSION:S/.//} -PLIST_SUB+= XERCESC_LIB=${XERCESC_LIB} \ - XERCESC_LIB_VERSION=${XERCESC_LIB_VERSION} - -.if !defined(NO_SAMPLES) -PLIST_SUB+= NO_SAMPLES="" -ALL_TARGET?= all samples -XERCES_BINS?= CreateDOMDocument DOMCount DOMPrint EnumVal MemParse PParse \ - Redirect SAX2Count SAX2Print SAXCount SAXPrint SEnumVal StdInParse -SAMPLES_CONFIG_ARGS+= -p freebsd -c ${CC} -x ${CXX} -.if defined(NO_THREADS) -SAMPLES_CONFIG_ARGS+= -r none -.else -SAMPLES_CONFIG_ARGS+= -r pthread -SAMPLES_CONFIG_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif -.else -PLIST_SUB+= NO_SAMPLES="@comment " -.endif - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -pre-everything:: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - @${ECHO} '' - @${ECHO} 'You may use the following build options by defining' - @${ECHO} 'them on the command line with -D' - @${ECHO} '' - @${ECHO} 'NO_THREADS do not build a thread enabled shared library' - @${ECHO} 'NO_SAMPLES do not copy sample binaries and sources' - @${ECHO} 'NOPORTDOCS do not copy documentation' - @${ECHO} 'DEBUG include debugging information, do not strip' - @${ECHO} '' - @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' - @${ECHO} '' - @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' - @${ECHO} '' - @/bin/sleep 2 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#' \ - ${WRKSRC}/src/xercesc/Makefile.incl - -pre-configure: - @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure - @${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure - -post-configure: -.if !defined(NO_SAMPLES) -.if defined(TRANSCODER) && (${TRANSCODER} == "icu") - @(cd ${WRKSRC}/samples && \ - ${SETENV} \ - XERCESCROOT=${WRKSRC} \ - ICUROOT=${ICUROOT} \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ${SAMPLES_CONFIG_ENV} \ - ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) -.else - @(cd ${WRKSRC}/samples && \ - ${SETENV} \ - XERCESCROOT=${WRKSRC} \ - ${SAMPLES_CONFIG_ENV} \ - ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) -.endif -.endif - -post-install: -.if !defined(DEBUG) - @${STRIP_CMD} ${PREFIX}/lib/${XERCESC_LIB} -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} -.endif -.if !defined(NO_SAMPLES) - @${MKDIR} ${EXAMPLESDIR} -.for i in ${XERCES_BINS} data - @${CP} -r ${WRKSRC}/samples/$i ${EXAMPLESDIR} -.endfor -.for i in ${XERCES_BINS} - @${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/xerces-c27/distinfo b/textproc/xerces-c27/distinfo deleted file mode 100644 index aec664fc78f3..000000000000 --- a/textproc/xerces-c27/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xerces-c-src_2_5_0.tar.gz) = e7ff7d007fabfa7e3fc8c75a8007b0b1 -SIZE (xerces-c-src_2_5_0.tar.gz) = 9379748 diff --git a/textproc/xerces-c27/files/patch-aa b/textproc/xerces-c27/files/patch-aa deleted file mode 100644 index e058afbec12b..000000000000 --- a/textproc/xerces-c27/files/patch-aa +++ /dev/null @@ -1,144 +0,0 @@ ---- samples/runConfigure.orig Tue Jan 13 19:42:18 2004 -+++ samples/runConfigure Thu Mar 11 17:11:03 2004 -@@ -271,8 +271,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -- threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" -+ threadingDefines="-DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -390,38 +395,6 @@ - # - BITSTOBUILD=$bitsToBuild - export BITSTOBUILD -- --# --# Special test for libiconv necessity under FreeBSD --# --transcodingLibs="" # by default don't suppose the libiconv is necessary --transcodingDefines="" --if test $platform = "freebsd"; then -- if test -n "${XERCESCROOT}"; then -- # try lookup the configuration results -- . "${XERCESCROOT}/version.incl" -- SOLIBNAME=libxerces-c.so.${SO_TARGET_VERSION}.${SO_TARGET_VERSION_MAJOR} -- if test -f "${XERCESCROOT}/src/xercesc/config.log" ; then -- if grep XML_USE_LIBICONV "${XERCESCROOT}/src/xercesc/config.log" \ -- > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" ; then -- if nm "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/lib/${SOLIBNAME}" ; then -- if nm "${XERCESCROOT}/lib/${SOLIBNAME}" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- fi -- fi --fi - - # - # Set the C compiler and C++ compiler environment variables ---- src/xercesc/runConfigure.orig Wed Feb 4 13:26:44 2004 -+++ src/xercesc/runConfigure Thu Mar 11 17:10:00 2004 -@@ -319,8 +319,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread -lpthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -467,7 +472,11 @@ - TRANSCODER=Uniconv390 ;; - IconvFBSD) - TRANSCODER=IconvFBSD ; -- transcodingDefines="-DXML_USE_LIBICONV -I/usr/local/include" ;; -+ transcodingDefines="-DXML_USE_LIBICONV -I/usr/local/include" ; -+ if test ${ICONVROOT}o != "o"; then -+ ICONVROOT=/usr/local -+ fi -+ transcodingLibs="-L${ICONVROOT} -L${ICONVROOT}/lib -liconv" ;; - IconvGNU) - TRANSCODER=IconvGNU ; - transcodingDefines="-DXML_USE_GNU_TRANSCODER -I/usr/local/include" ;; ---- tests/runConfigure.orig Thu Mar 11 17:11:09 2004 -+++ tests/runConfigure Thu Mar 11 17:12:03 2004 -@@ -270,8 +270,13 @@ - ;; - esac - elif test $platform = "freebsd"; then -- threadingLibs="-pthread -lc_r" -- threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -+ if test -n "${PTHREAD_LIBS}" ; then -+ threadingLibs="${PTHREAD_LIBS}" -+ threadingDefines="${PTHREAD_CFLAGS} -DXML_USE_PTHREADS" -+ else -+ threadingLibs="-lpthread" -+ threadingDefines="-DXML_USE_PTHREADS" -+ fi - elif test $platform = "netbsd"; then - threadingLibs="-pthread" - threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS" -@@ -389,38 +394,6 @@ - # - BITSTOBUILD=$bitsToBuild - export BITSTOBUILD -- --# --# Special test for libiconv necessity under FreeBSD --# --transcodingLibs="" # by default don't suppose the libiconv is necessary --transcodingDefines="" --if test $platform = "freebsd"; then -- if test -n "${XERCESCROOT}"; then -- # try lookup the configuration results -- . "${XERCESCROOT}/version.incl" -- SOLIBNAME=libxerces-c.so.${SO_TARGET_VERSION}.${SO_TARGET_VERSION_MAJOR} -- if test -f "${XERCESCROOT}/src/xercesc/config.log" ; then -- if grep XML_USE_LIBICONV "${XERCESCROOT}/src/xercesc/config.log" \ -- > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" ; then -- if nm "${XERCESCROOT}/obj/FREEBSD/IconvFBSDTransService.o" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- elif test -f "${XERCESCROOT}/lib/${SOLIBNAME}" ; then -- if nm "${XERCESCROOT}/lib/${SOLIBNAME}" | \ -- grep iconv_open > /dev/null 2>&1 ; then -- transcodingLibs=" -L/usr/local/lib -liconv " -- transcodingDefines=" -DXML_USE_LIBICONV -I/usr/local/include " -- fi -- fi -- fi --fi - - # - # Set the C compiler and C++ compiler environment variables diff --git a/textproc/xerces-c27/files/patch-ab b/textproc/xerces-c27/files/patch-ab deleted file mode 100644 index dc9393db3e6e..000000000000 --- a/textproc/xerces-c27/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp.orig Thu Mar 18 10:44:13 2004 -+++ src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp Thu Mar 18 10:47:04 2004 -@@ -1340,6 +1340,11 @@ - if (wBufPtr) - manager->deallocate(wBufPtr);//delete [] wBufPtr; - -+ // iconvTo resp. iconv(3) doe NOT return number of characters -+ // converted but only number of non-reversible conversions; -+ // thus we need to calculate correct mblen on our own -+ mblen = ptr - toFill; -+ - #endif /* !XML_USE_LIBICONV */ - - // Cap it off just in case diff --git a/textproc/xerces-c27/files/patch-ac b/textproc/xerces-c27/files/patch-ac deleted file mode 100644 index 6c2f7de8a584..000000000000 --- a/textproc/xerces-c27/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ ---- src/xercesc/util/RefArrayOf.hpp 2004/01/29 11:48:46 1.6 -+++ src/xercesc/util/RefArrayOf.hpp 2004/06/23 22:19:35 1.7 -@@ -56,6 +56,9 @@ - - /* - * $Log: RefArrayOf.hpp,v $ -+ * Revision 1.7 2004/06/23 22:19:35 neilg -+ * fix for compilation under gcc 3.5 -+ * - * Revision 1.6 2004/01/29 11:48:46 cargilld - * Code cleanup changes to get rid of various compiler diagnostic messages. - * -@@ -101,6 +104,7 @@ - #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp> - #include <xercesc/util/IllegalArgumentException.hpp> - #include <xercesc/util/XMLEnumerator.hpp> -+#include <xercesc/framework/MemoryManager.hpp> - - XERCES_CPP_NAMESPACE_BEGIN diff --git a/textproc/xerces-c27/pkg-descr b/textproc/xerces-c27/pkg-descr deleted file mode 100644 index 9d6e1747a2bb..000000000000 --- a/textproc/xerces-c27/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Xerces-C++ is a validating XML parser from the Apache XML Project. -It provides a shared library to parse, generate, mainpulate and -validate XML documents from within your own application. - -For information on Xerces-C++ please see their homepage -WWW: http://xml.apache.org/xerces-c/ - -- Bjoern A. Zeeb -bzeeb+freebsdports@zabbadoz.net diff --git a/textproc/xerces-c27/pkg-plist b/textproc/xerces-c27/pkg-plist deleted file mode 100644 index f952f2884f47..000000000000 --- a/textproc/xerces-c27/pkg-plist +++ /dev/null @@ -1,594 +0,0 @@ -include/xercesc/dom/DOM.hpp -include/xercesc/dom/DOMAttr.hpp -include/xercesc/dom/DOMBuilder.hpp -include/xercesc/dom/DOMCDATASection.hpp -include/xercesc/dom/DOMCharacterData.hpp -include/xercesc/dom/DOMComment.hpp -include/xercesc/dom/DOMConfiguration.hpp -include/xercesc/dom/DOMDocument.hpp -include/xercesc/dom/DOMDocumentFragment.hpp -include/xercesc/dom/DOMDocumentRange.hpp -include/xercesc/dom/DOMDocumentTraversal.hpp -include/xercesc/dom/DOMDocumentType.hpp -include/xercesc/dom/DOMElement.hpp -include/xercesc/dom/DOMEntity.hpp -include/xercesc/dom/DOMEntityReference.hpp -include/xercesc/dom/DOMEntityResolver.hpp -include/xercesc/dom/DOMError.hpp -include/xercesc/dom/DOMErrorHandler.hpp -include/xercesc/dom/DOMException.hpp -include/xercesc/dom/DOMImplementation.hpp -include/xercesc/dom/DOMImplementationLS.hpp -include/xercesc/dom/DOMImplementationRegistry.hpp -include/xercesc/dom/DOMImplementationSource.hpp -include/xercesc/dom/DOMInputSource.hpp -include/xercesc/dom/DOMLocator.hpp -include/xercesc/dom/DOMNamedNodeMap.hpp -include/xercesc/dom/DOMNode.hpp -include/xercesc/dom/DOMNodeFilter.hpp -include/xercesc/dom/DOMNodeIterator.hpp -include/xercesc/dom/DOMNodeList.hpp -include/xercesc/dom/DOMNotation.hpp -include/xercesc/dom/DOMProcessingInstruction.hpp -include/xercesc/dom/DOMRange.hpp -include/xercesc/dom/DOMRangeException.hpp -include/xercesc/dom/DOMText.hpp -include/xercesc/dom/DOMTreeWalker.hpp -include/xercesc/dom/DOMTypeInfo.hpp -include/xercesc/dom/DOMUserDataHandler.hpp -include/xercesc/dom/DOMWriter.hpp -include/xercesc/dom/DOMWriterFilter.hpp -include/xercesc/dom/DOMXPathEvaluator.hpp -include/xercesc/dom/DOMXPathException.hpp -include/xercesc/dom/DOMXPathExpression.hpp -include/xercesc/dom/DOMXPathNSResolver.hpp -include/xercesc/dom/DOMXPathNamespace.hpp -include/xercesc/dom/DOMXPathResult.hpp -include/xercesc/dom/StDOMNode.hpp -include/xercesc/dom/deprecated/DOM.hpp -include/xercesc/dom/deprecated/DOMParser.hpp -include/xercesc/dom/deprecated/DOMString.hpp -include/xercesc/dom/deprecated/DOM_Attr.hpp -include/xercesc/dom/deprecated/DOM_CDATASection.hpp -include/xercesc/dom/deprecated/DOM_CharacterData.hpp -include/xercesc/dom/deprecated/DOM_Comment.hpp -include/xercesc/dom/deprecated/DOM_DOMException.hpp -include/xercesc/dom/deprecated/DOM_DOMImplementation.hpp -include/xercesc/dom/deprecated/DOM_Document.hpp -include/xercesc/dom/deprecated/DOM_DocumentFragment.hpp -include/xercesc/dom/deprecated/DOM_DocumentType.hpp -include/xercesc/dom/deprecated/DOM_Element.hpp -include/xercesc/dom/deprecated/DOM_Entity.hpp -include/xercesc/dom/deprecated/DOM_EntityReference.hpp -include/xercesc/dom/deprecated/DOM_NamedNodeMap.hpp -include/xercesc/dom/deprecated/DOM_Node.hpp -include/xercesc/dom/deprecated/DOM_NodeFilter.hpp -include/xercesc/dom/deprecated/DOM_NodeIterator.hpp -include/xercesc/dom/deprecated/DOM_NodeList.hpp -include/xercesc/dom/deprecated/DOM_Notation.hpp -include/xercesc/dom/deprecated/DOM_ProcessingInstruction.hpp -include/xercesc/dom/deprecated/DOM_Range.hpp -include/xercesc/dom/deprecated/DOM_RangeException.hpp -include/xercesc/dom/deprecated/DOM_Text.hpp -include/xercesc/dom/deprecated/DOM_TreeWalker.hpp -include/xercesc/dom/deprecated/DOM_XMLDecl.hpp -include/xercesc/dom/deprecated/DomMemDebug.hpp -include/xercesc/dom/impl/DOMDeepNodeListPool.c -include/xercesc/framework/BinOutputStream.hpp -include/xercesc/framework/LocalFileFormatTarget.hpp -include/xercesc/framework/LocalFileInputSource.hpp -include/xercesc/framework/MemBufFormatTarget.hpp -include/xercesc/framework/MemBufInputSource.hpp -include/xercesc/framework/MemoryManager.hpp -include/xercesc/framework/StdInInputSource.hpp -include/xercesc/framework/StdOutFormatTarget.hpp -include/xercesc/framework/URLInputSource.hpp -include/xercesc/framework/ValidationContext.hpp -include/xercesc/framework/Wrapper4DOMInputSource.hpp -include/xercesc/framework/Wrapper4InputSource.hpp -include/xercesc/framework/XMLAttDef.hpp -include/xercesc/framework/XMLAttDefList.hpp -include/xercesc/framework/XMLAttr.hpp -include/xercesc/framework/XMLBuffer.hpp -include/xercesc/framework/XMLBufferMgr.hpp -include/xercesc/framework/XMLContentModel.hpp -include/xercesc/framework/XMLDTDDescription.hpp -include/xercesc/framework/XMLDocumentHandler.hpp -include/xercesc/framework/XMLElementDecl.hpp -include/xercesc/framework/XMLEntityDecl.hpp -include/xercesc/framework/XMLEntityHandler.hpp -include/xercesc/framework/XMLErrorCodes.hpp -include/xercesc/framework/XMLErrorReporter.hpp -include/xercesc/framework/XMLFormatter.hpp -include/xercesc/framework/XMLGrammarDescription.hpp -include/xercesc/framework/XMLGrammarPool.hpp -include/xercesc/framework/XMLNotationDecl.hpp -include/xercesc/framework/XMLPScanToken.hpp -include/xercesc/framework/XMLRecognizer.hpp -include/xercesc/framework/XMLRefInfo.hpp -include/xercesc/framework/XMLSchemaDescription.hpp -include/xercesc/framework/XMLValidator.hpp -include/xercesc/framework/XMLValidityCodes.hpp -include/xercesc/framework/psvi/PSVIAttribute.hpp -include/xercesc/framework/psvi/PSVIAttributeList.hpp -include/xercesc/framework/psvi/PSVIElement.hpp -include/xercesc/framework/psvi/PSVIHandler.hpp -include/xercesc/framework/psvi/PSVIItem.hpp -include/xercesc/framework/psvi/XSAnnotation.hpp -include/xercesc/framework/psvi/XSAttributeDeclaration.hpp -include/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp -include/xercesc/framework/psvi/XSAttributeUse.hpp -include/xercesc/framework/psvi/XSComplexTypeDefinition.hpp -include/xercesc/framework/psvi/XSConstants.hpp -include/xercesc/framework/psvi/XSElementDeclaration.hpp -include/xercesc/framework/psvi/XSFacet.hpp -include/xercesc/framework/psvi/XSIDCDefinition.hpp -include/xercesc/framework/psvi/XSModel.hpp -include/xercesc/framework/psvi/XSModelGroup.hpp -include/xercesc/framework/psvi/XSModelGroupDefinition.hpp -include/xercesc/framework/psvi/XSMultiValueFacet.hpp -include/xercesc/framework/psvi/XSNamedMap.c -include/xercesc/framework/psvi/XSNamedMap.hpp -include/xercesc/framework/psvi/XSNamespaceItem.hpp -include/xercesc/framework/psvi/XSNotationDeclaration.hpp -include/xercesc/framework/psvi/XSObject.hpp -include/xercesc/framework/psvi/XSParticle.hpp -include/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp -include/xercesc/framework/psvi/XSTypeDefinition.hpp -include/xercesc/framework/psvi/XSWildcard.hpp -include/xercesc/internal/BinFileOutputStream.hpp -include/xercesc/internal/BinMemOutputStream.hpp -include/xercesc/internal/CharTypeTables.hpp -include/xercesc/internal/DGXMLScanner.hpp -include/xercesc/internal/ElemStack.hpp -include/xercesc/internal/EndOfEntityException.hpp -include/xercesc/internal/IANAEncodings.hpp -include/xercesc/internal/IGXMLScanner.hpp -include/xercesc/internal/MemoryManagerArrayImpl.hpp -include/xercesc/internal/MemoryManagerImpl.hpp -include/xercesc/internal/ReaderMgr.hpp -include/xercesc/internal/SGXMLScanner.hpp -include/xercesc/internal/ValidationContextImpl.hpp -include/xercesc/internal/VecAttrListImpl.hpp -include/xercesc/internal/VecAttributesImpl.hpp -include/xercesc/internal/WFXMLScanner.hpp -include/xercesc/internal/XMLGrammarPoolImpl.hpp -include/xercesc/internal/XMLInternalErrorHandler.hpp -include/xercesc/internal/XMLReader.hpp -include/xercesc/internal/XMLScanner.hpp -include/xercesc/internal/XMLScannerResolver.hpp -include/xercesc/internal/XObjectComparator.hpp -include/xercesc/internal/XProtoType.hpp -include/xercesc/internal/XSObjectFactory.hpp -include/xercesc/internal/XSerializable.hpp -include/xercesc/internal/XSerializationException.hpp -include/xercesc/internal/XSerializeEngine.hpp -include/xercesc/internal/XTemplateComparator.hpp -include/xercesc/internal/XTemplateSerializer.hpp -include/xercesc/parsers/AbstractDOMParser.hpp -include/xercesc/parsers/DOMBuilderImpl.hpp -include/xercesc/parsers/SAX2XMLReaderImpl.hpp -include/xercesc/parsers/SAXParser.hpp -include/xercesc/parsers/XercesDOMParser.hpp -include/xercesc/sax/AttributeList.hpp -include/xercesc/sax/DTDHandler.hpp -include/xercesc/sax/DocumentHandler.hpp -include/xercesc/sax/EntityResolver.hpp -include/xercesc/sax/ErrorHandler.hpp -include/xercesc/sax/HandlerBase.hpp -include/xercesc/sax/InputSource.hpp -include/xercesc/sax/Locator.hpp -include/xercesc/sax/Parser.hpp -include/xercesc/sax/SAXException.hpp -include/xercesc/sax/SAXParseException.hpp -include/xercesc/sax2/Attributes.hpp -include/xercesc/sax2/ContentHandler.hpp -include/xercesc/sax2/DeclHandler.hpp -include/xercesc/sax2/DefaultHandler.hpp -include/xercesc/sax2/LexicalHandler.hpp -include/xercesc/sax2/SAX2XMLReader.hpp -include/xercesc/sax2/XMLReaderFactory.hpp -include/xercesc/util/ArrayIndexOutOfBoundsException.hpp -include/xercesc/util/AutoSense.hpp -include/xercesc/util/Base64.hpp -include/xercesc/util/BaseRefVectorOf.c -include/xercesc/util/BaseRefVectorOf.hpp -include/xercesc/util/BinFileInputStream.hpp -include/xercesc/util/BinInputStream.hpp -include/xercesc/util/BinMemInputStream.hpp -include/xercesc/util/BitOps.hpp -include/xercesc/util/BitSet.hpp -include/xercesc/util/Compilers/BorlandCDefs.hpp -include/xercesc/util/Compilers/CSetDefs.hpp -include/xercesc/util/Compilers/CodeWarriorDefs.hpp -include/xercesc/util/Compilers/DECCXXDefs.hpp -include/xercesc/util/Compilers/GCCDefs.hpp -include/xercesc/util/Compilers/HPCCDefs.hpp -include/xercesc/util/Compilers/IBMVAOS2Defs.hpp -include/xercesc/util/Compilers/IBMVAW32Defs.hpp -include/xercesc/util/Compilers/MIPSproDefs.hpp -include/xercesc/util/Compilers/MVSCPPDefs.hpp -include/xercesc/util/Compilers/OS400SetDefs.hpp -include/xercesc/util/Compilers/PTXCCDefs.hpp -include/xercesc/util/Compilers/QCCDefs.hpp -include/xercesc/util/Compilers/SCOCCDefs.hpp -include/xercesc/util/Compilers/SunCCDefs.hpp -include/xercesc/util/Compilers/SunKaiDefs.hpp -include/xercesc/util/Compilers/TandemCCDefs.hpp -include/xercesc/util/Compilers/VCPPDefs.hpp -include/xercesc/util/CountedPointer.c -include/xercesc/util/CountedPointer.hpp -include/xercesc/util/DefaultPanicHandler.hpp -include/xercesc/util/EmptyStackException.hpp -include/xercesc/util/EncodingValidator.hpp -include/xercesc/util/FlagJanitor.c -include/xercesc/util/FlagJanitor.hpp -include/xercesc/util/HashBase.hpp -include/xercesc/util/HashCMStateSet.hpp -include/xercesc/util/HashPtr.hpp -include/xercesc/util/HashXMLCh.hpp -include/xercesc/util/HexBin.hpp -include/xercesc/util/IOException.hpp -include/xercesc/util/IllegalArgumentException.hpp -include/xercesc/util/InvalidCastException.hpp -include/xercesc/util/Janitor.c -include/xercesc/util/Janitor.hpp -include/xercesc/util/KVStringPair.hpp -include/xercesc/util/KeyRefPair.c -include/xercesc/util/KeyRefPair.hpp -include/xercesc/util/KeyValuePair.c -include/xercesc/util/KeyValuePair.hpp -include/xercesc/util/LogicalPath.c -include/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp -include/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp -include/xercesc/util/Mutexes.hpp -include/xercesc/util/NameIdPool.c -include/xercesc/util/NameIdPool.hpp -include/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp -include/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp -include/xercesc/util/NoSuchElementException.hpp -include/xercesc/util/NullPointerException.hpp -include/xercesc/util/NumberFormatException.hpp -include/xercesc/util/OutOfMemoryException.hpp -include/xercesc/util/PanicHandler.hpp -include/xercesc/util/ParseException.hpp -include/xercesc/util/PlatformUtils.hpp -include/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp -include/xercesc/util/QName.hpp -include/xercesc/util/RefArrayOf.c -include/xercesc/util/RefArrayOf.hpp -include/xercesc/util/RefArrayVectorOf.c -include/xercesc/util/RefArrayVectorOf.hpp -include/xercesc/util/RefHash2KeysTableOf.c -include/xercesc/util/RefHash2KeysTableOf.hpp -include/xercesc/util/RefHash3KeysIdPool.c -include/xercesc/util/RefHash3KeysIdPool.hpp -include/xercesc/util/RefHashTableOf.c -include/xercesc/util/RefHashTableOf.hpp -include/xercesc/util/RefStackOf.c -include/xercesc/util/RefStackOf.hpp -include/xercesc/util/RefVectorOf.c -include/xercesc/util/RefVectorOf.hpp -include/xercesc/util/RuntimeException.hpp -include/xercesc/util/SchemaDateTimeException.hpp -include/xercesc/util/SecurityManager.hpp -include/xercesc/util/StringPool.hpp -include/xercesc/util/SynchronizedStringPool.hpp -include/xercesc/util/TransENameMap.c -include/xercesc/util/TransENameMap.hpp -include/xercesc/util/TransService.hpp -%%TRANSICONV%%include/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp -%%TRANSICU%%include/xercesc/util/Transcoders/ICU/ICUTransService.hpp -include/xercesc/util/TranscodingException.hpp -include/xercesc/util/UTFDataFormatException.hpp -include/xercesc/util/UnexpectedEOFException.hpp -include/xercesc/util/UnsupportedEncodingException.hpp -include/xercesc/util/ValueArrayOf.c -include/xercesc/util/ValueArrayOf.hpp -include/xercesc/util/ValueHashTableOf.c -include/xercesc/util/ValueHashTableOf.hpp -include/xercesc/util/ValueStackOf.c -include/xercesc/util/ValueStackOf.hpp -include/xercesc/util/ValueVectorOf.c -include/xercesc/util/ValueVectorOf.hpp -include/xercesc/util/XML256TableTranscoder.hpp -include/xercesc/util/XML88591Transcoder.hpp -include/xercesc/util/XMLASCIITranscoder.hpp -include/xercesc/util/XMLAbstractDoubleFloat.hpp -include/xercesc/util/XMLBigDecimal.hpp -include/xercesc/util/XMLBigInteger.hpp -include/xercesc/util/XMLChTranscoder.hpp -include/xercesc/util/XMLChar.hpp -include/xercesc/util/XMLDOMMsg.hpp -include/xercesc/util/XMLDateTime.hpp -include/xercesc/util/XMLDeleterFor.c -include/xercesc/util/XMLDeleterFor.hpp -include/xercesc/util/XMLDouble.hpp -include/xercesc/util/XMLEBCDICTranscoder.hpp -include/xercesc/util/XMLEntityResolver.hpp -include/xercesc/util/XMLEnumerator.hpp -include/xercesc/util/XMLExceptMsgs.hpp -include/xercesc/util/XMLException.hpp -include/xercesc/util/XMLFloat.hpp -include/xercesc/util/XMLIBM1047Transcoder.hpp -include/xercesc/util/XMLIBM1140Transcoder.hpp -include/xercesc/util/XMLInteger.hpp -include/xercesc/util/XMLMsgLoader.hpp -include/xercesc/util/XMLNetAccessor.hpp -include/xercesc/util/XMLNumber.hpp -include/xercesc/util/XMLRegisterCleanup.hpp -include/xercesc/util/XMLResourceIdentifier.hpp -include/xercesc/util/XMLString.hpp -include/xercesc/util/XMLStringTokenizer.hpp -include/xercesc/util/XMLUCS4Transcoder.hpp -include/xercesc/util/XMLURL.hpp -include/xercesc/util/XMLUTF16Transcoder.hpp -include/xercesc/util/XMLUTF8Transcoder.hpp -include/xercesc/util/XMLUni.hpp -include/xercesc/util/XMLUniDefs.hpp -include/xercesc/util/XMLUri.hpp -include/xercesc/util/XMLWin1252Transcoder.hpp -include/xercesc/util/XMemory.hpp -include/xercesc/util/XercesDefs.hpp -include/xercesc/util/XercesVersion.hpp -include/xercesc/util/regx/ASCIIRangeFactory.hpp -include/xercesc/util/regx/BMPattern.hpp -include/xercesc/util/regx/BlockRangeFactory.hpp -include/xercesc/util/regx/CharToken.hpp -include/xercesc/util/regx/ClosureToken.hpp -include/xercesc/util/regx/ConcatToken.hpp -include/xercesc/util/regx/ConditionToken.hpp -include/xercesc/util/regx/Match.hpp -include/xercesc/util/regx/ModifierToken.hpp -include/xercesc/util/regx/Op.hpp -include/xercesc/util/regx/OpFactory.hpp -include/xercesc/util/regx/ParenToken.hpp -include/xercesc/util/regx/ParserForXMLSchema.hpp -include/xercesc/util/regx/RangeFactory.hpp -include/xercesc/util/regx/RangeToken.hpp -include/xercesc/util/regx/RangeTokenMap.hpp -include/xercesc/util/regx/RegularExpression.hpp -include/xercesc/util/regx/RegxDefs.hpp -include/xercesc/util/regx/RegxParser.hpp -include/xercesc/util/regx/RegxUtil.hpp -include/xercesc/util/regx/StringToken.hpp -include/xercesc/util/regx/Token.hpp -include/xercesc/util/regx/TokenFactory.hpp -include/xercesc/util/regx/TokenInc.hpp -include/xercesc/util/regx/UniCharTable.hpp -include/xercesc/util/regx/UnicodeRangeFactory.hpp -include/xercesc/util/regx/UnionToken.hpp -include/xercesc/util/regx/XMLRangeFactory.hpp -include/xercesc/util/regx/XMLUniCharacter.hpp -include/xercesc/validators/DTD/DTDAttDef.hpp -include/xercesc/validators/DTD/DTDAttDefList.hpp -include/xercesc/validators/DTD/DTDElementDecl.hpp -include/xercesc/validators/DTD/DTDEntityDecl.hpp -include/xercesc/validators/DTD/DTDGrammar.hpp -include/xercesc/validators/DTD/DTDScanner.hpp -include/xercesc/validators/DTD/DTDValidator.hpp -include/xercesc/validators/DTD/DocTypeHandler.hpp -include/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp -include/xercesc/validators/common/AllContentModel.hpp -include/xercesc/validators/common/CMAny.hpp -include/xercesc/validators/common/CMBinaryOp.hpp -include/xercesc/validators/common/CMLeaf.hpp -include/xercesc/validators/common/CMNode.hpp -include/xercesc/validators/common/CMStateSet.hpp -include/xercesc/validators/common/CMUnaryOp.hpp -include/xercesc/validators/common/ContentLeafNameTypeVector.hpp -include/xercesc/validators/common/ContentSpecNode.hpp -include/xercesc/validators/common/DFAContentModel.hpp -include/xercesc/validators/common/Grammar.hpp -include/xercesc/validators/common/GrammarResolver.hpp -include/xercesc/validators/common/MixedContentModel.hpp -include/xercesc/validators/common/SimpleContentModel.hpp -include/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp -include/xercesc/validators/datatype/AbstractNumericValidator.hpp -include/xercesc/validators/datatype/AbstractStringValidator.hpp -include/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.hpp -include/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp -include/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp -include/xercesc/validators/datatype/BooleanDatatypeValidator.hpp -include/xercesc/validators/datatype/DatatypeValidator.hpp -include/xercesc/validators/datatype/DatatypeValidatorFactory.hpp -include/xercesc/validators/datatype/DateDatatypeValidator.hpp -include/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp -include/xercesc/validators/datatype/DateTimeValidator.hpp -include/xercesc/validators/datatype/DayDatatypeValidator.hpp -include/xercesc/validators/datatype/DecimalDatatypeValidator.hpp -include/xercesc/validators/datatype/DoubleDatatypeValidator.hpp -include/xercesc/validators/datatype/DurationDatatypeValidator.hpp -include/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp -include/xercesc/validators/datatype/FloatDatatypeValidator.hpp -include/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp -include/xercesc/validators/datatype/IDDatatypeValidator.hpp -include/xercesc/validators/datatype/IDREFDatatypeValidator.hpp -include/xercesc/validators/datatype/InvalidDatatypeFacetException.hpp -include/xercesc/validators/datatype/InvalidDatatypeValueException.hpp -include/xercesc/validators/datatype/ListDatatypeValidator.hpp -include/xercesc/validators/datatype/MonthDatatypeValidator.hpp -include/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp -include/xercesc/validators/datatype/NCNameDatatypeValidator.hpp -include/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp -include/xercesc/validators/datatype/NameDatatypeValidator.hpp -include/xercesc/validators/datatype/QNameDatatypeValidator.hpp -include/xercesc/validators/datatype/StringDatatypeValidator.hpp -include/xercesc/validators/datatype/TimeDatatypeValidator.hpp -include/xercesc/validators/datatype/UnionDatatypeValidator.hpp -include/xercesc/validators/datatype/YearDatatypeValidator.hpp -include/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp -include/xercesc/validators/datatype/XMLCanRepGroup.hpp -include/xercesc/validators/schema/ComplexTypeInfo.hpp -include/xercesc/validators/schema/GeneralAttributeCheck.hpp -include/xercesc/validators/schema/NamespaceScope.hpp -include/xercesc/validators/schema/PSVIDefs.hpp -include/xercesc/validators/schema/SchemaAttDef.hpp -include/xercesc/validators/schema/SchemaAttDefList.hpp -include/xercesc/validators/schema/SchemaElementDecl.hpp -include/xercesc/validators/schema/SchemaGrammar.hpp -include/xercesc/validators/schema/SchemaInfo.hpp -include/xercesc/validators/schema/SchemaSymbols.hpp -include/xercesc/validators/schema/SchemaValidator.hpp -include/xercesc/validators/schema/SubstitutionGroupComparator.hpp -include/xercesc/validators/schema/TraverseSchema.hpp -include/xercesc/validators/schema/XMLSchemaDescriptionImpl.hpp -include/xercesc/validators/schema/XSDDOMParser.hpp -include/xercesc/validators/schema/XSDErrorReporter.hpp -include/xercesc/validators/schema/XSDLocator.hpp -include/xercesc/validators/schema/XUtil.hpp -include/xercesc/validators/schema/XercesAttGroupInfo.hpp -include/xercesc/validators/schema/XercesElementWildcard.hpp -include/xercesc/validators/schema/XercesGroupInfo.hpp -include/xercesc/validators/schema/identity/FieldActivator.hpp -include/xercesc/validators/schema/identity/FieldValueMap.hpp -include/xercesc/validators/schema/identity/IC_Field.hpp -include/xercesc/validators/schema/identity/IC_Key.hpp -include/xercesc/validators/schema/identity/IC_KeyRef.hpp -include/xercesc/validators/schema/identity/IC_Selector.hpp -include/xercesc/validators/schema/identity/IC_Unique.hpp -include/xercesc/validators/schema/identity/IdentityConstraint.hpp -include/xercesc/validators/schema/identity/ValueStore.hpp -include/xercesc/validators/schema/identity/ValueStoreCache.hpp -include/xercesc/validators/schema/identity/XPathException.hpp -include/xercesc/validators/schema/identity/XPathMatcher.hpp -include/xercesc/validators/schema/identity/XPathMatcherStack.hpp -include/xercesc/validators/schema/identity/XPathSymbols.hpp -include/xercesc/validators/schema/identity/XercesXPath.hpp -lib/%%XERCESC_LIB%% -@exec ln -sf %%XERCESC_LIB%% %D/lib/libxerces-c.so -@exec ln -sf %%XERCESC_LIB%% %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%% -@unexec if test ! -r %D/lib/libxerces-c.so; then rm -f %D/lib/libxerces-c.so; fi -@unexec if test ! -r %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; then rm -f %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; fi -@dirrm include/xercesc/validators/schema/identity -@dirrm include/xercesc/validators/schema -@dirrm include/xercesc/validators/datatype -@dirrm include/xercesc/validators/common -@dirrm include/xercesc/validators/DTD -@dirrm include/xercesc/validators -@dirrm include/xercesc/util/regx -%%TRANSICONV%%@dirrm include/xercesc/util/Transcoders/IconvFBSD -%%TRANSICU%%@dirrm include/xercesc/util/Transcoders/ICU -@dirrm include/xercesc/util/Transcoders -@dirrm include/xercesc/util/Platforms/FreeBSD -@dirrm include/xercesc/util/Platforms -@dirrm include/xercesc/util/NetAccessors/Socket -@dirrm include/xercesc/util/NetAccessors -@dirrm include/xercesc/util/MsgLoaders/InMemory -@dirrm include/xercesc/util/MsgLoaders -@dirrm include/xercesc/util/Compilers -@dirrm include/xercesc/util -@dirrm include/xercesc/sax2 -@dirrm include/xercesc/sax -@dirrm include/xercesc/parsers -@dirrm include/xercesc/internal -@dirrm include/xercesc/framework/psvi -@dirrm include/xercesc/framework -@dirrm include/xercesc/dom/impl -@dirrm include/xercesc/dom/deprecated -@dirrm include/xercesc/dom -@dirrm include/xercesc -@comment --- SAMPLES --- -%%NO_SAMPLES%%bin/CreateDOMDocument -%%NO_SAMPLES%%bin/DOMCount -%%NO_SAMPLES%%bin/DOMPrint -%%NO_SAMPLES%%bin/EnumVal -%%NO_SAMPLES%%bin/MemParse -%%NO_SAMPLES%%bin/PParse -%%NO_SAMPLES%%bin/Redirect -%%NO_SAMPLES%%bin/SAX2Count -%%NO_SAMPLES%%bin/SAX2Print -%%NO_SAMPLES%%bin/SAXCount -%%NO_SAMPLES%%bin/SAXPrint -%%NO_SAMPLES%%bin/SEnumVal -%%NO_SAMPLES%%bin/StdInParse -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/CreateDOMDocument.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/DOMCount.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/DOMCount.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMCount/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrint.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintErrorHandler.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintErrorHandler.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintFilter.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMPrintFilter.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMTreeErrorReporter.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/DOMTreeErrorReporter.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/DOMPrint/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/EnumVal.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/EnumVal/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/MemParse/MemParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Redirect.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Redirect.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/RedirectHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/RedirectHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2Count.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2Count.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2CountHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Count/SAX2CountHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2Print.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2Print.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2PrintHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAX2Print/SAX2PrintHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCount.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCount.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCountHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXCount/SAXCountHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrint.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrint.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/SEnumVal.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/Makefile -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/Makefile.in -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParse.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParse.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParseHandlers.cpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/StdInParse/StdInParseHandlers.hpp -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal-schema.xml -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.dtd -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.xml -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/personal.xsd -%%NO_SAMPLES%%%%EXAMPLESDIR%%/data/redirect.dtd -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/data -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/StdInParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SEnumVal -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXPrint -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXCount -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Print -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Count -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/Redirect -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/PParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/MemParse -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/EnumVal -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/DOMPrint -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/DOMCount -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/CreateDOMDocument -%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%% |
