./textproc/jade, Object-oriented SGML/XML parser toolkit and DSSSL engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1nb13, Package name: jade-1.2.1nb13, Maintainer: rh

An object-oriented SGML/XML parser toolkit and DSSSL engine.

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


Required to run:
[textproc/xmlcatmgr]

Required to build:
[devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: 4326e73b7f0b865515e1bb90c622a8b2aa6ecd06
RMD160: 615ebcc1b17a284d60a7976f13649a0ea78aa58d
Filesize: 1066.467 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-22 22:32:19 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix trivial build error with clang to make room for the more interesting
problems.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-01-25 23:22:16 by Sergey Svishchev | Files touched by this commit (16)
Log message:
Remove patch hunks that disable --recheck in GNU configure scripts.
These were generated, apparently, by mk/configure/gnu-configure.mk
(configure-scripts-override target).
   2009-06-14 23:36:34 by Joerg Sonnenberger | Files touched by this commit (31)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-01 16:56:45 by Zafer Aydogan | Files touched by this commit (1)
Log message:
only openjade is mirrored at u-aizu. removed.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-08-19 15:53:27 by Blair Sadewitz | Files touched by this commit (1)
Log message:
Add MAKE_JOBS_SAFE after noticing a the build wanted a library
it had yet to make.