Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 05/19/2004 05:42:38
Module Name:	pkgsrc
Committed By:	minskim
Date:		Wed May 19 05:42:38 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/textproc/opensp: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/textproc/opensp/patches: patch-aa
Removed Files:
	pkgsrc/textproc/opensp/patches: patch-ab

Log Message:
Update opensp to 1.5.1.

Changes:

Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.

When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.

The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.

The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.

A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".

A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.

Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.


To generate a diff of this commit:
cvs rdiff -r1.5980 -r1.5981 pkgsrc/doc/CHANGES
cvs rdiff -r1.19 -r1.20 pkgsrc/textproc/opensp/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/opensp/PLIST \
    pkgsrc/textproc/opensp/buildlink3.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/opensp/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/opensp/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/textproc/opensp/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.