From 9c03402f7dc1394ad2f4aa1e9b568559b720acc2 Mon Sep 17 00:00:00 2001 From: Han Boetes Date: Fri, 17 Nov 2006 23:28:43 +0100 Subject: [PATCH] swish-e: removed it. I can't remember actually ever using it. And nobody complained when it got outdated. --- swish-e/.footprint | 50 ---------------------------------------------- swish-e/.md5sum | 1 - swish-e/Pkgfile | 21 ------------------- 3 files changed, 72 deletions(-) delete mode 100644 swish-e/.footprint delete mode 100644 swish-e/.md5sum delete mode 100644 swish-e/Pkgfile diff --git a/swish-e/.footprint b/swish-e/.footprint deleted file mode 100644 index ace3ed237..000000000 --- a/swish-e/.footprint +++ /dev/null @@ -1,50 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/swish-e --rwxr-xr-x root/root usr/bin/swish-filter-test -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/swish-e.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libswish-e.a --rwxr-xr-x root/root usr/lib/libswish-e.la -lrwxrwxrwx root/root usr/lib/libswish-e.so -> libswish-e.so.2.0.0 -lrwxrwxrwx root/root usr/lib/libswish-e.so.2 -> libswish-e.so.2.0.0 --rwxr-xr-x root/root usr/lib/libswish-e.so.2.0.0 -drwxr-xr-x root/root usr/lib/swish-e/ --rwxr-xr-x root/root usr/lib/swish-e/DirTree.pl -drwxr-xr-x root/root usr/lib/swish-e/perl/ -drwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/ --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/DateRanges.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/DefaultHighlight.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filter.pm -drwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filters/ --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filters/Doc2txt.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filters/ID3toHTML.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filters/Pdf2HTML.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/Filters/XLtoHTML.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/ParseQuery.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/PhraseHighlight.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/SimpleHighlight.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/TemplateDefault.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/TemplateDumper.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/TemplateFrame.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/TemplateHTMLTemplate.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/SWISH/TemplateToolkit.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/doc2txt.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/pdf2html.pm --rwxr-xr-x root/root usr/lib/swish-e/perl/pdf2xml.pm --rwxr-xr-x root/root usr/lib/swish-e/search.cgi --rwxr-xr-x root/root usr/lib/swish-e/spider.pl --rwxr-xr-x root/root usr/lib/swish-e/swish.cgi --rwxr-xr-x root/root usr/lib/swish-e/swishspider -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/SWISH-CONFIG.1.gz --rw-r--r-- root/root usr/man/man1/SWISH-FAQ.1.gz --rw-r--r-- root/root usr/man/man1/SWISH-LIBRARY.1.gz --rw-r--r-- root/root usr/man/man1/SWISH-RUN.1.gz --rw-r--r-- root/root usr/man/man1/swish-e.1.gz -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/swish-e/ --rw-r--r-- root/root usr/share/swish-e/search.tt --rw-r--r-- root/root usr/share/swish-e/swish.tmpl diff --git a/swish-e/.md5sum b/swish-e/.md5sum deleted file mode 100644 index ddda7333a..000000000 --- a/swish-e/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1606e2f55034540f88c1748eeaae5274 swish-e-2.4.2.tar.gz diff --git a/swish-e/Pkgfile b/swish-e/Pkgfile deleted file mode 100644 index 3f18b6637..000000000 --- a/swish-e/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: system for indexing collections of Web pages or other files -# URL: http://www.swish-e.org -# Maintainer: Han Boetes -# Packager: Han Boetes -# Depends on: libxml2 xpdf catdoc - -name=swish-e -version=2.4.2 -release=2 -source="http://www.swish-e.org/distribution/swish-e-$version.tar.gz" - -build() -{ - cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls - make - make install DESTDIR=$PKG - rm -rf $PKG/usr/share/doc/ -}