Commit graph

5 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
minskim
210f03d9b1 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.
2004-05-19 05:42:38 +00:00
salo
f7ee5cdc55 Update to version 1.5.
Based on patch from Juan RP via PR pkg/20220.

Changes:
========
- The architecture engine supports #MAPTOKEN.
- The multibyte version of OpenSP now uses 32bit chars and supports
  the full UTF-16 range 0x0000-0x10ffff.
2003-02-15 00:26:19 +00:00
jlam
a773c1c5b0 Sort, and don't try to remove nonexistent ${PREFIX}/doc directory. 2002-08-02 18:10:50 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00