From ab3539a56ac5263c1e4b6b6ee69325ff0de238f4 Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Fri, 7 May 1999 17:27:30 +0000 Subject: Update to 1.3.2 PR: ports/11459 Submitted by: doconnor@cain.gsoft.com.au --- www/swish-e/Makefile | 22 +++++++++------------- www/swish-e/distinfo | 2 +- www/swish-e/files/patch-ab | 21 +++++++++++++++++++++ www/swish-e/pkg-descr | 2 +- www/swish-e/pkg-plist | 6 ++++++ 5 files changed, 38 insertions(+), 15 deletions(-) create mode 100644 www/swish-e/files/patch-ab (limited to 'www/swish-e') diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 4a8bc641dd48..7b983007310d 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: swish-e -# Version required: 1.2.4 +# Version required: 1.3.2 # Date created: 23 Feb 98 # Whom: Daniel O'Connor # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/22 22:59:16 billf Exp $ # -DISTNAME= swish-efiles.1.2.4 -PKGNAME= swish-e-1.2.4 +DISTNAME= swish-efiles.1.3.2 +PKGNAME= swish-e-1.3.2 CATEGORIES= www textproc MASTER_SITES= ftp://sunsite.berkeley.edu/pub/swish-e/ @@ -16,16 +16,12 @@ MAINTAINER= doconnor@gsoft.com.au WRKSRC= ${WRKDIR}/src USE_GMAKE= yes -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed - ${SED} -e 's#/vol/moby/moby_a/gnu/sun4_sunos5.1/bin/gcc#${CC}#' \ - -e 's#\"-g\"#\"${CFLAGS}\"#g' \ - -e 's#CFLAGS= -O2#CFLAGS = \"${CFLAGS}\"#' \ - ${WRKSRC}/Makefile.pre_sed >> ${WRKSRC}/Makefile - do-install: - $(INSTALL_PROGRAM) ${WRKSRC}/swish-e ${PREFIX}/bin + $(MKDIR) -p $(PREFIX)/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/user.config ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/test.html ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/swishspider ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/README-SWISH-E ${PREFIX}/share/examples/swish-e .include diff --git a/www/swish-e/distinfo b/www/swish-e/distinfo index 96cc576821db..4033c698c5fb 100644 --- a/www/swish-e/distinfo +++ b/www/swish-e/distinfo @@ -1 +1 @@ -MD5 (swish-efiles.1.2.4.tar.gz) = f6c2ec409aedcbf0b2efee0a40c2e027 +MD5 (swish-efiles.1.3.2.tar.gz) = 42327a93924751b0cebec24aba1eadb0 diff --git a/www/swish-e/files/patch-ab b/www/swish-e/files/patch-ab new file mode 100644 index 000000000000..6dc0223b7a5c --- /dev/null +++ b/www/swish-e/files/patch-ab @@ -0,0 +1,21 @@ +*** Makefile.orig Mon May 3 12:23:45 1999 +--- Makefile Mon May 3 12:24:04 1999 +*************** +*** 8,15 **** + #CC= /opt/SUNWspro/bin/cc + #CC= /usr/ccs/bin/ucbcc + #CC = /vol/moby/moby_a/gnu/sun4_sunos5.1/bin/gcc +! CC = /usr/local/bin/gcc +! #CC = gcc + + #CFLAGS = -Xa + CFLAGS= -O2 +--- 8,15 ---- + #CC= /opt/SUNWspro/bin/cc + #CC= /usr/ccs/bin/ucbcc + #CC = /vol/moby/moby_a/gnu/sun4_sunos5.1/bin/gcc +! #CC = /usr/local/bin/gcc +! CC = gcc + + #CFLAGS = -Xa + CFLAGS= -O2 diff --git a/www/swish-e/pkg-descr b/www/swish-e/pkg-descr index 761a6df24bd0..8987301db419 100644 --- a/www/swish-e/pkg-descr +++ b/www/swish-e/pkg-descr @@ -6,4 +6,4 @@ that enable anyone who is authorized to create and maintain their own indexes (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/ +http://sunsite.berkeley.edu/SWISH-E/ diff --git a/www/swish-e/pkg-plist b/www/swish-e/pkg-plist index a828466c26ca..160e6903c1b0 100644 --- a/www/swish-e/pkg-plist +++ b/www/swish-e/pkg-plist @@ -1 +1,7 @@ +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 -- cgit v1.2.3