ports/74787: Submitting port : mod_transform
Stanislas Ormieres
stan at stormier.net
Mon Dec 6 21:00:34 UTC 2004
>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 at 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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list