aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_mysql
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-07-12 19:07:53 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-07-12 19:07:53 +0000
commit7356bba4c63c81fa8192ba359dd1056db2535b06 (patch)
tree920c030dffaaae6229c4617a1870ca36498064b2 /www/mod_log_mysql
parent9bfd9344bc8ed3f76e4d3ab61e83adc68c47ad75 (diff)
downloadports-7356bba4c63c81fa8192ba359dd1056db2535b06.tar.gz
ports-7356bba4c63c81fa8192ba359dd1056db2535b06.zip
Notes
Diffstat (limited to 'www/mod_log_mysql')
-rw-r--r--www/mod_log_mysql/Makefile52
-rw-r--r--www/mod_log_mysql/distinfo1
-rw-r--r--www/mod_log_mysql/pkg-descr4
-rw-r--r--www/mod_log_mysql/pkg-plist9
4 files changed, 0 insertions, 66 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile
deleted file mode 100644
index 1c05dd486910..000000000000
--- a/www/mod_log_mysql/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: apache mod_log_mysql
-# Date created: 2001/11/22
-# Whom: lev@serebryakov.spb.ru
-#
-# $FreeBSD$
-
-PORTNAME= mod_log_mysql
-PORTVERSION= 1.16
-CATEGORIES= www databases
-MASTER_SITES= http://www.grubbybaby.com/mod_log_sql/
-DISTFILES= mod_log_sql-${PORTVERSION}
-
-MAINTAINER= lev@FreeBSD.org
-COMMENT= Allows Apache to log to a MySQL database
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/${AP_PORT}
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${AP_PORT}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-AP_PORT?= www/apache13
-APXS?= ${LOCALBASE}/sbin/apxs
-
-# Here is no mod_ssl by default
-HAVE_MOD_SSL=
-
-MOD_SSL_HEADER= ${LOCALBASE}/include/apache/mod_ssl.h
-
-.if exists(${MOD_SSL_HEADER})
-do-configure:
- @${ECHO_MSG} "Make with mod_ssl support"
-.else
-do-configure:
- @${ECHO_MSG} "Make without mod_ssl support"
- @${PERL} -pi -e 's/#define WANT_SSL_LOGGING/#undef WANT_SSL_LOGGING/' ${WRKSRC}/mod_log_mysql.c
-.endif
-
-do-build:
- @cd ${WRKSRC} && ${APXS} -c -o ${PORTNAME}.so -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib/mysql -lmysqlclient ${PORTNAME}.c
-
-do-install:
- cd ${WRKSRC} && ${APXS} -i -n${PORTNAME:S/^mod_//} -A ${PORTNAME}.so
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in CONFIGURATION INSTALL README access_log.sql make_combined_log.pl
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/mod_log_mysql/distinfo b/www/mod_log_mysql/distinfo
deleted file mode 100644
index 39e50f5f33e3..000000000000
--- a/www/mod_log_mysql/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mod_log_sql-1.16) = 1a6e44e98ed631a20390727b993840c4
diff --git a/www/mod_log_mysql/pkg-descr b/www/mod_log_mysql/pkg-descr
deleted file mode 100644
index ed8ade81cda8..000000000000
--- a/www/mod_log_mysql/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This add-on module allows the apache web server to use a MySQL database for
-logging of all operations.
-
-WWW: http://www.grubbybaby.com/mod_log_mysql/
diff --git a/www/mod_log_mysql/pkg-plist b/www/mod_log_mysql/pkg-plist
deleted file mode 100644
index 7523a11ecf52..000000000000
--- a/www/mod_log_mysql/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-@exec %D/sbin/apxs -e -A -n log_mysql -A mod_log_mysql.so
-libexec/apache/mod_log_mysql.so
-@unexec %D/sbin/apxs -e -A -n log_mysql %f
-%%PORTDOCS%%share/doc/mod_log_mysql/CONFIGURATION
-%%PORTDOCS%%share/doc/mod_log_mysql/INSTALL
-%%PORTDOCS%%share/doc/mod_log_mysql/README
-%%PORTDOCS%%share/doc/mod_log_mysql/access_log.sql
-%%PORTDOCS%%share/doc/mod_log_mysql/make_combined_log.pl
-%%PORTDOCS%%@dirrm share/doc/mod_log_mysql