Commit graph

194231 commits

Author SHA1 Message Date
wiz
3fbb62a76a Updated devel/bison to 2.6.5 2012-12-08 23:53:22 +00:00
wiz
6cfe43c264 Update to 2.6.5:
* Noteworthy changes in release 2.6.5 (2012-11-07) [stable]

  We consider compiler warnings about Bison generated parsers to be bugs.
  Rather than working around them in your own project, please consider
  reporting them to us.

** Bug fixes

  Warnings about uninitialized yylval and/or yylloc for push parsers with a
  pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
  3.2.

  Other issues in the test suite have been addressed.

  Nul characters are correctly displayed in error messages.

  When possible, yylloc is correctly initialized before calling yylex.  It
  is no longer necessary to initialize it in the %initial-action.
2012-12-08 23:53:09 +00:00
wiz
073d233158 Updated devel/global to 6.2.5 2012-12-08 23:51:13 +00:00
wiz
f8bd111ede Update to 6.2.5:
Version 6.2.5 - November 16 2012

[CHANGES]
New facilities:
gtags.el: Now supports XEmacs again.
gtags.vim: New custom variable Dont_Jump_Automatically.

[BUG FIXED]
gtags: Now the following error does not occur.
  'input buffer overflow, can't enlarge buffer because scanner uses REJECT'
gtags.el: 'gtags-parse-file' didn't expand the file name (tilde character => $HOME).
  Now it works.
2012-12-08 23:51:04 +00:00
wiz
b6348e2e5a Updated converters/libvisio to 0.0.22 2012-12-08 23:49:45 +00:00
wiz
c088163f58 Update to 0.0.22:
Bump version
	Trying to unify the stencil extraction and the other parsing function
	Those ones don't need to be virtual anymore
	Unify all VSD2 - VSD5 in one parser
	Unify blob parsing over binary format versions
	Unsigned signed comparison
	Little fixup
	handle blog in the same way for all <= 5
	Bump version, because I can
	Field List is a list too
	Fix background page detection for versions < 6
	Simplify the inheritance a little bit
	Fix foreign in VSD 5-
	Some fixes for line and fill styles
	Some colour reading fixes for VSD <= 2
	Fix stencil extraction for vsd <= 5
	Miscellaneous fixes + text for VSD <= 5
	Consider correctly the font encoding information
	Vertical alignment in center is default in Visio
	Trying to read the blob in the same way in all 16-bit versions
	Spit actual images in VSD1
	Some more work on VSD1 and VSD2 parsing + some stream fixes
	Some more progress on version 5
	Read VSD5 fill and line information
	Remove the generated files only on distclean
	Typedefs for MSVC
	Abstraction of reading of integers
	Some progress in VSD5 parsing
	Some more work on vsd1/2/3/4/5
	Some more VSD2 - VSD5 infrastructure - work in progress
	Some more chunk work, but slow
	Setting framework for different parsing of v5 and v2
	Set groundwork for vsd5 and lower chunk parsing
	Extend the parsing capacity to versions 1 - 5
	Don't crash on empty or almost empty pointer order list
	Detect non-OLE binary Visio documents
	Fix warning C4244
	´initializing´ : conversion from ´double´ to ´unsigned char´, possible loss of data
	Some more work on VSD5 parser
	Allow the parser to parse VSD4 and VSD5 + read pointers in < 6 correctly
	Fix underlinking with gold.
	Fix a memory leak
	Fix extraction of stencils from xml file-formats
	Fix scope of the variable 'X' can be reduced
	Missing include for older compilers
	Silence some warnings
	Allow specifying boost include directory too
	Add libxml2 include and library directories
	Add the Visual Studio 2010 files
	Those don't need to be executable
	Add Visual Studio 2008 files
	Like in libcdr, detect each pkg-config dependency separately
	Fill missing char/para style only with legitimate default styles
	Default para/char style is first para/char style if no style 0 is present + fill inexisting styles from default
	Collect default para/char styles
	Don't overwrite charCount on style override
	Functions to reset charCount in char/para styles and a function to get a char/para list level
	Make charCount non-optional in paragraph styles
	Make charCount non-optional in character styles
	Fix some typos in the VSDXParser
	Actually the relative beziers give control points
	Update alternative build systems
	Some infrastructure for overriding of character and paragraph styles
	Let parser recover on errors
	Whitespace is significant in this context
	Clean page shape list at the beginning of a page
	A horrible typo that takes hours to discover :)
	Consolidate the way of reading font information
	A little work on text block styles
	VDX: actually read the text block properties
	Only one charlist and paralist can be in a shape
	Override paragraph and character lists
	Read TextXForm data too
	Calm valgrind
	Don't handle utf-8 as ansi + try to not run out of bounds
	Don't prefill the stencil text
	Actually output some text
	Trying to parse text in XML parsers
	Extract IX reading to a function
	Stub ParaIX and CharIX reading in VDX and VSDX parsers
	Read the stylesheet in second pass
	Initialize the default colour palette even if no colour section exists in file
	In a generic way skip unhandled sections
	inheritance of the styles is handled in the collectors
	Skip useless sections instead of diving into them
	default excentricity cannot be 0
	Some more boost::optional foo
	Simplify the reading of data to reuse as much as one can
	NURBS and Polyline support for VDX and VSDX
	Stub the parsing of polyline and nurbs functions
	Move more stuff to boost::optional
	unify some stuff between the VSDX and VDX parsers
	boost::optional::is_initialized is deprecated
	Fix a typo
	If there are both Master and MasterShape attributes missing, it is simply master-less shape
	Removing unused fill-related variables
	Refactoring the fill style output
	Remove unused member variables
	Simplify the function handling line styles
	A little change in style outputting, still more to come when time allows
	Fix showing of foregins + write styles only if needed
	All styles pushed using optional styles
	Allow getting optional styles from the stylesheets
	Don't default-construct black backgrounds
	Don't append double Z segment and assure that ellipse is always closed
	Don't draw markers on closed path segments
	No point to dupplicate code in two different functions
	Consider also styles ids 0
	A little refactoring of styles in VSDContentCollector
	add override for optional styles too
	readUnsignedCharData -> readByteData + move a bit
	Move the getColourString to a better place
	No need for a whole template for 2 sorts
	Actually disables -Weffc++ when requested
	Pass more properties as boost::optional
	pass the noLine, noFill, noShow to boost::optional too
	Some more path elements using boost::optional
	Pass some of the attribute reading to boost::optional
	VDX overrides geometries the same way as VSD, VSDX overrides only what needs to be overridden
	The common class can have those two data members
	Try to fill the first 24 colour values
	Implement empty geometry element to handle deleted segments like a big boy
	Shadow offset for Y-axis must be inverted
	Assure that the geometry elements will be always output sorted by keys + fix leak
	Fix some little problems in the VDX and VSDX parsers
	Trying to fix the extended colour reading
	Try to detect when the shape is not started
	Determine the first stencil shape correctly
	Clean up reading of VSDX shape properties.
	Remove uninitialised variable compiler warning.
	Read byte from VSDX XML string.
	For use with VSDX values of type PtgByte (unsigned byte).
	Some fixes in colour
	Some infrastructure to parse the relative geometry rows
	Simplify the styles a bit
	Simplify the styles code a bit
	Some work on styles
	Some wireframe output for VDX and VSDX parsers
	Parsing line, fill and text block information in VSDXParser
	Convenience pointer to access the current geometry list
	Prefill shape's m_geometries from stencil
	m_geometries being a map
	Make the test documents in VSDX and VDX parsers pass
	Fix one hang in VSDX parser
	Basic support of raster images in VDX and VSDX parser
	Try not to crash in XML based parsers
	_flushShape for VDXParser too
	_flushShape uses member variable anyway
	Add Foreign reading functions
	Add some readability
	Read the xform directly to the shape structure
	Some work on the xml-based parsers
	Slight modification of the base 64 decoder
	addShapeId when shapes document order is their rendering order
	Append WPXBinaryData from a base64 encoded string
	Flush all shape information to the collectors in one run/function
	Use different shapeLists for page shapes and group shapes
	send shapesOrder only if it is not empty
	Flush shapes order whenever we know it
	Add m_shapeList member to VSDShape
	First check for non-empty and then look for top()
	Adapt collectors to the information that will be available from VDX and VSDX parsers too
	Remove some leaks
	VSDParser: use more of the VSDShape internals to keep information
	Implement VSDShape::clear()
	Get rid of m_fieldList
	Revert a part that creates more problems then it solves
	If a key is not found in a map, operator[] default-constructs an element and returns its reference
	Trying to improve the field-related code
	Some fixes of fields and line-breaks
	Try to pass to the collectors the shape at once
	Some little improvements
	A bit more of simplification
	Avoid dynamic_cast
	Don't add empty geometries
	Trying to refactor a bit more
	Fix debug build
	Diminish pointer use a bit
	Fix possible uninitialized variables
	More VSDParser refactoring
	Try to finalize the _flushShape function
	Some constness changes
	Store some more stuff in the VSDShape object
	Some more styles passing simplification
	Simplify the passing of line and fill information
	Simplify the collectXFormData and collectTxtXform functions a bit
	Some more simplification of the VSDParser
	Simplyfy handling of shapes a bit
	m_stencilShape -> m_shape
	Access directly the stencil shape using master page and shape IDs
	VSDStencilShape -> VSDShape
	Some cppcheck cleaning
	Some more configurability about warnings
	Some more readability an error-proof changes
	This is a bit more readable
	Add stencil xform and txtxform
	Try to start to parse shapes
	Don't pass geomFlags to the collectors
	Don't crash on invalid namespace uris in SolutionXML elements
	Don't abort on themed values
	Try to unify stuff into a common XML parser base
	Simplify a bit
	Output pages in VSDXParser too
	Handle normal and background pages differently
	Read the information about background page in VDX files too
	Pass to collectors information about background page
	Detect a background page early
	Include VSDXMLTokenMap.h in the VSDXParser and move the later into the libtokenmap helper library
	Some framework for VSDX parser
	And also fix some bugs, so that regression suite is happy
	Pass the transparency to collectors as double
	VDX: Output now finally empty pages with the right sizes
	Make the VSD parser a bit more robust
	- Some documents can have empty groups/shapes, so handle that
	  graciously.
	- Only wrap by try block the reading part, not the whole nested
	  function calls in order not to handle exceptions thrown by other
	  functions.
	Our assumptions about stream formats are a bit fragile, so don't fail if we are not right
	Simplifying a bit the colour stuff
	Rewriting the collectors to be more useful for VDX too
	VDX: parse xform data
	Parse VDX TextBlock properties
	Add a token id
	Parse VDX fill and line properties
	Some more VDX parser stuff
	Start to parse the font and colour list in VDX parser
	Add all VDX elements
	For security, check for sed
	Export only useful functions + speed-up rebuild when tokens change
	Setting up a hash framework for intelligent work with xml tokens
	requires gperf >= 3.0.0 at build time
	Try to avoid memory management of libxml2 strings as much as possible
	Allow building against older libwpd-stream, but without performance boost
	Set a custom error handler for xmlTextReader
	Speed-up zip central directory search, but depend on git version of libwpd
	Add BIPU VDX parser
	Extract binary data streams pointed by <Rel .../> tags too
	Flatten the xml that reader functions have to read by following the <Rel .../> tags
	Adapting alternative build systems
	Add VDX typedetection
	Spin off the XML stuff in view of VDX support
	Simplify a bit the VSDXParser
	Clean up the paths pushed to the API
	Suck in the collectors to the VSDX picture
	Find a way to rebase the targets just after reading of the relationships
	Some more relationship and stream parsing boilerplate
	Add function to get relationships stream for a target
	Visio 2013: Parse OPC relationships and make the typedetection a bit more serious
	Some BIPU typedetection for vsdx + some parser boilerplate
	Stub the VSDX parser
	pointless whitespace cleanup to increase my commit count
	Updating the alternative build systems too
	Prepare for the new VSDX file-format (ooxml version)
	fix reassignment a value before the old one has been used
	Don't output the last line break in a paragraph
	Prevent automake warnings
	Trying to output line breaks that are not paragraph breaks
	Some initial handling of 0x0* type of streams
	Bump version so that one can detect the presence of the new stencil parser
	BIPU vss2* support
	Initial stencils extraction
	set WPXParser::m_extractStencils to true in order to get
	stencil pages instead of normal pages
	Trying to unversalize the parser
	Extract chunk reader logic in order to reuse with blobs
	Trully implement 'level continuum'
	Simplify a bit the code
	Revert "Implement 'level continuum'"
	This reverts commit e44063e93b8f0ff9bcd62a26e91045192030773a.
	Implement 'level continuum'
	Little tiny cleanup
	Those streams are blobs, and we will not descend them, so return -> break for consistency
	Getting rid of handleForeignOle
	Get rid of handleStencilForeign function
	Move handleStencilPage to handleStream
	Unify a bit the logic of different stream parser functions
2012-12-08 23:49:36 +00:00
wiz
b8dae1d59e Updated sysutils/cdrtools to 3.01alpha09 2012-12-08 23:39:25 +00:00
wiz
576e1dc293 Update to 3.01alpha09:
All:

-	Better support for Win32 sockets when using cl.exe

-	Avoid problems with the non-standard prototypes for link() unlink()
	read() and write() from cl.exe

-	Support for Pyro (a Syllable clone) was added.
	Thanks to Flemming H. S

Libschily:

-	Avoid warnings from cl.exe for libschily/gettimeofday.c

Libedc (Optimized by J

-	Some cstyle changes

Libmdigest:

-	Some cstyle changes

Libscg:

-	Some cstyle changes

Libmdigest:

-	CSTYLED comment added

Cdda2wav (Maintained/enhanced by J

-	Better handling of CLONE AREAs on newer Haiku versions.

-	Some cstyle changes

Mkisofs (Maintained/enhanced by J

-	Avoid to access illegal memory from dvd_file.c::uniq()

-	Avoid a 32 bit integer overflow while computing sector addresses for
	Rock Ridge CE entries.

-	A compile bug with QNX was corrected

-	A new option -ignore-error alows to continue on some errors.
2012-12-08 23:39:16 +00:00
wiz
f160bde496 Updated time/py-icalendar to 3.2 2012-12-08 23:36:54 +00:00
wiz
053ac46bc3 Update to 3.2:
3.2 (2012-11-27)
----------------

* Documentation file layout restructuring.
  [thet]

* Fix time support. vTime events can be instantiated with a datetime.time
  object, and do not inherit from datetime.time itself.
  [rdunklau]

* Correctly handle tzinfo objects parsed with dateutil. Fixes #77.
  [warvariuc, thet]

* Text values are escaped correclty. Fixes #74.
  [warvariuc]

* Returned old folding algorithm, as the current implementation fails in some
  cases. Fixes #72, Fixes #73.
  [warvariuc]

* Supports to_ical() on date/time properties for dates prior to 1900.
  [cdevienne]
2012-12-08 23:36:45 +00:00
wiz
5a4520f391 Fix pasto. 2012-12-08 23:27:44 +00:00
wiz
408a1357cb Explicitly disallow 0.8 and newer, since it breaks API.
(The package is called differently, so this is a belts-and-suspender commit.)
2012-12-08 23:22:41 +00:00
wiz
9925fa8e8a Added devel/libgee0.8 version 0.8.2 2012-12-08 23:21:01 +00:00
wiz
d3f5a4c685 + libgee0.8. 2012-12-08 23:20:50 +00:00
wiz
f5364437d2 Mention that this is the 0.6 branch package. 2012-12-08 23:20:37 +00:00
wiz
82db339843 Import libgee0.8-0.8.2 as devel/libgee0.8.
libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.

libgee provides the following interfaces:

    * Iterable
          o Collection
                + List
                + Set
    * Iterator
    * Map

The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
prevent modification of the underlying collection.

libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.

This package contains the 0.8 branch of the library.
2012-12-08 23:20:07 +00:00
adam
78879070f6 Use openjpeg15 instead of openjpeg, since openjpeg has been updated to 2.0.0 2012-12-08 23:09:39 +00:00
wiz
e5e6182acc Updated x11/libdrm to 2.4.40 2012-12-08 23:06:04 +00:00
adam
0849a8aed9 Added graphics/openjpeg15 version 1.5.1; Updated graphics/openimageio to 1.1.2 2012-12-08 22:49:32 +00:00
adam
67a6bf66c9 Release 1.1.2 (5 Dec 2012)
--------------------------
* maketx fixes -- was botching creation of textures from source images that
  were crop windows (pixel window smaller than display window).
* Minor bug fix to Timer when repeatedly starting and restopping (Apple only).
* Bug fix in ustring:find_last_not_of
2012-12-08 22:47:40 +00:00
adam
a7f154ec28 Added graphics/openjpeg15 version 1.5.1 2012-12-08 22:46:21 +00:00
adam
e3aafc548b Added openjpeg 1.5.1 for compatibility reasons; openjpeg 2.0 has a different API 2012-12-08 22:43:10 +00:00
wiz
fc9f776efb Updated x11/xterm to 287 2012-12-08 22:16:47 +00:00
wiz
d654dc4888 Update to 287:
Several small bugfixes/improvements. One is a fix for the -iconic
option broken in #282 when the icon pixmap is configured. The other
fixes are for older problems.
2012-12-08 22:16:38 +00:00
wiz
12218259f9 Update to 2.4.40:
libdrm 2.4.40 has been released.

The reason is we need to use the radeon stencil mipmap allocator for combined
depth-stencil buffers in Mesa.
2012-12-08 22:15:35 +00:00
wiz
541ebfcf96 - ap2-perl-2.0.7, dvdstyler-2.3.3, firefox-17.0.1, fotoxx-12.12,
help2man-1.40.10 [pkg/46548], help2man-1.40.12, ktorrent-2.4.1,
  opendnssec-1.3.12, p5-Config-General-2.51, py-creole-1.0.4
  [pkg/46593], valgrind-3.7.0, wordpress-3.4.2.
2012-12-08 22:08:12 +00:00
wiz
448a1661e8 + SOGo-2.0.3, Sigil-0.6.2, abcm2ps-7.3.1, abcmidi-20121201,
aria2-1.16.0, auctex-11.87, cdrtools-3.01a09, fbreader-0.99.4,
  firefox-17.0.1, fontconfig-2.10.2, fotoxx-12.12, gaupol-0.21,
  guile-2.0.7, kde-4.9.4, kid3-2.2.1, libarchive-3.0.4, libvisio-0.0.22,
  mawk-1.3.4.20121129, milter-manager-1.8.5, mnemosyne-2.2,
  opendkim-2.7.3, opendnssec-1.3.12, p5-HTTP-Server-EV-0.5 [pkg/47288],
  pcre-8.32, pgadmin3-1.16.1 [pkg/47261], py-carddav-0.4,
  py-icalendar-3.2, py-virtualenv-1.8.4, qemu-1.3.0, sablecc-3.7,
  snort-2.9.4.0, solfege-3.20.7, wine-devel-1.5.19 [wait until
  NetBSD gains OSS 4 or bring OSS 3 support back],
  xf86-video-intel-2.20.15, xosview-1.12.
2012-12-08 22:05:36 +00:00
shattered
12dee31fa1 Updated fonts/gbdfed to 1.6 2012-12-08 19:53:14 +00:00
shattered
8959f5041e Update to 1.6. Changes:
1. Fixed a problem with implicit dynamic links which are becoming a no-no.
2. Fixed a name collision with glib 2.10.
3. Updated to work with GTK+ 2.20.
2012-12-08 19:51:51 +00:00
asau
e7c620aac1 Updated math/fricas to 1.1.8 2012-12-08 19:00:37 +00:00
dholland
0687e2b729 Fix depend rule, reported by joerg 2012-12-08 18:29:31 +00:00
ryoon
c9b4d88914 Add podcastdl 2012-12-08 17:10:57 +00:00
ryoon
116d572cee Added net/podcastdl version 0.3.0 2012-12-08 17:10:24 +00:00
ryoon
46a458a01c Import podcastdl-0.3.0 as net/podcastdl.
Podcastdl is a CLI podcast client intended to be used to download
podcasted files using a cron like tool.
2012-12-08 17:09:37 +00:00
ryoon
55c1f4dba8 Add libmrss. 2012-12-08 16:54:49 +00:00
ryoon
77523e53d0 Added www/libmrss version 0.19.2nb1 2012-12-08 16:54:20 +00:00
ryoon
eb7187aef4 Import libmrss-0.19.2nb1 as www/libmrss from pkgsrc-wip.
mRSS is a C library for parsing, writing and creating RSS files or
streams.
2012-12-08 16:53:41 +00:00
asau
287caf68fb Update to FriCAS 1.1.8
Notable changes in FriCAS 1.1.8 (compared to version 1.1.7):

- Improvements of pattern matching integrator, it can now integrate
  in terms of Fresnel integrals and better handles integrals in terms
  of Si and Ci.
- Better integration of symbolic derivatives.
- Better normalization of Liouvillian functions.
- New package for computing limits using Gruntz algorithm.
- Faster removal of roots from denominators.
- New domains for mutivariate Ore algebras and partial differential
  operators.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- Several aggregates (in particular tables) allow more general
  parameter types.
- New domain for hash tables using equality from underlying
  domain.

Bug fixes, in particular:

- Fixed problem with gcd failing due to bad reduction.
- Fixed series of 'acot' and Puiseux series of several special functions.
- Fixed wrong factorization of differential operators.
- Fixed build problem on recent Mac OS X.


Notable changes in FriCAS 1.1.7 (compared to version 1.1.6):

- Improved integration in terms of special functions.
- Updated new graphics framework and graph theory package.
- Added routines for numerical evaluation of several special
  functions.
- Added modular method for computing polynomial gcd over algebraic extensions.
- Derivatives of fresnelC and fresnelS are changed to agree
  with established convention.
- When printing floats groups of digits are now separated by
  underscores (previously were separated by spaces).
- Added C code for removing directories, this speeds up full
  build and should avoid build problems on Mac OSX.

Bug fixes, in particular:

- Series expansion now handle poles of Gamma.
- Fixed derivatives of meijerG.
2012-12-08 15:26:57 +00:00
asau
fe8ad73a98 Updated lang/ecl to 12.12.1 2012-12-08 13:30:16 +00:00
asau
3768f2bcae Update to ECL 12.12.1
Changes since last release
==========================

Some highlights of this release are:

* Lots of bugs fixed.

* The MOP has been fixed to work with the upcoming release of
  Closer-MOP

* ECL now produces a much more readable C code, with indentation and
  more explicit declarations of variables.

Known issues
============

* Cygwin's library is still broken: fork/exec fails to reload the
  cygwin library, or ECL's compiled libraries in a completely random
  fashion. For this reason we recommend using ext:system instead of
  ext:run-program in that platform.

* In Windows ECL comes with bytecodes compiler by default, because C
  compilers are normally not avaiable. Unfortunately several
  libraries out there are not prepared for this. If you plan to use
  quicklisp and have a C compiler accessible to ECL, you may use
  (ext:install-c-compiler) to switch back to the Lisp-to-C compiler.
2012-12-08 13:29:45 +00:00
wen
e90530678f Updated devel/p5-Log-Dispatch to 2.33 2012-12-08 12:14:00 +00:00
wen
6400f10703 Update to 2.33
Upstream changes:
2.33     2012-12-07

- Added a 'syswrite' option to Log::Dispatch::File which causes all writes to
  use syswrite (so they're atomic). Patched by ether. RT #81669.

- The File output's DESTROY method now checks to see if it's associated handle
  is open before trying to close it. Patch by Jeffrey Thalhammer.
2012-12-08 12:10:18 +00:00
wen
a3694973ad Updated converters/p5-Unicode-Collate to 0.95 2012-12-08 12:05:03 +00:00
wen
94a274ccc5 Update to 0.95
Upstream changes:
0.95  Sat Dec  8 15:11:09 2012
    - U::C::Locale newly supports locales: bs_Cyrl, ee.
    - updated to CLDR 21: uk.
    - updated to CLDR 22: th, to.
    - added loc_bscy.t, loc_ee.t in t.
    - modified tests: loc_th.t, loc_to.t, loc_uk.t in t.

0.94  Fri Nov 23 18:45:53 2012
    - U::C::Locale newly supports locale: zh__zhuyin.
    - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin.
    - doc: added CAVEAT to CJK/Stroke.pm
    - modified tests: loc_cjk.t, loc_cjkc.t in t.
    - added cjk_zy.t, loc_zhzy.t in t.

0.93  Sun Nov 18 18:13:42 2012
    - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - The default UCA_Version is 26.
    - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
    - modified tests: loc_es.t, loc_estr.t, version.t in t.

0.92  Wed Nov 14 20:58:19 2012
    - fix: index() etc. with preprocess/normalization should be always croaked.
    - doc: referred to the latest UTS #10 and updated its section numbers.
    - supported the identical level (see 'identical' in POD).
    - Now UCA_Version 26 (for Unicode 6.2.0) is supported.
      * But the default UCA_Version is still 24.
    - added ident.t in t.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
      overcjk0.t, overcjk1.t, test.t, view.t in t.

0.91  Sun Nov  4 17:00:20 2012
    - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
      (see [rt.cpan.org #80313])

0.90  Sun Sep 23 10:42:26 2012
    - perl 5.11.0 or later: Install to 'site' instead of 'perl'
      (see [rt.cpan.org #79800])
2012-12-08 12:02:50 +00:00
khorben
fbaa421a48 Added x11/clipit version 1.4.2 2012-12-08 02:54:17 +00:00
asau
402f248c3f Updated lang/sbcl to 1.1.2 2012-12-08 00:43:47 +00:00
asau
6719973add Update to SBCL 1.1.2
changes in sbcl-1.1.2 relative to sbcl-1.1.1:
  * notice: System requirements for SBCL on Microsoft Windows: Windows NT 5.1
    or newer (Windows XP, Server 2003) is required.  Support for Windows 2000
    (NT 5.0) is no longer being maintained.
  * notice: Starting with this version, SBCL on Windows no longer supports
    building with disabled thread support.
  * enhancement: frlocks have been added to SB-CONCURRENCY contrib module.
  * enhancement: New feature sb-dynamic-core allows the runtime to be
    rebuilt or relocated without requiring changes to the core file on
    all linkage table platforms.  Required on Windows.  (Thanks to Anton
    Kovalenko.)
  * enhancement: Console I/O streams use UCS-2. (Thanks to Anton Kovalenko.)
  * enhancement: I/O on Windows unnamed pipes is interruptible
    asynchronously using interrupt-thread, timers when running on Windows NT
    version 6.1 or newer (Windows 7, Server 2008 R2).  (Thanks to Anton
    Kovalenko.)
  * enhancement: Support for the experimental safepoint-based stop-the-world
    protocol on the PowerPC platform.
  * bug fix: Non-blocking reads from the Windows console were not necessarily
    non-blocking. Thanks to Anton Kovalenko. (lp#308923)
  * bug fix: stability of threads on Windows has been improved upon through
    an updated stop-the-world protocol (thanks to Anton Kovalenko).
2012-12-08 00:40:00 +00:00
jakllsch
40daca701f Updated graphics/darktable to 1.1 2012-12-08 00:15:35 +00:00
jakllsch
ea24ac471c update darktable to 1.1
upstream release notes:

general

    new camera support, new whitebalance presets, etc., including
    canon eos m support and samsung nx fix
    similarity matching search for images that look alike.
    geotagging, complete with map view (thanks to dinamic for starting that ages ago and to houz for actually bringing it home):
    http://www.darktable.org/2012/09/geotagging-in-darktable/
    mac os package: http://www.darktable.org/2012/08/bringing-current-darktable-to-os-x/
    a lot of bugfixes (mainly thanks to ulrich for his meticulous work)
    facebook exporter (for those who have an account there)

ui

    reworked the much hated `more plugins' widget (thanks to boucman)
    image grouping: http://www.darktable.org/2012/09/grouping/
    command line interface! http://www.darktable.org/2012/07/exporting-images-on-the-command-line/
    tone and base curves got a new user interface to better support fine grained workflow as in: http://www.darktable.org/2012/02/mastering-color-with-lab-tone-curves/
    visually low-profile controls with finetuning: http://www.darktable.org/2012/03/bauhaus-widgets/
    color correction module (http://www.darktable.org/2012/03/color-correction/) got a GUI update since the blog post (two circles indicating shadows and highlights instead of the quad).
    live view for tethered shooting! http://www.darktable.org/2012/05/live-view/

darkroom

    extensive use of edge-aware filtering techniques to suppress noise, halos and ringing all around darktable: http://www.darktable.org/2012/09/edge-aware-image-development/
    conditional blending, and a lot of goodies around it! http://www.darktable.org/2012/07/some-enhancements-to-conditional-blending/
    magenta highlights: http://www.darktable.org/2012/07/magenta-highlights/improved on high-contrast edges to overexposed areas (should get rid of purple highlights on tiny water waves and purple fringes around tree leaves for example)
    much improved sharpness for both export and darkroom view, especially for downsampled images and if you use lens corrections or rotations/perspective corrections. check the new options in the preferences dialog, also one more than mentioned in the blog ("demosaicing for zoomed out darkroom mode" to trade performance for even more sharpness): http://www.darktable.org/2012/06/upcoming-features-new-interpolation-modes-and-better-resize/

color management

    improved per-screen color management (should reload the screen profile automatically)
    more compatible embedded color profiles (should fix problems on windows viewing our images, if that matters)
    read embedded color profiles from jpg

opencl

    most of our modules now can take advantage of your computer's gpu power
    caching for compiled opencl kernels (even in case the driver doesn't do it) for faster startup times

usermanual

    find a pdf snapshot here: https://sourceforge.net/projects/darktable/files/darktable/1.1/darktable-usermanual.pdf/download
    is reasonably up to date again
    not translated so far

translations

    two new translations (both portuguese.. ;) )
    well translated: cs de es fr it ja nl pl pt_BR pt_PT sv
    half translated: ca fi gl ro ru sq th zh_CN
2012-12-08 00:15:26 +00:00
schnoebe
a076d354f0 update psi to 0.15. 2012-12-07 23:53:21 +00:00