summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-03-17Update ruby-activesupport to 1.4.2.minskim5-44/+9
Changes: * Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet.
2007-03-16Add libtai.kristerw1-1/+2
2007-03-16Update to 0.69:wiz3-11/+11
0.69 Wed Mar 14 06:43:35 PDT 2007 Test fixes - Minor filename compatibility fix to t/fail-more.t [rt.cpan.org 25428] 0.68 Tue Mar 13 17:27:26 PDT 2007 Bug fixes * If your code has a $SIG{__DIE__} handler in some cases functions like use_ok(), require_ok(), can_ok() and isa_ok() could trigger that handler. [rt.cpan.org 23509] - Minor improvement to TB's filehandle detection in the case of overridden isa(). [rt.cpan.org 20890] - Will now install as a core module in 5.6.2 which ships with Test::More. [rt.cpan.org 25163] New Features - Test::Builder->is_fh() provides a way to determine if a thing can be used as a filehandle. Documentation improvements - Improved the docs for $Test::Builder::Level showing the encouraged use (increment, don't set) - Documented the return value of Test::Builder's test methods - Split out TB's method documentation to differenciate between test methods (ok, is_eq...), methods useful in testing (skip, BAILOUT...) and methods useful for building your own tests (maybe_regex...). Test fixes - We required too old a version of Test::Pod::Coverage. Need 1.08 and not 1.00. [rt.cpan.org 25351]
2007-03-16Backed out the latest change (the "arg list too long" fix for IRIX). Asrillig3-74/+14
joerg has pointed out, after calling vfork() one can hardly do anything. A solution would be to simply not use vfork(), but that may have performance impacts on all platforms.
2007-03-15Add and enable p5-Getopt-ArgvFilewennmach1-1/+2
2007-03-15Update to 4.2.1:wiz5-27/+25
========================================================================= ============ Changes from 4.2.1 RC1 to 4.2.1 (November 2006) ============ ========================================================================= Peter Wang made the Unix ports query the memory page size with sysconf() when necessary, instead of using the PAGE_SIZE constant, which seems to be Linux-specific. Matthew Leverton gave the STATICRUNTIME builds of MSVC new names by appending _crt (c run time) to the libraries. He also fixed the problem of incorrectly setting the EMBED_MANIFEST variable when using the STATICRUNTIME. Andrei Ellman fixed an inverted test in pack_fopen_chunk on Windows. Peter Hull made 32-bit icon generation by fixbundle endian-independent (colours were incorrect on Intel Macs). Peter Wang fixed a long standing bug where some compressed packfiles would not be read back properly (premature EOF). Reported by jman2050. Andrei Ellman spotted a free() of an internal buffer returned by tmpnam(). Peter Hull fixed a problem with mouse-related deadlock on MacOS X as reported by Mike Farrell. Peter Hull implemented simulation of video bitmaps on MacOS X, so that page flipping will work. Peter Hull fixed an endian problem in the digital sound driver on MacOS X. Elias Pschernig and Chris Robinson fixed problems with UTF-8 filenames under Unix, as reported by Grzegorz. Non-ASCII non-UTF-8 filenames remain broken. Chris Robinson fixed some problems with non-ASCII filenames under Windows. Elias Pschernig made the X11 driver call XInitThreads, to make Mesa-OpenGL work together with Allegro. It can be disabled at runtime through a config variable. Andrei Ellman fixed a bug in datedit.c that could crash the grabber. Elias Pschernig added file_size_ex(), which returns a 64 bit integer to handle large files. Ron Novy made improvements to the test program. Peter Hull fixed problems with set_mouse_sprite() on Intel Macs. Peter Hull added universal binary support to the MacOS X port. Peter Wang and Evert Glebbeek independently fixed a problem with dependency generation for MacOS X on non-Mac systems. Many smaller fixes and updates by Peter Hull, Elias Pschernig, Peter Wang and Milan Mimica. ==================================================================== ============ Changes from 4.2.0 to 4.2.1 RC1 (May 2006) ============ ==================================================================== Michal Molhanec made msvchelp.exe work on Cygwin, where there was a problem with the case-insensitivity of environment variables. Reported by Milan Mimica. Peter Hull fixed a bug where Allegro detected keypresses on KEY_MINUS_PAD as KEY_PLUS_PAD. Peter Hull made OSX work correctly with Logitech sticks, as discussed with Ultio. Milan Mimica fixed some spin loops in the test program. Chris Robinson added UTF8/Unicode support for filenames in Windows. Milan Mimica made the Linux console driver more robust: set_gfx_mode used to get stuck in a infinite loop when there wasn't a console available. Evert Glebbeek made the C blitter use memmove for normal blits, with a bugfix by Milan Mimica. This can be disabled by removing a #define USE_MEMMOVE at the top of cblit.h so that it can easliy be tested against the older versions of the code. Christer Sandberg worked around a problem where one-line high bitmaps would crash with Electric Fence. Chris Robinson fixed a crash that occurred if the sound mixer quality level was set to 0 after the mixer was already initialised. Evert Glebbeek fixed the window title under X11, which was broken by a previous change. Peter Hull updated the endian detection under OSX as recommended by Apple. Miguel A. Gavidia and Jay Bernardo made qtmidi.m work on both PPC and Intel. Milan Mimica fixed a crash when vsync() on certain drivers. Elias Pschernig replaced the ALLEGRO_USE_C define with ALLEGRO_NO_ASM. Peter Wang restored the JACK driver to compiling state. Milan Mimica made the new transparent fonts be recognized as color fonts with is_color_font. Elias Pschernig made the modules path WIP version specific, for enhanced binary compatibility. Stijn Wolters clarified the documentation of init_dialog. Hans de Goede fixed a problem with dynamically generated stretcher code not being properly marked as executable on Linux (esp. SELinux). Hans de Goede fixed a busy wait in the X11 vsync simulation. Elias Pschernig makde it so modules under Unix are now searched in libdir as passed by the build machinery. Closes bug #1401840 from SF, reported by Paul Eipper. Milan Mimica added a get_volume and a get_hardware_volume function, to work as pendants to set_volume and set_hardware_volume. Milan Mimica corrected a case where a wrong structure on the stack was being cleared in the DirectSound input driver. Hans de Goede added a fullscreen driver for X11 which does not need XVidMode extension, and instead simply centers the window on the desktop and draws a black border around. Hans de Goede fixed a problem where switching to fullscreen mode under X11. Serge Semashko added Enter as a fire key in the demo game. Serge Semashko added fixed problems with Allegro working on Nokia 770. Peter Wang fixed some problems with binary compatibility checking in the 4.2 branch. Catatonic Porpoise added OpenBSD detection (in addition to FreeBSD and NetBSD) and fixed an issue with executable rights not set on the memory for the i386 stretcher on UNIX systems. Hans de Goede fixed a bug preventing the ALSA driver to work on big endian systems. Elias Pschernig and Chris Robinson fixed binary compatibility checking in allegro_init and install_allegro. Catatonic Porpoise fixed the example in the documentation of stretch_sprite. Hans de Goede made DIGMID work with absolute paths in the patches.cfg file. Peter Hull added code to make Allegro work better with user-supplied Nibs under OSX, as discussed with Thomas Harte. Matthew Leverton added embedding of manifests to the MSVC 8 build process. Neil Walker and Thomas Harte implemented a hardware accelerated stretch_blit() for the Windows DX port. Evert Glebbeek corrected a bug when destroying sub-bitmaps under Windows. Evert Glebbeek fixed a bug in pack_fopen_chunk() where a temporary file would be created in a non-writable location. Peter Wang changed a "/lib" option to MSVC's link utility to "-lib" as reported to be problematic by Karthik Kumar. Peter Wang fixed a crash in dat and grabber due to the return value of pack_fopen_chunk() not being checked. Elias Pschernig added support for anti-aliased bitmap fonts. Dennis Busch fixed the short description of add_clip_rect. Thomas Harte and Neil Walker fixed a problem with draw_sprite() and sub-bitmaps. Peter Wang fixed scancode_to_name(KEY_NUMLOCK) returning "PAUSE" in Windows. Peter Wang fixed page flipping and triple buffering in the demo game. Elias Pschernig added list_config_sections and list_config_entries functions. Hrvoje Ban added create_datafile_index and load_datafile_object_indexed functions. Peter Hull allowed use of "mingw" instead of "mingw32" in fix.bat and fix.sh. Peter Wang fixed a bug with SWITCH_BACKAMNESIA mode with the fbcon graphics driver. Peter Wang made the svgalib driver save and restore the palette on VT switches. Peter Wang fixed a problem with the fbcon driver and VT switching. Milan Mimica delayed Linux console initialisation until it is required. This way the user can write command-line programs using timers without needing a real console. Chris Jones fixed behavior of numeric keys when NumLock is on. Vincent Penecherc'h worked around a problem with 24-bit bitmaps in the assembler code. Tobias Dammers fixed a problem with the DirectSound input driver. Matthew Leverton fixed Ctrl-Alt-Del mistakenly being captured by Allegro under Windows Vincent Penecherc'h improved the implementation of set_ramp_cmap in the fbcon driver. Vincent Penecherc'h implemented get_refresh_rate for the fbcon driver. Vincent Penecherc'h fixed problems with the fbcon driver not restoring the original video mode when the driver exits. Victor Williams Stafusa da Silva made OS type detection handle Windows 2003 and Windows Vista. Chris Jones and Vincent Penecherc'h fixed load_wav to handle degenerate stereo wave files with an odd length. Annie Testes fixed all sorts of problems with the linux evdev mouse driver when using a tablet as the mouse. Annie Testes made the linux evdev mouse driver use the correct device files. Vincent Penecherc'h made the linux fbcon driver set a ramp colourmap for directcolor modes, otherwise colours in those modes were all wrong. Vincent Penecherc'h fixed a problem with the linux fbcon driver, where it would keep using the old pitch after changing resolutions. Serge Semashko fixed a typo causing crashs in _linear_draw_trans_rgba_rle_sprite24. Annie Testes fixed cursor speed and incorrect mickey computation bugs in the Linux evdev mouse driver. Vincent Penecherc'h made the Linux PS/2 mouse driver try /dev/input/mice by default, in addition to /dev/mouse. Warnings, code formatting and minor changes to code and build system by Milan Mimica, Evert Glebbeek, Elias Pschernig, Peter Wang, Peter Hull, Thomas Harte, Vincent Penecherc'h and Chris Robinson. Documentation updates by Tore Halse, Elias Pschernig, Milan Mimica, Peter Wang, Physics Dave, Ryan Patterson, Grzegorz Adam Hankiewicz, Andrei Ellman and Evert Glebbeek.
2007-03-15Import p5-Getopt-ArgvFile from Aleksey Cheusov's package in wip.wennmach4-0/+37
Required for the update of txt2html. This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.
2007-03-15Needs pkg-config, otherwise bin/confuse-config is installed.joerg1-1/+2
2007-03-15Use ruby 1.8.6 version.taca2-13/+5
For detail changes, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-readlinetaca4-34/+7
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6; ruby18-cursestaca2-12/+5
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15On IRIX, the command line is limited to about 20000 characters. The newrillig3-14/+74
function Job_Execv executes a shell command line, and if that fails due to an overly long command line, the shell command is written into a temporary file, which is then executed. This is at least necessary to make the bulk builds work on IRIX.
2007-03-15Update to 2006.1, based on PR pkg/35287 by Marc Tooley. From the changelog:schmonz7-335/+140
* Client file tamper checking * New client option 'SubmitOptions' * Speedup of 'p4 submit' branched files * 'Automatic' labels * Improved management of remote depots * New MaxLockTime in 'p4 group' * Improved license file handling * User file access tracking * 'p4 integrate' improvements * Optimization of head revision operations * Speedup for the 'integ' command * Early release of db.working/db.resolve during sync * Server Performance Tracking * Spec depot interferes less with other commands * Special handling for @changelist * Speedup for clients with many opened files * External authentication triggers * UTF-16 support * Speedup for the 'dirs' command * Speedup for the 'obliterate' command * Btree passive reorganization * MapState simplification * Spec depot * Partial filetypes * Delete triggers * Authorization and security levels * New login/logout commands * New trigger support * New indirect integration default * New smart resolve logic * Filepaths that contain characters @#%* can be added to the depot * New tag command provides easy way to assign a label to a filelist * Optimization for frequent syncs * Label use speedups * Locking and memory use improvements * Speedups for large client views and protections tables * Indirect integration much faster * New monitor command displays status of running p4 processes * Integrate across distant branches * New annotate command shows history of lines in a file * Sharing clients using multiple client roots * Sprucing up diffs * tempobj filetype redux * New protection level for semi-super users and a bunch of other features and bug fixes.
2007-03-15Fix path to examples.schmonz2-7/+6
2007-03-15Initial import of libtai 0.60, a public-domain library for storingschmonz4-0/+101
and manipulating dates and times. libtai supports two time scales: (1) TAI64, covering a few hundred billion years with 1-second precision; (2) TAI64NA, covering the same period with 1-attosecond precision. Both scales are defined in terms of TAI, the current international real time standard. libtai provides an internal format for TAI64, struct tai, designed for fast time manipulations. The tai_pack() and tai_unpack() routines convert between struct tai and a portable 8-byte TAI64 storage format. libtai provides similar internal and external formats for TAI64NA. This version of libtai requires a UNIX system with gettimeofday(). It will be easy to port to other operating systems with compilers supporting 64-bit arithmetic.
2007-03-14Make this build on Darwin. The changes are taken from pwlib repositoryyyamano5-9/+75
pmachdep.h rev. 1.69 pssl.cxx rev. 1.42 maccoreaudio.cxx rev. 1.15 udll.cxx ewv. 1.18
2007-03-14Added and enabled p5-AppConfig-Std.obache1-1/+2
2007-03-14Import p5-AppConfig-Std version 1.07 from pkgsrc-wip.obache4-0/+34
Pacaged by Aleksey Cheusov and requested in PR 35469. AppConfig::Std is a subclass of Andy Wardley's AppConfig module, to provide standard command-line arguments for tool scripts. AppConfig::Std provides the following switches: -help display a short help statement -doc display the full documentation (formatted pod) -version display the version of the script -verbose turn on verbose status/progress output -debug turn on debugging output
2007-03-13Belatedly fix typo in PKGREVISION introduced in revision 1.3.bad1-2/+2
2007-03-12Fixed the patches to _never_ use the varargs macros. This fixes therillig3-18/+28
build on Mac OS X, where the inconsistent preprocessor conditions made the compilation fail.
2007-03-12Update Geany to 0.10.2 bug-fix release.rmind3-9/+8
http://geany.uvena.de/Documentation/ChangeLog From Daniel Sieger.
2007-03-12Missed PKGREVISION bump from shlib major update of www/neon.tv1-1/+2
2007-03-12Depend on latest cmake, for shlib fixes.wiz1-2/+2
2007-03-12Apply patch from Kimura Fuyuki in PR 35954, fixing:wiz3-3/+18
cmake-generated build system doesn't create symlinks for shared libraries on NetBSD. Bump PKGREVISION.
2007-03-11Don't check www/neon version, which enables support for neon >= 0.26.3adam1-1/+2
2007-03-11update to 2.1.0.grant3-7/+24
changes since 2.0.1: 2.1.0 - Servers may be flagged up/down and the user may specify a error callback - Individual server params and up/down status may be changed at runtime - New methods: setServerParams(), getServerStatus() - Statistics methods support fetching other kinds of stats (slabs, items, cachedump, ...) - Fixed PECL bugs #7631, #8117 (erroneous line feeds in config.m4) - Added memcache.max_failover_attempts ini directive, which can be used to configure max number of servers to try when setting and getting data. 2.0.4 - Redefined retry_interval as long to fix no-automatic-reconnect behaviour - Fixed PECL bugs #7635, #7637 (OnUpdateInt: referenced symbol not found) 2.0.3 - Display ini entries in phpinfo() output - Fixed Zend2 compat 2.0.2 - Added "memcache.default_port" ini directive (default 11211) - Added "memcache.allow_failover" ini directive (default On) - Added "memcache.chunk_size" ini directive (default 8192 bytes) - Setting retry_interval parameter to -1 disables automatic reconnect - Fixed PECL bug #7331 (NULL pointer freeing causes memcache to segfault)
2007-03-10Update to 0.18.2:wiz4-45/+11
From the release announce mails: I've released cogito-0.18.2, bringing a couple of bugfixes and a trivial new feature to cogito-0.18.1. Still nothing too groundshattering. * cg-log does not follow history across renames anymore; it never really actually worked and was instead causing problems and random error messages. There needs to be git-core support for this funcionality, hacking it with a perl filter is bad design, so I'm not going to fix the filter (but I'd take patches if someone else did ;). * Fix cg-init not letting you edit the initial commit message by default * Fix cg-clone -l which would not setup alternates properly in some cases * Fix cg-merge not picking the right base when following volatile branches * Fix cg-log -d sometimes showing "% @" in diff output * Some other minor fixes * New cg-object-id -b to print the current branch name * Documentation improvements (better documented ignoring mechanism, ~/.gitconfig mentioned, GIT_COMMITTER_* bogus information fixed, ...) * Some testsuite fixes --- I've released cogito-0.18.1, bringing few minor new features and random bugfixes to the cogito-0.18 version. Nothing groundshattering. * cg-switch -c as a shortcut for cg-switch -r HEAD - use it to create a new branch with less typing * cg-patch -e to edit log message before autocommitting (useful esp. as cg-patch -m -e) * Support for cg-version --lib-dir, --share-dir * cg-admin-rewritehist now defines a map() function for filters' use, translating from old to new commit ids * cg-commit -e now runs editor on /dev/tty even if input is not a tty * Trivial documentation improvements * Random details fixed
2007-03-10Removed CR character from the patch to make the package work on Mac OS Xrillig2-4/+4
and on IRIX.
2007-03-09Portability fixes for IRIX with MIPSpro.rillig5-9/+215
2007-03-09Don't use "restrict" as an identifier in C code; it is reserved sincerillig3-6/+58
C99. Fixed PKGMANDIR.
2007-03-09Changed a flex source file to not contain "]]", since flex-2.5.33 getsrillig2-1/+17
confused by it.
2007-03-08Fixed pkglint warnings.rillig1-4/+4
2007-03-08Minor pkglint cleanup, from Sergey Svishchev.wiz1-2/+2
2007-03-08Update to 2.004:wiz2-8/+8
2.004 3 March 2007 * rewrote memGzip using IO::Compress::Gzip::gzip
2007-03-08Update to 0.6.0:wiz3-10/+15
New features (compared to 0.5.0): * Brand-new "virtual" multi-pass optimizer that automatically generates much smaller code for jumps and immediates. * Support for Mach-O object format used in MacOS X, including both the 32-bit (x86) and 64-bit (AMD64) versions (contributed by Henryk Richter). * Support for structured exception handling on Win64. * Support for RDOFF2 (.rdf) object format. * Support for STRICT keyword in NASM syntax. * Rewritten NASM and GAS parsers (now recursive descent rather than Bison-based). * Absolute / FAR location bugfixes. * Yasm no longer defaults to reading from standard input if no files are specified; standard input can be specified with "-". * Many other bugfixes.
2007-03-08Update to 2.004:wiz2-8/+8
2.004 3 March 2007 * IO::Compress::Zip - Added Zip64 documentation. - Fixed extended timestamp. Creation time isn't available in Unix so only store the modification time and the last access time in the extended field. - Fixed file mode. - Added ExtAttr option to control the value of the "external file attributes" field in the central directory. - Added Unix2 extended attribute ("Ux"). This stores the UID & GID. * IO::Compress::Gzip - Fixed 050interop-gzip.t for Windows
2007-03-08Update to 2.004:wiz2-6/+6
2.004 3 March 2007 * Made seek less wasteful of memory.
2007-03-08Update to 2.004:wiz2-6/+6
2.004 3 March 2007 * Fixed lvalue substr issue * Remove redundant code from Zlib.xs
2007-03-07IRIX has <alloca.h>.rillig1-1/+2
2007-03-07Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)jmmv4-12/+12
to the versions corresponding to the 2006-09 release. This should have been done when the main hugs package was updated to this version back in October of past year.
2007-03-06Second part of the patch. Now the package builds.rillig2-1/+17
2007-03-06ISO C99 does not require support for varargs macros with zero arguments,rillig2-1/+21
so MIPSpro doesn't support it either.
2007-03-05install bmake.1 from ${WRKSRC} instead of ${WRKDIR}/${OBJSYS}dbj1-2/+2
2007-03-05use gdk_x11_ungrab_server instead of XUngrabServer()dbj2-6/+15
This fixes build problems on darwin where symbols from indirect dependencies are not exposed by libtool Since gdk_x11_ungrab_server does internal reference counting, call it 10 times, just in case there are multiple display grabs when the segfault handler is called.
2007-03-04use ac_cv_prog_EMACS=no instead of ac_cv_path_EMACS=nodbj1-2/+2
2007-03-03Install gtags.conf as CONF_FILES.uebayasi1-1/+4
2007-03-03Take maintainership.uebayasi1-2/+2
2007-03-03Update global from 5.2 to 5.4.uebayasi2-6/+6
Version 5.4 - January 29 2007, by Shigio YAMAGUCHI [INCOMPATIBLE CHANGES] * Further compression of tag file (format version 5). Though new global can read older tag file since version-5.0, older global cannot read new format. It might say like follows: "GTAGS seems new format. Please install the latest GLOBAL." [OTHER CHANGES] * global: Improved performance when the -x option is not specified. * globash.rc: Added new option -l for tag search command (x,r,s,g,P,I,f). This option invokes less(1) directly without tag stack. * Verbose messages are unified. P option file not found <n> files located others object not found path format: <n> files located other format:<n> objects located [BUG FIXED] * Gtags(1) and global(1) didn't work well in the system root directory('/'). Version 5.3 - November 20 2006, by Shigio YAMAGUCHI [INCOMPATIBLE CHANGES] * global: Changed not to locate other symbols (-s) in GTAGSLIBPATH. This is the original specification of GLOBAL. * global: Stop sorting when the -I(--idutils) option specified. The output of gid(idutils) is sorted by the suitable way. Though the order is slightly differ from global(1), it need not be sorted again. [OTHER CHANGES] * global: Added new option -O(--only-other). * htags: Added some new options and new arguments which are synonyms of config variable. This decreases dependence on configration file. new option | config variable ------------------------+------------------------- --disable-grep | disable_grep --table-list | table_list --tabs=<n> | tabs --full-path | full_path new argument | config variable ------------------------+------------------------- --line-number [columns] | ncol --func-header [position]| definition_header --xhtml [version] | xhtml_version (*=default) position: before, right, *after version: *1.0, 1.1 * htags: Changed to use each 'CVS/Repository' file to generate URLs if it is available. * htags: Added '.gitignore' to the default skip file list. * gtags.el: - Shorten path names in [GTAGS SELECT MODE]: If project directory is specified using 'gtags-visit-rootdir', gtags.el print path using the relative path name from the project directory, else print absolute path name. - Support dynamic completing-read of tag name. gtags-make-complete-list is deprecated. You can enjoy tag name completetion without invoking this command. [BUG FIXED] * gtags: gtags had exited when it encountered dead symbolic link.
2007-03-02fix silly mistake in last :/grant1-5/+5
2007-03-02sunpro doesn't understand __FUNCTION__, subst it with __FILE__ in thegrant1-2/+12
installed header file. bump PKGREVISION.