mod_xmlns adds XML Namespace support to Apache, and may form the basis
of XML-driven publishing systems. It runs as an output filter, so it works automatically with any content generator. WWW: http://apache.webthing.com/mod_xmlns/ PR: ports/108053 Submitted by: Dominic Marks <dom at goodforbusiness.co.uk>
This commit is contained in:
parent
6d29e03fa5
commit
d095bc77c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182946
@ -389,6 +389,7 @@
|
||||
SUBDIR += mod_vhs
|
||||
SUBDIR += mod_webapp
|
||||
SUBDIR += mod_webkit
|
||||
SUBDIR += mod_xmlns
|
||||
SUBDIR += mod_xsendfile
|
||||
SUBDIR += mod_zap
|
||||
SUBDIR += moinmoin
|
||||
|
40
www/mod_xmlns/Makefile
Normal file
40
www/mod_xmlns/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection Makefile for: mod_xmlns
|
||||
#
|
||||
# Date created: 10/01/2007
|
||||
# Whom: Dominic Marks <dom@goodforbusiness.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_xmlns
|
||||
PORTVERSION= 0.97
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://apache.webthing.com/svn/apache/filters/xmlns/
|
||||
DISTFILES= xmlns.h mod_xmlns.c
|
||||
|
||||
MAINTAINER= dom@helenmarks.co.uk
|
||||
COMMENT= Apache module for XML namespaces
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_APACHE= yes
|
||||
WITH_APACHE2= yes
|
||||
|
||||
XML2_INC= ${LOCALBASE}/include/libxml2
|
||||
XML2_LIB= ${LOCALBASE}/lib
|
||||
|
||||
do-extract:
|
||||
@${DO_NADA}
|
||||
|
||||
pre-fetch:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
|
||||
post-fetch:
|
||||
@${CP} ${DISTDIR}/xmlns.h ${DISTDIR}/mod_xmlns.c ${WRKDIR}
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 mod_xmlns.c)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKDIR} && ${APXS} -A -i mod_xmlns.la)
|
||||
|
||||
.include <bsd.port.mk>
|
6
www/mod_xmlns/distinfo
Normal file
6
www/mod_xmlns/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (xmlns.h) = 6d3327342b3a996aa6eb9fc77a79de25
|
||||
SHA256 (xmlns.h) = ad1a411990601c2b22e5f4d5d071f125d9d484a4fe364d87fb3251de2607490d
|
||||
SIZE (xmlns.h) = 5751
|
||||
MD5 (mod_xmlns.c) = 12e727481234a67e341218900a744941
|
||||
SHA256 (mod_xmlns.c) = 00f06b0a411ae0c1797258a24597869c381da9e1d62337139e055e5164dd355e
|
||||
SIZE (mod_xmlns.c) = 26454
|
5
www/mod_xmlns/pkg-descr
Normal file
5
www/mod_xmlns/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
mod_xmlns adds XML Namespace support to Apache, and may form the basis
|
||||
of XML-driven publishing systems. It runs as an output filter, so it
|
||||
works automatically with any content generator.
|
||||
|
||||
WWW: http://apache.webthing.com/mod_xmlns/
|
3
www/mod_xmlns/pkg-plist
Normal file
3
www/mod_xmlns/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
libexec/apache2/mod_xmlns.so
|
||||
@exec %D/sbin/apxs -e -A -n xmlns %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n xmlns %D/%F
|
Loading…
Reference in New Issue
Block a user