summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme14-37/+37
all these packages.
2004-05-06this version of libgnomeui demands gtk2+>=2.4.1. make it so.grant1-1/+3
2004-05-06Add and enable darts.taca1-1/+2
2004-05-06Importing darts-0.2.taca5-0/+86
Darts: Double-ARray Trie System This is a C++ template library that implements Double-Array [Aoe 1989]. Currently only Japanese documentation is provided. * [Aoe1989] Aoe, J. An Efficient Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077. * [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array Triehttp://www.links.nectec.or.th/~thep/datrie/
2004-05-05Update to version 0.7.0.salo3-7/+7
Needed for mkvtoolnix update. Changes: - LGPL license changes.
2004-05-05Update to 1.9.0:jmmv5-76/+64
Dom: * Fix bzip output to flush if last deflate fills buffer Jody Goldberg: * If the file is not an OLE2 file do not change the filepos. * Handle broken ole files that specify codepage as signed short * Fix reading ole files > 13.6 Meg on sparc/alpha (from Xavier Roche) * Tune validation test for LPSTR properties to handle char width > 1 * Make the impl headers for the base interfaces public as requested * Add some directory tree wrappers * Work around a -fstrict-alias warning for SuSE * Move to automake-1.7 * Fix gnome-vfs backend to open files with random access * Support merging content from nested nodes for sax parsing * Fix gtk-doc Joseph Frazee: * patch the spec file. Morten Welinder: * Properly chain finalizer. * Fix gzip output to flush if last deflate fills buffer Tor Lillqvist: * packaging tools for win32.
2004-05-05Add patch from Kailash Sethuraman in PR 25471 that removes an obsoletewiz3-3/+17
sort(1) flag. PKGREVISION=2.
2004-05-05Unused.wiz1-22/+0
2004-05-05Convert to buildlink3.snj1-30/+0
2004-05-05No longer used.snj1-33/+0
2004-05-04indentation fix, drop unneeded parens.grant1-3/+3
2004-05-04add the Cocoa framework directories to BUILDLINK_PASSTHRU_DIRS ongrant1-1/+12
Darwin. fixes build problem reported and confirmed fixed by Randy Beaudreault.
2004-05-04Update to 2.6.1:jmmv3-6/+8
Fixes - Fix icon-reading crash when using enlightenment (Neil Muller) - AIX portability fixes (Kjartan Maraas) - Don't attempt to center the workspace on the mouse click (Kim Woelders) Translators - Iñaki Larrañaga Murgoitio (eu) - Guntupalli Karunakar (gu) - Mohammad DAMT (id) - Samúel Jón Gunnarsson (is) - Baris Cicek (tr)
2004-05-04Update to 2.6.1.1:jmmv3-8/+14
Improvements: - File system loading notification support (Federico Mena Quintero) Bug fixes: - Authentication manager fixes (Alexander Larsson) - File system fixes (Federico, Alexander) - Various bugfixes (Padraig O'Brian, Anders Carlsson) Translations: - Added Punjabi translation (Amanpreet Singh Alam) - Added Gujarati translation (Gujurati Team) - Added Maori translation (John C Barstow) - Added Basque translation (Iñaki Larrañaga) - Added Afrikaans translation (Zuza Software Foundation) - Various updated translations (ca, et, eu, he, hu, id, is, nn, wa)
2004-05-04Update to 2.6.1.1:jmmv3-7/+9
Bug fixes: - Various fixes (Kjartan Maraas, Colin Walters) Translations: - Added Punjabi translation (Amanpreet Singh Alam) - Added Gujarati translation (Gujarati Team) - Various updated translations (az, ar, be, ca, cs, cy, da, de, en_CA, en_GB, el, es, et, eu, fi, he, hr, id, it, ja, ko, lt, nn, nl, no, pl, pt, pt_BR, ro, ru, sk, sr@ije, sq, sr, sr@Latn, sv, ta, th, tr, uk, zh_CN, wa)
2004-05-04statfs->statvfs.mrg2-7/+16
2004-05-04Remove extra semicolon in variable declaration which breaks build withtron2-1/+14
at least GCC 2.95.3.
2004-05-04Unused.wiz6-163/+0
2004-05-04Unused.wiz1-37/+0
2004-05-03No longer used.snj1-22/+0
2004-05-03Readd note about where this patch is beeing tracked.jmmv2-4/+5
2004-05-03Update GConf2 and GConf2-ui to 2.6.1:jmmv9-107/+68
Fixes: - add a --enable-gtk=yes/no/auto configure arg (Julio Merino, Mark) - fix basic example app to not crash (Elijah Newren) - don't try and create a dir if it already exists (Ryan Lovett, Mark) - only ever create the $(HOME)/.gconfd/ dir in the daemon (Colin Walters) - add quotes around AM_GCONF_SOURCE_2 (Frédéric L. W. Meunier) - handle <entry> with only <schema_name> correctly in --load (Mark) - fix the order in which local-defaults.path gets included (Mark) - fix minor inefficiency when not printing debugging messages (Mark) Translators: - Adam Weinberger (en_CA) - Robert Sedak (hr) - Samúel Jón Gunnarsson (is) - Alessio Frusciante (it) - Takeshi AIHANA (ja) - Amanpreet Singh Alam (pa) - Gurkan Aslan (tr)
2004-05-03Convert to buildlink3.snj4-46/+20
2004-05-03Move documentation files from share/html to share/doc/ffcall. I'm doingjmmv2-7/+12
this as a "standalone" change because share/html is certainly not the location for documentation. Bump PKGREVISION to 1.
2004-05-03Unused.wiz3-68/+0
2004-05-03Convert to buildlink3.wiz10-44/+101
2004-05-03Convert to bl3 and add conflict with guile>1.4, since both includewiz1-4/+5
the same info files.
2004-05-03Changes 1.0.8:adam4-16/+17
New Features: * Synchronous Interrupt read support. * Added new usb_get_descriptor_by_endpoint() function. Properly prototyped existing usb_get_descriptor() function. * (Linux) Check for usbdevfs in /sys/bus/usb (2.6 kernel). * (Linux) Added usb_get_driver_np() function to get driver bound to interface. * (Linux) Added usb_detach_kernel_driver_np() function to detach kernel driver from interface. Bug Fixes: * Many return values are starting to become normalized (consistent across ports) * Various bug fixes in Darwin port. * Fix usb_string() to fetch language index correctly. * More documentation updates and fixes.
2004-05-03No longer used.snj1-20/+0
2004-05-03Convert to buildlink3.snj2-10/+10
2004-05-02Convert to buildlink3.snj5-44/+38
2004-05-02Fix multiple perl problem (like on Darwin/MacOSX)adam4-2/+30
2004-05-02Update to 2.4.1:jmmv4-135/+144
* Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman] * Miscellaneous bug and portability fixes [Owen Taylor, Matthias Clasen, Jonas Jonsson, Christian Krause, Nickolay V. Shmyrev, Christophe Saout, Philippe Blain, Piotr Klaban] * Documentation updates [Matthias] * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi, fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
2004-05-02Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh.xtraeme1-2/+2
2004-05-02Update devel/distcc to 2.14.xtraeme6-35/+31
Changes: distcc-2.14 "Lake Albina" 2004-05-02 FEATURES: * The host file is looked up in $DISTCC_DIR/hosts, not hardcoded to ~/.distcc/hosts. The default for $DISTCC_DIR is still ~/.distcc. Suggested by Sebastien Perochon. * Source file name is included in success/failure messages, e.g. distcc[6655] ERROR: compile ./cases/bad.c on cardhu failed * distcc can now be built with a build directory separate from the source directory. Patch from Dennis Henriksen. DOCUMENTATION: * Add documentation of DISTCC_DIR, and other fixes. Patch from Thomas Schwinge. * Slightly improved distcc --help. BUG FIXES: * Decompression buffer can dynamically resize to allow for very gassy files. From a patch by Joe Buehler. PORTABILITY: * Add sample scripts for Red Hat / Fedora, by Colin Walters. * mmap is always disabled on HP-UX, because the inconsistent page case is a bit dangerous for the way distcc uses mmap. Suggested by Joe Buehler. distcc-2.13 "Carnal Bunt" 2004-03-02 SECURITY: * Enforce IPv4 access control lists when the daemon is listening on an IPv6 port. This only applies when the server was compiled using --enable-rfc2553 and run with --allow. FEATURES: * Hash comments are allowed in host list files. INTERNAL: * Use TCP_DEFER_ACCEPT on Linux to avoid some wasted context switching when a new connection comes in to the server. BUG FIXES: * Some fixes for connections over SSH when built using --enable-rfc2553. Reported by Jeff Rizzo. * Handle arguments like "-xcpp" and "-Wa,-xarch=v8". Suggested by Ben Scarlet. * Fix resource exhaustion when DISTCC_SAVE_TEMPS is set. Reported by Mark DeGeorge. * Fix problems in running IPv6-enabled builds on kernels without IPv6 support. Reported by Lisa Seelye. DOCUMENTATION: * More instructions for distributors/packagers. PORTABILITY: * Many portability patches from Albert Chin. These patches were tested on: AIX 4.3.2, 5.1; HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux 7.1, 9; Solaris 2.5.1, 2.6, 7, 8, 9; Tru64 UNIX 4.0D, 5.1. * Possibly fix mmap problem on HP-UX with compressed transfers. Reported by Joe Buehler. TESTING: * Add test for compilation with compression. * Testsuite portability patch from Albert Chin. The tests pass on: HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux7.1, 9; Solaris 7, 8, 9; Tru64 UNIX 4.0d, 5.1. pkgsrc changes: o Add a rc.d script to start distccd, by default this runs as user "nobody". o Use subst.mk instead of patching multiple files.
2004-05-02Add missing manual pages. Sort.kim1-11/+28
2004-05-02Convert to buildlink3.snj2-6/+6
2004-05-02Convert to buildlink3.snj2-9/+9
2004-05-02Update to version 2.12.heinz2-5/+5
Changes since 2.09: =================== Version 2.12 1. Add regression tests for the auto-require of STORABLE_thaw 2. Add auto-require of modules to restore overloading (and tests) 3. Change to no context (should give speedup with ithreads) Version 2.11 1. Storing restricted hashes in canonical order would SEGV. Fixed. 2. It was impossible to retrieve references to PL_sv_no and and PL_sv_undef from STORABLE_thaw hooks. 3. restrict.t was failing on 5.8.0, due to 5.8.0's unique implementation of restricted hashes using PL_sv_undef 4. These changes allow a space optimisation for restricted hashes. Version 2.10 1. Thread safety: Storable::CLONE/init_perlinterp() now create a new Perl context for each new ithread. (From Stas Bekman and Jan Dubois.) 2. Fix a tag count mismatch with $Storable::Deparse that caused all back-references after a stored sub to be off-by-N (where N was the number of code references in between). (From Sam Vilain.) 3. Prevent CODE references from turning into SCALAR references. (From Slaven Rezic.)
2004-05-01Undo previous (this installs in site_perl).kim1-3/+1
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Add to conflicts, seems safer.kim1-2/+2
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Forgot to add p5-glib2, thanks to kristerw@ for the reminder.xtraeme1-1/+2
2004-04-30libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.tv1-1/+2
2004-04-29Change an argument passed to cpp so that it will not confuse buildlink3.minskim4-8/+18
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29Install .tcl files into lib/ instead of share/, as other Tcl packagesminskim3-119/+112
do. It also reduces patches. Skip PKGREVISION bump since this package was updated minites ago.
2004-04-29Update tkcvs to 7.2.1.minskim4-22/+18
Changes: - Vendor Merge is back, rehabilitated by Eugene Lee, its author. - Bug fixes: 892051 apply the tag ignores user input 892050 merge changes to current doesn't do that (No report) Clear entry containing tag instead of appending, so tag doesn't grow if dialog is re-opened. Fixed a few problems with defaults in tkcvs_def.tcl. - The installer no longer hardcodes the library path in tkcvs. The program now figures out where it is at runtime. - You can now configure how many lines to keep in the trace window with $cvscfg(trace_savelines) - Import dialog has better defaults. Version default is the same as you get if you don't supply the -b option on the command line. - Don't show stderr in CVS Commit dialog, since if there are many directories they may make too much output and make you miss what you were interested in.
2004-04-29Fix my email address.sketch2-4/+4
2004-04-29Update to 1.8.4:wiz2-5/+5
Known issue not fixed in 1.8.4: Historically Automake has always tried to generate V7 format tarballs during `make dist'. This format is quite antiquated, but is portable. It supports filenames with up to 99 characters. When given longer filenames some tar implementations will diagnose the problem while other will generate broken or non-V7 tarballs. For instance GNU tar 1.13.25 will produce an archive with GNU extensions, while the latest GNU tar beta (1.13.93) will silently truncate filenames. Automake 1.9 will have options to select newer tar formats, and diagnose long filenames. In the meantime we recommand that people who cannot avoid long filenames in their packages stick to GNU tar 1.13.25. Bugs fixed in 1.8.4: * Long standing bugs: - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been overridden by the user. - Honor PATH_SEPARATOR in various places of the Automake package, for the sake of OS/2. - Adjust dependency tracking mode detection to ICC 8.0's new output. (PR/416) - Fix install-sh so it can install the `mv' binary... using `mv'. - Fix tru64 dependency tracking for libtool objects. - Work around Exuberant Ctags when creating a TAGS files in a directory without files to scan but with subdirectories to include. * Bugs introduced by 1.8: - Fix an "internal error" when @LIBOBJS@ is used in a variable that is not defined in the same conditions as the _LDADD that uses it. - Do not warn when JAVAROOT is overridden, this is legitimate.