summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-29update to 2.20.2drochner3-8/+9
changes: -bugfixes -translation updates
2007-11-29update to 2.20.2drochner2-6/+6
changes: translation updates
2007-11-29update to 2.20.3drochner4-14/+16
changes: -Plugin API additions and fixes -Misc cleanups and fixed memory leaks -bugfixes -translation updates
2007-11-29update to 2.20.2drochner3-20/+87
changes: -bugfixes -translation updates pkgsrc changes: -pull in gstreamer for sound support -makefile cleanup
2007-11-29update to 2.20.4drochner2-7/+7
changes: - Properly detect the current display viewport, so that launching logic works properly on Compiz - Misc bugfixes -translation updates
2007-11-29update to 1.12.2drochner2-6/+6
changes: -bugfixes -translation updates
2007-11-29update to 2.20.2drochner3-9/+18
changes: translation updates
2007-11-29update to 2.0.2drochner2-7/+7
changes: * Fix preformance regression on long lines * Properly apply styles for old version 1 language files * Improve many lang files * Updated translations
2007-11-29update to 3.16.2drochner2-6/+6
changes: -bugfixes -translation update
2007-11-29update to 2.2.104drochner2-6/+6
changes: -minor bugfixes -a new test/sample program -fixed some more memory leaks
2007-11-29update to 2.20.2drochner2-6/+6
changes: -- Avoid crashing if the X Resource extension is not present -translation updates
2007-11-29update to 2.20.2drochner2-7/+6
changes: -build fixes (not relevant to pkgsrc) * Don't print out a warning message in applications using libgnome-keyring when non-pageable memory cannot be allocated.
2007-11-29Updated devel/bzr to 0.92wiz1-1/+2
2007-11-29Update to 0.92:wiz3-12/+60
bzr 0.92 2007-11-05 =================== CHANGES: * New uninstaller on Win32. (Alexander Belchenko) bzr 0.92rc1 2007-10-29 ====================== NOTES WHEN UPGRADING: CHANGES: * ``bzr`` now returns exit code 4 if an internal error occurred, and 3 if a normal error occurred. (Martin Pool) * ``pull``, ``merge`` and ``push`` will no longer silently correct some repository index errors that occured as a result of the Weave disk format. Instead the ``reconcile`` command needs to be run to correct those problems if they exist (and it has been able to fix most such problems since bzr 0.8). Some new problems have been identified during this release and you should run ``bzr check`` once on every repository to see if you need to reconcile. If you cannot ``pull`` or ``merge`` from a remote repository due to mismatched parent errors - a symptom of index errors - you should simply take a full copy of that remote repository to a clean directory outside any local repositories, then run reconcile on it, and finally pull from it locally. (And naturally email the repositories owner to ask them to upgrade and run reconcile). (Robert Collins) FEATURES: * New ``knitpack-experimental`` repository format. This is interoperable with the ``dirstate-tags`` format but uses a smarter storage design that greatly speeds up many operations, both local and remote. This new format can be used as an option to the ``init``, ``init-repository`` and ``upgrade`` commands. See http://doc.bazaar-vcs.org/latest/developers/knitpack.html for further details. (Robert Collins) * For users of bzr-svn (and those testing the prototype subtree support) that wish to try packs, a new ``knitpack-subtree-experimental`` format has also been added. This is interoperable with the ``dirstate-subtrees`` format. (Robert Collins) * New ``reconfigure`` command. (Aaron Bentley) * New ``revert --forget-merges`` command, which removes the record of a pending merge without affecting the working tree contents. (Martin Pool) * New ``bzr_remote_path`` configuration variable allows finer control of remote bzr locations than BZR_REMOTE_PATH environment variable. (Aaron Bentley) * New ``launchpad-login`` command to tell Bazaar your Launchpad user ID. This can then be used by other functions of the Launchpad plugin. (James Henstridge) PERFORMANCE: * Commit in quiet mode is now slightly faster as the information to output is no longer calculated. (Ian Clatworthy) * Commit no longer checks for new text keys during insertion when the revision id was deterministically unique. (Robert Collins) * Committing a change which is not a merge and does not change the number of files in the tree is faster by utilising the data about whether files are changed to determine if the tree is unchanged rather than recalculating it at the end of the commit process. (Robert Collins) * Inventory serialisation no longer double-sha's the content. (Robert Collins) * Knit text reconstruction now avoids making copies of the lines list for interim texts when building a single text. The new ``apply_delta`` method on ``KnitContent`` aids this by allowing modification of the revision id such objects represent. (Robert Collins) * Pack indices are now partially parsed for specific key lookup using a bisection approach. (Robert Collins) * Partial commits are now approximately 40% faster by walking over the unselected current tree more efficiently. (Robert Collins) * XML inventory serialisation takes 20% less time while being stricter about the contents. (Robert Collins) * Graph ``heads()`` queries have been fixed to no longer access all history unnecessarily. (Robert Collins) IMPROVEMENTS: * ``bzr+https://`` smart server across https now supported. (John Ferlito, Martin Pool, #128456) * Mutt is now a supported mail client; set ``mail_client=mutt`` in your bazaar.conf and ``send`` will use mutt. (Keir Mierle) * New option ``-c``/``--change`` for ``merge`` command for cherrypicking changes from one revision. (Alexander Belchenko, #141368) * Show encodings, locale and list of plugins in the traceback message. (Martin Pool, #63894) * Experimental directory formats can now be marked with ``experimental = True`` during registration. (Ian Clatworthy) DOCUMENTATION: * New *Bazaar in Five Minutes* guide. (Matthew Revell) * The hooks reference documentation is now converted to html as expected. (Ian Clatworthy)
2007-11-29Updated audio/libgpod to 0.6.0wiz1-1/+2
2007-11-29Update to 0.6.0:wiz5-34/+25
Overview of changes in libgpod 0.6.0 ==================================== * support for iPod Classics and Video Nanos The database from these models is protected by a checksum. When this checksum doesn't match the content of the iPod database, the iPod won't show any track (ie it will look empty). Support for writing this checksum has been implemented in this release thanks to the awesome work of a few people in #gtkpod. However, to calculate this checksum, a so called "firewire ID" is needed which is different from iPod to iPod. Since reading it from the iPod requires special permissions, the firewire ID must be written in a regular file on the iPod so that libgpod can find it and use it to generate the checksum. libgpod installs a HAL callout to do that automatically when everything is installed in an appropriate place. It can also be done manually, see README.SysInfo for more information. Cover art should be working except for non square covers, preliminary photo support but this hasn't been widely tested yet. * support for iPhone and iPod Touch This requires manual user intervention: the devices must be jailbroken and mounted through sshfs. The iPod Touch also needs a firewire ID which must be manually set, see README.SysInfo Cover art is implemented but not tested at all, ditto for photo support on the iPod Touch * additional tools to get the firewire id from new iPods including a HAL callout which will make the process totally automatic when it's properly installed. These tools need libsgutils to be installed. * endianness fixes in the artwork writing code * now depends on glib 2.8 or newer Huge thanks to wtbw and Simon Schulz without whom that release wouldn't have been possible. Thanks as well to the people on #gtkpod for the testing they provided. Other contributors to the release: - Jesse Bouwman - Alex Eftimie - Christophe Fergeau - Filippo Giunchedi - Javier Kohen - Tobias Kreisel - Eric Lassauge - Nicholas Piper - Jorg Schuler - Simon Schulz - Todd Zullinger
2007-11-29Updated audio/xmms to 1.2.11wiz1-1/+3
2007-11-29Update to 1.2.11:wiz17-226/+47
xmms 1.2.11 The '1211 days since last release' release. XMMS was 10 years old on 2007-11-15. * Make the --toggle switches take an optional value to either enable or disable the function. * New command line switches: --quit, --toggle-shuffle, --toggle-repeat, --toggle-advance, --queue * New remote commands: xmms_remote_playqueue_clear, xmms_remote_get_playqueue_pos_from_playlist_pos, xmms_remote_get_playlist_pos_from_playqueue_pos, xmms_remote_playqueue_add, xmms_remote_get_playqueue_length, xmms_remote_playqueue_remove. * Playqueue manager. Adds queue control enabling you to reorder the queue and a search like the jump to file dialog. OGG/Vorbis: * Save stream to disk adds -N if the file already exist * Don't apply the +6dB boost if replaygain information is missing Alsa: * Soft volume works without mixer Songchange: * Optional command to run at end of song. Diskwriter: * Effect plugins are applied on the saved file MPG123: * Enable shoutcast title streaming by default * CTRL-Q as default keybind to quit * Close dialogs with escape key Solaris: * Support OSS and AMD8111
2007-11-29Updated devel/libsigsegv to 2.5rillig1-1/+2
2007-11-29Updated libsigsegv to 2.5, as requested in PR 37440.rillig2-7/+6
New in 2.5: * Support for MacOS X 10.5.
2007-11-29Updated devel/slib to 3.1.5wiz1-1/+2
2007-11-29Update to 3a5:wiz4-14/+18
2007-11-28 Aubrey Jaffer <agj@alum.mit.edu> * slib.sh (Usage): Updated implementation list. * slib.texi (The SLIB script): Updated implementation list. 2007-11-27 Aubrey Jaffer <agj@alum.mit.edu> (slib:load): Broken for Guile-1.6.7; conditioned 1.8 code. 2007-11-27 Rob Browning * guile.init (implementation-vicinity): Just (%site-dir). (file-position, gentemp): module-replace! (library-vicinity): Try (%search-load-path "slib/guile.init"). 2007-11-23 Aubrey Jaffer <agj@alum.mit.edu> * require.scm (*slib-version*): Bumped from 3a4 to 3a5. * Makefile (new): Update jacal.texi. 2007-11-22 Aubrey Jaffer <agj@alum.mit.edu> * mkclrnam.scm (load-rgb-txt): Added parser for Color-Naming-Experiment. 2007-11-03 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Input/Output): Added file-position. * elk.init, jscheme.init, kawa.init, macscheme.init, mitscheme.init, RScheme.init, bigloo.init, guile.init, pscheme.init, scheme2c.init, scheme48.init, scsh.init, sisc.init, STk.init, Template.scm, gambit.init, t3.init, umbscheme.init, vscm.init (file-position): Added procedure to set and retrieve file position. 2007-10-20 Aubrey Jaffer <agj@alum.mit.edu> * DrScheme.init (slib:require): Removed superfluous definition. 2007-10-13 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (System): Cleaned up browse-url entry. * require.scm: Check up to srfi-150. 2007-09-23 Aubrey Jaffer <agj@alum.mit.edu> * guile.init (array?): Put in fix for (array? 'foo) returning #t. 2007-09-23 Robert Babbit * guile.init (system, delete-file, open-file, make-array): Changed from SET! to DEFINE and added Guile 1.8 module magic. 2007-09-04 Aubrey Jaffer <agj@alum.mit.edu> * sisc.init: SISC has defmacro, but not macroexpand. 2007-09-03 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (srcdir.mk): Removed. (install*): Added $(DESTDIR) prefix. (ifiles): Added sisc.init. * ANNOUNCE, README, slib.sh, slib.texi: Added SISC. * sisc.init: Added. (slib:features): Added string-port. 2007-08-29 Aubrey Jaffer <agj@alum.mit.edu> * dbinterp.scm (dbinterp:memoize): LAST-PAIR replaces LIST-TAIL. (interpolate-from-table): Removed memoizing from get, isam-prev. * mklibcat.scm, slib.texi, FAQ (SRFI): Added srfi-28. 2007-08-26 Aubrey Jaffer <agj@alum.mit.edu> * FAQ (SRFI): Added section. * slib.texi (SRFI): Added srfi-94 and srfi-95. * Makefile (release): Update $(htmldir)SLIB.FAQ. 2007-08-24 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (SRFI): Added 94 and 95. 2007-08-16 Aubrey Jaffer <agj@alum.mit.edu> * array.scm (A:floR*b): Argument letter z --> x. (A:flo*d): Corrected typo (was A:flo*b); argument letter z --> q. (A:*): Coded TeXinfo explicitly to preserve procedure name case. 2007-07-24 Aubrey Jaffer <agj@alum.mit.edu> * schmooz.scm (pathname->local-filename): Renamed from pathname->filename; put returned filename in user-vicinity. 2007-07-22 Aubrey Jaffer <agj@alum.mit.edu> * schmooz.scm (pathname->filename): Added; complement to pathname->vicinity. (schmooz): Put generated .txi files in current directory. * Makefile (slib.fn): Removed. 2007-06-24 Aubrey Jaffer <agj@alum.mit.edu> * determ.scm (matrix:sum, matrix:difference): Added. (matrix:product): Extended to multiplication by scalar. 2007-06-18 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (ifiles): Added kawa.init. * kawa.init: Added. getenv not available; so library-vicinity is hard-wired. * slib.texi (Bit-Twiddling): Added r6rs bitwise-bit-count. (Feature): Added kawa. * logical.scm (bitwise-bit-count): Added; returns negative integer for negative input. (logcount): Simplified in terms of bitwise-bit-count. 2007-06-08 Aubrey Jaffer <agj@alum.mit.edu> * Makefile: Changed to use "mkdir -p" (per Marijn Schouten). 2007-05-31 Aubrey Jaffer <agj@alum.mit.edu> * arraymap.scm (array-index-for-each): Added. (array-index-map!): Implemented in terms of array-index-for-each. 2007-05-01 Aubrey Jaffer <agj@alum.mit.edu> * xml-parse.scm: Finished converting documentation to schmooz. * mklibcat.scm (ssax): Added alias for xml-parse. 2007-04-30 Aubrey Jaffer <agj@alum.mit.edu> * xml-parse.scm (ssax:init-buffer): Made reentrant. (ssax:make-parser): Added argument length check. 2007-04-29 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Parsing XML): Added. * Makefile (txiscms): Added xml-parse. * xml-parse.scm: Added (demacroized from public-domain SSAX 5.1). 2007-04-28 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (slib.html): Make in unix for w32install because MinGW chokes on @syncodeindex. 2007-04-26 Aubrey Jaffer <agj@alum.mit.edu> * mklibcat.scm (let-values): Added as alias for srfi-11. * hash.scm: Reordered definitions to suit Kawa. 2007-04-25 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Binding to multiple values): srfi-11 added. * srfi-11.scm: Added (http://srfi.schemers.org/srfi-11/srfi-11.html). 2007-04-19 Aubrey Jaffer <agj@alum.mit.edu> * comparse.scm, dbutil.scm, slib.texi, solid.scm: Don't break @ref fields over lines. * batch.scm (batch:initialize!): Keep atari.st for legacy code. 2007-04-13 Aubrey Jaffer <agj@alum.mit.edu> * slib.sh (Kawa): Now supported. * withfile.scm, trnscrpt.scm: Changed shadow bindings to not duplicate top-level names. * require.scm (slib:require, slib:require-if, slib:provide, slib:provided?): Reordered defines so Kawa loads successfully. 2007-04-07 Aubrey Jaffer <agj@alum.mit.edu> * differ.scm (diff:edits): Finding edits needs a larger fp array than finding edit-length. 2007-03-28 Aubrey Jaffer <agj@alum.mit.edu> * batch.scm (batch:initialize!): atari.st --> atari-st. * manifest.scm (feature->export-alist): path.scm --> path_scm. * cring.scm, wttree.scm: Replaced . with _ in identifier names for R4RS compatibility. * collect.scm (reduce): Support both comlist (2-argument) variant and the collect (> 2-argument) variant. * srfi-1.scm (reduce): Support both comlist (2-argument) variant and the SRFI-1 (3-argument) variant. 2007-03-26 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Added srfi-95. * require.scm (slib:report, slib:report-locations): Changed shadow bindings to not duplicate top-level names. Code cleanup. * root.scm (integer-sqrt): Removed (now in "math-integer.scm"). * mularg.scm (/, -): Removed gratuitous shadow binding. * mklibcat.scm (srfi-95): Added alias for sort. 2007-03-05 Jerry van Dijk * Makefile (w32install): Added target. * slib.nsi: NSIS Windows installer script. 2007-03-05 Aubrey Jaffer <agj@alum.mit.edu> * jscheme.init (force-output): Fixed typo. (scheme-implementation-version): 7.2. (gcd, lcm, round, atan, expt): Fixed some R5RS non-conformances. 2007-02-09 Taylor R. Campbell * mitscheme.init: TRANSFORMER-ITEM/EXPANDER is changed to STRIP-KEYWORD-VALUE-ITEM. 2007-01-28 Aubrey Jaffer <agj@alum.mit.edu> * guile.init (gentemp): Added because Guile deprecates it and puts space in symbol name. 2007-01-03 Aubrey Jaffer <agj@alum.mit.edu> * bytenumb.scm (ieee-float->bytes, ieee-double->bytes): Test for 0 and 0/0 only once. 2006-12-20 Aubrey Jaffer <agj@alum.mit.edu> * bytenumb.scm (ieee-float->bytes, ieee-double->bytes): Changed abs to magnitude to work with 0/0. 2006-12-06 Aubrey Jaffer <agj@alum.mit.edu> * qp.scm (qpn, qpr): Don't protect (capture) qp. 2006-11-23 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Removed outdated survey of implementations. * sort.scm (sort:sort-list!): Don't do key-wrap! unless given key argument. 2006-11-22 Ivan Shmakov * scheme48.init (delete-file): Rewrote using Posix unlink. 2006-11-17 Aubrey Jaffer <agj@alum.mit.edu> * elk.init (delete-file): Quoted filename to system. * scheme2c.init (delete-file, file-exists?): Quoted filename to system. * scheme48.init (delete-file): Quoted filename to system. * umbscheme.init (file-exists?, delete-file): Quoted filename to system. * vscm.init (file-exists?): Quoted filename to system. * batch.scm (batch:call-with-output-script): Quoted filename argument to chmod. 2006-11-10 Stéphane Rollandin * mwdenote.scm (mw:denote-of-define-macro, mw:denote-of-defmacro): Added. * mwexpand.scm (mw:expand): Don't expand DEFINE-MACRO args specs. 2006-11-06 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Made asymptotic constraints more detailed. * slib.texi (Sorting): Updated for limited KEY arg calling. 2006-11-05 Aubrey Jaffer <agj@alum.mit.edu> * sort.scm (sorted?, merge, merge!, sort, sort!): Call KEY arg at most once per element. 2006-11-04 Aubrey Jaffer <agj@alum.mit.edu> * modular.scm (modular:*): Normalize inputs. 2006-11-01 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi: Eliminated cover texts from GFDL. 2006-10-29 Aubrey Jaffer <agj@alum.mit.edu> * grapheps.ps (fudge3): Abstracted divisible-by-3 mess.
2007-11-29Updated time/p5-DateTime-Format-Mail to 0.3001wiz1-1/+2
2007-11-29Update to 0.3001:wiz2-6/+6
0.3001 2007-08-30 - No longer including RFCs in the tarball, per the request of the Debian maintainer for this package. Apparently, this makes their job harder, and it serves no useful purpose for me. Requested by Gunnar Wolf. RT #28480.
2007-11-29Updated time/p5-DateTime to 0.41wiz1-1/+2
2007-11-29Update to 0.41:wiz2-7/+7
0.41 2007-09-10 [ BUG FIXES ] - The 13strftime.t test was failing when DateTime::Locale 0.35 was installed. The test has been adjusted and we now list DT::Locale 0.35 as the minimum version. Reported by David Cantrell. 0.40 2007-08-30 [ BUG FIXES ] - A custom formatter would be lost after a call to set() or truncate(). Reported by Kjell-Magne Øierud. RT #28728. - The truncate() method docs said it accepted "second" as a parameter, but it didn't actually do the right thing with it. Now it always truncates nanoseconds to 0 for any parameter it is passed. 0.39 2007-07-17 [ BUG FIXES ] - Yet more changes to how infinity is handled and tested. This passes for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch by Yitzchak Scott-Thoennes. RT #22392. 0.38 2007-06-30 [ BUG FIXES ] - Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use all_modules, which was only exported as of version 1.08. Reported by MATSUNO Tokuhiro. Fixes RT #26594. - Fixed a bad link to the old FAQ location in the docs. Reported by Ric Signes. Fixes RT #26846. [ ENHANCEMENTS ] - DateTime.pm now explicitly overloads string comparison. This was done so that comparing a DateTime.pm object to a string returns false, rather than throwing an exception. Reported by Chris Dolan. Addresses RT #26085.
2007-11-29Updated time/p5-DateTime-Locale to 0.35wiz1-1/+2
2007-11-29Update to 0.35:wiz2-7/+7
0.35 2007-09-09 - Based on CLDR 1.5
2007-11-29Updated time/p5-DateTime-TimeZone to 0.6904wiz1-1/+2
2007-11-29Update to 0.6904:wiz2-6/+6
0.6904 2007-11-09 - Updated the Windows -> Olson conversion table, though it's still English-only. Added some more Win32 tests to hopefully help diagnose a test failure report from a Win32 tester. 0.6903 2007-11-08 - The Win32::TieRegistry prereq was requiring version 1.0, which doesn't exist. I meant to require just any version. Reported by CJM. RT #30580. - No code changes in this release. 0.6902 2007-11-05 - Fixed many sloppy uses of eval blocks which would leave $@ set after calling various DT::TZ methods/functions. This could cause unrelated error checking to find $@ set to something and log an error or die. Reported by Kat. 0.6901 2007-11-02 - Add Win32::TieRegistry to our prereqs if we're on Win32. Reported by Ruud H.G. van Tol. 0.69 2007-11-01 - This release is based on version 2007i of the Olson database, which includes changes to Cuba and Syria. 0.68 2007-10-01 - This release is based on version 2007h of the Olson database, which includes changes to Egypt, Iran, Palestine, Brazil, and Venezuela. 0.67 2007-08-20 - This release is based on version 2007g of the Olson database, which includes changes to Egypt, Antarctica, Australia, and Indiana (Perry County). 0.6603 2007-07-07 - The DateTime::TimeZone->names_in_country() method returned the wrong thing in scalar context. Instead of a simple array reference, it returned a reference to an array reference. Reported by John O'Rourke. RT #27843.
2007-11-29Updated sysutils/p5-File-Remove to 0.39wiz1-1/+2
2007-11-29Update to 0.39:wiz2-6/+6
0.39 Mon 12 Nov 2007 (Adam Kennedy) - No functional changes - Updating to Module::Install 0.68 0.38 Mon 15 Oct 2007 (Adam Kennedy) - Removed an extremely dangerous and reckless test case that tried to delete a soft link to root and (when it failed) deleted the actual root directory. 0.37 Sun 8 Jul 2007 (Adam Kennedy) - Restoring support for broken symlinks (Marek Rouchal) - Adding tests for the broken symlink case (Marek Rouchal) - Tidying up the Changes file a bit 0.36 Fri 30 Jun 2007 (Adam Kennedy) - Avoid the installation of Mac::Glue. (It should not be necesary to test voice synthesis to delete a file) - Anyone truly needing "trash" support will need to add a dependency on Mac::Glue themself. The function may be split out of File::Remove later down the track. - Constanting the debugger flag for a minor speed and memory improvement - Copy in a known-readonly flag for more accurate testing on Win32 - Remove assumption that -w implied deletion rights on Win32 - Validate that the file was actually deleted. - Add better mode-handling for files. - Add smarter implementation of "candelete" logic. 0.35 Fri 9 Feb 2007 (Stephen Steneker) - Update makefile to require Mac::Glue version compatible with Intel macs - Change pod heading from "methods" to "subroutines" [RT#13687] - No functional changes from 0.34
2007-11-29Updated devel/p5-ExtUtils-CBuilder to 0.21wiz1-1/+2
2007-11-29Update to 0.21:wiz2-7/+6
- Clean up perl_src path using Cwd::realpath(). Only affects usage as part of the perl core. - Protect $., $@, $!, $^E, and $? from any clobbering that might occur in our DESTROY method. [Zefram] - From bleadperl, a patch to clean up debug symbol files (.pdb for VC++, .tds for BCC) when running have_compiler(). [Steve Hay & Steve Peters]
2007-11-29Updated games/liquidwar to 5.6.4wiz1-1/+2
2007-11-29Update to 5.6.4:wiz5-128/+33
2007-10-17 Christian Mauduit (ufoot@ufoot.org) * Released 5.6.4. * Updated config.guess & config.sub * NSIS packaging (windows .exe installer). 2007-10-15 Christian Mauduit (ufoot@ufoot.org) * MSVC -> MinGW * src/base.h now included in source tarball (for MS platforms...) 2007-10-06 Christian Mauduit (ufoot@ufoot.org) * Minor packaging & doc fixes. 2007-09-07 Christian Mauduit (ufoot@ufoot.org) * Included the (old) exploit http://www.securityfocus.com/bid/8629/ 2007-09-06 Christian Mauduit (ufoot@ufoot.org) * Copyright 2006 -> 2007 * Minor Makefile fix 2006-10-17 Christian Mauduit (ufoot@ufoot.org) * Gcc option -mpcu (deprecated) -> -march. 2006-10-16 Christian Mauduit (ufoot@ufoot.org) * Makefile patch for BSD by Thomas Klausner. 2006-04-04 Christian Mauduit (ufoot@ufoot.org) * Fixed atrocious bug in group_mesher. Almost 8 years old. 2006-04-02 Christian Mauduit (ufoot@ufoot.org) * Deleted lwtabto3.pcx which was a duplicate of lwtab006.pcx 2006-04-01 Christian Mauduit (ufoot@ufoot.org) * Deleted lwtab007.pcx which was a duplicate of lwtabto4.pcx 2006-03-08 Christian Mauduit (ufoot@ufoot.org) * Fixed segfault when graphics mode are not available. 2006-03-07 Christian Mauduit (ufoot@ufoot.org) * Created an NSIS installer script (not working yet). * Copyright 2005 -> 2006. * Minor patch, removed accent (ascii>127) from doc. 2005-12-11 Christian Mauduit (ufoot@ufoot.org) * Move Arch depot to Savannah. 2005-12-04 Christian Mauduit (ufoot@ufoot.org) * Changed ufoot.org/liquidwar to ufoot.org/liquidwar/v5
2007-11-29Updated converters/libiconv to 1.12wiz1-1/+2
2007-11-29Update to 1.12:wiz6-42/+29
New in libiconv-1.12-cp932.patch: * Changed CP932 converter to use exact mapping table. * Added WINDOWS-31J, csWINDOWS31J, SJIS-OPEN, SJIS-WIN as aliases for CP932. * Added EUCJP-MS converter. * Added EUC-JP-MS, EUCJP-OPEN, EUCJP-WIN as aliases for EUCJP-MS. New in 1.12: * The iconv program is now licensed under the GPL version 3, instead of the GPL version 2. The libiconv library continues to be licensed under LGPL. * Added RK1048 converter. * On AIX, an existing system libiconv no longer causes setlocale() to fail. * Upgraded EUC-KR, JOHAB to include the Korean postal code sign.
2007-11-29Updated devel/libidn to 1.2wiz1-1/+2
2007-11-29Update to 1.2:wiz3-8/+7
* Version 1.2 (released 2007-10-01) ** Development git tree moved to savannah. See <https://savannah.gnu.org/projects/libidn/>. ** Update gnulib files. Including mono detection fixes. ** Update translations. ** API and ABI is backwards compatible with the previous version. * Version 1.1 (released 2007-09-01) ** Fix compilation error in idn-int.h. The error would typically be 'error: no include path in which to search for stdint.h'. Reported by Remko van der Vossen <wich@stack.nl>, see <http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and <http://bugs.sourcemage.org/show_bug.cgi?id=13857>. ** Declare external variables with __declspec(import) for Windows. Apparently this is required for variables in DLL's on Windows. This is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER and_DLL is defined (MSVC). ** Update gnulib files. ** Update translations. ** API and ABI is backwards compatible with the previous version.
2007-11-29Updated graphics/tesseract to 2.01wiz1-1/+2
2007-11-29Update to 2.01:wiz3-7/+9
August 27 2007 - V2.01 Fixed UTF8 input problems with box file reader. Fixed various infinite loops and crashes in dawg code. Removed include of config_auto.h from host.h. Added automatic wctype encoding to unicharset_extractor. Fixed dawg table too full error. Removed svn files from tarball. Added new functions to tessdll. Increased maximum utf8 string in a classification result to 8.
2007-11-29Updated security/opencdk to 0.6.6wiz1-1/+2
2007-11-29Update to 0.6.6:wiz3-22/+6
Noteworthy changes in version 0.6.6 (2007-11-15) ------------------------------------------------ * Slightly adjust the stream code. The check for fflush is omitted because the return value might be undefined. This fixes a problem reported from the NetBSD team. * Don't use __inline__ in src/cipher.c (breaks on Sun CC).
2007-11-29Updated devel/p5-File-MimeInfo to 0.14wiz1-1/+2
2007-11-29Update to 0.14:wiz2-7/+10
0.14 Fri Jun 08 2007 - Changed syntax for open() to 3 argument form - Fixed bug for filenames like "0" - Fixed bug with "-l" for Win32 - Fixed bug with malformed utf8 chars in default() method derived from suggestions by mcummings_gentoo.org and jonas_cpan.org - Moved from Makefile.PL to Build.pl
2007-11-29Updated devel/p5-File-BaseDir to 0.03wiz1-1/+2
2007-11-29Add PLIST.wiz1-0/+3
2007-11-29Update to 0.03:wiz2-9/+9
0.03 Wed Oct 24 2007 - Added lookup methods for files and dirs: data_home, data_files, data_dirs, config_home, config_files, config_dirs & cache_home; suggested by Matisse Enzer - Deprecated xdg_data_files and xdg_config_files; suggested by Michael Schwern - Added a bit of Win32 support - Extended tests to full coverage
2007-11-29Added devel/p5-File-DesktopEntry version 0.04wiz1-1/+2