Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
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".
|
|
all these packages.
|
|
|
|
|
|
from the buildlink2.mk files.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
|
|
because of library major bump (no dependent packages in pkgsrc, though).
|
|
Changes:
2003-09-08 Version 1.0.0 Released
Several long-deprecated functions were removed and consequently the
library shared version number was increased to 1
Fixed scanning for rdf:RDF so that RDF/XML in other XML works, such as
in SVG
raptor-config --libs now works, added --libtool-libs and
--version-decimal
Check N-Triples legal Unicode character range #x0-#x10FFFF
Normalize RDF/XML xml:lang and N-Triples language to lowercase on
input
Worked around libxml2 bug causing a crash on some error reporting
Added raptor_parse_file_stream for parsing a C FILE*
Tidied rapper utility argument handling, added --version
|
|
Style/whitespace nits, while here.
|
|
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.
* Designed to integrate well with Redland
* Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
* Generates N-Triples supporting XML literals, language tagging and datatypes
* Parses content on the web if libcurl or libxml2 is available.
* Handles rdf:resource / resource attributes
* Uses expat and/or (GNOME) libxml XML parsers as available or required
* Optional features can be selected at run time.
* (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
* No memory leaks
* Fast
Ok'ed by wiz@
|