Bug 45496 - [New Port] www/mod_layout2 : mod_layout Apache2 module
Summary: [New Port] www/mod_layout2 : mod_layout Apache2 module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-19 22:10 UTC by Clement Laforet
Modified: 2003-07-23 22:32 UTC (History)
0 users

See Also:


Attachments
mod_layout2.shar (6.41 KB, text/plain)
2002-11-19 22:10 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2002-11-19 22:10:01 UTC
	As I'm maintainer mod_layout port and mod_layout for apache 2 is useable,
	here's the port.
	Short description :
	mod_layout2 is an Apache2 module to wrap served pages with a header and/or footer

How-To-Repeat: 	N/A
Comment 1 Clement Laforet 2003-06-07 12:44:17 UTC
(you can find a clean port here :
http://www.cultdeadsheep.org/FreeBSD/ports/download/mod_layout2-4.0.1a.tar.gz )

ChangeLog:
 	- Use COMMENT
	- Cosmetic hanges
 	* removed file :
 		pkg-comment
 	
patch: 

diff -Nru mod_layout2.old/Makefile mod_layout2/Makefile
--- mod_layout2.old/Makefile	Tue Nov 19 17:30:39 2002
+++ mod_layout2/Makefile	Sat Jun  7 13:00:01 2003
@@ -2,7 +2,7 @@
 # Date created:				Nov 15 2002
 # Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
 #
-# $FreeBSD: ports/www/mod_layout2/Makefile,v 1.9 2002/08/07 03:07:44 pat Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	mod_layout
@@ -11,6 +11,7 @@
 MASTER_SITES=	http://software.tangent.org/download/
 
 MAINTAINER=	sheepkiller@cultdeadsheep.org
+COMMENT=	Apache2 module to wrap served pages with a header and/or footer
 
 BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
 RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
diff -Nru mod_layout2.old/pkg-comment mod_layout2/pkg-comment
--- mod_layout2.old/pkg-comment	Sat Nov 16 21:58:35 2002
+++ mod_layout2/pkg-comment	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-Apache2 module to wrap served pages with a header and/or footer
diff -Nru mod_layout2.old/pkg-descr mod_layout2/pkg-descr
--- mod_layout2.old/pkg-descr	Sat Nov 16 21:58:07 2002
+++ mod_layout2/pkg-descr	Sat Jun  7 12:52:42 2003
@@ -11,7 +11,5 @@
 New mod_layout features won't be backported to mod_layout 3.x designed
 for apache 1.3.x.
 See, for more informations :
-WWW: http://software.tangent.org/projects.pl?view=mod_layout
 
-- Clem
-sheepkiller@cultdeadsheep.org
+WWW: http://software.tangent.org/projects.pl?view=mod_layout
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-07-23 22:32:35 UTC
State Changed
From-To: open->closed

Committed a slightly modified version, Thanks!