summaryrefslogtreecommitdiffstats
path: root/www/mod_myvhost
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_myvhost')
-rw-r--r--www/mod_myvhost/Makefile65
-rw-r--r--www/mod_myvhost/distinfo2
-rw-r--r--www/mod_myvhost/files/patch-Makefile29
-rw-r--r--www/mod_myvhost/pkg-descr17
-rw-r--r--www/mod_myvhost/pkg-plist4
5 files changed, 0 insertions, 117 deletions
diff --git a/www/mod_myvhost/Makefile b/www/mod_myvhost/Makefile
deleted file mode 100644
index d9ded9d..0000000
--- a/www/mod_myvhost/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Olli Hauer <ohauer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mod_myvhost
-PORTVERSION= 0.21
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://mod-myvhost.googlecode.com/files/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache module for dynamically configured mass virtual hosting with php
-
-LICENSE= APACHE20
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-MANUAL_PACKAGE_BUILD= needs apr and apache with DBD options enabled
-
-USE_APACHE= 22+
-
-PORTDOCS= changelog.html documentation.html download.html \
- index.html my.css
-PORTEXAMPLES= vhosts.sql httpd.conf.add
-
-OPTIONS_DEFINE= PHP_MODULE DEBUG_MODULE PHP DEBUG
-OPTIONS_DEFAULT= PHP_MODULE
-
-PHP_MODULE_DESC= Enable PHP
-DEBUG_MODULE_DESC= Enable debugging
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG_MODULE}
-MAKE_ENV+= WITH_DEBUG=true
-STRIP= # keep debug information
-.endif
-
-.if ${PORT_OPTIONS:MPHP_MODULE}
-MAKE_ENV+= WITH_PHP=true
-USES+= php:mod
-.endif
-
-pre-patch:
- @${REINPLACE_CMD} -e "s|= apxs|= ${APXS}|" \
- -e "s|= rm|= ${RM}|" -e "s|= ln|= ${LN}|" \
- -e "s|= cp|= ${CP}|" ${WRKSRC}/Makefile
-
-post-patch:
- ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \
- ${WRKSRC}/Makefile
-
-pre-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
-
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/www/mod_myvhost/distinfo b/www/mod_myvhost/distinfo
deleted file mode 100644
index 86666f1..0000000
--- a/www/mod_myvhost/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_myvhost-0.21.tar.gz) = 93721f83fcb17ecfc236253204c27a37b31691c858956829093994fa3a0cf7af
-SIZE (mod_myvhost-0.21.tar.gz) = 21942
diff --git a/www/mod_myvhost/files/patch-Makefile b/www/mod_myvhost/files/patch-Makefile
deleted file mode 100644
index e5f73f4..0000000
--- a/www/mod_myvhost/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./Makefile.orig 2014-03-09 18:49:26.000000000 +0100
-+++ ./Makefile 2014-03-09 18:51:04.000000000 +0100
-@@ -16,10 +16,15 @@
- CP = /bin/cp -f
-
- CFLAGS = -Wc,-W -Wc,-Wall
-+.if defined(WITH_DEBUG)
- CFLAGS+= -DDEBUG
-+.endif
-+.if defined(WITH_PHP)
- CFLAGS+= -DWITH_PHP
-+.endif
- #CFLAGS+= -DWITH_PHP -DWITH_UID_GID -DWITH_CACHE
- LDFLAGS =
-+APXS_STAGE= @APXS_STAGE@
-
- default: all
-
-@@ -28,8 +33,8 @@
- $(APACHE_MODULE): $(SRCS)
- $(APXS) -c $(CFLAGS) $(LDFLAGS) $(SRCS)
-
--install: all
-- $(APXS) -i -a -n $(NAME) $(MODULE_LA)
-+install: $(MODULE_LA)
-+ $(APXS) $(APXS_STAGE) -i -n $(NAME) $(MODULE_LA)
-
- clean:
- $(RM) $(OBJS) $(APACHE_MODULE) *.slo *.lo mod_myvhost.la .libs
diff --git a/www/mod_myvhost/pkg-descr b/www/mod_myvhost/pkg-descr
deleted file mode 100644
index 674092b..0000000
--- a/www/mod_myvhost/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-mod_myvhost is Apache module for dynamically configured name based mass virtual
-hosting with PHP, virtual host's configurations and PHP settings are stored in
-database.
-
-No need to have every vhost in apache's configuration file, no need to restart
-apache after configuration changed (vhost added|deleted, vhost rootdir changed,
-vhost unblocked/unblocked...).
-
-After all, it is capable to change settings of PHP4/5 dynamically (if php is
-loadable module or it is linked with apache) for any vhost. By default, it sets
-open_basedir as vhost's rootdir to prevent user from stoling files from other
-users and from your server, but you have ability to change almost any parameter
-that exists in php.ini, for example, you can turn on safe_mode or
-register_globals for particular vhost, if it has old php scripts that use global
-variables.
-
-WWW: http://code.google.com/p/mod-myvhost/
diff --git a/www/mod_myvhost/pkg-plist b/www/mod_myvhost/pkg-plist
deleted file mode 100644
index 1c0302d..0000000
--- a/www/mod_myvhost/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
-@unexec echo "Don't forget to remove all mod_myvhost-related directives in your httpd.conf"
-@unexec /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
OpenPOWER on IntegriCloud