head	1.9;
access;
symbols
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	v4_3:1.1.1.1
	AXL:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2002.10.14.01.15.46;	author kris;	state dead;
branches;
next	1.8;

1.8
date	2001.02.05.15.33.29;	author olgeni;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.10.00.05.50;	author cpiazza;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.05.10.31.02;	author sheldonh;	state Exp;
branches;
next	1.5;

1.5
date	99.08.31.02.42.58;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	99.08.27.22.30.24;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.23.04.23.55;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.06.21.11.07.15;	author sheldonh;	state Exp;
branches;
next	1.1;

1.1
date	98.12.01.02.15.41;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.12.01.02.15.41;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove the marc-search port, which has been broken for 2 years and 8
months because it depends on software not in the ports collection.

Reviewed by:	sheldonh (maintainer)
@
text
@# New ports collection makefile for:	marc-search
# Date created:		25 November 1998
# Whom:			Sheldon Hearn <axl@@iafrica.com>
#
# $FreeBSD: ports/www/marc-search/Makefile,v 1.8 2001/02/05 15:33:29 olgeni Exp $
#

PORTNAME=	marc-search
PORTVERSION=	4.3
CATEGORIES=	www
MASTER_SITES=	http://www.oac.uci.edu/indiv/ehood/contrib/marc-search/
DISTNAME=	${PORTNAME}.${PORTVERSION}

MAINTAINER=	sheldonh@@FreeBSD.org

BROKEN=		"requires AppCfg.pm, supplied with Wilma"

RUN_DEPENDS=	mhonarc:${PORTSDIR}/www/mhonarc \
		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/CGI_Lite.pm:${PORTSDIR}/www/p5-CGI_Lite

USE_PERL5=	YES
NO_BUILD=	YES
NO_PACKAGE=	requires site-specific configuration at build time
IS_INTERACTIVE= requires site-specific configuration at build time

# You must tailor these variables to match your sites config
# PUB_HTML=public_html		# subdir name for "~user" usage
# DOCROOT=${PREFIX}/www/data	# web page hierarchy root
# SCRIPTDIR=/cgi-bin		# script directory name
HOSTNAME!= hostname

MARC_LIBS= 	Marc.pm Marc/Form.pm Marc/Search.pm

do-configure:
.if !defined(PUB_HTML) || !defined(DOCROOT) || !defined(SCRIPTDIR)
	@@${ECHO_MSG} "You must tailor the port Makefile and set PUB_HTML, DOCROOT,"
	@@${ECHO_MSG} "and SCRIPTDIR to match your site configuration."
	@@${FALSE}
.else
	${CP} ${FILESDIR}/marc-search.conf ${WRKSRC}/
	for i in marc-search.cgi marc-search.conf ; do \
		${SED} -e 's#XX_PERL_PATH_XX#${PERL}#' \
	    	-e 's#XX_PERL_VER_XX#${PERL_VER}#' \
	    	-e 's#XX_PREFIX_XX#${PREFIX}#' \
	    	-e 's#XX_PUB_HTML_XX#${PUB_HTML}#' \
	    	-e 's#XX_HOSTNAME_XX#${HOSTNAME}#' \
	    	-e 's#XX_DOCROOT_XX#${DOCROOT}#' \
	    	-e 's#XX_SCRIPTDIR_XX#${SCRIPTDIR}#' \
	    	< ${WRKSRC}/$${i} \
	    	> ${WRKSRC}/$${i}.tmp \
	    	&& ${MV} ${WRKSRC}/$${i}.tmp ${WRKSRC}/$${i} ; \
	done
.endif

do-install:
	${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Marc \
	    ${PREFIX}/share/doc/marc-search
.for i in ${MARC_LIBS}
	${INSTALL_DATA} ${WRKSRC}/${i} \
		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${i}
.endfor
	${INSTALL_SCRIPT} ${WRKSRC}/marc-search.cgi ${PREFIX}/www/cgi-bin
	${INSTALL_DATA} ${WRKSRC}/marc-search.conf ${PREFIX}/etc
	${INSTALL_DATA} ${WRKSRC}/docs/marc-search.html ${PREFIX}/www/data
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/marc-search/

.include <bsd.port.mk>
@


1.8
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/marc-search/Makefile,v 1.7 2000/04/10 00:05:50 cpiazza Exp $
@


1.7
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/marc-search/Makefile,v 1.6 2000/02/05 10:31:02 sheldonh Exp $
d9 1
a9 1
PORTVERSION= 	4.3
@


1.6
log
@Mark BROKEN, since it relies on the AppCfg.pm module supplied with
another package, called Wilma.

	ftp://ftp.hpc.uh.edu/pub/wilma/

Submitted by:	Frank Mayhar <fmayhar@@peace.ladev.tandem.com>
@
text
@a1 1
# Version required:	4.3
d5 1
a5 1
# $FreeBSD: ports/www/marc-search/Makefile,v 1.5 1999/08/31 02:42:58 peter Exp $
d8 2
a9 2
DISTNAME=	marc-search.4.3
PKGNAME=	marc-search-4.3
d12 1
@


1.5
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d15 2
@


1.4
log
@echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1999/08/23 04:23:55 mharo Exp $
@


1.3
log
@grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/06/21 11:07:15 sheldonh Exp $
d34 2
a35 2
	@@echo "You must tailor the port Makefile and set PUB_HTML, DOCROOT,"
	@@echo "and SCRIPTDIR to match your site configuration."
@


1.2
log
@Update maintainer's e-mail address.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/12/01 02:15:41 jkoshy Exp $
d36 1
a36 1
	@@false
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d14 1
a14 1
MAINTAINER=	axl@@iafrica.com
@


1.1.1.1
log
@Import of a port for `marc-search' which offers a web based search
interface for the MHonArc mail archiver.

Reviewed by:	jkoshy
Submitted by:	Sheldon Hearn <axl@@iafrica.com> (maintainer)
@
text
@@
