diff options
Diffstat (limited to 'www/mod_layout22')
-rw-r--r-- | www/mod_layout22/Makefile | 27 | ||||
-rw-r--r-- | www/mod_layout22/distinfo | 3 | ||||
-rw-r--r-- | www/mod_layout22/files/patch-Makefile | 15 | ||||
-rw-r--r-- | www/mod_layout22/pkg-descr | 14 | ||||
-rw-r--r-- | www/mod_layout22/pkg-plist | 6 |
5 files changed, 0 insertions, 65 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile deleted file mode 100644 index a228535b5c04..000000000000 --- a/www/mod_layout22/Makefile +++ /dev/null @@ -1,27 +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.1 -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= 20 -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 f9b923cc49ee..000000000000 --- a/www/mod_layout22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mod_layout-4.1.tar.gz) = e4af84f22851b95c9303ccdcc0a35e31 -SHA256 (mod_layout-4.1.tar.gz) = 1d3a72637731e83e22b86f77e94e0cf09d0c7ccc6b2bce934fafd3607e438ed2 -SIZE (mod_layout-4.1.tar.gz) = 22693 diff --git a/www/mod_layout22/files/patch-Makefile b/www/mod_layout22/files/patch-Makefile deleted file mode 100644 index adabd148898e..000000000000 --- a/www/mod_layout22/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2007-02-21 22:29:07.000000000 +0100 -+++ Makefile 2008-08-31 21:53:05.000000000 +0200 -@@ -1,10 +1,10 @@ - ## - ## Makefile -- Build procedure for mod_layout Apache module - ## --builddir=$(shell pwd) -+#builddir=$(shell pwd) - - # 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 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%% |