ports/58252: [new port] www/mod_mya: Allows basic authentication data to be stored in a MySQL database

Clement Laforet sheepkiller at cultdeadsheep.org
Sun Oct 19 19:40:18 UTC 2003


>Number:         58252
>Category:       ports
>Synopsis:       [new port] www/mod_mya: Allows basic authentication data to be stored in a MySQL database
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 19 12:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org 
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	mod_mya is an Apache Web Server module allowing basic authentication data to be 
	stored in a MySQL database thus deprecating file based configuration.

	WWW: http://www.synthemesc.com/mod_mya/

>How-To-Repeat:
	N/A.
>Fix:

	

--- mod_mya.shar begins here ---
# 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:
#
#	mod_mya
#	mod_mya/files
#	mod_mya/files/patch-mod_mya.c
#	mod_mya/Makefile
#	mod_mya/distinfo
#	mod_mya/pkg-descr
#	mod_mya/pkg-plist
#
echo c - mod_mya
mkdir -p mod_mya > /dev/null 2>&1
echo c - mod_mya/files
mkdir -p mod_mya/files > /dev/null 2>&1
echo x - mod_mya/files/patch-mod_mya.c
sed 's/^X//' >mod_mya/files/patch-mod_mya.c << 'END-of-mod_mya/files/patch-mod_mya.c'
X--- mod_mya.c.orig	Sun Oct 19 16:41:56 2003
X+++ mod_mya.c	Sun Oct 19 16:42:23 2003
X@@ -41,6 +41,7 @@
X #include <stdlib.h>
X #include <sys/types.h>
X #include <unistd.h>
X+#include <stddef.h>
X 
X #include <mysql.h>
X 
END-of-mod_mya/files/patch-mod_mya.c
echo x - mod_mya/Makefile
sed 's/^X//' >mod_mya/Makefile << 'END-of-mod_mya/Makefile'
X# New ports collection makefile for:	mod_mya
X# Date created:				Sun Oct 19
X# Whom:					Clement Laforet <sheepkiller at cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_mya
XPORTVERSION=	3.0
XCATEGORIES=	www
XMASTER_SITES=	http://www.synthemesc.com/downloads/mod_mya/
XDIST_SUBDIR=	apache
X
XMAINTAINER=	sheepkiller at cultdeadsheep.org
XCOMMENT=	Allows basic authentication data to be stored in a MySQL database
X
XBUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_MYSQL=	YES
X
XAPXS?=		${LOCALBASE}/sbin/apxs
XMYSQL_INC?=	${LOCALBASE}/include/mysql
XMYSQL_LIB?=	${LOCALBASE}/lib/mysql -lmysqlclient
X
XDOC_FILES=	AUTHORS README TODO COPYING ChangeLog
X
Xdo-build:
X	@(cd ${WRKSRC} && ${APXS} -I ${MYSQL_INC} -L ${MYSQL_LIB} -c ${PORTNAME}.c)
X
Xdo-install:
X	@(cd ${WRKSRC} && ${APXS} -i -A -n ${PORTNAME:S/mod_//} ${PORTNAME}.la)
X
X.if !defined (NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.   for f in ${DOC_FILES}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.   endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mod_mya/Makefile
echo x - mod_mya/distinfo
sed 's/^X//' >mod_mya/distinfo << 'END-of-mod_mya/distinfo'
XMD5 (apache/mod_mya-3.0.tar.gz) = 5a3dc05fd65fa9d584a1d6aba4aa055f
END-of-mod_mya/distinfo
echo x - mod_mya/pkg-descr
sed 's/^X//' >mod_mya/pkg-descr << 'END-of-mod_mya/pkg-descr'
Xmod_mya is an Apache Web Server module allowing basic authentication data to be 
Xstored in a MySQL database thus deprecating file based configuration.
X
XWWW: http://www.synthemesc.com/mod_mya/
END-of-mod_mya/pkg-descr
echo x - mod_mya/pkg-plist
sed 's/^X//' >mod_mya/pkg-plist << 'END-of-mod_mya/pkg-plist'
Xlibexec/apache2/mod_mya.so
X at exec %D/sbin/apxs -e -A -n mya %D/%f
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X at unexec echo "===>  If you do not plan on reinstalling mod_mya, you must manually remove"; echo "===>  references to it in httpd.conf."
END-of-mod_mya/pkg-plist
exit
--- mod_mya.shar ends here ---


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



More information about the freebsd-ports-bugs mailing list