diff options
Diffstat (limited to 'www/swish-e')
-rw-r--r-- | www/swish-e/Makefile | 14 | ||||
-rw-r--r-- | www/swish-e/files/md5 | 4 | ||||
-rw-r--r-- | www/swish-e/patches/patch-aa | 16 | ||||
-rw-r--r-- | www/swish-e/patches/patch-ab | 2 | ||||
-rw-r--r-- | www/swish-e/pkg/PLIST | 2 |
5 files changed, 24 insertions, 14 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index c665a69f797..7e6bc27cbb4 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: swish-e -# Version required: 1.3.2 -# Date created: 23 Feb 98 -# Whom: Daniel O'Connor <doconnor@gsoft.com.au> -# -# $FreeBSD: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/12/14 16:30:01 bouyer Exp $ +# FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp DISTNAME= swish-efiles.1.3.2 PKGNAME= swish-e-1.3.2 CATEGORIES= www textproc MASTER_SITES= ftp://sunsite.berkeley.edu/pub/swish-e/ -MAINTAINER= doconnor@gsoft.com.au +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sunsite.berkeley.edu/SWISH-E/ WRKSRC= ${WRKDIR}/src USE_GMAKE= yes @@ -24,4 +20,4 @@ do-install: $(INSTALL_DATA) ${WRKSRC}/swishspider ${PREFIX}/share/examples/swish-e $(INSTALL_DATA) ${WRKSRC}/README-SWISH-E ${PREFIX}/share/examples/swish-e -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/www/swish-e/files/md5 b/www/swish-e/files/md5 index 4033c698c5f..5fd517fea49 100644 --- a/www/swish-e/files/md5 +++ b/www/swish-e/files/md5 @@ -1 +1,3 @@ -MD5 (swish-efiles.1.3.2.tar.gz) = 42327a93924751b0cebec24aba1eadb0 +$NetBSD: md5,v 1.2 1999/12/14 16:30:02 bouyer Exp $ + +MD5 (swish-efiles.1.3.2.tar.gz) = d718824165a4af150a47b072889a0f16 diff --git a/www/swish-e/patches/patch-aa b/www/swish-e/patches/patch-aa index 0d59a382d76..0f9daab47e7 100644 --- a/www/swish-e/patches/patch-aa +++ b/www/swish-e/patches/patch-aa @@ -1,6 +1,16 @@ ---- fs.c.old Fri Nov 27 13:30:13 1998 -+++ fs.c Fri Nov 27 13:32:19 1998 -@@ -539,23 +539,28 @@ +$NetBSD: patch-aa,v 1.2 1999/12/14 16:30:02 bouyer Exp $ + +--- fs.c.orig Wed Jan 6 19:27:02 1999 ++++ fs.c Tue Dec 14 17:12:54 1999 +@@ -41,7 +41,6 @@ + static struct swline *titconlist = 0; + static struct swline *fileislist = 0; + static struct swline *suffixlist = 0; +-static struct swline *nocontentslist = 0; + + + /* Have we already indexed a file or directory? +@@ -365,23 +364,28 @@ int ishtml(filename) char *filename; { diff --git a/www/swish-e/patches/patch-ab b/www/swish-e/patches/patch-ab index 6dc0223b7a5..80a05bd1756 100644 --- a/www/swish-e/patches/patch-ab +++ b/www/swish-e/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.2 1999/12/14 16:30:02 bouyer Exp $ + *** Makefile.orig Mon May 3 12:23:45 1999 --- Makefile Mon May 3 12:24:04 1999 *************** diff --git a/www/swish-e/pkg/PLIST b/www/swish-e/pkg/PLIST index 160e6903c1b..695ef065470 100644 --- a/www/swish-e/pkg/PLIST +++ b/www/swish-e/pkg/PLIST @@ -1,7 +1,7 @@ +@comment $NetBSD: PLIST,v 1.2 1999/12/14 16:30:02 bouyer Exp $ share/examples/swish-e/user.config share/examples/swish-e/test.html share/examples/swish-e/swishspider share/examples/swish-e/README-SWISH-E bin/swish-e @dirrm share/examples/swish-e -@dirrm share/examples |