summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Rename zipinfo to fcrackzipinfo. Addresses PR 40113.wiz3-6/+6
(Upstream didn't react.) Bump PKGREVISION.
2009-08-08Updated devel/bzr-gtk to 0.95.0nb1wiz1-1/+2
2009-08-08Allow python-2.6, from Jan Danielsson.wiz1-2/+5
Replace python interpreter in a script. Bump PKGREVISION.
2009-08-08Updated devel/bzr to 1.17wiz1-1/+2
2009-08-08Update to 1.17, based on patches by Jan Danielsson.wiz4-293/+329
Bazaar continues to blaze a straight and shining path to the 2.0 release and the elevation of the ``2a`` beta format to the full glory of "supported and stable". Highlights in this release include greatly reduced memory consumption during commits, faster ``ls``, faster ``annotate``, faster network operations if you're specifying a revision number and the final destruction of those annoying progress bar artifacts.
2009-08-08Updated lang/chicken to 4.1.0wiz1-1/+2
2009-08-08Update to 4.1.0, provided by Peter Bex via pkgsrc-wip (wip/chicken-current).wiz4-87/+106
4.1.0 - The new parameter "parantheses-synonyms" and the command-line option "-no-parantheses-synonyms" allows disabling list-like behaviour of "{ ... }" and "[ ... ]" tokens - The new parameter "symbol-escape" and the command-line option "-no-symbol-escape" allows disabling "| ... |" symbol escape syntax - Added command-line option "-r5rs-syntax" to disable CHICKEN-specific read-syntax - Added compiler command-line-option "-no-compiler-syntax" - Deprecated "getenv" (use "get-environment-variable" instead) - Removed "macro?" and "undefine-macro!" - Support for Microsoft Visual Studio / MSVC has been dropped - The compiler provides now a simple flow-analysis pass that does basic checking of argument-count and -types for core library procedures (new option "-scrutinize") - New compiler-options "-no-argc-checks", "-no-bound-checks", "-no-procedure checks", "-no-procedure-checks-for-usual-bindings", "-types TYPEFILE" and "-consult-inline-file FILENAME" - Added a "chicken-setup" stub-application to catch incorrect use of this tool (which has been replaced in 4.0.0 with "chicken-install") - Changed "setup-install-flag" and "setup-verbose-flag" to "setup-install-mode" and "setup-verbose-mode" in "setup-api" module, the old names are still available but deprecated - Posix unit: added "socket?", "block-device?" and "character-device?", deprecated redundant "stat-..." procedures - Also in Posix unit: "canonical-path" has been deprecated, "normalize-pathname" from the "files" unit provides now most of the functionality - Added "directory-exists?" - "(for-each (lambda ...) X)" is compiled as a loop - The argument-count check for format-strings for "[sf]printf" with a constant string argument is done at compile-time - A stub application named "chicken-setup" is installed to catch when a user invokes theobsolete tool instead of the new "chicken-install". 4.0.0 - removed `apropos' and `apropos-list' from the "utils" library unit; available as an extension - removed texinfo and PDF documentation - this will possible be added back later - replaced PCRE regex engine with Alex Shinn's "irregex" regular expression package - removed `-extension' option - removed `-static-extensions' csc option and added `-static-extension NAME' - `regex' unit: removed `regexp*' and `regex-optimize' - added `CHICKEN_new_finalizable_gc_root()' - `length' checks its argument for being cyclic - removed custom declarations and "link-options" and "c-options" declarations - deprecated "-quiet" option to "chicken" program - added "-update-db" option to chicken-install - the compiler now suggests possibly required module-imports - moved non-standard syntax-definitions into "chicken-syntax" library unit - the pretty-printer prints the end-of-file object readably now - alternative conditional execution paths have separate allocation computation (previously the allocation of all alternatives was coalesced) - removed unused "%kmp-search" from "srfi-13" library unit - expander handles syntax-reexports and makes unexported syntax available for exported expanders in import libraries - added checks in some procedures in the "tcp" library unit - the macro system has been completely overhauled and converted to hygienic macros - a macro-aware module system has been added - added "-sx" option to csi - removed the following deprecated functions: [un]shift! andmap ormap byte-vector? byte-vector-fill! make-byte-vector byte-vector byte-vector-set! byte-vector-ref byte-vector->list list->byte-vector string->byte-vector byte-vector->string byte-vector-length make-static-byte-vector static-byte-vector->pointer byte-vector-move! byte-vector-append! set-file-position! set-user-id! set-group-id! set-process-group-id! macro? undefine-macro! - the situation-identifiers "run-time" and "compile-time" have been removed - the compiler options "-check-imports", "-import" and "-emit-exports" have been removed - new procedures: strip-syntax expand - new macros define-syntax module export - the following macros have been removed: define-foreign-record define-foreign-enum define-macro define-extension - "local" mode, in which locally defined exported toplevel variables can be inlined - new options and declarations "[-]local", "[-]inline-global" and "-emit-inline-file" - optimization levels changed to use inlining: -optimize-level 3: enables -inline -local (but *not* -unsafe) -optimize-level 4: enables -inline -local -unsafe - increased default inlining-limit to 20 - support for cross-module inlining - "make <VARIABLES> bench" runs the benchmark suite - "chicken-setup" has been replaced by new command line tools "chicken-install", "chicken-uninstall" and "chicken-status", which are more flexible and allow greater freedom when creating local or application- specific repositories - extension-installation can be done directly from SVN repositories or a local file tree - enabled chicken mirror site as alternative download location
2009-08-08As suggested by Tom Spindler, remove the libdrm version requirementdrochner2-3/+3
from dri.mk where it is pulled in from bl3.mk. The minimum version is only necessary if a new MesaLib is built, we don't need to force users of older ones to update libdrm.
2009-08-08This works fine with python 2.5bouyer1-2/+2
2009-08-08Updated devel/p5-Storable to 2.21sno1-1/+2
2009-08-08Updating package for p5 module Storable from 2.20 to 2.21sno2-6/+7
pkgsrc changes - adding license (perl5 license) Upstream changes: Thu Aug 6 10:55:50 IST 2009 Abhijit Menon-Sen <ams@toroid.org> Version 2.21 Includes hints/hpux.pl that was inadvertently left out of 2.20.
2009-08-08Updated devel/p5-File-Which to 1.07sno1-1/+2
2009-08-08Updating package for p5 module File::Which from 0.05nb1 to 1.07sno2-7/+9
pkgsrc changes: - Adding license (perl5 license) - Adding build dependency to more current Test::More (according to META.yml) Upstream changes: 1.07 Tue 28 Jul 2009 - CPAN Testers looks good for 1.06_01, moving to production release 1.06_01 Sat 25 Jul 2009 - Taking over this hugely old and very popular module to clean it up a bit. - Moved from Test.pm to Test::More. - Updated Changes - Cleaned up some code a bit to make it more readable. - Added an explicit minimum Perl version - Changed platform detection code to constants for less code size and compile-time if () optimisation. - Removed non-leading tabs and other whitespace nigglies.
2009-08-08Updated textproc/p5-Text-CSV to 1.13sno1-1/+2
2009-08-08Updating package for p5 module Text::CSV from 1.12 to 1.13sno2-7/+7
pkgsrc changes: - Correcting license to ${PERL5_LICENSE} Upstream changes: 1.13 Fri Jul 31 12:02:53 2009 - getline() didn't handle '0' starting multi line data (pointed by Diego Santa Cruz).
2009-08-08Updated textproc/p5-Text-CSV_XS to 0.66sno1-1/+2
2009-08-08Updating package for p5 module Text::CSV_XS from 0.65 to 0.66sno2-7/+7
Upstream changes: 2009-08-07 0.66 - H.Merijn Brand <h.m.brand@xs4all.nl> * Reordered examples in doc to show best method first * Documentation grammatical fix (John P. Linderman, RT#46411) * Fail if first arg to new () is not a hash ref * Implement empty_is_undef on request of Evan Carroll * Typo in documentation (Herwin Weststrate, RT#47613) * error_diag () uses warn () in void context instead of STDERR * Add auto_diag attribute (still under construction) * FIX: reset attributes (after they have been set) with accessor
2009-08-08Updated devel/p5-Class-MOP to 0.91sno1-1/+2
2009-08-08Updating package for p5 module Class::MOP from 0.90 to 0.91sno2-6/+6
Upstream changes: 0.91 Wed Jul 29, 2009 * Class::MOP::Method::Wrapped - Fixing variable usage issues with the patch from previous version, not properly using lexicals in the for loops. (stevan)
2009-08-08Updated graphics/p5-Image-Info to 1.29sno1-1/+2
2009-08-08Updating package for p5 module Image::Info from 1.28nb1 to 1.29sno2-9/+11
pkgsrc changes: - Update dependencies: * IO::String is not required anymore (it's in Perl CORE) * XML::LibXML is preferred over XML::Simple - Added license (perl5 license) - Added Module::Install as module type to prevent bundled Module::Install from automatic installing Upstream changes: 2009-07-31 Slaven Rezic <srezic@cpan.org> Release 1.29 SVG parsing is now done by XML::LibXML::Reader, if available, otherwise the old XML::Simple-based code is used. Using the new code is much more memory efficient and faster. The old module can still be used by setting @Image::Info::SVG::PREFER_MODULE Removed deprecation notice. Bundled Module::Install 0.91. Ceased a warning in the JPEG parsing code with perl 5.6.x. Lowered minimum required Perl version to 5.6.0 (There's no evidence that it does not work with that Perl version). Ceased warnings when reading PNG files with ztxt (compressed comment) chunk (RT #28054)
2009-08-08Updated www/p5-Template-Toolkit to 2.22sno1-1/+2
2009-08-08Updating package for p5 module Template::Toolkit from 2.21 to 2.22sno2-9/+9
pkgsrc changes: - Add dependency to textproc/p5-Pod-POM for Template::Plugin::Pod and graphics/p5-Image-Info for Template::Plugin::Image Upstream changes: #----------------------------------------------------------------------- # Version 2.22 - 21st July 2009 #------------------------------------------------------------------------ * Changed pod coverage and kwalitee tests to only run when release testing. #----------------------------------------------------------------------- # Version 2.21_02 - 4th July 2009 #------------------------------------------------------------------------ * Added UTF8 support to the XS Stash. https://rt.cpan.org/Ticket/Display.html?id=45842 * Fixed the truncate filter to handle lengths shorter than the '...' string being appended on the end. https://rt.cpan.org/Ticket/Display.html?id=45617 * Fixed a bug in the parser/grammar to make NEXT/LAST work correctly inside nested loops. https://rt.cpan.org/Ticket/Display.html?id=40887 * Fixed a bug in Template::Plugin::Filter that was causing the weakened $self reference in a dynamic filter closure to be garbage collected too soon. (NOTE: this has probably un-fixed a previous bug) https://rt.cpan.org/Ticket/Display.html?id=46691 * Applied patch to allow list.sort to sort on multiple fields. https://rt.cpan.org/Ticket/Display.html?id=40637 #----------------------------------------------------------------------- # Version 2.21_01 - 4th July 2009 #------------------------------------------------------------------------ * Removed Template::Plugin::Autoformat and t/autoform.t. They're now available as a separate distribution. * Fixed some Win32 test failures and XS Stash compilation problems.
2009-08-08+font-util-1.0.2, libSM-1.1.1, xextproto-7.1.0, xf86-input-vmmouse-12.6.5,taca1-3/+8
xf86-video-siliconmotion-1.7.3, xf86-video-trident-1.3.3, xmag-1.0.3.
2009-08-08Remove a redundant target.minskim1-4/+1
2009-08-08Make sure that .orig files are not installed.minskim1-1/+2
2009-08-08Updated sysutils/cdrtools to 2.01.01alpha62wiz1-1/+2
2009-08-08Update to 2.01.01pre62:wiz2-6/+7
All: - New include files include/schily/ctype.h, include/schily/pwd.h and include/schily/grp.h - All programs are now using schily/stdio.h for orthogonality. - Haiku default install dir is now /boot/opt/schily - New rules RULES/os-cygwin_nt-6.0-wow64.id and RULES/os-cygwin_nt-6.1-wow64.id support Cygwin on 64bit installations of Win Vista and "Win 7". - New rules for compiling 64 Bit binaries on cygwin_nt-wow64 NOTE: You need to have a 64 bit aware gcc on Cygwin to use this! - TEMPLATES/temp-gcc.rul and TEMPLATES/temp-xcc.rul now correctly include cc-gcc.rul and cc-dumb.rul and thus make the automake feature working again for completely unknown platforms. - Fixed RULES/rules.inc to make sure we install xx.h instead of xx.h.exe - Workaround an infinite hang in an autoconf test on 64 Bit Vista with Cygwin - Include limits.h in schily/hostname.h for Linux - Several "%s" formats have been introduced in order to make gcc-4 happy even though the original strings have been pointer to constant and well known strings - Change the option order in the autoconf test for calling the linker in order to avoid problems with the microsoft linker. Libschily: - libschily now is thread aware and uses the thread specific errno value on Solaris, Linux and FreeBSD. Libscg: - Raised the SCSI Bus-number limit from 256 to 500 for Linux as a workaround for a resource leak bug in the linux kernel. The workaround lets the problem happen much later but cannot completely avoid it. If you are hit by the Linux kernel resource leak bug, you need to reboot. Cdrecord: - Correctly abort the FIFO in cdrecord on BeOS and Haiku in case that the clone ara cannot be made shared. Mkisofs (Maintained/enhanced by J - Fixed a potential malloc problem in mkisofs
2009-08-08Updated graphics/glu to 7.4.4nb1wiz1-1/+2
2009-08-08Fix symbol handling in glu. Patch from upstream via Jörn Clausenwiz4-10/+85
in PR 41613. Bump glu PKGREVISION.
2009-08-08Updated graphics/goocanvasmm to 0.15.0obache1-1/+2
2009-08-08Update goocanvasmm to 0.15.obache2-7/+7
0.15.0 (unstable): Build: * Image, ImageModel: Added scale_to_fit property. * Fix the build with alternative glibmm API (without properties or exceptions). (Murray Cumming) * Avoid a compiler warning. Bug #582996 (Vincent Untz)
2009-08-08Updated graphics/goocanvas to 0.15obache1-1/+2
2009-08-08Update goocanvas to 0.15.obache2-7/+7
GooCanvas 0.15 (Jun 29 2009) ============== o Fixed a bug that caused a hang when using GooCanvasWidget with accessibility support turned on. o Added "scale-to-fit" property to GooCanvasImage, to scale the image to the "width" and "height" settings, instead of just clipping.
2009-08-08Set LICENSE=modified-bsd.obache1-1/+2
2009-08-08Updated devel/libthai to 0.1.12obache1-1/+2
2009-08-08Update libthai to 0.1.12.obache2-6/+6
LibThai 0.1.12 (18 June 2009): * Improved unknown words boundary. * Add symbol versioning. * Updated word break dictionary.
2009-08-08s/LOCALBASE/BUILDLINK_PREFIX.SDL/tnn1-2/+2
2009-08-08removed dup imports of p5-Date-Calc and p5-Gtk2-GladeXMLtnn1-1/+3
2009-08-08don't install stuff in /etc/gre.d/tnn1-1/+2
2009-08-08fix p5-Gtk2-GladeXML dependencytnn1-2/+2
2009-08-08merge changes from x11/p5-Gtk2-GladeXMLtnn1-13/+20
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