From stan@stormier.net  Mon Dec  6 20:56:02 2004
Return-Path: <stan@stormier.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B69C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Dec 2004 20:56:02 +0000 (GMT)
Received: from smtp.laruiss.org (laruiss.org [82.67.148.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 655BE43D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Dec 2004 20:56:01 +0000 (GMT)
	(envelope-from stan@stormier.net)
Received: from laruiss.org (localhost.my.domain [127.0.0.1])
	by smtp.laruiss.org (Postfix) with ESMTP id 23C736231
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Dec 2004 21:57:02 +0100 (CET)
Received: (from stan@localhost)
	by laruiss.org (8.13.1/8.13.1/Submit) id iB6Kv1Po069300;
	Mon, 6 Dec 2004 21:57:01 +0100 (CET)
	(envelope-from stan)
Message-Id: <200412062057.iB6Kv1Po069300@laruiss.org>
Date: Mon, 6 Dec 2004 21:57:01 +0100 (CET)
From: Stanislas Ormieres <stan@stormier.net>
Reply-To: Stanislas Ormieres <stan@stormier.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Submitting port : mod_transform
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74787
>Category:       ports
>Synopsis:       new port : mod_transform
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 21:00:33 GMT 2004
>Closed-Date:    Wed Dec 08 21:28:24 GMT 2004
>Last-Modified:  Wed Dec 08 21:28:24 GMT 2004
>Originator:     Stanislas Ormieres
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD home.laruiss.org 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #1: Mon Nov 22 23:25:20 CET 2004 stan@home.laruiss.org:/usr/obj/usr/src/sys/LARUISS-GW-5 i386


	
>Description:

New port to submit : mod_transform

	
>How-To-Repeat:
	
>Fix:

	

--- Makefile begins here ---
# New ports collection makefile for:   mod_transform
# Date created:        5 December 2004
# Whom:                laruiss
#
# $FreeBSD$
#


PORTNAME=	mod_transform
PORTVERSION=	0.6.0
CATEGORIES=	www
MASTER_SITES=	http://www.outoforder.cc/downloads/mod_transform/
EXTRACT_SUFX=	.tar.gz

MAINTAINER=	stan@stormier.net
COMMENT=	An XSLT and XIncludes Filter module for Apache 2.0.

HAS_CONFIGURE=	yes

WANT_APACHE=	2

USE_GNOME=	libxml2 libxslt

RUN_DEPENDS=	apxs:${PORTSDIR}/www/apache2

BUILD_DEPENDS=	apxs:${PORTSDIR}/www/apache2 \
		xslt-config:${PORTSDIR}/textproc/libxslt \
		xml2-config:${PORTSDIR}/textproc/libxml2

post-install:
	@${CAT}	${PKGMESSAGE}

.include <bsd.port.mk>
--- Makefile ends here ---

--- distinfo begins here ---
MD5 (mod_transform-0.6.0.tar.gz) = 8b27adea2536f105470b4bedc418ab3b
SIZE (mod_transform-0.6.0.tar.gz) = 301889
--- distinfo ends here ---

--- pkg-descr begins here ---

mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL 
Transformations on either static XML documents, or XML documents generated 
from another Apache module or CGI program.

This module originated from mod_xml_gnome_xslt by Webøing.

WWW : http://www.outoforder.cc/projects/apache/mod_transform/

- Stan
stan@stormier.net
--- pkg-descr ends here ---

--- pkg-message begins here ---

To use mod_transform, simply add these lines to your httpd.conf :

LoadModule transform_module libexec/apache2/mod_transform.so
AddOutputFilter XSLT xml

--- pkg-message ends here ---

--- pkg-plist begins here ---
include/apache2/mod_transform.h
libexec/apache2/mod_transform.so
--- pkg-plist ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Dec 8 21:26:44 GMT 2004 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74787 
>Unformatted:
