summaryrefslogtreecommitdiff
path: root/www/swish-e
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 17:27:30 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 17:27:30 +0000
commitab3539a56ac5263c1e4b6b6ee69325ff0de238f4 (patch)
tree7f075e878340f2f23378161dc5593c75b0337445 /www/swish-e
parentActivate xbm2gif (diff)
Update to 1.3.2
PR: ports/11459 Submitted by: doconnor@cain.gsoft.com.au
Notes
Notes: svn path=/head/; revision=18595
Diffstat (limited to 'www/swish-e')
-rw-r--r--www/swish-e/Makefile22
-rw-r--r--www/swish-e/distinfo2
-rw-r--r--www/swish-e/files/patch-ab21
-rw-r--r--www/swish-e/pkg-descr2
-rw-r--r--www/swish-e/pkg-plist6
5 files changed, 38 insertions, 15 deletions
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 <doconnor@gsoft.com.au>
#
-# $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 <bsd.port.mk>
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