Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2000 14:27:06 +0400 (MSD)
From:      "Dmitry S. Sivachenko" <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21414: New port: www/mod_zap
Message-ID:  <200009201027.OAA30477@chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         21414
>Category:       ports
>Synopsis:       New port: www/mod_zap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 20 03:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Sivachenko
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	

>Description:
An Apache module which privides Z39.50 access through WWW.

	

>How-To-Repeat:

	

>Fix:
	
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./files
#	./files/md5
#	./pkg
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/PLIST
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (zap-1.0.tar.gz) = e54d68acf9edc4ce9cf533a5d3a8e71a
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XAn Apache module that provides Z39.50 access through WWW
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThe ZAP package is an Apache module that provides Z39.50 access through
XWorld Wide Web.
X
X
XDmitry Sivachenko,
Xdima@Chg.RU
END-of-./pkg/DESCR
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xlibexec/apache/mod_zap.so
Xshare/mod_zap/advanced.html
Xshare/mod_zap/advanced.zap
Xshare/mod_zap/ccl.html
Xshare/mod_zap/cgi.html
Xshare/mod_zap/default.zap
Xshare/mod_zap/full.zap
Xshare/mod_zap/gils-display-f.zap
Xshare/mod_zap/search.html
Xshare/mod_zap/simple.html
Xshare/mod_zap/simple.zap
Xshare/mod_zap/thesaurus.zap
Xshare/mod_zap/try.html
X@dirrm share/mod_zap
END-of-./pkg/PLIST
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	mod_zap Apache module
X# Date created:		20 Sep 2000
X# Whom:			Dmitry Sivachenko <dima@Chg.RU>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	mod_zap
XPORTVERSION=	1.0
XCATEGORIES=	www
XMASTER_SITES=	ftp://ftp.indexdata.dk/pub/yaz/
XDISTNAME=	zap-${PORTVERSION}
X
XMAINTAINER=	dima@Chg.RU
X
XBUILD_DEPENDS=	${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
X		${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
XRUN_DEPENDS=	${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
X		${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-yazconfig=${LOCALBASE}/bin \
X		--with-apxs=${LOCALBASE}/sbin/apxs
X
Xpost-install:
X		@${MKDIR} ${PREFIX}/share/mod_zap
X		@${INSTALL_DATA} ${WRKSRC}/htdocs/zap/* ${PREFIX}/share/mod_zap
X
X.include <bsd.port.mk>
END-of-./Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009201027.OAA30477>