mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add new port: www/mod_zap
An Apache module which privides Z39.50 access through WWW. PR: 21414 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
This commit is contained in:
parent
afe756e838
commit
87712d05d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34160
@ -100,6 +100,7 @@
|
||||
SUBDIR += mod_php4
|
||||
SUBDIR += mod_roaming
|
||||
SUBDIR += mod_ruby
|
||||
SUBDIR += mod_zap
|
||||
SUBDIR += momspider
|
||||
SUBDIR += mozilla
|
||||
SUBDIR += mozilla-embedded
|
||||
|
29
www/mod_zap/Makefile
Normal file
29
www/mod_zap/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: mod_zap Apache module
|
||||
# Date created: 20 Sep 2000
|
||||
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_zap
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.indexdata.dk/pub/yaz/
|
||||
DISTNAME= zap-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dima@Chg.RU
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
|
||||
${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
|
||||
${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \
|
||||
--with-apxs=${LOCALBASE}/sbin/apxs
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/mod_zap
|
||||
@${INSTALL_DATA} ${WRKSRC}/htdocs/zap/* ${PREFIX}/share/mod_zap
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mod_zap/distinfo
Normal file
1
www/mod_zap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zap-1.0.tar.gz) = e54d68acf9edc4ce9cf533a5d3a8e71a
|
1
www/mod_zap/pkg-comment
Normal file
1
www/mod_zap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Apache module that provides Z39.50 access through WWW
|
6
www/mod_zap/pkg-descr
Normal file
6
www/mod_zap/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
The ZAP package is an Apache module that provides Z39.50 access through
|
||||
World Wide Web.
|
||||
|
||||
|
||||
Dmitry Sivachenko,
|
||||
dima@Chg.RU
|
14
www/mod_zap/pkg-plist
Normal file
14
www/mod_zap/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
libexec/apache/mod_zap.so
|
||||
share/mod_zap/advanced.html
|
||||
share/mod_zap/advanced.zap
|
||||
share/mod_zap/ccl.html
|
||||
share/mod_zap/cgi.html
|
||||
share/mod_zap/default.zap
|
||||
share/mod_zap/full.zap
|
||||
share/mod_zap/gils-display-f.zap
|
||||
share/mod_zap/search.html
|
||||
share/mod_zap/simple.html
|
||||
share/mod_zap/simple.zap
|
||||
share/mod_zap/thesaurus.zap
|
||||
share/mod_zap/try.html
|
||||
@dirrm share/mod_zap
|
Loading…
Reference in New Issue
Block a user