Commit graph

145434 commits

Author SHA1 Message Date
tron
bbcb8df162 Set the license to "gnu-gpl-v2". 2009-07-23 09:52:29 +00:00
markd
aee4f6c6e9 Update soprano to 2.3
* New class LanguageTag replacing the old simple string language handling
  with a sophisticated one implementing RFC 4647. At the same time Soprano
  now directly supports plain literals in addition to typed string literals
  (compare LiteralValue::createPlainLiteral).
  CAUTION: This patch changes behaviour: parsers and storage backends will
  now return plain literals instead of typed string literals!
* New static methods Node::resourceToN3, Node::literalToN3, and
  Node::blankToN3 for easy N3 formatting without the creation of a Node
  instance.
* Fixed both Node::matches and Statement::matches - now only the paramter
  is treated as a wildcard
* sopranocmd:
  - new paramter --file which allows to execute commands on files directly
    without creating a database on disk.
  - standard namespace prefixes rdf, rdfs, xsd, nrl, and nao are now added
    to sparql queries automatically if used.
  - construct and describe query results can now be serialized in all
    supported formats.
  - New parameter --index which allows to wrap an IndexFilterModel around
    the actual Model.
  - New command 'monitor' which allows to monitor a remote repository for
    statementAdded and statementRemoved signals.
* New class Graph which is a simple QSet based container for statements as
  a quick replacement for Model in case one wants to handle a small number
  of statements without query support.
* Fixed plugin loading on windows.
* Fixed a deadlock in the IndexFilterModel in case a query could not be
  parsed.
* Prevent Model::removeContext to remove empty contexts, i.e. the whole
  database.
* Statement::operator<<(QTextStream) now uses a simpler format (only spaces
  between nodes and no brackets)
* Updated Sesame2 to 2.2.4
* Added prefix handling to the Serializer API. For a future Soprano version
  the Serializer API has to be replaced with something more powerful.
* Improved inference rule handling in the rule parser
2009-07-23 09:46:37 +00:00
markd
54e42f60ba Update redland to 1.0.9
Made the storages (triple stores) API public and the implementations
   modular - can be compiled externally and dynamically loaded on demand.
   Removed Raptor and Rasqal from sources - now external build
   dependencies.

Add LICENSE.
2009-07-23 09:33:20 +00:00
markd
0fa9baa68a Add LICENSE. 2009-07-23 09:26:27 +00:00
markd
d1bc3ce9d4 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
markd
b1bf18bb58 Update strigi to 0.6.4
- Path fixes to the build system the benefit of windows users (sengels)
 - Clean up of class ArchiveReader
 - Support for LZMA compressed streams in archives, notably .deb and .rpm
 - Remove preceding ./ from file path in tar archives.
 - Make parsing ar and deb files easier to abort: useful in e.g. Dolphin
 - Better method of removing deleted file from the CLucene
 - Do not tokenize the URL in the index to improve polling speed
 - Fix the bz2 header check: more bz2 archives are recognized (pino)
 - Fix infinite loop on parsing SGI image files
 - Fix reading of zip files without central directory.

Add LICENSE.
2009-07-23 09:07:11 +00:00
markd
f46bf63934 Update to 0.9.21b
Changes: fixes potential segfault when used in an multithreaded application

Add LICENSE
2009-07-23 08:59:54 +00:00
tron
b25620dee7 Create the "share/applications" directory which was previously created
by the (now removed) "xdg" package to fix the installation. While here
set the license to "gnu-gpl-v2".
2009-07-23 08:28:41 +00:00
asau
797d642484 + octave-3.2.2 2009-07-23 07:11:35 +00:00
minskim
04b917d0fe Change DIST_SUBDIR because of the TeX Live metadata change. 2009-07-23 06:26:59 +00:00
jnemeth
0556062db0 sort 2009-07-23 05:53:05 +00:00
rillig
00512090b3 Don't suggest to use obsolete features. 2009-07-22 22:11:54 +00:00
sketch
67137e31ae Note pkg_chk update. 2009-07-22 21:57:43 +00:00
sketch
d90a01181c Use gzcat for the pkg_summary file, fixes Solaris. 2009-07-22 21:56:13 +00:00
wiz
451502a329 Updated misc/mousetweaks to 2.26.3 2009-07-22 21:28:19 +00:00
wiz
639468e1ce Update to 2.26.3:
Version 2.26.3
---------------

Misc improvements/fixes:

    * Fix wrong GFDL version number in COPYING
    * Use 'test ! -d' in autogen.sh, bgo#583311
    * Directly link to xlib, bgo#583471
    * Fix cursor drawing on 64bit platforms, bgo#584256

New and updated translations:

    - [bn_IN] Runa Bhattacharjee
    - [el] Giannis Katsampirhs
2009-07-22 21:28:06 +00:00
wiz
f13a0b6a8e Updated devel/nasm to 2.07 2009-07-22 21:21:43 +00:00
wiz
19dc76babc Update to 2.07. Set LICENSE.
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway.

cl-2.07 Version 2.07

NASM is now under the 2-clause BSD license.

Fix the section type for the .strtab section in the elf64 output format.

Fix the handling of COMMON directives in the obj output format.

New ith and srec output formats; these are variants of the
  bin output format which output Intel hex and Motorola S-records,
  respectively.  See ithfmt and srecfmt.

rdf2ihx replaced with an enhanced rdf2bin, which can output
  binary, COM, Intel hex or Motorola S-records.

The Windows installer now puts the NASM directory first in the
  PATH of the "NASM Shell".

Revert the early expansion behavior of %+ to pre-2.06 behavior:
  %+ is only expanded late.

Yet another Mach-O alignment fix.

Don't delete the list file on errors.  Also, include error and
  warning information in the list file.

Support for 64-bit Mach-O output, see machofmt.

Fix assert failure on certain operations that involve strings with
  high-bit bytes.


cl-2.06 Version 2.06

This release is dedicated to the memory of Charles A. Crayne, long
  time NASM developer as well as moderator of comp.lang.asm.x86 and
  author of the book Serious Assembler.  We miss you, Chuck.

Support for indirect macro expansion (%[...]).  See indmacro.

%pop can now take an argument, see pushpop.

The argument to %use is no longer macro-expanded.  Use
  %[...] if macro expansion is desired.

Support for thread-local storage in ELF32 and ELF64.  See elftls.

Fix crash on %ifmacro without an argument.

Correct the arguments to the POPCNT instruction.

Fix section alignment in the Mach-O format.

Update AVX support to version 5 of the Intel specification.

Fix the handling of accesses to context-local macros from higher
  levels in the context stack.

Treat WAIT as a prefix rather than as an instruction, thereby
  allowing constructs like O16 FSAVE to work correctly.

Support for structures with a non-zero base offset. See struc.

Correctly handle preprocessor token concatenation (see concat)
   involving floating-point numbers.

The PINSR series of instructions have been corrected and
   rationalized.

Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03)
   spec.

The ELF backends no longer automatically generate a .comment section.

Add additional "well-known" ELF sections with default attributes.  See
   elfsect.
2009-07-22 21:21:33 +00:00
wiz
30b9103e8b Updated devel/yasm to 0.8.0 2009-07-22 21:14:36 +00:00
wiz
4d2083c64c Update to 0.8.0, set LICENSE.
This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend.  It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.
2009-07-22 21:14:24 +00:00
wiz
08cf9e594a Updated graphics/tesseract to 2.04 2009-07-22 20:57:58 +00:00
wiz
ae5ead4687 Update to 2.04. Set LICENSE.
June 30 2009 - V2.04
	  Integrated bug fixes and patches and misc changes for portability.
	  Integrated a patch to remove some of the "access" macros.
	  Removed dependence on lua from the viewer, speeding it up
	  dramatically.
	  Fixed the viewer so it compiles and runs properly!
	  Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111,
	  112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160,
	  165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169
2009-07-22 20:57:47 +00:00
wiz
10fd212347 Fix typo in comment. 2009-07-22 19:38:34 +00:00
drochner
f21141936c build against musicbrainz3 rather than -2, ride on update 2009-07-22 17:13:18 +00:00
roy
717a287f21 Added security/py-openid-2.2.4 2009-07-22 17:00:29 +00:00
drochner
9ae5b2d128 disable the openssl compatibility library -- no pkg I know of needs
it, and it only has a potential to conflict with the real openssl
(bad things will happen if a program links or dlopen()s both)
bump PKGREVISION
(the bug fixed in the added patches is already fixed upstream, will
be in the next release)
2009-07-22 16:50:07 +00:00
drochner
8f68c1d4cf update to 2.8.17
bugfix:
That bug might possibly cause database corruption if a large
INSERT or UPDATE statement within a multi-statement transaction fails
due to a uniqueness constraint but the containing transaction commits.
2009-07-22 16:37:26 +00:00
manu
1b157e7dce exop patch from Pierangelo Masarati 2009-07-22 16:02:34 +00:00
manu
d47a69642c Add exop patch from Pierangelo Masarati and myself.
This enables the folllowing extended operations:
- passwd
- whoami
- refresh
And the following controls:
- manageDSAit
- paged_results
- ppolicy
- noop
- manageDIT
- permissive_modify
2009-07-22 15:59:50 +00:00
wiz
b2f57aa780 Updated audio/sound-juicer to 2.26.1 2009-07-22 15:16:56 +00:00
wiz
8c4c53b66e Update to 2.26.1:
Sound Juicer "Bonnie and Clyde" 2.26.1
======================================

* Read the track artist instead of album artist in Musicbrain3
* Don't crash if the release date is unknown
* Read tracks when falling back to gvfs
2009-07-22 15:16:44 +00:00
wiz
b7c8dcfe47 Updated x11/gnome-mag to 0.15.7 2009-07-22 15:13:05 +00:00
wiz
c2a0baa30f Update to 0.15.7:
Fixes:
  #563764 - GNOME Goal: Clean up GLib and GTK+ includes. (Luis Menina)
  Add DOAP file (Olav Vitters)

Translations:
  Rajesh Ranjan (hi), Miquel Esplà (ca@valencia)
2009-07-22 15:12:54 +00:00
wiz
e58637c01e Updated x11/xplanet to 1.2.1 2009-07-22 13:37:17 +00:00
wiz
e25085dea8 Update to 1.2.1. Set LICENSE. Split off options into options.mk.
Version 1.2.1 (released 18 Apr 2009)

	* Remove signbit() from ProjectionIcosagnomonic.cpp

	* Add shadows from satellites on Saturn's rings, let brightness of
	rings go to zero as Saturn approaches equinox.

	* Add trail_output option to satellite files to print out
	satellite positions.

	* Calculate eclipse shadows a little past the terminator so they
	don't get cut off sharply.

	* Reload satellite files in case TLE files are updated between
	renderings.  Suggested by Lutz M

	* Added Lambert Equal Area projection

	* Check that -origin above or below is not specified for the Sun.

	* Added a definition for signbit() in ProjectionIcosagnomonic.cpp

	* Add patch from Doug Hawkins to support marker_* keywords in
	config file.

	* Added the -label_body option.  This is useful in conjunction
	with -separation to specify which body the label should apply to.

	* Added the -separation option.  This places the observer at a
	point in space where two bodies have the specified separation.

	* Allow -glare 0 to remove sun glare.

	* Fixed a bug where arcs were sometimes not drawn if they were
	vertical or horizontal lines.

	* A thickness value may now be specified for arcs.

	* Added max_radius and min_radius keywords to marker files.  This
	disables drawing of the marker if the planet radius is larger than
	or smaller than the specified value, respectively.

	* Fixed a bug where the arc color was not reset to the default
	color for subsequent arcs in the file.
2009-07-22 13:37:05 +00:00
wiz
37543aa7e9 Updated games/gnugo to 3.8 2009-07-22 13:31:09 +00:00
wiz
5203276e56 Update to 3.8:
New in 3.8 (since 3.6)

- many small improvements and tuning since 3.6
- experimental Monte Carlo mode (9x9 only)
- support for tiny boards
- GPL v3
2009-07-22 13:30:59 +00:00
wiz
9a7dbf7781 Updated devel/glibmm to 2.20.1 2009-07-22 13:29:24 +00:00
wiz
23aa151f86 Update to 2.20.1:
2.20.1 (stable):

Glib:
* Date: Constructor: Check for invalid dates.
  (José Alburquerque)
* ustring: Make the relational operators work with mixed argument types.
  (Chris Vine) Bug #580773

* Allow dynamic GType registration, though this is not yet fully tested:
	Class: Added a register_derived_type(GTypeModule*) overload to
	call g_type_module_register_type() instead of g_type_register_static().
	gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to
	be used in the class in the hg file, to add a *_Class::init(GTypeModule)
	method, and a get_type(GTypeModule*) method that calls it.

Gio:
* File: Added the missing make_directory_with_parents() definition.
  (Siavash Safi)


Build:
* Fix the build with exceptions disabled.
  (Daniel Elstner, José Alburquerque)
* Fix compiler warnings.
  (Daniel Elstner, Hubert Figuiere)
* Windows build fixes.
  (Armin Burgmeier)

Documentation:
* Improve the guessing of C++ method names for C function names.
  (Johannes Schmid)
2009-07-22 13:29:11 +00:00
wiz
6e04c287a0 Updated textproc/iso-codes to 3.10.1 2009-07-22 13:24:11 +00:00
wiz
9420630af6 Update to 3.10.1:
iso-codes 3.10.1
----------------
Tobias Quathamer <toddy@debian.org>
Fri, 26 June 2009

  [ ISO 3166 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Serbian by Aleksandar Jelenak (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Slovenian by Primož Peterlin (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Italian by Milo Casagrande (TP)
  * Norwegian Bokmaal by Hans F. Nordhaug (TP)
  * Latvian by Rihards Prieditis (TP)
  * Dutch by Freek de Kruijf (TP)
  * Asturian by Marcos Alvarez Costales. Closes: #531683, #531720
  * Korean by Changwoo Ryu (TP)
  * Russian by Yuri Kozlov
  * Basque by Piarres Beobide. Closes: #534278

  [ ISO 3166-2 translations ]
  * Indonesian by Andhika Padmawan (TP)
  * Danish by Joe Hansen (TP)
  * Italian by Milo Casagrande (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO 4217 translations ]
  * Norwegian Nynorsk by Eirik U. Birkeland (TP)

  [ ISO 639 translations ]
  * Marathi almost completely removed, except for the translation of
    "Marathi" itself. The existing translations were not correct, but
    contained some Unicode characters not valid for that language.
    Closes: alioth#311588

  [ ISO 639-3 translations ]
  * Marathi almost completely removed, see above entry
  * Dutch by Freek de Kruijf (TP)
2009-07-22 13:24:01 +00:00
wiz
e5e8a9051b Updated misc/kchmviewer to 4.1 2009-07-22 13:10:36 +00:00
wiz
7e3b6b8625 Update to 4.1. Set LICENSE. Fix a pkglint warning.
- Version changed to 4.1
    - Updated Dutch translation (thanks to Sander Pientka)
    - Updated Turkish translation (thanks to Ozan Caglayan)
    - Default toolbar button order changed to standard -/+
    - Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
    - Fixed incorrect index string encoding for non-English strings.
    - Fixed text size auto-increase each time the file is loaded for WebKit browser.
    - License changed from GPLv2 to GPLv3.
2009-07-22 13:10:22 +00:00
wiz
1f0d9e62fb Updated time/remind to 3.1.7 2009-07-22 13:00:57 +00:00
wiz
e8eb60d991 Update to 3.1.7, set LICENSE.
Wherever you could write "day Mon year", the parser now accepts
"YYYY-MM-DD". A new slide() built-in function eases creation of
some complicated reminders.
2009-07-22 13:00:45 +00:00
wiz
45aa828184 Updated x11/renderproto to 0.11 2009-07-22 12:56:57 +00:00
wiz
371e1e5a79 Update to 0.11:
0.11 adds some clarifications of the protocol specification, general
cleanups and support for PDF blend modes.
Note that this release is a bump from 0.9.3 straight to 0.11.

Fredrik Höglund (2):
      Add support for the PDF blend mode operators.
      Bump version to 0.11.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Søren Sandmann Pedersen (4):
      Describe the four repeat options for pictures
      Delete reference to unimplemented ColorTriangles and ColorTrapezoids
      Clarify semantics of clipping
      Clarify behavior of IncludeInferior and GraphicsExposures.
2009-07-22 12:56:45 +00:00
wiz
e51e4e29b7 Updated graphics/py-cairo to 1.8.6 2009-07-22 12:55:30 +00:00
wiz
dfd61f4b13 Update to 1.8.6, set LICENSE.
Overview of changes from pycairo 1.8.4 to pycairo 1.8.6
=======================================================

Bug Fixes:
    ImageSurface.create_from_png _read_func fix
    ToyFontFace type fix
    19221: restore cairo.Matrix '*' operator to the way it originally worked.

Other Changes:
    Documentation completed.
2009-07-22 12:55:20 +00:00
wiz
671e0f9afd Updated devel/pango to 1.24.5 2009-07-22 12:48:57 +00:00