summaryrefslogtreecommitdiff
path: root/www/mod_layout
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_layout')
-rw-r--r--www/mod_layout/Makefile41
-rw-r--r--www/mod_layout/distinfo2
-rw-r--r--www/mod_layout/files/patch-Makefile27
-rw-r--r--www/mod_layout/pkg-descr10
-rw-r--r--www/mod_layout/pkg-message7
-rw-r--r--www/mod_layout/pkg-plist42
6 files changed, 0 insertions, 129 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile
deleted file mode 100644
index 818b8db1d96f..000000000000
--- a/www/mod_layout/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: mod_gzip Apache module
-# Date created: Dec 18 2000
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_layout
-PORTVERSION= 3.4
-CATEGORIES= www
-MASTER_SITES= http://download.tangent.org/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache module to wrap served pages with a header and/or footer
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-
-CONFLICTS= mod_layout-4.* mod_layout-5.* apache-contrib-1.*
-
-PORTSCOUT= limit:^3
-
-CFLAGS+= -fPIC
-
-post-patch:
- @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g' ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR} ${DOCSDIR}/directives
- ${INSTALL_DATA} ${WRKSRC}/faq.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/directives/* ${DOCSDIR}/directives
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_layout/distinfo b/www/mod_layout/distinfo
deleted file mode 100644
index 4b140d56b34c..000000000000
--- a/www/mod_layout/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_layout-3.4.tar.gz) = 99973c7ec7d0258990181dfdcd2871cf3344173de90d9b05d84001d9772607db
-SIZE (mod_layout-3.4.tar.gz) = 41454
diff --git a/www/mod_layout/files/patch-Makefile b/www/mod_layout/files/patch-Makefile
deleted file mode 100644
index e0f39d51e9e6..000000000000
--- a/www/mod_layout/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./Makefile.orig 2008-12-28 19:38:42.000000000 -0500
-+++ ./Makefile 2008-12-28 19:39:41.000000000 -0500
-@@ -40,19 +40,19 @@
- $(APXS) -c $(LIB) $(OBJ)
-
- mod_layout.o : mod_layout.c
-- $(CC) $(INC) -c mod_layout.c $(DEF) $(LIB)
-+ $(CC) $(CFLAGS) $(INC) -c mod_layout.c $(DEF) $(LIB)
-
- utility.o : utility.c
-- $(CC) $(INC) -c utility.c $(DEF) $(LIB)
-+ $(CC) $(CFLAGS) $(INC) -c utility.c $(DEF) $(LIB)
-
- origin.o : origin.c
-- $(CC) $(INC) -c origin.c $(DEF) $(LIB)
-+ $(CC) $(CFLAGS) $(INC) -c origin.c $(DEF) $(LIB)
-
- layout.o : layout.c
-- $(CC) $(INC) -c layout.c $(DEF) $(LIB)
-+ $(CC) $(CFLAGS) $(INC) -c layout.c $(DEF) $(LIB)
-
- header.o : header.c
-- $(CC) $(INC) -c header.c $(DEF) $(LIB)
-+ $(CC) $(CFLAGS) $(INC) -c header.c $(DEF) $(LIB)
- # install the shared object file into Apache
- install: all
- strip mod_layout.so
diff --git a/www/mod_layout/pkg-descr b/www/mod_layout/pkg-descr
deleted file mode 100644
index 93e19ea1ab90..000000000000
--- a/www/mod_layout/pkg-descr
+++ /dev/null
@@ -1,10 +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; see the file 'faq.html' for more
-information.
-
-WWW: http://www.musc.edu/webserver/mod_layout.html
diff --git a/www/mod_layout/pkg-message b/www/mod_layout/pkg-message
deleted file mode 100644
index 3aedee2a66f7..000000000000
--- a/www/mod_layout/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
------------------------------------------------------------------
-You have installed mod_layout, a module that can automatically add
-a footer or header to pages served.
-
-Please see ${PREFIX}/share/doc/mod_layout/faq.html for details on
-using this module.
------------------------------------------------------------------
diff --git a/www/mod_layout/pkg-plist b/www/mod_layout/pkg-plist
deleted file mode 100644
index 217421fe29d1..000000000000
--- a/www/mod_layout/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-@comment $FreeBSD$
-%%APACHEMODDIR%%/mod_layout.so
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %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%%/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/Layout.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCache.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCacheNeeded.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutComment.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDefaultHandlers.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDisplayOriginal.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooter.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterFile.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterOff.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterTXT.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeaderOff.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideURI.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandlerGlob.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderFile.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderOff.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderTXT.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreFooterURI.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreHeaderURI.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTag.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagFooter.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreURI.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMerge.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeBeginTag.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeEndTag.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeErrorIgnore.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutPostAsync.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutProxy.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutReplaceTags.html
-%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutTimeFormat.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/directives
-%%PORTDOCS%%@dirrm %%DOCSDIR%%