aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-13 11:44:40 +0800
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-13 11:44:40 +0800
commit23a4abb8801fe2bcc91995ab95c51a533ec9d9c2 (patch)
tree6484abcbfdfd5759011e4f61769895c7b2bca246
parent30e111c5b71aaaee8167d6a00e0bf17e597eaa73 (diff)
downloadfreebsd-ports-gnome-23a4abb8801fe2bcc91995ab95c51a533ec9d9c2.tar.gz
freebsd-ports-gnome-23a4abb8801fe2bcc91995ab95c51a533ec9d9c2.tar.zst
freebsd-ports-gnome-23a4abb8801fe2bcc91995ab95c51a533ec9d9c2.zip
www/mod_mysqluserdir||2009-04-13|Depends on broken databases/mysql323-client
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_mysqluserdir/Makefile33
-rw-r--r--www/mod_mysqluserdir/distinfo3
-rw-r--r--www/mod_mysqluserdir/files/README45
-rw-r--r--www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c10
-rw-r--r--www/mod_mysqluserdir/pkg-descr4
-rw-r--r--www/mod_mysqluserdir/pkg-message19
-rw-r--r--www/mod_mysqluserdir/pkg-plist5
9 files changed, 1 insertions, 120 deletions
diff --git a/MOVED b/MOVED
index 73d0a8e39722..16ca7e4addbd 100644
--- a/MOVED
+++ b/MOVED
@@ -3935,3 +3935,4 @@ www/rt32|www/rt38|2009-04-11|obsolete version, use www/rt38 instead
www/rt34|www/rt38|2009-04-11|obsolete version, use www/rt38 instead
www/mod_snake||2009-04-12|Doesn't compile; abandoned upstream since 2002
www/mod_mya||2009-04-13|Depends on broken databases/mysql323-client
+www/mod_mysqluserdir||2009-04-13|Depends on broken databases/mysql323-client
diff --git a/www/Makefile b/www/Makefile
index d6ba7d7b9164..34570cf38a03 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -468,7 +468,6 @@
SUBDIR += mod_mp3
SUBDIR += mod_musicindex
SUBDIR += mod_mylo
- SUBDIR += mod_mysqluserdir
SUBDIR += mod_ntlm
SUBDIR += mod_ntlm2
SUBDIR += mod_perl
diff --git a/www/mod_mysqluserdir/Makefile b/www/mod_mysqluserdir/Makefile
deleted file mode 100644
index ebc5c964bf8c..000000000000
--- a/www/mod_mysqluserdir/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mod_mysqluserdir
-# Date created: 12 November 2001
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= mod_mysqluserdir
-PORTVERSION= 0.1
-CATEGORIES= www
-MASTER_SITES= ftp://sys.estpak.ee/pub/sys_staff/ \
- ftp://ftp.nuug.no/pub/anders/distfiles/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module to make Apache get userdirs from MySQL
-
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-
-USE_APACHE= yes
-
-do-build:
- (cd ${WRKSRC} && ${APXS} -c -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib/mysql -lmysqlclient mod_mysqluserdir.c)
-
-do-install:
- (cd ${WRKSRC} && ${APXS} -i -A -n 'userdir' mod_mysqluserdir.so)
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_mysqluserdir/distinfo b/www/mod_mysqluserdir/distinfo
deleted file mode 100644
index b286d40a040f..000000000000
--- a/www/mod_mysqluserdir/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_mysqluserdir_0.1.tar.gz) = 3f74bc9f8ce6959018767695c52c00c4
-SHA256 (mod_mysqluserdir_0.1.tar.gz) = 9a0b733b6f3a50b8f8c1b99734de247e5a158a7af77ca14cd7e235fe86e5c682
-SIZE (mod_mysqluserdir_0.1.tar.gz) = 7019
diff --git a/www/mod_mysqluserdir/files/README b/www/mod_mysqluserdir/files/README
deleted file mode 100644
index eec557aa4a09..000000000000
--- a/www/mod_mysqluserdir/files/README
+++ /dev/null
@@ -1,45 +0,0 @@
-Notes from the author:
-======================
-
-Modified by Jaanus Toomsalu for using MYSQL userdirs
-03. Sept. 2001
-Configuration options
- MyUserDirHost localhost - Mysql database host
- MyUserDirSock /var/run/mysql/mysql.sock - Mysql Unix filesocket
- if not present then database host option will be used
- MyUserDirUser user - DB User
- MyUserDirPass pass - DB User password
- MyUserDirDB database _ DB name
- MyUserDirTable table - DB table name
- MyUserDirDirCol directory - directory column name
- MyUserDirUserCol login - login column name
- #MyUserDirLeftJoinCol - if needed
- MyUserDirWhereCol "and enabled=1"
-
-Notes from Anders:
-==================
-
-The module is successfully tested with this configuration:
-
-MyUserDirSock /tmp/mysql.sock
-MyUserDirUser sqluserdir
-MyUserDirPass foo
-MyUserDirDB sqlusers
-MyUserDirTable sqlusers
-MyUserDirDirCol directory
-MyUserDirUserCol user
-
-I had to disable the LoadModule and AddModule commands for the default Apache
-mod_userdir to make mod_mysqluserdir work.
-
-And a MySQL table crated like this:
-
-CREATE TABLE sqlusers (
- id int(13) NOT NULL auto_increment,
- user varchar(50) NOT NULL default '',
- directory varchar(50) NOT NULL default '',
- enabled tinyint(3) NOT NULL default '1',
- PRIMARY KEY (id)
-);
-
-INSERT INTO sqlusers VALUES (1,'anders','/home/anders',1);
diff --git a/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c b/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c
deleted file mode 100644
index 32e3c2f30783..000000000000
--- a/www/mod_mysqluserdir/files/patch-mod_mysqluserdir.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mod_mysqluserdir.c.orig Sun Oct 28 14:08:24 2001
-+++ mod_mysqluserdir.c Sun Oct 28 14:08:53 2001
-@@ -614,7 +614,6 @@
-
- if (sql_row=mysql_fetch_row(result)) {
- values=sql_row[0];
-- mysql_free_result(result);
- }
-
- else
diff --git a/www/mod_mysqluserdir/pkg-descr b/www/mod_mysqluserdir/pkg-descr
deleted file mode 100644
index 0e81a4f5df1b..000000000000
--- a/www/mod_mysqluserdir/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-mod_mysqluserdir is a configurable Apache module for fetching
-http://server/~username type info from a MySQL database.
-
-- Anders Nordby <anders@FreeBSD.org>
diff --git a/www/mod_mysqluserdir/pkg-message b/www/mod_mysqluserdir/pkg-message
deleted file mode 100644
index 31176a72a555..000000000000
--- a/www/mod_mysqluserdir/pkg-message
+++ /dev/null
@@ -1,19 +0,0 @@
-************************************************************
-You've installed mod_mysqluserdir, an Apache module to make
-Apache get userdirs from MySQL.
-
-Edit your apache.conf or httpd.conf to enable and setup this
-module. Have a look at the files in
-${PREFIX}/share/doc/mod_mysqluserdir for information on how
-to configure it etc.
-
-You need to disable the LoadModule and AddModule commands
-for the default Apache mod_userdir module to make
-mod_mysqluserdir work.
-
-Then do this to make it work effective:
-
-# apachectl configtest (see if there are any config errors)
-# apachectl restart
-
-************************************************************
diff --git a/www/mod_mysqluserdir/pkg-plist b/www/mod_mysqluserdir/pkg-plist
deleted file mode 100644
index 3f23dfa71fee..000000000000
--- a/www/mod_mysqluserdir/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-libexec/apache/mod_mysqluserdir.so
-@exec %D/sbin/apxs -e -A -n userdir %D/%F
-@unexec %D/sbin/apxs -e -A -n userdir %D/%F
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%