summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Allow python-2.6, from Jan Danielsson.wiz1-2/+5
Replace python interpreter in a script. Bump PKGREVISION.
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-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-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-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-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-08don't install stuff in /etc/gre.d/tnn1-1/+2
2009-08-08merge changes from x11/p5-Gtk2-GladeXMLtnn1-13/+20
2009-08-08needs ALSA libraries on Linux for ogg playbacktnn1-2/+5
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 "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-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 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-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-06drop bogus reference to gecko-options.mk (this package uses webkit)tnn2-9/+1
2009-08-06Epiphany wants the spellchecker stuff. Comply.tnn2-3/+7
2009-08-06Update to xulrunner-1.9.1.2 (matches firefox-3.5.2 release)tnn3-9/+19
2009-08-06fix a busted .pc file.tnn4-5/+20
Bump PKGREVISION again.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim22-31/+44
in emacs23.
2009-08-06devel/js2-mode can be built with emacs23.minskim1-2/+2
2009-08-05Add a few more include subdirstnn2-3/+40
2009-08-05Instead of picking what headers to install, just drop $everythingtnn3-77/+1444
in include/xulrunner/unstable and call it a day. Suggested by drochner@ (This mostly fixes build of "www/galeon".)
2009-08-05Split list of internal headers to install into it's own file. Add more.tnn3-21/+116
2009-08-05Set load-path during byte-compile to make sure that rsltc.el is found.minskim2-2/+6
2009-08-05devel/python-mode can be built with emacs23.minskim1-2/+2
2009-08-05Install additional header files. This list will be extended latertnn3-4/+50
as more packages are converted to use xulrunner. (There are the headers needed to allow misc/yelp to build.) PKGREVISION++
2009-08-05add xulrunnertnn1-1/+2
2009-08-05Import xulrunner-1.9.1 as devel/xulrunner.tnn60-0/+5025
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment.
2009-08-04As noticed by Joerg, the "devhelp" version in pkgsrc is currentlydrochner1-3/+5
incompatible with that (old) version of anjuta. So disable the devhelp plugin for now. (Actually, the plugin is not diasbled. It just calls devhelp as external program rather than embedding it.) bump PKGREVISION
2009-08-04Upgrade apr-util to version 1.3.8, which, unlike 1.3.7, is still downloadable.tonnerre2-6/+6
Changes since 1.3.7: - Use locally scoped variables in PostgreSQL driver to avoid stomping on return codes. - Fix race conditions in initialisation of DBD, DBM and DSO. - Expose DBM libs in apu-1-config by default. To avoid that, use apu-1-config --avoid-dbm --libs. To get just DBM libs, use apu-1-config --dbm-libs. - Make sure --without-ldap works.
2009-08-04Update to apr version 1.3.7, which, other than 1.3.5, is still downloadable.tonnerre2-6/+6
Changes since 1.3.5: - On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This causes proc mutex failures. - Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and associated functions, such as dup3(), accept4(), epoll_create1() etc., or simply set CLOEXEC flag using fcntl(). - More elaborate detection for dup3(), accept4() and epoll_create1().
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-08-03Only apply the _XOPEN_SOURCE hack on Solaris, it break the Linux build.sketch2-6/+8
2009-08-02Mention GNOME to differentiate this from libgsf itself.wiz2-2/+4
2009-08-02Add lua-alt-getopt.minskim1-1/+2
2009-08-02Import lua-alt-getopt-0.6.0 from pkgsrc-wip. Packaged by Aleksey Cheusov.minskim4-0/+51
lua_altgetopt is a module for Lua programming language for processing application's arguments the same way BSD/GNU getopt_long(3) functions do. Main features and goals: 1) compatibility to SUS "Utility Syntax Guidelines" http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02 guidelines 3-13. 2) This module is for plain Lua 2) No extra dependencies 3) No hooks, no functional tricks ;-) 4) Support for long options, e.g. compatibility with getopt_long(3) C function present in *BSD and GNU libc. 5) Long options may optionally have one-char synonym or other long synonym 6) Strict error checking (checks for an incorrect use of options) 7) alt_getopt.lua is a Lua module.
2009-08-02+libgsf-gnomedrochner1-1/+2
2009-08-02split out gnome support, to get more granular dependenciesdrochner9-16/+112
2009-08-01Add ETL.minskim1-1/+2
2009-08-01Import ETL-0.04.11 as devel/ETL from pkgsrc-wip. Packaged by pho atminskim5-0/+107
cielonegro dot org. ETL is a template library for synfig.
2009-08-01fix another sloppy Makefile that attempted to install the same file twicetnn2-1/+11
2009-08-01Fix MASTER_SITES accidentally broken in rev 1.22.dholland1-2/+2
2009-07-31Fix a tyop in the COMMENT fieldagc1-2/+2
2009-07-31sortjnemeth1-2/+2
2009-07-31Add & enable p5-MooseX-Declareseb1-1/+2
2009-07-31Initial import of p5-MooseX-Declare version 0.23 in the NetBSDseb3-0/+39
Packages Collection. The Perl 5 module MooseX::Declare provides syntactic sugar for Moose, the postmodern object system for Perl 5. When used, it sets up the class and role keywords.
2009-07-30Add & enable p5-MooseX-Method-Signaturesseb1-1/+2
2009-07-30Initial import of p5-MooseX-Method-Signatures version 0.16 in theseb3-0/+45
NetBSD Packages Collection. The Perl 5 module MooseX::Method::Signatures provides a proper method keyword, like "sub" but specifically for making methods and validating their arguments against Moose type constraints.