summaryrefslogtreecommitdiff
path: root/www/ap-auth-pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-auth-pgsql')
-rw-r--r--www/ap-auth-pgsql/DESCR18
-rw-r--r--www/ap-auth-pgsql/MESSAGE9
-rw-r--r--www/ap-auth-pgsql/Makefile32
-rw-r--r--www/ap-auth-pgsql/PLIST5
-rw-r--r--www/ap-auth-pgsql/distinfo5
5 files changed, 0 insertions, 69 deletions
diff --git a/www/ap-auth-pgsql/DESCR b/www/ap-auth-pgsql/DESCR
deleted file mode 100644
index 38f06d55706..00000000000
--- a/www/ap-auth-pgsql/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-This module allows user authentication (and can log authenthication
-requests) against information stored in a PostgreSQL database.
-PostgreSQL is a public domain SQL database.
-
-Authentication
-
-One database, and one (or two) tables. One table holds the username
-and the encryped (or plain) password. The other table holds the
-username and the names of the group to which the user belongs. It
-is possible to have username, groupname and password in the same
-table.
-
-Access Logging
-
-Every authentication access is logged in the same database of the
-authentication table, but in different table. User name and date
-of the request are logged. As option, it can log password, ip
-address, request line.
diff --git a/www/ap-auth-pgsql/MESSAGE b/www/ap-auth-pgsql/MESSAGE
deleted file mode 100644
index d1e9b03353e..00000000000
--- a/www/ap-auth-pgsql/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/07/31 19:22:28 wiz Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule auth_pgsql_module lib/httpd/mod_auth_pgsql.so
-
-===========================================================================
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile
deleted file mode 100644
index 1cd244b01d9..00000000000
--- a/www/ap-auth-pgsql/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2014/06/10 14:21:37 joerg Exp $
-
-DISTNAME= mod_auth_pgsql-0.9.12
-PKGNAME= ap13-auth-pgsql-0.9.12
-PKGREVISION= 5
-CATEGORIES= www databases
-MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/
-
-MAINTAINER= waddell@caravan-epub.com
-HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/
-COMMENT= Apache module for user authentication/logging against a PostgreSQL DB
-
-CONFLICTS= ap-auth-pgsql-[0-9]*
-CONFLICTS+= ap-auth-postgresql-[0-9]*
-CONFLICTS+= ap13-auth-postgresql-[0-9]*
-
-APACHE_MODULE_NAME= mod_auth_pgsql.so
-
-CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
-LDFLAGS+= -lpq -lcrypt
-
-INSTALLATION_DIRS+= share/doc/mod_auth_pgsql
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql
-
-.include "../../www/apache/module.mk"
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-pgsql/PLIST b/www/ap-auth-pgsql/PLIST
deleted file mode 100644
index 0b399003e95..00000000000
--- a/www/ap-auth-pgsql/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:15 joerg Exp $
-lib/httpd/mod_auth_pgsql.so
-share/doc/mod_auth_pgsql/README
-share/doc/mod_auth_pgsql/INSTALL
-share/doc/mod_auth_pgsql/mod_auth_pgsql.html
diff --git a/www/ap-auth-pgsql/distinfo b/www/ap-auth-pgsql/distinfo
deleted file mode 100644
index 53f40c28f9f..00000000000
--- a/www/ap-auth-pgsql/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (mod_auth_pgsql-0.9.12.tar.gz) = d439ed8d8f4e1aab436d7f587320b680e8099a8b
-RMD160 (mod_auth_pgsql-0.9.12.tar.gz) = c3e3455c7dbd0bc8dbb12104065dae666969820d
-Size (mod_auth_pgsql-0.9.12.tar.gz) = 30527 bytes