summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-11 12:48:15 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-11 12:48:15 +0000
commiteaa78cd740164c915e135ca72bc510b19c013771 (patch)
tree0b8baf7de4158d50dde44108b47e2e68779ed556 /www
parentd2af3ff812b3136f8591800c57569db6e1ce99da (diff)
downloadpkgsrc-eaa78cd740164c915e135ca72bc510b19c013771.tar.gz
More Apache 1.3 modules.
Diffstat (limited to 'www')
-rw-r--r--www/ap-access-referer/DESCR2
-rw-r--r--www/ap-access-referer/MESSAGE9
-rw-r--r--www/ap-access-referer/Makefile26
-rw-r--r--www/ap-access-referer/PLIST3
-rw-r--r--www/ap-access-referer/distinfo5
-rw-r--r--www/ap-auth-cookie/DESCR4
-rw-r--r--www/ap-auth-cookie/MESSAGE9
-rw-r--r--www/ap-auth-cookie/Makefile32
-rw-r--r--www/ap-auth-cookie/PLIST2
-rw-r--r--www/ap-auth-cookie/distinfo5
-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
-rw-r--r--www/ap-auth-radius/DESCR3
-rw-r--r--www/ap-auth-radius/MESSAGE9
-rw-r--r--www/ap-auth-radius/Makefile30
-rw-r--r--www/ap-auth-radius/PLIST5
-rw-r--r--www/ap-auth-radius/distinfo5
-rw-r--r--www/ap-bandwidth/DESCR3
-rw-r--r--www/ap-bandwidth/MESSAGE9
-rw-r--r--www/ap-bandwidth/Makefile26
-rw-r--r--www/ap-bandwidth/PLIST2
-rw-r--r--www/ap-bandwidth/distinfo5
-rw-r--r--www/ap-gzip/DESCR15
-rw-r--r--www/ap-gzip/MESSAGE13
-rw-r--r--www/ap-gzip/Makefile30
-rw-r--r--www/ap-gzip/PLIST31
-rw-r--r--www/ap-gzip/distinfo5
30 files changed, 0 insertions, 357 deletions
diff --git a/www/ap-access-referer/DESCR b/www/ap-access-referer/DESCR
deleted file mode 100644
index 22a9d542514..00000000000
--- a/www/ap-access-referer/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-mod_access_referer is an Apache module that provides access control
-based on the "Referer" HTTP header content.
diff --git a/www/ap-access-referer/MESSAGE b/www/ap-access-referer/MESSAGE
deleted file mode 100644
index 6bbe18fcd78..00000000000
--- a/www/ap-access-referer/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/02/18 00:53:58 grant Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule access_referer_module lib/httpd/mod_access_referer.so
-
-===========================================================================
diff --git a/www/ap-access-referer/Makefile b/www/ap-access-referer/Makefile
deleted file mode 100644
index 1bb202c5718..00000000000
--- a/www/ap-access-referer/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2012/10/28 06:30:02 asau Exp $
-#
-
-DISTNAME= mod_access_referer-1.0.2
-PKGNAME= ap13-access-referer-1.0.2
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=accessreferer/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://accessreferer.sourceforge.net/
-COMMENT= Apache module for referer-based access control
-
-CONFLICTS= ap-access-referer-[0-9]*
-
-APACHE_MODULE_NAME= mod_access_referer.so
-
-DOCDIR= ${PREFIX}/share/doc
-
-INSTALLATION_DIRS+= ${DOCDIR}/html/mod_access_referer
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/mod_access_referer.html \
- ${DESTDIR}${DOCDIR}/html/mod_access_referer
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-access-referer/PLIST b/www/ap-access-referer/PLIST
deleted file mode 100644
index 4a74af368d5..00000000000
--- a/www/ap-access-referer/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:14 joerg Exp $
-lib/httpd/mod_access_referer.so
-share/doc/html/mod_access_referer/mod_access_referer.html
diff --git a/www/ap-access-referer/distinfo b/www/ap-access-referer/distinfo
deleted file mode 100644
index b84d29a39d9..00000000000
--- a/www/ap-access-referer/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (mod_access_referer-1.0.2.tar.gz) = db31677c347b7dccdbd8935bbb2cae2fd87248ea
-RMD160 (mod_access_referer-1.0.2.tar.gz) = 0f6b9c41a3177360dbd2fa298c932cfc554d855c
-Size (mod_access_referer-1.0.2.tar.gz) = 9745 bytes
diff --git a/www/ap-auth-cookie/DESCR b/www/ap-auth-cookie/DESCR
deleted file mode 100644
index f29fe158a37..00000000000
--- a/www/ap-auth-cookie/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-mod_auth_cookie.c allows a Basic authentication string to be encoded into
-a cookie (using "Header set" from mod_headers). When a request comes in,
-both the standard Basic auth field Authorization: and the specified cookie
-are checked for auth info.
diff --git a/www/ap-auth-cookie/MESSAGE b/www/ap-auth-cookie/MESSAGE
deleted file mode 100644
index 2eccd958e9e..00000000000
--- a/www/ap-auth-cookie/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2003/02/17 20:55:24 grant Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule cookie_auth_module lib/httpd/mod_auth_cookie.so
-
-===========================================================================
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
deleted file mode 100644
index a4179ceac1d..00000000000
--- a/www/ap-auth-cookie/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.45 2012/10/28 06:30:02 asau Exp $
-#
-# There are a few more mod_auth_cookie's out there doing slightly
-# different things. This one pkg would be a good place to dump them all in
-# one.
-
-DISTNAME= mod_auth_cookie.c
-PKGNAME= ap13-auth-cookie-1.9
-CATEGORIES= www
-MASTER_SITES= http://raburton.lunarpages.com/apache/mod_auth_cookie/13/
-EXTRACT_SUFX= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://raburton.lunarpages.com/apache/mod_auth_cookie/
-COMMENT= Cookie-based authentication for Apache
-
-CONFLICTS= ap-auth-cookie-[0-9]*
-
-WRKSRC= ${WRKDIR}
-
-EXTRACT_ONLY= # empty
-
-APACHE_MODULE_NAME= mod_auth_cookie.so
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-do-extract:
- @(${ECHO} '#include "ap_compat.h"'; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
- >${WRKSRC}/${DISTNAME}
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-cookie/PLIST b/www/ap-auth-cookie/PLIST
deleted file mode 100644
index bd744369e22..00000000000
--- a/www/ap-auth-cookie/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:33 zuntum Exp $
-lib/httpd/mod_auth_cookie.so
diff --git a/www/ap-auth-cookie/distinfo b/www/ap-auth-cookie/distinfo
deleted file mode 100644
index 7b29649868b..00000000000
--- a/www/ap-auth-cookie/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2006/07/21 16:24:37 wiz Exp $
-
-SHA1 (ap13-auth-cookie-1.9/mod_auth_cookie.c) = c6f66cbc70a7daf4eba1587d79376e29b8ae6965
-RMD160 (ap13-auth-cookie-1.9/mod_auth_cookie.c) = cc130b03931ceb9326a49e4bb5e0d2c53b7f371c
-Size (ap13-auth-cookie-1.9/mod_auth_cookie.c) = 8790 bytes
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
diff --git a/www/ap-auth-radius/DESCR b/www/ap-auth-radius/DESCR
deleted file mode 100644
index 9e3de3c37e2..00000000000
--- a/www/ap-auth-radius/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-mod_auth_radius.c allows HTTP authentication to be checked against a
-RADIUS server. If you check valuable passwords such as the ones you use
-for dial-up, don't forget to use SSL.
diff --git a/www/ap-auth-radius/MESSAGE b/www/ap-auth-radius/MESSAGE
deleted file mode 100644
index a0ac2eeaff8..00000000000
--- a/www/ap-auth-radius/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule radius_auth_module lib/httpd/mod_auth_radius.so
-
-===========================================================================
diff --git a/www/ap-auth-radius/Makefile b/www/ap-auth-radius/Makefile
deleted file mode 100644
index 6a153dd21ac..00000000000
--- a/www/ap-auth-radius/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2012/10/28 06:30:03 asau Exp $
-#
-
-DISTNAME= mod_auth_radius-1.5.7
-PKGNAME= ap13-auth-radius-1.5.7
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/
-EXTRACT_SUFX= .tar
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.freeradius.org/mod_auth_radius/
-COMMENT= Radius authentication module for Apache
-
-CONFLICTS= ap-auth-radius-[0-9]*
-
-APACHE_MODULE_NAME= mod_auth_radius.so
-
-EXAMPLEDIR= ${PREFIX}/share/example/mod_auth_radius
-post-extract:
- ${RM} -f ${WRKSRC}/mod_auth_radius-2.0.c
-
-INSTALLATION_DIRS+= ${EXAMPLEDIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${EXAMPLEDIR}/
- ${INSTALL_DATA} ${WRKSRC}/httpd.conf ${DESTDIR}${EXAMPLEDIR}/
- ${INSTALL_DATA} ${WRKSRC}/htaccess ${DESTDIR}${EXAMPLEDIR}/
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-radius/PLIST b/www/ap-auth-radius/PLIST
deleted file mode 100644
index 6612d6af8e4..00000000000
--- a/www/ap-auth-radius/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $
-lib/httpd/mod_auth_radius.so
-share/example/mod_auth_radius/README
-share/example/mod_auth_radius/htaccess
-share/example/mod_auth_radius/httpd.conf
diff --git a/www/ap-auth-radius/distinfo b/www/ap-auth-radius/distinfo
deleted file mode 100644
index 071658ae59d..00000000000
--- a/www/ap-auth-radius/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (mod_auth_radius-1.5.7.tar) = 4f9fdcd675ec0d0247d964883ad16a2593367e06
-RMD160 (mod_auth_radius-1.5.7.tar) = 5b9408d063c9d27a9d2918c8c4feb173b81ff1be
-Size (mod_auth_radius-1.5.7.tar) = 112640 bytes
diff --git a/www/ap-bandwidth/DESCR b/www/ap-bandwidth/DESCR
deleted file mode 100644
index 9e7d1018f07..00000000000
--- a/www/ap-bandwidth/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-mod_bandwidth is an Apache module to provide bandwidth usage limitation
-either on the whole server or one a per connection basis based on the
-size of files, directory location or remote domain/IP.
diff --git a/www/ap-bandwidth/MESSAGE b/www/ap-bandwidth/MESSAGE
deleted file mode 100644
index 4e5de576f46..00000000000
--- a/www/ap-bandwidth/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/02/17 23:32:33 grant Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule bandwidth_module lib/httpd/mod_bandwidth.so
-
-===========================================================================
diff --git a/www/ap-bandwidth/Makefile b/www/ap-bandwidth/Makefile
deleted file mode 100644
index 993d2222d7b..00000000000
--- a/www/ap-bandwidth/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2012/10/28 06:30:03 asau Exp $
-#
-
-DISTNAME= mod_bandwidth.c
-PKGNAME= ap13-bandwidth-2.0.6
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.cohprog.com/pub/apache/module/
-EXTRACT_SUFX= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.cohprog.com/mod_bandwidth.html
-COMMENT= Apache module for bandwidth management
-
-CONFLICTS= ap-bandwidth-[0-9]*
-
-WRKSRC= ${WRKDIR}
-
-APACHE_MODULE_NAME= mod_bandwidth.so
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-do-extract:
- @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-bandwidth/PLIST b/www/ap-bandwidth/PLIST
deleted file mode 100644
index 1c14cdecb8b..00000000000
--- a/www/ap-bandwidth/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/17 23:32:34 grant Exp $
-lib/httpd/mod_bandwidth.so
diff --git a/www/ap-bandwidth/distinfo b/www/ap-bandwidth/distinfo
deleted file mode 100644
index becda1b217e..00000000000
--- a/www/ap-bandwidth/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/06/07 11:49:10 joerg Exp $
-
-SHA1 (ap13-bandwidth-2.0.6/mod_bandwidth.c) = 96d4fb5a68bc56a310979fe68c322445f9f4fe56
-RMD160 (ap13-bandwidth-2.0.6/mod_bandwidth.c) = e093a8a5de89a91d523bb0702e21c43046d5e48c
-Size (ap13-bandwidth-2.0.6/mod_bandwidth.c) = 43653 bytes
diff --git a/www/ap-gzip/DESCR b/www/ap-gzip/DESCR
deleted file mode 100644
index f7a4572cfac..00000000000
--- a/www/ap-gzip/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-mod_gzip uses the well established and publicly available IETF
-Content-Encoding standards in conjunction with publicy available GZIP
-compression libraries such as ZLIB to deliver dynamically compressed
-content 'on the fly' to any browser or user-agent that is capable of
-receiving it. It is a software based solution that runs perfectly in
-conjunction with any Apache Web Server on both UNIX and Win32 platforms.
-
-No additional client side software is required to use this product.
-
-mod_gzip does not require ANY software to be installed on the client
-side. There is no accompanying 'Plug-in' or 'Client Proxy' of any kind.
-All you need is your current HTTP 1.1 compliant browser. All modern
-browsers released since early 1999 are already capable of receiving
-compressed Internet content via standard IETF Content Encoding if they
-are HTTP 1.1 compliant.
diff --git a/www/ap-gzip/MESSAGE b/www/ap-gzip/MESSAGE
deleted file mode 100644
index d6de241c0c1..00000000000
--- a/www/ap-gzip/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:45 wiz Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule gzip_module lib/httpd/mod_gzip.so
-
-For more information, see
-
- ${PREFIX}/share/doc/mod_gzip
-
-===========================================================================
diff --git a/www/ap-gzip/Makefile b/www/ap-gzip/Makefile
deleted file mode 100644
index f6929805153..00000000000
--- a/www/ap-gzip/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2012/10/28 06:30:04 asau Exp $
-#
-
-DISTNAME= mod_gzip-1.3.26.1a
-PKGNAME= ${DISTNAME:C|mod_|ap13-|}
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-gzip/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/mod-gzip/
-COMMENT= On-the-fly GZIP compression for Apache 1.3.x
-
-CONFLICTS= ap-gzip-[0-9]*
-
-APACHE_MODULE_NAME= mod_gzip.so
-
-INSTALLATION_DIRS+= share/doc/mod_gzip/de share/doc/mod_gzip/en \
- share/examples/mod_gzip
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/docs/manual/deutsch/* \
- ${DESTDIR}${PREFIX}/share/doc/mod_gzip/de
- ${INSTALL_DATA} ${WRKSRC}/docs/manual/english/* \
- ${DESTDIR}${PREFIX}/share/doc/mod_gzip/en
- ${INSTALL_DATA} ${WRKSRC}/docs/mod_gzip.conf.sample \
- ${DESTDIR}${PREFIX}/share/examples/mod_gzip/httpd.conf
-
-.include "../../www/apache/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-gzip/PLIST b/www/ap-gzip/PLIST
deleted file mode 100644
index d42f47bdffc..00000000000
--- a/www/ap-gzip/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:00:15 joerg Exp $
-lib/httpd/mod_gzip.so
-share/doc/mod_gzip/de/browser.htm
-share/doc/mod_gzip/de/cache.htm
-share/doc/mod_gzip/de/config.htm
-share/doc/mod_gzip/de/encoding.htm
-share/doc/mod_gzip/de/enhancements.htm
-share/doc/mod_gzip/de/extern.gif
-share/doc/mod_gzip/de/firewalls.htm
-share/doc/mod_gzip/de/index.htm
-share/doc/mod_gzip/de/links.htm
-share/doc/mod_gzip/de/mod_gzip_logo.gif
-share/doc/mod_gzip/de/status.htm
-share/doc/mod_gzip/de/valid-css.png
-share/doc/mod_gzip/de/valid-xhtml11.png
-share/doc/mod_gzip/de/versions.htm
-share/doc/mod_gzip/en/browser.htm
-share/doc/mod_gzip/en/cache.htm
-share/doc/mod_gzip/en/config.htm
-share/doc/mod_gzip/en/encoding.htm
-share/doc/mod_gzip/en/enhancements.htm
-share/doc/mod_gzip/en/extern.gif
-share/doc/mod_gzip/en/firewalls.htm
-share/doc/mod_gzip/en/index.htm
-share/doc/mod_gzip/en/links.htm
-share/doc/mod_gzip/en/mod_gzip_logo.gif
-share/doc/mod_gzip/en/status.htm
-share/doc/mod_gzip/en/valid-css.png
-share/doc/mod_gzip/en/valid-xhtml11.png
-share/doc/mod_gzip/en/versions.htm
-share/examples/mod_gzip/httpd.conf
diff --git a/www/ap-gzip/distinfo b/www/ap-gzip/distinfo
deleted file mode 100644
index 993fa5914ca..00000000000
--- a/www/ap-gzip/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (mod_gzip-1.3.26.1a.tgz) = b430dca7216ccb85c06bde972e508919d112ab1b
-RMD160 (mod_gzip-1.3.26.1a.tgz) = 60499f6189c9b4e25657b27c272caf6243b64262
-Size (mod_gzip-1.3.26.1a.tgz) = 137394 bytes