diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-19 05:42:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-19 05:42:38 +0000 |
commit | 210f03d9b13a76ece343cc8ba9fce7b2cb3eb18d (patch) | |
tree | 211ade222fb757cb83b7a0073b9cd41dc6910433 /textproc/opensp/PLIST | |
parent | 5419c918f3deea96236d5d68c0c606c254af242f (diff) | |
download | pkgsrc-210f03d9b13a76ece343cc8ba9fce7b2cb3eb18d.tar.gz |
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.
Diffstat (limited to 'textproc/opensp/PLIST')
-rw-r--r-- | textproc/opensp/PLIST | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/opensp/PLIST b/textproc/opensp/PLIST index a86b3f252ea..ec552aaefc8 100644 --- a/textproc/opensp/PLIST +++ b/textproc/opensp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/15 00:26:19 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/05/19 05:42:38 minskim Exp $ bin/onsgmls bin/osgmlnorm bin/ospam @@ -145,11 +145,12 @@ include/OpenSP/xnew.h lib/libosp.a lib/libosp.la lib/libosp.so -lib/libosp.so.3 -lib/libosp.so.3.0 +lib/libosp.so.4 +lib/libosp.so.4.0 man/man1/onsgmls.1 man/man1/osgmlnorm.1 man/man1/ospam.1 +man/man1/ospcat.1 man/man1/ospent.1 man/man1/osx.1 share/OpenSP/HTML32.dcl @@ -182,6 +183,7 @@ share/OpenSP/xml.dcl share/OpenSP/xml.soc share/doc/OpenSP/ABOUT-NLS share/doc/OpenSP/AUTHORS +share/doc/OpenSP/BUGS share/doc/OpenSP/COPYING share/doc/OpenSP/ChangeLog share/doc/OpenSP/NEWS @@ -211,6 +213,10 @@ share/doc/OpenSP/sysdecl.htm share/doc/OpenSP/sysid.htm share/doc/OpenSP/xml.htm share/doc/OpenSP/xmlwarn.htm +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sp4.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sp4.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sp4.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sp4.mo @dirrm share/doc/OpenSP @dirrm share/OpenSP @dirrm include/OpenSP |