Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 21:57:01 +0100 (CET)
From:      Stanislas Ormieres <stan@stormier.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74787: Submitting port : mod_transform
Message-ID:  <200412062057.iB6Kv1Po069300@laruiss.org>
Resent-Message-ID: <200412062100.iB6L0Xgw003835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74787
>Category:       ports
>Synopsis:       Submitting port : mod_transform
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 21:00:33 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412062057.iB6Kv1Po069300>