summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08remove x11/p5-Gtk2-GladeXML, duplicate of devel/p5-Gtk2-GladeXMLtnn4-35/+1
2009-08-08remove time/p5-Date-Calc, duplicate of devel/p5-Date-Calctnn4-41/+1
2009-08-08fix typos, from pkgsrc-wiptnn1-2/+3
2009-08-08Updated misc/m17n-contrib to 1.1.10obache1-1/+2
2009-08-08Update m17n-contrib to 1.1.10.obache3-7/+17
* Changes in the m17n-contrib 1.1.10 ** New input method: ks-kdb.mim (Kashmiri) zh-zhuyin.mim (Chinese) ta-vutam.mim (Tamil) cs-kbd.mim (Czech) zh-pinyin-vi.mim (Chinese) ks-kbd.mim (Kashmiri) ps-phonetic (Pashto)
2009-08-08Install man page. From pkgsrc-wip.tnn2-3/+10
2009-08-08Updated misc/m17n-db to 1.5.5obache1-1/+2
2009-08-08Update m17n-db to 1.5.5.obache3-8/+7
* Changes in the m17n database 1.5.5 ** An input method is deleted. si-wijesekera-preedit-alt.min ** These Vietnamese input methods adopt smart-quotes. vi-telex.min, vi-tcvn.min, vi-vni.min
2009-08-08merge patch (build fix for some platform where MB_CUR_MAX is not defined?)tnn4-11/+26
from wip/tree to allow that package to go away.
2009-08-08done - GraphicsMagick-1.3.6obache1-2/+1
2009-08-08Updated graphics/GraphicsMagick to 1.3.6obache1-1/+2
2009-08-08Update GraphicsMagick to 1.3.6.obache3-11/+17
This release fixes many bugs, adds many improvements, and adds new major features. Quite a few volunteers contributed to this release. The following are the major changes since the 1.3.5 release: Security Fixes: * None. Bug fixes: * Composition was failing when the change image overlaps off the left side of the canvas. * EPT, PDF, PS: PDF bounding box is sometimes incorrect or not globally applicable so don't specify bounding box when reading PDF files. * OpenMP: Fix (benign) multi-thread cross-contentions (detected by valgrind's Helgrind). * TIFF: Fix problem with reading one bit per sample RGB images. * TIFF: Writer was using rows-per-strip of 8 when writing JPEG-compressed TIFF. This does not work for vertical subsampling, and some TIFF readers insist on 16. The rows-per-strip is now required to be a multiple of 16. * TIFF: In some cases, the TIFF reader and writer were accessing planar TIFF in row-order rather than plane-order, which resulted in sever buffering problems in libtiff, and failure when compression was used. * -write now works usefully as documented. * Temporary file name generator was not random enough, resulting in some file name collisions for GraphicsMagick processes started at the same time. * PerlMagick: Fixed Ping on a BLOB. * GetImageDepth was leaking memory. * Convert/mogrify -mask option was leaking memory. * Mogrify -output-directory option was leaking memory. * DPX: Fixed memory leak encountered when subsampling to 4:2:2. * DPX: Values read received insuficient scaling, which round-tripped correctly, but rounded-down excessively if any image processing was applied. New Features: * Added HRS reader for slow scan TV (contributed by Fojtik Jaroslav). * Pthreads (POSIX threads) API may now be used under the WIN32 API. * New access confirmation facility (MagickConfirmAccess) to allow the API user to monitor and/or block access to files and URLs. This allows the API user to implement a security policy based on actual accesses. * New color matrix function (ColorMatrixImage) to apply a color matrix similar to Adobe Flash Flash.filters.colorMatrixFilter(), and Windows GDI+ ColorMatrix class, (order up to 5x5) to the image pixels. This is accessible via the -recolor command option. * Added an IDENTITY coder to return a Hald identity CLUT image of specified order (e.g. "identity:8"). * Added a Hald CLUT capability as described at http://www.quelsolaar.com/technology/clut.html. This allows a color transformation to be easily created and replicated on any number of images. The algorithm is accessed by the -hald-clut option of 'convert' and 'mogrify'. Original algorithm by Eskil Steenberg and adapted for GraphicsMagick by Cl?ment Follet, with additional work by Bob Friesenhahn. * Added support for the ASC CDL transform. Available as -asc-cdl via the 'convert' and 'mogrify' subcommands. Original implementation by Cl?ment Follet but considerably re-worked by Bob Friesenhahn. Implementation passes the +/- 1 count accuracy requirement required by the ASC CDL SOP tests. * Added support for reading CALS Type 1 format (contributed by John Sergeant). CALS is a standard raster format used by the US Department of Defense for storing blueprint images. * Added a random number generation system based on George Marsaglia's multiply-with-carry generator. Somewhat slower than rand() but produces better random numbers with a period >2^60. This is a much better random number generator than the C library rand() and the algorithm is integrated in a way which maximizes multi-thread performance. * The 'compare' command now supports a -maximum-error option to specify the maximum image error so that it may be used to support boolean logic in automated test scripts. * For OpenMP-builds, the '-list resource' output now indicates the number of threads which will be used. Feature improvements: * Image resize now avoids adding "halos" around objects when resizing an image which contains transparency (patch contributed by Pavel Merdin). * DICOM: The DICOM reader is completely re-written and is much more functional now. A few features (e.g. RLE compression) are still missing. This work is contributed by John Sergeant. * EXIF: Unprintable characters in EXIF attribute strings are now returned using three-digit octal notation. Unknown tags are identified via their four-character hex value. * PCL: PCL writer is rewritten to fix many bugs, add support for compression, add support for 8 bit PseudoClass images, and dramatically improve usability (work contributed by John Sergeant). * TIFF: Allow the user to force the returned image to be TrueColor type for min-is-white and min-is-black TIFF files. * TIFF: User can now specify the predictor using syntax like '-define tiff:predictor=2'. * TIFF: User can now specify the rows-per-strip value when using JPEG compression. * TXT: The TXT reader is now capable of reading image files written by the TXT writer, as well continuing to render ASCII text into an image (work contributed by Fojtik Jaroslav). * Utilities @file.txt syntax for including a list of files to use as an argument now really works as expected. This may be used to inject any other text into the command line as well. As a result, the 'mogrify' utility may be invoked on thousands of files at once while obtaining the list of files to process from a text file. * The 'mogrify' utility now caches argument images so that they are loaded only once when mogrify is used to process multiple image files. Performance Improvements: * -median and -noise now see reliable linear speedup as threads are added. Behavior Changes: * PerlMagick is configured but no longer built by default. * Use '-interlace Line' to produce an interlaced GIF, PNG, or progressive JPEG.
2009-08-08Updated graphics/GraphicsMagick to 1.3.5nb1obache1-1/+2
2009-08-08Add an patch to fixes CVE-2008-1097, taken from upstream repository.obache3-2/+23
Bump PKGREVISION.
2009-08-08patch-at: fix build on Linux (uint32_t was not in scope)tnn2-5/+13
2009-08-08needs ALSA libraries on Linux for ogg playbacktnn2-4/+10
2009-08-07Add tex-kotex-doc.minskim2-2/+4
2009-08-07Import tex-kotex-doc-0.1.1 as print/tex-kotex-doc.minskim4-0/+53
This is documentation for tex-kotex.
2009-08-07Apply various features and fixes from NetBSD basesrc:lukem29-7/+1277
* Implement options: expandtab gtagsmode matchchars * Fix tty garbling when quitting from recovery mode. * Don't coredump during autoindent edge case. * Set internal version to "nvi-1.81.6nb4 (2009-08-07)" * Crank pkgrevision to nb4.
2009-08-07regen, fix for Python!=25, noticed by wizdrochner1-292/+292
2009-08-07Add options.mk for emacs-w3m-snapshot.minskim1-0/+12
2009-08-07Updated devel/apr to 1.3.8gdt1-1/+2
2009-08-07Update to 1.3.8 (security fix).gdt2-6/+6
Changes for APR 1.3.8 *) SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in pools and rmm, where size alignment was taking place. [Matt Lewis <mattlewis@google.com>, Sander Striker] *) Make sure that "make check" is used in the RPM spec file, consistent with apr-util. [Graham Leggett] *) Pass default environment to testflock, testoc and testpipe children, so that tests run when APR is compiled with Intel C Compiler. [Bojan Smojver]
2009-08-07Update to rapidsvn-0.10.0-1:joerg6-68/+21
- switch to wxGTK 2.8 - new features: - commit individual files - display filters - subversion 1.5 - recursive revert - menu shortcut to set svn:ignore - relocate option for the switch command - history for copy/move - date picker in diff dialog - allow using external 3-way diff tool - various bugfixes - switch to GPL v3
2009-08-07update zyGrib to 3.5.1plunky5-16/+39
improvements include new weather features (convective available potential energy - an indicator of potential thunderstorm strength), several new translations (German, Spanish, Italian, Russian, Dutch) plus bugfixes
2009-08-07Update to Xen 3.3.2cegger1-1/+3
2009-08-07Update to Xen 3.3.2.cegger12-206/+61
This is a mainenance release with a number of stability fixes.
2009-08-07update to openobex 1.5,plunky11-164/+37
Bluetooth detection on BSD is much improved so the patches are no longer required. They got it wrong though, so one patch added (I also fed that upstream) while here, include LICENSE=gnu-lgpl-v2 update HOMEPAGE=http://www.openobex.org/
2009-08-07Note update of the "apr-util" package to version 1.3.9.tron1-1/+2
2009-08-07Update "apr-util" package to version 1.3.9. Changes since 1.3.8:tron2-6/+6
- SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in rmm, where size alignment was taking place. [Matt Lewis <mattlewis@google.com>, Sander Striker] - Make sure that "make check" is used in the RPM spec file, so that the crypto, dbd and dbm tests pass. [Graham Leggett] - Make sure the mysql version of dbd_mysql_get_entry() respects the rule that if the column number exceeds the number of columns, we return NULL. [Graham Leggett] - Ensure the dbm module is packaged up correctly in the RPM. [Graham Leggett] - Clarify the error messages within the dbd tests. [Graham Leggett]
2009-08-07Let emacs-w3m-snapshot support the options that emacs-w3m supports.minskim2-4/+6
2009-08-07Updated pkgtools/bootstrap-mk-files to 20090807dsainty1-1/+2
2009-08-07Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.dsainty2-3/+5
2009-08-07Update HOMEPAGEdholland1-2/+2
2009-08-07Note getmail update.schmonz1-1/+2
2009-08-07Update to 4.10.0. From the changelog:schmonz2-6/+6
- add "message_log_verbose" option, defaulting to false. If true, the message_log file (and syslog, if used) will contain a little more information than the default of just messages retrieved. Thanks: Matthias Andree, Gregory Morozov.
2009-08-07Note scmgit update.minskim2-5/+5
2009-08-07Update scmgit{,-base,-docs} to 1.6.4.minskim5-33/+35
Major changes: * git-svn updates, including a new --authors-prog option to map author names by invoking an external program, 'git svn reset' to unwind 'git svn fetch', support for more than one branches, documenting of the useful --minimize-url feature, new "git svn gc" command, etc. * We feed iconv with "UTF-8" instead of "utf8"; the former is understood more widely. Similarly updated test scripts to use encoding names more widely understood (e.g. use "ISO8859-1" instead of "ISO-8859-1"). * Various portability fixes/workarounds for different vintages of SunOS, IRIX, and Windows. * Git-over-ssh transport on Windows supports PuTTY plink and TortoisePlink. * Many repeated use of lstat() are optimized out in "checkout" codepath. * git-status (and underlying git-diff-index --cached) are optimized to take advantage of cache-tree information in the index.
2009-08-06Update to py-wxWidgets-2.8.10.1. The biggest change is the switch tojoerg14-959/+2461
wxGTK 2.8 and the Unicode version as backend.
2009-08-06Allow python26.wiz1-2/+2
2009-08-06Updated devel/subversion to 1.6.4gdt1-1/+2
2009-08-06Update to 1.6.4, a security release.gdt3-8/+8
Version 1.6.4 (06 Aug 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.4 User-visible changes: * fixed: heap overflow vulnerability on server and client See CVE-2009-2411, and descriptive advisory at http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt Version 1.6.3 (22 Jun 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.3 User-visible changes: * fix segfault in WC->URL copy (r37646, -56) * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768) * make svnsync normalize svn:* props to LF line endings (issue #3404) * better integration with external merge tools (r36178) * return a friendly error message for 'svn diff' (r37735) * update dsvn.el for 1.6 (r37774) * don't allow setting of props on out-of-date dirs under neon (r37745) * improve BASH completion (r36450, -52, -70, -79, -538) * always show tree conflicts with 'svn st' (issue #3382) * improve correctness of 'svn mergeinfo' (issue #3126) * decrease the amount of memory needed for large commits (r37894, -6) * work around an APR buffer overflow seen by svnsync (r37622) * ra_svn clients now use TCP keep-alives if available (issue #3347) * improve 'svn merge' perf by reducing server contact (r37491, -593, -618) * stop propagating self-referential mergeinfo in reintegrate merges (r37931) * fix NLS detection where -liconv is required for bindtextdomain() (r37827) * don't delete unversioned files with 'rm --keep-local' (r38015, -17, -19) * bump apr and apr-util versions included in deps to latest. (r37941) * avoid temp file name collisions with ra_serf, ra_neon (r37972) * fixed: potential segfault with noop file merges (r37779) * fixed: incorrect output with 'svn blame -g' (r37719, -23, -41) * fixed: bindings don't load FS libs when module search enabled (issue #3413) * fixed: DAV RA layers not properly handling update/switch working copy directory to revision/place in which it doesn't exist (issue #3414) * fixed: potential abort() in the working copy library (r37857) * fixed: memory leak in hash reading functions (r37868, -979) Developer-visible changes: * improve memory usage in file-to-stringbuf APIs (r37907) * reduce memory usage for temp string manipulation (r38010)
2009-08-06Updated devel/diffuse to 0.3.4wiz1-1/+2
2009-08-06Update to 0.3.4:wiz6-132/+23
Released 2009-07-03 * syntax highlighting for .plist, GLSL, SConscript, and SConstruct files * status bar now explains how to navigate between modes * added labels to indicate syntax highlighting rules, encoding, and format * Subversion 1.6 support * added Henri Menke's German translation * added '--examplesdir=' and '--mandir=' options to install.py * renamed the '--python-interpreter=' installer option to '--pythonbin=' * minor bug fixes Add an additional post-release fix from upstream (patch-aa).
2009-08-06emacs update is done.minskim1-2/+1
2009-08-06poedit-1.4.2joerg1-1/+2
2009-08-06Update to poedit-1.4.2. It compiles and doesn't immediately crash, so itjoerg4-49/+90
is a huge improvement over the old version.
2009-08-06OpenSSL has provided a "typedef char *STRING" in recent versions,plunky2-1/+25
this conflicts with the "typedef struct { } STRING" used througout Alpine. Since Alpine does not actually use the OpenSSL STRING def, obscure it with #define and pretend it does not exist.
2009-08-06Updated security/john to 1.7.3.1zafer1-1/+2
2009-08-06updated security/john to 1.7.3.1zafer1-2/+1