summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-05-01Use tabs instead of spaces.jmmv1-6/+6
Fix PKGNAME to use the :S modifier based on DISTNAME.
2003-05-01Honour PKG_SYSCONFDIR, but leave configuration files in the examples directoryjmmv5-12/+37
as it seems they are not used by the libraries. Bump PKGREVISION to 1.
2003-04-30Update to bmake-3.1.18sjg2-5/+5
2003-04-29Update to version 1.4.5.jtb4-8/+10
Changes: * Allow scalar dataspaces to be used for parallel I/O. QAK - 2002/11/05 * Added environment variable "HDF5_DISABLE_VERSION_CHECK", which disables the version checking between the header files and the library linked into an application if set to '1'. This should be used with caution, mis-matched headers and library binaries can cause _serious_ problems. QAK - 2002/10/15 * Partially fixed space allocation inefficiencies in the file by improving our algorithms for re-using freed space. QAK - 2002/08/27 * API tracing has been improved. Nested API calls don't screw up the output format; function call and return event times can be logged; total time spent in each function can be logged. The following HDF5_DEBUG environment variable words affect tracing: trace -- turn on/off basic tracing ttimes -- turn on tracing and report event times and time spent in each API function. ttop -- turn on tracing but display only top-level API calls. * Several missing fortran APIs have been added to the library: h5get_libversion_f h5tget_member_index_f h5dget_storage_size_f h5check_version_f h5tvlen_create_f h5dvlen_get_max_len_f h5garbage_collect_f h5dwrite_vl_f h5dont_atexit_f h5dread_vl_f Functions h5dvlen_get_max_len_f, h5dwrite_vl_f, and h5dread_vl_f support VL Length C APIs functionality for integer, real and string datatypes. See HDF5 Reference Manual and HDF5 FORTRAN90 User's Notes for more information and for the functions description. * H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating a new file with the 'core' VFL driver. QAK - 2003/01/24 * Corrected metadata caching bug in parallel I/O which could cause hangs when chunked datasets were accessed with independent transfer mode. QAK - 2003/01/23 * Allow opening objects with unknown object header messages. QAK - 2003/01/21 * Added improved error assertion for nil VL strings. It return error stack instead of a simple assertion. SLU - 2002/12/16 * Fixed h5dump bug(cannot dump data and datatype) for VL string. SLU - 2002/11/18 * Fixed error condition where "none" selections were not being handled correctly in serial & parallel. QAK - 2002/10/29 * Fixed problem where optimized hyperslab routines were incorrectly invoked for parallel I/O operations in collective mode. QAK - 2002/07/22 * Fixed metadata corruption problem which could occur when many objects are created in a file during parallel I/O. QAK - 2002/07/19 * Fixed minor problem with configuration when users specified /usr/include and /usr/lib for the --with-* options that some compilers can't handle. BW - 2003/01/23
2003-04-29Add missing include file -- ncvalues.h.jtb1-1/+2
2003-04-28cvsync 0.20.0 is out.gehenna2-5/+5
ChangeLog: * HEADS UP: Change the Protocol around 'SetAttr'. These changes remove the potential 'SetAttr' issue. If you use the old versions, please upgrade to 0.20.0 or higher. * Fix a bug that the default value of 'maxclients' isn't set properly.
2003-04-27Move documentation to share/doc/gettext. Bump PKGREVISION to 2.jmmv5-53/+81
2003-04-27Whitespace policecjep1-3/+3
2003-04-27Lint: shorten SVR4_PKGNAMEcjep1-2/+2
2003-04-27Lint: shorten SVR4_PKGNAMEcjep1-2/+2
2003-04-27Use ${SED}, ${GREP} and ${ECHO}cjep1-5/+5
2003-04-27Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.jmmv2-4/+6
Bump PKGREVISION to 1.
2003-04-25This goes into the php3 category, not php, as all other php3 packages.jmmv1-2/+2
2003-04-25Update p5-Parse-RecDescent to 1.94mjl2-5/+7
- Fixed bug in <reject> handling: failed to reject if $return had been set. - Added two useful demos of restructuring nested data - Fixed doc bug re use of // - Localized filehandles, like a good citizen should - Misc doc bug fixes - Fixed Text::Balance dependency in Makefile.PL - Fixed bug that @itempos wasn't set up if referred to only in an autoaction. - Fixed truncation bug in tracing contexts - Dramatically improved speed of line counting - Made item(s) and item(s /,/) behave consistently wrt %item - Added prototype <autorule:...> handling - Added outer block markers for <perl_codeblock> - Fixed multi-grammar precompilation - Fixed numerous snafus in tutorial.html - Added nesting level information to traces - Fixed resetting of $text after an <uncommit> rule. - Updated Text::Balanced to fix various bugs - Removed Text::Balanced from distribution (now a prereq only) - Fixed fatal error with $tracelevel - Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25Update eel2 to 2.2.3.1rh4-9/+15
Major changes since 2.2.2 were: * New function eel_filename_get_rename_region * Accessibility updates * New eel-canvas that fixes zoom tearing * New functions for slave glade prefs widgets * Draw EelEditableLable frame even when text is empty Major changes since 2.2.1 were: * New widget EelInputEventBox * Added canvas a11y support * CanvasGroup move redraw fixes
2003-04-25Update glade2 to 2.0.0. Notable changes include:rh3-10/+17
Glade 2.0.0 (Apr 11 2003) =========== o Hide GNOME widgets and stock items in GTK+ projects. o Made stock icon code more robust, hopefully fixing bug #105694. o Updated for newer GnomeDB. o Updated example text editor application for GTK+ 2. o Bug fixes, including a few crashers. Glade 1.1.3 (Nov 2 2002) =========== o The widget tree now has icons & popup menus again. o Removed dependancy on gnome-common for generated apps. o Stopped generating any deprecated code. o Updated GnomeDB support. o Updated the generated signal callback argument names. o A few keynav improvements, including global accelerators like Ctrl+S. o Disabled support for typing in labels while hovering over widgets, as it is a bit too error-prone. o Added 'New' button back to toolbar in GNOME version! o A few bug fixes.
2003-04-23Make this put the info files into @infodir@ rather than getting cute tryingjmc3-7/+19
to figure out the best place. Avoids breakage if some other package accidently creates PREFIX/share/info.
2003-04-23Require texinfo 4.5 or greaterjmc1-1/+2
2003-04-23cvsync 0.19.6 is released.gehenna2-5/+5
ChangeLog: * Fix a bug that the 'loose' feature doesn't work properly. * Fix a bug that both server/client tried to traverse wrong paths if a relative path calculated by the 'super' keyword is more than 2 levels.
2003-04-23Don't do CHECK_SHLIBS if this isn't a native buildjmc1-4/+2
2003-04-22Use ${LN} -sf to create symlinks.wiz3-6/+6
Closes PR 21263 by Jeremy C. Reed.
2003-04-22Match 21064A-0 - from Mark Daviesabs2-4/+4
2003-04-21Update p5-Class-ReturnValue to 0.51mjl2-5/+5
The Changes file does not show anything beyond 0.40.
2003-04-21Update ruby-ri package to 0.8a.taca2-5/+5
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>. 2002-05-01 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug where class names were output with underscores. Also tidy up some typos. Patch from Derek Peschel. 2001-08-18 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug which failed to match plain 'blksize' because it couldn't parse out the classname part (File::Stat) 2001-08-15 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Re-organize to allow can_handle? to be implemented without generating output. Add caching for loaded description files. 2001-08-13 Dave Thomas <Dave@Thomases.com> * install.rb: Add support for DESTDIR (patch from Christian Lademann) * ri/ri.rb (defined?): New method to fid out if a particular name exists * post_process: convert --@ to -@ in a method name. (I can't to it in the text - there are too many other occurances of --).
2003-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-04-20cvsync-0.19.5 is outgehenna3-6/+11
ChangeLog: * Fix a bug that the 'SetAttrs' request for directories was issued in a wrong order. * New feature: loose Background: Proper CVS repositories don't have files with same file name inside/outside 'Attic' directory of the same directory. If both exist accidentally, it is very difficult to determine which file is the right one. So in the past, cvsync exits abnormaly with the 'inconsistency' error message. But some CVS repositories has this inconsistency. It is unhappy for CVS repositories mirror sites to redistribute them. The 'loose' option provides a workaround for bogus CVS repositories. When cvsync detects a inconsistency, cvsync assumes that the a file with more recent modification time is right and don't exit. This feature is optional. The best way is to remove the inconsistencies from master sites, of course. * Fix a bug that when move a RCS file from inside/outside Attic to outside/inside Attic without chaging modifition time and permissions, cvsync can't detect the action.
2003-04-20Remove unnecessary gnome-core dependency.rh1-2/+5
Depend on gnome-libs/bonobo/oaf instead. Bump PKGREVISION.
2003-04-20Update to reflect xemacs stable version #jmc1-2/+2
2003-04-18Make this work if PKG_DEVELOPER=yesrh1-2/+2
2003-04-17Update eclipse to 2.1. New features and changes include:jschauma3-11764/+13713
- User customizable key bindings - editor navigation history - improved default text editor - improved editor linking behaviour - better UI for editor/ viewing synchronization - new Ant view - new Ant editor - External tools now use debugger-style launch configurations. - more flexible project layouts - java editor is more customizable - find in file - better java outline view - hyperlinked java code - improved conditional breakpoints - stack trace hyperlinks - new refactorings - more java compiler options and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
2003-04-17Fix a typo in an Info entry. Bump revision to 2.uebayasi3-6/+6
2003-04-17Take care of a qkc(1)'s odd redirect behavior.uebayasi2-10/+16
2003-04-15Add -DGL_GLEXT_LEGACY so glext.h doesn't get pulled in. It has typedef's injmc1-2/+2
it with items named 'id' which do not work with Objective-C
2003-04-15Updated to version 0.20.1.salo3-20/+25
Patches provided by Ossi Herrala (pkg/20725) and Marc Recht (pkg/20995). Changes: 0.20.1: ======= User-visible changes: * fix svnadmin load bug so that property deletions actually occur * fix checksum compatibility issue for older repositories 0.20.0: ======= User-visible changes: * new compatibility rule: require only that each interim release be compatible with the one before it (see HACKING) * ra_svn is still new so above rule doesn't yet apply (i.e. 0.20 over ra_svn is NOT compatible with previous releases) * merge infers the target path (see book chapters 4 & 8) * merge continues in presence of missing target file * merge's add notifications are no longer duplicated * commands can be safely interrupted (Ctrl-C) * --encoding global default in ~/.subversion/config * new option --editor-cmd * begin multi-release transition to escape binary properties over DAV * misc performance improvements Developer-visible changes: * RA vtable functions take pool argument * svn-config --includes path fixed * uuid at creation now complete * start having test failures throw exceptions rather than return errors * test suite option --cleanup with --verbose being default mode * continued diff library development * minor revprop hook changes * bug fixes: no diff on binary files (#1019), consistent error messages (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186) 0.18.1: ======= User-visible changes: * editor environment variables no longer incorrectly required * 'svn help import' now displays correct usage * fix crashes in the internal diff library and ra_dav * fix Win9x/Me console issue * cvs2svn.py api fix * hot_backup.py now correctly removes old backups Developer-visible changes: * various rpm package fixes 0.18.0: ======= User-visible changes: * renamed the [default] section to [global] in the servers config file * compression option is now http-compression and lives in servers file * use internal diff by default rather than external program (#405 in progress) * symlinked hook scripts now run * read-only access flag (-R) for svnserve * quiet flag (--quiet) for svnadmin dump * --ignore-uuid and --force-uuid for svnadmin load * miscellaneous performance improvements * more work on the Book Developer-visible changes: * new authentication library libsvn_auth (#724) * new bdb table uuids * client context object in libsvn_client * more work on java and other language bindings * test framework now has a quiet option (-q) * miscellaneous small code cleanups * bug fixes: more valgrind memory bugs, apr xlate i18n mess (#872), non-existent URL checkout (#946), props on to-be-deleted files (#1066), ra_svn move/copy (#1084), eol translation (#1085), ra_svn checksumming (#1099), cat command corrupt output (#1104), cvs2svn memory consumption (#1107), merge of property add (#1109), '..' relative path (#1111), commit/cleanup/diff3 (#1119), .svn/entries checksum (#1120), svn commit in / (#1122), status on uncontrolled directory (#1124), commit message eol characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136) split XML cdata/attribute encoding (#1118)
2003-04-15cvsync-0.19.4 is out.gehenna2-5/+5
ChangeLog: 2003-04-15 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.4 * Fix a bug that broken 'head' and 'branch' are written. * Make this compile on Solaris 9 * Fix a bug to a server writes a wrong pid number to <pidfile>.
2003-04-15Use gnet1 instead of gnet. Bump PKGREVISION.wiz2-6/+6
2003-04-14cvsync-0.19.4gehenna2-5/+5
ChangeLog: 2003-04-14 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.3 * Fix a bug that '@' is missing for 'comment'. * Improve the network performance. * Options (both) -V: Print the version number to standard error. -v: Verbose mode. * Options (server) -g: Specifies the group the server should run as. -u: Specifies the user the server should run as. -w: Sets the working directory of the server.
2003-04-13Use "gmake" to fix build problem under NetBSD-current.tron1-2/+2
2003-04-13Add & remove files, forgot in last.uebayasi4-144/+28
2003-04-13* Install Info docs. PR19079 from Ishit <ishit at pluto dot dti dot neuebayasi3-8/+39
dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
2003-04-13* Install Info docs. PR19078 from Ishit <ishit at pluto dot dti dot neuebayasi7-138/+1116
dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
2003-04-12Improve description.jschauma1-1/+2
2003-04-12Updated p5-Storable to 2.06martti2-5/+5
* Remove qr// from t/downgrade.t * Mention $File::Spec::VERSION a second time in t/forgive.t * Fix t/integer.t initialisation * Fix comparison tests to use eval to get around 64 bit IV conversion issues * Alter t/malice.t to work with Test/More.pm in t/ * Change t/malice.t and the error message in check_magic * Adds support for CODE references
2003-04-12Update to 0.11:jmmv3-6/+7
o Lots of bugfixes. o The bt_pkgflags module was added, which provides a replacement for the pkg-config utility (not compatible). o The bt_msg_summary() function was added to bt_config, which provides an homogeneous way to output diagnostic messages at the end of the configuration process. o The bt_err() function in bt_config does not accept error codes any more as its first argument. o The buildtool(1) manpage was rewrote, including a simple user refer- ence so people can easily learn how to build packages without having to dig into the big manual.
2003-04-11cvsync-0.19.2gehenna2-5/+5
ChangeLog: 2003-04-09 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.2 * When the configuration file is updated, a server reloads it automatically. * Options (client) -4 : Forces a client to use IPv4 addresses only -6 : Forces a client to use IPv6 addresses only. * A server runs in background mode (default). When executed with -f option, a server runs in foreground mode.
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10Stop using wchar_t.kent8-37/+71
Bump PKGREVISION.
2003-04-10make ${PAX} usage consistent:grant3-6/+6
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-09Add and enable yasm.jmmv1-1/+2
2003-04-09Initial import of yasm, version 0.2.0:jmmv5-0/+134
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL)). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats. Another primary module of the overall design is an optimizer module. Package provided in pkgsrc-wip by Juan RP.