summaryrefslogtreecommitdiff
path: root/www/mod_layout22
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_layout22')
-rw-r--r--www/mod_layout22/Makefile39
-rw-r--r--www/mod_layout22/distinfo2
-rw-r--r--www/mod_layout22/files/patch-Makefile27
-rw-r--r--www/mod_layout22/pkg-descr11
-rw-r--r--www/mod_layout22/pkg-plist4
5 files changed, 0 insertions, 83 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile
deleted file mode 100644
index 318b03a3c341..000000000000
--- a/www/mod_layout22/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-# $FreeBSD$
-
-PORTNAME= mod_layout
-PORTVERSION= 5.1
-PORTREVISION= 5
-CATEGORIES= www
-MASTER_SITES= http://download.tangent.org/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache2.2 module to wrap served pages with a header and/or footer
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-CONFLICTS= mod_layout-3.* mod_layout-4.*
-
-PORTSCOUT= limit:^5
-
-USES= apache:2.2+
-
-MAKE_ARGS+= builddir=${WRKSRC}
-
-OPTIONS_DEFINE= DOCS
-
-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} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
-
-.include <bsd.port.mk>
diff --git a/www/mod_layout22/distinfo b/www/mod_layout22/distinfo
deleted file mode 100644
index dac26ea8e1fd..000000000000
--- a/www/mod_layout22/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_layout-5.1.tar.gz) = d00299e3aae38704096477377d20a5c5bcc32fe7802044358a79a31248cd23c6
-SIZE (mod_layout-5.1.tar.gz) = 12798
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile
deleted file mode 100644
index ab0cc9e1ffeb..000000000000
--- a/www/mod_layout22/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./Makefile.orig 2008-01-07 07:44:50.000000000 +0100
-+++ ./Makefile 2014-03-09 18:38:09.000000000 +0100
-@@ -1,10 +1,11 @@
- ##
- ## Makefile -- Build procedure for mod_layout Apache module
- ##
--builddir=$(shell pwd)
-+#builddir=$(shell pwd)
-
- # the used tools
--APXS=apxs
-+APXS=${LOCALBASE}/sbin/apxs
-+APXS_STAGE= @APXS_STAGE@
- APACHECTL=apachectl
- CC=`$(APXS) -q CC`
- INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
-@@ -57,8 +58,8 @@
- header.o : header.c
- $(APXS) -c header.c
- # install the shared object file into Apache
--install:
-- $(APXS) -iac $(INCLUDES) $(LIBS) $(SRC)
-+install: mod_layout.so
-+ $(APXS) $(APXS_STAGE) -i -n layout mod_layout.la
- @echo "+--------------------------------------------------------+"; \
- echo "| All done. |"; \
- echo "| |"; \
diff --git a/www/mod_layout22/pkg-descr b/www/mod_layout22/pkg-descr
deleted file mode 100644
index fa336cfaf575..000000000000
--- a/www/mod_layout22/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-mod_layout is a utility to wrap served webpages. This means it can
-add a footer or header to a document. This allows you to create a
-standard look and feel throughout a website without using SSI.
-Some example uses are adding standard disclaimers to the bottom of
-all pages, banner ads to the top of all pages, or even a menu at
-the beginning of a page. There are many other per-document settings
-you can modify with mod_layout.
-
-THIS VERSION IS ONLY FOR APACHE 2.2.X
-
-WWW: http://www.musc.edu/webserver/mod_layout.html
diff --git a/www/mod_layout22/pkg-plist b/www/mod_layout22/pkg-plist
deleted file mode 100644
index f1b0df41cb99..000000000000
--- a/www/mod_layout22/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
-%%PORTDOCS%%%%DOCSDIR%%/README