Version: 1.3.4, Package name: sp-1.3.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description A free, object-oriented toolkit for SGML parsing and entity management. Features summary: * Includes nsgmls * Provides access to all information about SGML document * Supports almost all optional SGML features * Sophisticated entity manager * Supports multi-byte character sets * Object-oriented * Written in C++ from scratch * Fast * Portable * Production quality * Free |
Filesize: 583.79 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-05 09:15:46 by Daniel Jakots | Files touched by this commit (8) |
Log message: Remove maintainers per their requests |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-20 12:56:52 by Marc Espie | Files touched by this commit (236) |
Log message: new depends |
2007-09-15 14:59:42 by Michael Erdely | Files touched by this commit (242) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_* |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-04-14 15:09:04 by Nikolay Sturm | Files touched by this commit (1) |
Log message: you thought changing an email address was trivial? think again... ..and bump PKGNAME |
2006-04-09 23:43:50 by Jakob Schlyter | Files touched by this commit (10) |
Log message: update MAINTAINER email adress; from gerardo santana |
2006-01-14 08:49:48 by Marc Espie | Files touched by this commit (2) |
Log message: fix instantiation issue now that size_t != unsigned int everywhere |
2005-08-10 03:59:13 by Marc Espie | Files touched by this commit (3) |
Log message: adjust config.h to correspond to what gcc actually does. Suppresses most of the warnings. |
2005-01-05 10:34:35 by Christian Weisgerber | Files touched by this commit (166) |
Log message: SIZE |
2004-12-06 17:23:24 by Aleksander Piotrowski | Files touched by this commit (46) |
Log message: Add WANTLIB markers |
2004-09-15 12:44:09 by Marc Espie | Files touched by this commit (107) |
Log message: new plists |
2004-05-15 08:54:24 by Christian Weisgerber | Files touched by this commit (2) |
Log message: check for __LP64__ rather than enumerating individual LP64 archs and forgetting, say, amd64 |
2004-01-14 13:24:31 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix building with GCC3.3, taken from lq-sp |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-11-15 08:12:55 by Nikolay Sturm | Files touched by this commit (63) |
Log message: license checks |
2003-02-03 10:02:33 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Fix build on our 64-bit archs. |
2002-10-15 18:49:04 by Christian Weisgerber | Files touched by this commit (3) |
Log message: - C++ fixes for gcc3 - no regression tests available |