New Port: www/mod_auth_pgsql
Functionally equivalent to the mod_auth_mysql, but uses PostgreSQL database as a back-end. PR: 22757 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
parent
6112134f22
commit
7e823ca9cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37157
6 changed files with 84 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
|||
SUBDIR += mmosaic
|
||||
SUBDIR += mod_access_referer
|
||||
SUBDIR += mod_auth_mysql
|
||||
SUBDIR += mod_auth_pgsql
|
||||
SUBDIR += mod_dav
|
||||
SUBDIR += mod_dtcl
|
||||
SUBDIR += mod_fastcgi
|
||||
|
|
69
www/mod_auth_pgsql/Makefile
Normal file
69
www/mod_auth_pgsql/Makefile
Normal file
|
@ -0,0 +1,69 @@
|
|||
# New ports collection makefile for: apache mod_auth_pgsql
|
||||
# Date created: 2000/11/10
|
||||
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mod_auth_pgsql
|
||||
PORTVERSION= 0.9.5a
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.eurolink.it/pub/linux/postgreSQL/mod_auth_pgsql/
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} \
|
||||
${LOCALBASE}/pgsql/lib/libpq.so:${PORTSDIR}/databases/postgresql7
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} \
|
||||
${LOCALBASE}/pgsql/lib/libpq.so:${PORTSDIR}/databases/postgresql7
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
APXS= ${LOCALBASE}/sbin/apxs
|
||||
|
||||
AP_PORT?= apache13
|
||||
.if exists(${APXS})
|
||||
APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no
|
||||
.endif
|
||||
.if exists(${APXS}) && ${APXS_WORKS} != no
|
||||
AP_TARGET!= ${APXS} -q TARGET
|
||||
AP_SYSCONF!= ${APXS} -q SYSCONFDIR
|
||||
AP_INCLUDE!= ${APXS} -q INCLUDEDIR
|
||||
AP_LIBEXEC!= ${APXS} -q LIBEXECDIR
|
||||
CFLAGS:= `${APXS} -q CFLAGS` ${CFLAGS}
|
||||
.else
|
||||
AP_TARGET?= httpd
|
||||
AP_SYSCONF?= ${PREFIX}/etc/apache
|
||||
AP_INCLUDE?= ${PREFIX}/include/apache
|
||||
AP_LIBEXEC?= ${PREFIX}/libexec/apache
|
||||
.endif
|
||||
|
||||
AUTH_PGSQL_DOCS= apache/manual/mod/mod_auth_pgsql
|
||||
|
||||
PLIST_SUB+= AUTH_PGSQL_DOCS="${AUTH_PGSQL_DOCS}"
|
||||
|
||||
PKGMESSAGE= ${WRKSRC}/.install_notes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-pgsql=${PREFIX}/pgsql \
|
||||
--with-apxs=${APXS}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_SUB+= DOC=''
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/README \
|
||||
${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/
|
||||
${TR} -d \\015 < ${WRKSRC}/mod_auth_pgsql.html \
|
||||
> ${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/index.html
|
||||
${CHMOD} ${SHAREMODE} \
|
||||
${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/index.html
|
||||
${CHOWN} ${SHAREOWN}:${SHAREGRP} \
|
||||
${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/index.html
|
||||
${LN} -sf ${AUTH_PGSQL_DOCS} ${PREFIX}/share/doc/
|
||||
.else
|
||||
PLIST_SUB+= DOC='@comment '
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
www/mod_auth_pgsql/distinfo
Normal file
1
www/mod_auth_pgsql/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mod_auth_pgsql-0.9.5a.tar.gz) = 8c8da3bdc8c1d04aa3173b5ee6715b51
|
1
www/mod_auth_pgsql/pkg-comment
Normal file
1
www/mod_auth_pgsql/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Allows users to use PostgreSQL databases for user authentication
|
4
www/mod_auth_pgsql/pkg-descr
Normal file
4
www/mod_auth_pgsql/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This add-on module allows the apache web server to use a PostgreSQL
|
||||
database for user and/or group authentication. For large user lists this
|
||||
can offer a significate speed up over apache's standard flat file
|
||||
format.
|
8
www/mod_auth_pgsql/pkg-plist
Normal file
8
www/mod_auth_pgsql/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
libexec/apache/mod_auth_pgsql.so
|
||||
@exec %D/sbin/apxs -e -a -n auth_pgsql %f
|
||||
@unexec %D/sbin/apxs -e -A -n auth_pgsql %f
|
||||
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/README
|
||||
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/index.html
|
||||
%%DOC%%@exec (cd %D/share/doc && ln -sf %%AUTH_PGSQL_DOCS%% mod_auth_pgsql)
|
||||
%%DOC%%@unexec rm -f %D/share/doc/mod_auth_pgsql
|
||||
%%DOC%%@dirrm share/doc/%%AUTH_PGSQL_DOCS%%
|
Loading…
Reference in a new issue