ports/62030: Update port: www/swish-e version 2.4.1

alexander smishlajev alex at ank-sia.com
Thu Jan 29 14:30:36 UTC 2004


The following reply was made to PR ports/62030; it has been noted by GNATS.

From: alexander smishlajev <alex at ank-sia.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/62030: Update port: www/swish-e version 2.4.1
Date: Thu, 29 Jan 2004 16:25:13 +0200

 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/swish-e/Makefile,v
 retrieving revision 1.9
 diff -u -u -r1.9 Makefile
 --- Makefile	21 Feb 2003 14:01:32 -0000	1.9
 +++ Makefile	29 Jan 2004 14:22:57 -0000
 @@ -6,7 +6,7 @@
   #
 
   PORTNAME=	swish-e
 -PORTVERSION=	2.2.2
 +PORTVERSION=	2.4.1
   CATEGORIES=	www textproc
   MASTER_SITES=	http://swish-e.org/Download/
 
 @@ -18,44 +18,6 @@
   USE_GMAKE=	yes
   GNU_CONFIGURE=	yes
 
 -do-install:
 -	$(INSTALL_PROGRAM) ${WRKSRC}/src/swish-e ${PREFIX}/bin
 -	$(MKDIR) -p $(PREFIX)/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/README ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example1.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example2.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example3.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example4.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example5.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example6.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example7.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example8.config 
 ${PREFIX}/share/examples/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/conf/example9.pl 
 ${PREFIX}/share/examples/swish-e
 -	$(MKDIR) -p $(PREFIX)/share/examples/swish-e/stopwords
 -	$(INSTALL_DATA) ${WRKSRC}/conf/stopwords/dutch.txt 
 ${PREFIX}/share/examples/swish-e/stopwords
 -	$(INSTALL_DATA) ${WRKSRC}/conf/stopwords/english.txt 
 ${PREFIX}/share/examples/swish-e/stopwords
 -	$(INSTALL_DATA) ${WRKSRC}/conf/stopwords/german.txt 
 ${PREFIX}/share/examples/swish-e/stopwords
 -	$(INSTALL_DATA) ${WRKSRC}/conf/stopwords/spanish.txt 
 ${PREFIX}/share/examples/swish-e/stopwords
 -	$(MKDIR) -p $(PREFIX)/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/CHANGES.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/INSTALL.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/README.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-3.0.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-BUGS.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-CONFIG.html 
 ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-FAQ.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-LIBRARY.html 
 ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-PERL.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-RUN.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/SWISH-SEARCH.html 
 ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/index.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/index_long.html ${PREFIX}/share/doc/swish-e
 -	$(INSTALL_DATA) ${WRKSRC}/html/style.css ${PREFIX}/share/doc/swish-e
 -	$(MKDIR) -p $(PREFIX)/share/doc/swish-e/images
 -	$(INSTALL_DATA) ${WRKSRC}/html/images/dotrule1.gif 
 ${PREFIX}/share/doc/swish-e/images
 -	$(INSTALL_DATA) ${WRKSRC}/html/images/swish.gif 
 ${PREFIX}/share/doc/swish-e/images
 -	$(INSTALL_DATA) ${WRKSRC}/html/images/swish2.gif 
 ${PREFIX}/share/doc/swish-e/images
 -	$(INSTALL_DATA) ${WRKSRC}/html/images/swish2b.gif 
 ${PREFIX}/share/doc/swish-e/images
 -	$(INSTALL_DATA) ${WRKSRC}/html/images/swishbanner1.gif 
 ${PREFIX}/share/doc/swish-e/images
 +MAN1=	SWISH-CONFIG.1 SWISH-FAQ.1 SWISH-LIBRARY.1 SWISH-RUN.1 swish-e.1
 
   .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/www/swish-e/distinfo,v
 retrieving revision 1.4
 diff -u -u -r1.4 distinfo
 --- distinfo	12 Dec 2002 13:42:24 -0000	1.4
 +++ distinfo	29 Jan 2004 14:22:57 -0000
 @@ -1 +1 @@
 -MD5 (swish-e-2.2.2.tar.gz) = 5a3ba1f5d980da2c2eb8059ae1cd7095
 +MD5 (swish-e-2.4.1.tar.gz) = 359919de072be8a69def1c9920076cdf
 Index: pkg-descr
 ===================================================================
 RCS file: /home/ncvs/ports/www/swish-e/pkg-descr,v
 retrieving revision 1.4
 diff -u -u -r1.4 pkg-descr
 --- pkg-descr	26 Feb 2001 15:57:42 -0000	1.4
 +++ pkg-descr	29 Jan 2004 14:22:57 -0000
 @@ -6,4 +6,4 @@
   (AutoSwish). SWISH-E is an enhanced version of SWISH, which was 
 originally
   written by Kevin Hughes and modified and released with his permission.
 
 -WWW: http://sunsite.berkeley.edu/SWISH-E/
 +WWW: http://swish-e.org/
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/www/swish-e/pkg-plist,v
 retrieving revision 1.4
 diff -u -u -r1.4 pkg-plist
 --- pkg-plist	12 Dec 2002 13:42:24 -0000	1.4
 +++ pkg-plist	29 Jan 2004 14:22:58 -0000
 @@ -1,38 +1,102 @@
 -share/doc/swish-e/CHANGES.html
 -share/doc/swish-e/INSTALL.html
 -share/doc/swish-e/README.html
 -share/doc/swish-e/SWISH-3.0.html
 -share/doc/swish-e/SWISH-BUGS.html
 -share/doc/swish-e/SWISH-CONFIG.html
 -share/doc/swish-e/SWISH-FAQ.html
 -share/doc/swish-e/SWISH-LIBRARY.html
 -share/doc/swish-e/SWISH-PERL.html
 -share/doc/swish-e/SWISH-RUN.html
 -share/doc/swish-e/SWISH-SEARCH.html
 -share/doc/swish-e/index.html
 -share/doc/swish-e/index_long.html
 -share/doc/swish-e/style.css
 -share/doc/swish-e/images/dotrule1.gif
 -share/doc/swish-e/images/swish.gif
 -share/doc/swish-e/images/swish2.gif
 -share/doc/swish-e/images/swish2b.gif
 -share/doc/swish-e/images/swishbanner1.gif
 - at dirrm share/doc/swish-e/images
 - at dirrm share/doc/swish-e
 -share/examples/swish-e/README
 -share/examples/swish-e/example1.config
 -share/examples/swish-e/example2.config
 -share/examples/swish-e/example3.config
 -share/examples/swish-e/example4.config
 -share/examples/swish-e/example5.config
 -share/examples/swish-e/example6.config
 -share/examples/swish-e/example7.config
 -share/examples/swish-e/example8.config
 -share/examples/swish-e/example9.pl
 -share/examples/swish-e/stopwords/dutch.txt
 -share/examples/swish-e/stopwords/english.txt
 -share/examples/swish-e/stopwords/german.txt
 -share/examples/swish-e/stopwords/spanish.txt
 - at dirrm share/examples/swish-e/stopwords
 - at dirrm share/examples/swish-e
   bin/swish-e
 +bin/swish-filter-test
 +include/swish-e.h
 +lib/libswish-e.la
 +lib/swish-e/perl/SWISH/Filters/Doc2txt.pm
 +lib/swish-e/perl/SWISH/Filters/ID3toHTML.pm
 +lib/swish-e/perl/SWISH/Filters/Pdf2HTML.pm
 +lib/swish-e/perl/SWISH/Filters/XLtoHTML.pm
 + at dirrm lib/swish-e/perl/SWISH/Filters
 +lib/swish-e/perl/SWISH/DateRanges.pm
 +lib/swish-e/perl/SWISH/DefaultHighlight.pm
 +lib/swish-e/perl/SWISH/Filter.pm
 +lib/swish-e/perl/SWISH/ParseQuery.pm
 +lib/swish-e/perl/SWISH/PhraseHighlight.pm
 +lib/swish-e/perl/SWISH/SimpleHighlight.pm
 +lib/swish-e/perl/SWISH/TemplateDefault.pm
 +lib/swish-e/perl/SWISH/TemplateDumper.pm
 +lib/swish-e/perl/SWISH/TemplateFrame.pm
 +lib/swish-e/perl/SWISH/TemplateHTMLTemplate.pm
 +lib/swish-e/perl/SWISH/TemplateToolkit.pm
 + at dirrm lib/swish-e/perl/SWISH
 +lib/swish-e/perl/doc2txt.pm
 +lib/swish-e/perl/pdf2html.pm
 +lib/swish-e/perl/pdf2xml.pm
 + at dirrm lib/swish-e/perl
 +lib/swish-e/DirTree.pl
 +lib/swish-e/search.cgi
 +lib/swish-e/spider.pl
 +lib/swish-e/swish.cgi
 +lib/swish-e/swishspider
 + at dirrm lib/swish-e
 +share/doc/swish-e/examples/conf/stopwords/dutch.txt
 +share/doc/swish-e/examples/conf/stopwords/english.txt
 +share/doc/swish-e/examples/conf/stopwords/german.txt
 +share/doc/swish-e/examples/conf/stopwords/spanish.txt
 + at dirrm share/doc/swish-e/examples/conf/stopwords
 +share/doc/swish-e/examples/conf/README
 +share/doc/swish-e/examples/conf/example1.config
 +share/doc/swish-e/examples/conf/example2.config
 +share/doc/swish-e/examples/conf/example3.config
 +share/doc/swish-e/examples/conf/example4.config
 +share/doc/swish-e/examples/conf/example5.config
 +share/doc/swish-e/examples/conf/example6.config
 +share/doc/swish-e/examples/conf/example7.config
 +share/doc/swish-e/examples/conf/example8.config
 +share/doc/swish-e/examples/conf/example9.config
 +share/doc/swish-e/examples/conf/example9.pl
 + at dirrm share/doc/swish-e/examples/conf
 +share/doc/swish-e/examples/filter-bin/README
 +share/doc/swish-e/examples/filter-bin/_binfilter.sh
 +share/doc/swish-e/examples/filter-bin/_pdf2html.pl
 +share/doc/swish-e/examples/filter-bin/swish_filter.pl
 + at dirrm share/doc/swish-e/examples/filter-bin
 +share/doc/swish-e/examples/filters/README
 + at dirrm share/doc/swish-e/examples/filters
 +share/doc/swish-e/examples/prog-bin/MySQL.pl
 +share/doc/swish-e/examples/prog-bin/README
 +share/doc/swish-e/examples/prog-bin/SwishSpiderConfig.pl
 +share/doc/swish-e/examples/prog-bin/doc2txt.pm
 +share/doc/swish-e/examples/prog-bin/file.pl
 +share/doc/swish-e/examples/prog-bin/index_hypermail.pl
 +share/doc/swish-e/examples/prog-bin/pdf2html.pm
 +share/doc/swish-e/examples/prog-bin/pdf2xml.pm
 + at dirrm share/doc/swish-e/examples/prog-bin
 + at dirrm share/doc/swish-e/examples
 +share/doc/swish-e/html/images/dotrule1.gif
 +share/doc/swish-e/html/images/swish.gif
 +share/doc/swish-e/html/images/swish2.gif
 +share/doc/swish-e/html/images/swish2b.gif
 +share/doc/swish-e/html/images/swishbanner1.gif
 + at dirrm share/doc/swish-e/html/images
 +share/doc/swish-e/html/.htaccess
 +share/doc/swish-e/html/.swishcgi.conf
 +share/doc/swish-e/html/API.html
 +share/doc/swish-e/html/CHANGES.html
 +share/doc/swish-e/html/Filter.html
 +share/doc/swish-e/html/INSTALL.html
 +share/doc/swish-e/html/README.html
 +share/doc/swish-e/html/SWISH-3.0.html
 +share/doc/swish-e/html/SWISH-BUGS.html
 +share/doc/swish-e/html/SWISH-CONFIG.html
 +share/doc/swish-e/html/SWISH-FAQ.html
 +share/doc/swish-e/html/SWISH-LIBRARY.html
 +share/doc/swish-e/html/SWISH-RUN.html
 +share/doc/swish-e/html/SWISH-SEARCH.html
 +share/doc/swish-e/html/index.html
 +share/doc/swish-e/html/index_long.html
 +share/doc/swish-e/html/search.html
 +share/doc/swish-e/html/searchdoc.html
 +share/doc/swish-e/html/spider.html
 +share/doc/swish-e/html/split.pl
 +share/doc/swish-e/html/style.css
 +share/doc/swish-e/html/swish.conf
 +share/doc/swish-e/html/swish.html
 + at dirrm share/doc/swish-e/html
 +share/doc/swish-e/INSTALL
 +share/doc/swish-e/README
 +share/doc/swish-e/README.cvs
 + at dirrm share/doc/swish-e
 +share/swish-e/search.tt
 +share/swish-e/swish.tmpl
 + at dirrm share/swish-e
 
 
 



More information about the freebsd-ports-bugs mailing list