summaryrefslogtreecommitdiff
path: root/www/mod_log_sql
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_log_sql')
-rw-r--r--www/mod_log_sql/Makefile35
-rw-r--r--www/mod_log_sql/distinfo1
-rw-r--r--www/mod_log_sql/pkg-comment1
-rw-r--r--www/mod_log_sql/pkg-descr4
-rw-r--r--www/mod_log_sql/pkg-plist9
5 files changed, 0 insertions, 50 deletions
diff --git a/www/mod_log_sql/Makefile b/www/mod_log_sql/Makefile
deleted file mode 100644
index 86eaadbe791c..000000000000
--- a/www/mod_log_sql/Makefile
+++ /dev/null
@@ -1,35 +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.09
-CATEGORIES= www databases
-MASTER_SITES= http://www.grubbybaby.com/mod_log_mysql/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= lev@serebryakov.spb.ru
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/${AP_PORT}
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${AP_PORT}
-
-AP_PORT?= www/apache13
-APXS?= ${LOCALBASE}/sbin/apxs
-
-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_sql/distinfo b/www/mod_log_sql/distinfo
deleted file mode 100644
index a1a51befd13d..000000000000
--- a/www/mod_log_sql/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mod_log_mysql.tar.gz) = ced2720abc250f19b4ec8caf1c22cfdb
diff --git a/www/mod_log_sql/pkg-comment b/www/mod_log_sql/pkg-comment
deleted file mode 100644
index c9b381ec2a0e..000000000000
--- a/www/mod_log_sql/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Allows Apache to log to a MySQL database
diff --git a/www/mod_log_sql/pkg-descr b/www/mod_log_sql/pkg-descr
deleted file mode 100644
index ed8ade81cda8..000000000000
--- a/www/mod_log_sql/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_sql/pkg-plist b/www/mod_log_sql/pkg-plist
deleted file mode 100644
index 7523a11ecf52..000000000000
--- a/www/mod_log_sql/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