swish-e: removed it. I can't remember actually ever using it. And nobody complained when it got outdated.

This commit is contained in:
Han Boetes 2006-11-17 23:28:43 +01:00
parent ab8cb71063
commit 9c03402f7d
3 changed files with 0 additions and 72 deletions

View File

@ -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

View File

@ -1 +0,0 @@
1606e2f55034540f88c1748eeaae5274 swish-e-2.4.2.tar.gz

View File

@ -1,21 +0,0 @@
# Description: system for indexing collections of Web pages or other files
# URL: http://www.swish-e.org
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# 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/
}