aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_sqlinclude
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_sqlinclude')
-rw-r--r--www/mod_sqlinclude/Makefile41
-rw-r--r--www/mod_sqlinclude/distinfo2
-rw-r--r--www/mod_sqlinclude/pkg-descr7
-rw-r--r--www/mod_sqlinclude/pkg-message15
4 files changed, 0 insertions, 65 deletions
diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile
deleted file mode 100644
index 74b717ad6746..000000000000
--- a/www/mod_sqlinclude/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: mod_sqlinclude
-# Date created: October 25 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-
-PORTNAME= mod_sqlinclude
-PORTVERSION= 1.4
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= SF/mod-sqlinclude/mod-sqlinclude/${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module implementing config inclusion from MySQL databases
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-USE_MYSQL= yes
-
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-AP_INC= ${LOCALBASE}/include
-AP_LIB= ${LOCALBASE}/lib/mysql -lmysqlclient
-
-PORTDOCS= CHANGES.txt README.txt test.sql
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/mod_sqlinclude/distinfo b/www/mod_sqlinclude/distinfo
deleted file mode 100644
index c9f7acf5c8a4..000000000000
--- a/www/mod_sqlinclude/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_sqlinclude-1.4.tgz) = 0c80d0c049376b9664a502227bfd56ab845433a9bc8c8cb6ee626e7decad2a8f
-SIZE (mod_sqlinclude-1.4.tgz) = 10275
diff --git a/www/mod_sqlinclude/pkg-descr b/www/mod_sqlinclude/pkg-descr
deleted file mode 100644
index ff08fca18079..000000000000
--- a/www/mod_sqlinclude/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-mod_sqlinclude is an Apache module which implements Include-alike command,
-which, as its origin, includes the external data into Apache configuration
-file, but instead of taking the real files SQLInclude fetches and includes data
-from MySQL databases.
-
-Author: Marcin Orlowski <carlos@amiga.com.pl>
-WWW: http://wfmh.org.pl/carlos/
diff --git a/www/mod_sqlinclude/pkg-message b/www/mod_sqlinclude/pkg-message
deleted file mode 100644
index 856b295909c8..000000000000
--- a/www/mod_sqlinclude/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-************************************************************
-You've installed mod_sqlinclude, an Apache module
-implementing config inclusion from MySQL databases.
-
-Edit your apache.conf or httpd.conf to enable and setup this
-module. Be sure to have a look at the files in
-${PREFIX}/share/doc/mod_sqlinclude for information on how to
-configure it etc.
-
-Then do this to make it work effective:
-
-# apachectl configtest (see if there are any config errors)
-# apachectl restart
-
-************************************************************