summaryrefslogtreecommitdiff
path: root/www/mod_layout22
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_layout22')
-rw-r--r--www/mod_layout22/Makefile28
-rw-r--r--www/mod_layout22/distinfo3
-rw-r--r--www/mod_layout22/files/patch-Makefile35
-rw-r--r--www/mod_layout22/pkg-descr14
-rw-r--r--www/mod_layout22/pkg-plist6
5 files changed, 0 insertions, 86 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile
deleted file mode 100644
index 3f00f2c115ad..000000000000
--- a/www/mod_layout22/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: mod_layout Apache 2 module
-# Date created: Nov 15 2002
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_layout
-PORTVERSION= 4.0.2a
-CATEGORIES= www
-MASTER_SITES= http://download.tangent.org/
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache2 module to wrap served pages with a header and/or footer
-
-USE_APACHE= yes
-WITH_APACHE2= yes
-LATEST_LINK= mod_layout2
-
-MAKE_ARGS+= builddir=${WRKSRC}
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/mod_layout22/distinfo b/www/mod_layout22/distinfo
deleted file mode 100644
index 899079c6632e..000000000000
--- a/www/mod_layout22/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_layout-4.0.2a.tar.gz) = 123cbefc6e137f22e134025801eed47f
-SHA256 (mod_layout-4.0.2a.tar.gz) = 0af42d12460b01ad2f6c19e5dfd5e93f8a39df8e593b3767185779da574cf3fd
-SIZE (mod_layout-4.0.2a.tar.gz) = 13663
diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile
deleted file mode 100644
index 470842ad57f1..000000000000
--- a/www/mod_layout22/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Wed Sep 24 17:56:08 2003
-+++ Makefile Wed Sep 24 17:56:33 2003
-@@ -1,13 +1,13 @@
- ##
- ## Makefile -- Build procedure for mod_layout Apache module
- ##
--builddir=$(shell pwd)
--top_srcdir=/usr/local/apache2
--top_builddir=/usr/local/apache2
--include /usr/local/apache2/build/special.mk
-+#builddir=$(shell pwd)
-+top_srcdir=${LOCALBASE}/share/apache2
-+top_builddir=${LOCALBASE}/share/apache2
-+include ${LOCALBASE}/share/apache2/build/special.mk
-
- # the used tools
--APXS=apxs
-+APXS=${LOCALBASE}/sbin/apxs
- APACHECTL=apachectl
- CC=`$(APXS) -q CC`
- INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
-@@ -61,12 +61,7 @@
- $(APXS) -c header.c
- # install the shared object file into Apache
- install:
-- $(APXS) -iac $(INCLUDES) $(LIBS) $(SRC)
-- @echo "+--------------------------------------------------------+"; \
-- echo "| All done. |"; \
-- echo "| |"; \
-- echo "| Thanks for installing mod_layout. |"; \
-- echo "+--------------------------------------------------------+"; \
-+ $(APXS) -ia $(INCLUDES) $(LIBS) mod_layout.la
-
- rpm: dist
- cp $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES
diff --git a/www/mod_layout22/pkg-descr b/www/mod_layout22/pkg-descr
deleted file mode 100644
index 5a6ff6ec7999..000000000000
--- a/www/mod_layout22/pkg-descr
+++ /dev/null
@@ -1,14 +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; Currently this mod_layout version
-is still an alpha version. But it can be used in production
-environment for people who need Apache 2.0.x.
-THIS VERSION IS ONLY FOR APACHE 2.0.X
-New mod_layout features won't be backported to mod_layout 3.x designed
-for apache 1.3.x.
-
-WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=362
diff --git a/www/mod_layout22/pkg-plist b/www/mod_layout22/pkg-plist
deleted file mode 100644
index efd625515636..000000000000
--- a/www/mod_layout22/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-libexec/apache2/mod_layout.so
-@exec %D/sbin/apxs -e -A -n layout %D/%f
-@unexec %D/sbin/apxs -e -A -n layout %D/%f
-@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%