Commit graph

41 commits

Author SHA1 Message Date
markd
a2b9710f16 Fix build with current curl. 2011-07-02 01:24:28 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
bdd735a0f7 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
wiz
581e568dea Update to 1.4.21:
2010-01-30 Raptor Version 1.4.21 Released

   This is a bug fix only release with no new features. New development
   has moved to raptor 2 where a planned ABI and API break is underway.
   RDFa parser buffer management problems were fixed
   Turtle parser and serializer now use QNames correctly against
   specification
   RDF/XML parser now resets correctly to detect duplicate rdf:IDs
   Made a few other minor bug and build fixes
   Fixed reported issues: 0000318, 0000319, 0000326, 0000331, 0000332 and
   0000337
2010-02-05 13:01:07 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
wiz
0997d66421 Update to 1.4.20:
Turtle serializing performance improvement by Chris Cannam
   librdfa RDFa parser updates to fix empty datatype, xml:lang and 1-char
   prefixes by Manu Sporny
   Fix a crash when the GRDDL parser reported errors
   Enable large file support for 32-bit systems
   Several resilience improvements by Lauri Aalto
   Other minor portability and bug fixes
   Fixed reported issues: 0000306 0000307 0000310 and 0000312.
2009-12-15 13:49:16 +00:00
sketch
3e82c8a23a Add a bunch more gtkdoc-rebase workarounds. 2009-09-30 09:22:47 +00:00
markd
4c95ebfd2a Update raptor to 1.4.19
Changes
   Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS
   1.0 and Atom serializers
   Several fixes and improvements to the N-Triples, RDFa and RDF/XML
   parsers and Turtle serializer
   Improved the use and configuration of static libxml functions for
   better compatibility
   Several Win32 portability fixes - Lou Sakey
   Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto
   Many other fixes and resilience improvements.

Add LICENSE.
2009-07-23 09:23:28 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
wiz
6631a6c5be Update to 1.4.18:
2008-06-25 Raptor Version 1.4.18 Released

   Added an RDFa parser using an embedded version of librdfa by Manu
   Sporny of Digital Bazaar.
   Added an Atom 1.0 (RFC 4287) serializer with several output parameters.
   Improved RSS 1.0 serializer functionality and resilience.
   Added new API methods for qname, serializer, sequence and XML writer
   classes.
   Many other fixes and resilience improvements.
   Fixed reported issues: 0000186 and 0000255.
2008-08-14 19:17:36 +00:00
markd
7d4de359c0 Update raptor to version 1.4.17
The main changes to this release are:
Added two new JSON serializers: resource-centric 'json' (Talis RDF/JSON)
and triple-centric 'json-triples'.
Made I/O Stream class raptor_iostream support reading as well as writing
with new constructors and new methods.
Added a new public SAX2 API class raptor_sax2 exposing the existing
internal API which has been around since the first release of Raptor 8
years ago and runs on top of either expat or libxml2.
Added new public error handlers structure raptor_error_handlers containing
a set of (function, data pointers) pairs called raptor_handler_closure for
each error log level. Added raptor_log_level enum for the error log level.
Added an initialization function for the structure,
raptor_error_handlers_init().
Several other API changes, fixes and improvements were made.

1.4.16 changes:
Provide 100% support for the GRDDL W3C Recommendation of 2007-09-11.
The Turtle parser and serializer were updated to support @base for
specifying a base URI, following Turtle of 2007-09-11.
The Turtle and RDF/XML serializers had performance improvements for large
graphs.
Added a TRiG Parser based on Turtle with named graph support.
Several other API changes, fixes and improvements were made.
2008-05-09 21:45:23 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
heinz
ff75b4357c Updated to version 1.4.15.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - Enabled "make test"
  - Added libxslt as a requirement so GRDDL support can be built.

Relevant changes since version 1.4.10:
======================================
2007-03-26 Raptor Version 1.4.15 Released

   GRDDL parser substantially updated to support the GRDDL W3C Working
   Draft 2 March 2007
   Errors for XML parsing and URI 404s are reported much better
   Fixed reported issues: #0000174, #0000177, #0000178, #0000180
   Many other minor fixes and improvements.

2007-01-31 Raptor Version 1.4.14 Released

   New Turtle serializer by Dave Robillard based on the existing
   RDF/XML-Abbrev serializer.
   New GraphViz DOT format serializer by Evan Nemerson.
   GRDDL parser now does namespace and profile URI recursion and has
   other improvements and fixes.
   Fixed reported issues: #0000032, #0000141, #0000143, #0000148,
   #0000155 and #0000157
   Many other fixes and improvements.

2006-10-22 Raptor Version 1.4.13 Released

   Fixed a memory leak in reusing the XML writer
   Fixed reported issues: #0000134
   Minor updates and fixes to tutorial, configuration and build

2006-08-27 Raptor Version 1.4.12 Released

   Restore serializer enumeration ordering back to that of 1.4.10 which
   was causing Redland problems when writing type 'application/rdf+xml'.

2006-08-26 Raptor Version 1.4.11 Released

   Added network request filtering for parsers
   Improved the GRDDL parser to read Embedded RDF and HCalendar
   The Guess parser can now be reused to do multiple guesses
   The RSS 1.0 Serializer now works again
   Fixed reported issues: #0000014, #0000041, #0000089, #0000091 ,
   #0000110 and #0000112
   Made several other changes, fixes and improvements.
2007-05-15 19:15:43 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
wiz
84b04abbce regen. 2006-08-08 15:19:15 +00:00
wiz
f3f9556baa Update to 1.4.10:
2006-07-14 Raptor Version 1.4.10 Released

   Fixed crash with RSS Tag Soup parser generating triples too late
   Fixed a crash with the RDF/XML parser and serializer if a comment was
   seen outside an element
   Parsers no longer generate any triple parts of type
   RAPTOR_IDENTIFIER_TYPE_ORDINAL

2006-04-22 Raptor Version 1.4.9 Released

   Raptor Tutorial added covering parsing and serializing with examples
   Raptor Reference Manual now covers 100% of the public API
   rapper can now pretty-print RDF using namespaces as hints
   Turtle parser gains boolean literals
   Requests for content now send appropriate Accept: headers
   No longer require libxml for rss-tag-soup parser
   Various Win32 fixes and VC build files updates (John Barstow)
   Many other bug fixes and changes were made.

   NOTE: Generation of RAPTOR_IDENTIFIER_TYPE_PREDICATE was removed as
   deprecated in 1.4.8.

   See the 1.4.9 Release Notes for the full details of the changes.

2006-01-03 Raptor Version 1.4.8 Released

   RSS Tag Soup parser now reads Atom 1.0 and rewrites old Atom 0.3 terms
   Added a guess parser that picks the parser to use based on protocol
   information such as HTTP Content-Type
   Created an enhanced API reference manual with gtk-doc
   Serializers to build can now be selected at configure time
   Parsers can now return the namespace prefix/URIs seen in parsing
   Turtle parser update to version 2006-01-02 (announcement)
   Fix for URI resolution bugs (win32 fix by John Barstow)
   Several parser bug fixes for RDF/XML, RSS and GRDDL
   RDF/XML serializers and XML writer can write XML 1.0 or XML 1.1
   Added an alpha Atom 1.0 serializer
   Added an Adobe XMP (RDF/XML profile) serializer
   Internal source reorganisation
   Many other changes, fixes and improvements.

   NOTE: Raptor will be switching to use Subversion for version control
   after the 1.4.8 release. See the Redland Subversion site or the online
   Raptor installation notes for the latest information.

   See the 1.4.8 Release Notes for the full details of the changes.

2005-06-08 Raptor Version 1.4.7 Released

   Fix crashes in the RSS tag soup parser / serializer (Suzan Foster)
   Fix a crash in the RDF/XML serializers with bad URI predicates.

   See the 1.4.7 Release Notes for the full details of the changes.

2005-05-19 Raptor Version 1.4.6 Released

   Added a Gleaning Resource Descriptions from Dialects of Languages
   (GRDDL) parser for reading XHTML and XML as RDF triples
   Updated RSS enclosures support in RSS tag soup parser and RSS 1.0
   serializer (Suzan Foster)
   Fixed several crashes with RSS tag soup parser, RDF/XML-abbrev
   serializer.
   The turtle parser now accepts """long literals"""

   See the 1.4.6 Release Notes for the full details of the changes.

2005-02-06 Raptor Version 1.4.5 Released

   Added an RDF/XML with abbreviations serializer (Steve Shepard)
   Handle RSS 1.1 in RSS tag soup parser
   More fixes for broken OSX libxml2

   See the 1.4.5 Release Notes for the full details of the changes.

2005-01-15 Raptor Version 1.4.4 Released

   Fixed crashes in RSS tag soup parser and RSS 1.0 serializer
   Handle RSS 0.9 namespace in RSS tag soup parser
   Portability fixes for Win32 (Dave Viner)

   See the 1.4.4 Release Notes for the full details of the changes.

2005-01-03 Raptor Version 1.4.3 Released

   New XML Writer API
   Improved RDF/XML serializer allowing user namespace declarations and
   writing relative URIs where possible
   New RSS 1.0 serializer
   Updated RSS tag soup parser
   URI class can write relative URIs (Patch from René Puls)
   Many other API changes

   See the 1.4.3 Release Notes for the full details of the changes.

2004-11-01 Raptor Version 1.4.2 Released

   Fix raptor_xml_escape_string error return.

   See the 1.4.2 Release Notes for the full details of the changes.

2004-10-29 Raptor Version 1.4.1 Released

   Fixed crashes in URI decoding and RSS enclosures.

   See the 1.4.1 Release Notes for the full details of the changes.

2004-10-24 Raptor Version 1.4.0 Released

   Added a serializing class for writing RDF triples as a syntax
   Added serializers for RDF/XML and N-Triples
   Added an I/O stream class for aiding writing
   Added RSS enclosure support to RSS Tag Soup parser (Suzan Foster)

   See the 1.4.0 Release Notes for the full details of the changes.

2004-09-20 Raptor Version 1.3.3 Released

   License changed to LGPL 2.1/Apache 2
   Added a new Unicode NFC checker
   Rewritten URI parsing and resolving code
   Added configure selection of RDF parsers
   Updated the RSS Tag Soup parser to handle Atom 0.3
   Updated the Turtle parser to handle large documents (Geoff Chappell)
   Added a parser feature to disable rdf:ID duplicate checking
   Updated rdf:ID duplicate value checking implementation
   Portability fixes for building on win32 (Chris Pointon)

   See the 1.3.3 Release Notes for the full details of the changes.

2004-07-21 Raptor Version 1.3.2 Released

   Added support for compiling against expat source trees (Mark Smith)
   Added raptor_alloc_memory to allocate memory in raptor, typically
   needed by handler routines on win32.
   Make errors in fetching WWW content pass to the main error handler.
   Added accessor functions for parts of the raptor_locator structure
   (Edd Dumbill)
   Disabled the broken Unicode NFC checking via GNOME glib for this
   release.

   See the 1.3.2 Release Notes for the full details of the changes.

2004-06-12 Raptor Version 1.3.1 Released

   Correct raptor_print_statement declaration argument statement to have
   one less 'const', to match the code.
   raptor.h now includes stdarg.h
   Portability fixes for win32
   Updates to Turtle parser to only allow language with non-datatyped
   literals; allow a '_' immediately after a ':' in qnames and make bare
   ':' work.
   Added a warning for unknown rdf:parseType values, when parsing in lax
   mode. This is controlled by a new parser feature warn_other_parsetypes
   The Turtle parser was fixed to re-initialise correctly when performing
   multiple parsings
   Fixes to the file: URI support for %-escaping and for Win32 filenames

   See the 1.3.1 Release Notes for the full details of the changes.

2004-05-11 Raptor Version 1.3.0 Released

   Updated Turtle parser to fix the collections syntax, add integer
   literals and allow - in names.
   Added support for guessing a parser from content or identifiers
   Completed parser feature support
   Added sending HTTP Accept: headers for WWW retrieval when possible
   Added new utility sequence and stringbuffer classes
   Several other functions added and improvements made.

   See the 1.3.0 Release Notes for the full details of the changes.

2004-01-24 Raptor Version 1.2.0 Released

   Added a Turtle parser (was N-Triples Plus) now with collections.
   Added raptor_syntaxes_enumerate to get syntax name, label, mime_type
   or uri_string of all known parsers.
   Added WWW access via BSD libfetch if available.
   Updated the GNOME GUI grapper program to report errors and warnings

2003-12-31 Raptor Version 1.1.0 Released

   Added an N-Triples Plus parser
   Updated for RDF/XML Revised Working Draft (10 October 2003) allowing
   rdf:RDF to be optional by default. No further changes were needed for
   RDF/XML Revised Proposed Recommendation (15 December 2003)
   Made URI class constructors, methods and factory methods as well as
   some other utility functions using or returning URIs or literals take
   unsigned char* rather than char*.
   Added the XML namespace, XML namespace stack and XML qname classes to
   the public API.
   Added a function to discover supported parsers.
   Fixes for line number counting in N-Triples
   Added support for libxml2 SAX2 API for 2.6.0 and later.
   The N-Triples parser now uses the generate ID code.
   Added configure options for XML 1.1 names and disabling NFC check
   code.
2006-08-08 12:49:27 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00
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
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
wiz
a7d1b08315 Unused. 2004-04-25 22:21:35 +00:00
snj
ec9875a0a0 Convert to buildlink3. 2004-04-25 05:23:54 +00:00
wiz
3017caecb9 The buildlink2 framework does nothing with .pc files -- remove them
from the buildlink2.mk files.
2004-04-15 00:49:29 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
wiz
8cbaaf48be Adapt for latest update, and depend on latest version
because of library major bump (no dependent packages in pkgsrc, though).
2003-09-25 06:17:22 +00:00
xtraeme
a3449de3a1 Updated to 1.0.0
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
2003-09-25 04:13:06 +00:00
salo
e3f344c974 Remove reference to wip. (hi xtraeme!)
Style/whitespace nits, while here.
2003-09-09 10:03:50 +00:00
xtraeme
7e10635e68 Initial import of raptor 0.9.12
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@
2003-08-30 16:18:58 +00:00