summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam318-636/+636
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2006-03-03Update to 1.14.0:wiz4-13/+14
libgsf 1.14.0 Daniel Nylander: * Initial Swedish PO translation. [Debian #351382] Ivan Wong : * Only export symbols which are in the public headers (Win32). Jody: * Fix parsing xml files with & * bump to 1.14.0 to indicate a stable release. * improve header versioning. * Add ODF thumbnail support to gsf-office-thumbnailer * Enable ODF meta data import/export. Morten: * Fix GsfOutputIConv. [#323503] * Plug leak in GsfInfileZip.
2006-03-03Use config file handling from pkginstall. Bump PKGREVISION.wiz4-7/+25
Ok rh@
2006-03-02Use INFO_FILES for cflow.info.rpaulo2-3/+4
Thanks Thomas!
2006-03-02It's .info, not .1.rpaulo1-2/+2
2006-03-02Fix build on -current. Fix PLIST.wiz5-14/+41
Bump PKGREVISION.
2006-03-02Sort, addp5-Cache-Memcached.wiz1-2/+3
2006-03-02update to 1.1.3drochner2-7/+6
changes: a bugfix
2006-03-02update to 3.8.1drochner3-91/+333
changes: -debugger improvements -improved the documentation generator -support more sourcefile types in editor, as qscintilla does -fixes/cleanup -improvements to project management UI -better shell completion -added a templates system -support for Mercurial VCS
2006-03-02update to 5.4.2drochner2-6/+6
changes: Switched to using mmap as the internal allocation function Improved the logging of error information about pointers Added return.h support for ia64 and ARM processors Added compat and arg_checking of atoi, atol, and memmove Added backwards compatibility for %d usage in logfile name Removed force-linear token -bugfixes
2006-03-02update to 1.6adrochner2-7/+7
changes: -Removed the -html20 and -html32 options, the -html output is now version 4.01 -Removed the -latex209 and -latex2e options, the -latex output is version 2e -HTML option generates a cxref stylesheet and uses it -fixes/cleanup -Parsing improvements: support some more language features
2006-03-02update to 0.1.16drochner3-10/+12
changes: -Allow 'edit' to take --id -bugfixes -support Python-2.4
2006-03-02Clarify the fact that libtool.m4 has no automatic patch, and the reasonstv1-3/+5
why there must not be such a patch.
2006-03-02Link the readline library against the library that has the termcapminskim3-11/+12
functions. This corrects dependency_libs defined in libreadline.la. Bump PKGREVISION.
2006-03-01update to 0.8drochner3-10/+40
changes: faster status, diff, and commit reduced memory usage for push and pull improved extension API new bisect, gpg, hgk, and win32text extensions short URLs, binary file handling, and optional gitweb skin for hgweb numerous new command options including log --keyword and pull --rev improved hooks and file filtering
2006-03-01Update AC_C___ATTRIBUTE__ to fix GCC 4 build issues.joerg2-467/+941
Regen configure with autoconf-2.59.
2006-03-01While getenv_r() is nonstandard, the version now in NetBSD-currentdrochner3-3/+28
returns -1 on error and sets errno. So we need to do the same. bump PKGREVISION
2006-02-28Make BROKEN_GETTEXT_DETECTION=no the default for pkgsrc.joerg1-6/+2
2006-02-28Comment out a fragment of ltmain.sh, which breaks the installationjoerg3-6/+26
of postgresql80-client. According to Ralf Wildenhues from libtool, this fragment is just broken and the pre-1.5.21 was effectively a NOP. Bump libtool-base revision.
2006-02-28gunzip info file, so it is picked up automatically. Bump PKGREVISION.wiz1-2/+5
2006-02-28This needs GNU readline, for rl_completion_matches (build fix).wiz1-1/+3
2006-02-28Use pkginstall framework for one config file.wiz4-23/+20
Bump PKGREVISION.
2006-02-28Add missing intltool/bl3.mk (build fix).wiz1-1/+2
2006-02-28Update to 1.10.4:wiz2-6/+6
Overview of changes between 1.10.3 and 1.10.4 ============================================= * Fix crasher assertion `split_index > 0' in ellipsization.
2006-02-27Fix errno. Add DragonFly support.joerg9-2/+107
2006-02-26Use the same configuration for DragonFly as FreeBSD is using.joerg5-1/+92
2006-02-26Don't use "ktrace" command in "post-install" target. This was obviouslytron1-2/+2
some leftover debugging code.
2006-02-26Remove autogenerated chunk from patch.joerg2-12/+3
2006-02-26As seen in 2.1 bulk build:wiz1-1/+4
uses event_once, so depend on libevent>=0.9
2006-02-26Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.joerg3-2/+17
Bump revision.
2006-02-26Fix DISTNAME.wiz1-3/+3
2006-02-26uses both C and C++schwarz1-1/+2
2006-02-26Update to 1.16:wiz2-6/+7
1.16 Mon Feb. 6, 2006 - converted to use Module::Build (Rob Kinyon) - refactored &addChild and &addChildren to be implemented in terms of &insertChild and &insertChildren (Rob Kinyon) - other misc. refactorings (Rob Kinyon) - updated Scalar::Util version dependency (Stevan Little) - updated copyrights for the new year (Stevan Little)
2006-02-25add cflow-mode and cflowrpaulo1-1/+3
2006-02-25GNU cflow analyzes a collection of C source files and prints a graph,rpaulo4-0/+35
charting control flow within the program. This package is the GNU Emacs mode only.
2006-02-25GNU cflow analyzes a collection of C source files and prints a graph,rpaulo4-0/+36
charting control flow within the program. GNU cflow is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing.
2006-02-25modified patch-ag for IRIX and Solaris, closing pkg/27267schwarz2-10/+25
2006-02-25Fix pkglint warning.wiz1-2/+2
2006-02-25Update to 2.10.0:wiz8-42/+49
Overview of Changes from GLib 2.9.6 to GLib 2.10.0 ================================================== * Bugs fixed: 328997 64bit pointer trunction in glib slab-allocator [Pascal Hofstee] 331110 g_cond_broadcast(inform_cond) without holding inform_mutex [Chris Wilson, Sebastian Wilhelmi] 332093 Fix some leaks in the tests [Kjartan Maraas] 332435 g_utf8_strlen returns wrong value if a maximum number of bytes to check is specified [Matthias Clasen] 331367 gslice requires more POSIX-like semantics for GPrivate destructors [Tor Lillqvist] * Documentation improvements [Matthias, Kang Jeong-Hee, Tor Lillqvist, Stefan Kost] * Translation updates (el,eu,ka,uk) Overview of Changes from GLib 2.9.5 to GLib 2.9.6 ================================================= * Bugs fixed: 329124 distclean removes README [Kjartan Maraas, Tim Janik] 317679 GRelation field type not documented [Behdad Esfahbod] 329123 Typo in GTime docs [Kjartan Maraas] * Documentation improvements [Sven Herzberg, David Schleef, Kjartan Maraas, Behdad Esfahbod] * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru Overview of Changes from GLib 2.9.4 to GLib 2.9.5 ================================================= * Memory management: Runtime debugging support: The slice allocator can be turned off by setting G_SLICE=always-malloc in the environment. Zeroing of freed memory can now be turned on at runtime by setting G_DEBUG=gc-friendly in the environment. [Tim Janik] * Bugs fixed: 328253 HP-UX/IA-64 uses ".so" as default shared library extension [Albert Chin] 143380 unicode-encoding test fails converting to UTF-16 with libiconv [Marc Moorcroft] 328254 Build breakage (GSlice) [Jens Ganseuer] 328705 C99ism in glib/gmem.c [Kazuki Iwamoto] * Translation updates (da,et,zh_CN) Overview of Changes from GLib 2.9.3 to GLib 2.9.4 ================================================= * Type system: Fix a problem with g_object_compat_control() which can lead to segfaults in GTK+ applications on 64bit platforms. * Thread suppport: Unused threads now fall back to the global pool after 500 milliseconds, where they wait for another max-idle-time milliseconds. [Sebastian Wilhelmi] * Fix a memory allocation problem in GKeyFile. [Morten Welinder] Overview of Changes from GLib 2.9.2 to GLib 2.9.3 ================================================= * GTree: - Replace the simple recursive implementation by a nonrecursive, threaded one [Maurizio Monge] * Change g_filename_display_name and g_filename_display_basename to use the Unicode replacement character U+FFFD instead of a question mark, and don't append "(invalid encoding)" [Matthias] * Documentation improvements [Sven Herzberg, Federico Mena Quintero, Stefan Kost] * Bugs fixed: 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula] 326558 Some test failures on IRIX 6.5 [Daichi Kawahata] 169285 "threaded" tree implementation for GTree [Maurizio Monge] 326747 g_filename_display_basename adds (invalid encoding) [Alberto Ruiz] Other contributors: Christian Kellner, Murray Cumming New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi) Overview of Changes from GLib 2.9.1 to GLib 2.9.2 ================================================= * Memory management: - Add tests for cache colorization [Tim Janik] - Minimize space consumption if small amounts of differently sized slices are allocated, at a small performance cost. [Tim] * Thread support: - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik, Sebastian Wilhelmi] - Add g_thread_pool_set_sort_function() to allow sorting the tasks of a threadpool. [Martyn Russell] - Add g_thread_pool_set_idle_time() to allow unused threads to exit after a certain time. [Martyn] * Type system: - introduce a new type GInitiallyUnowned, which has an initial floating reference. [Tim] - Add support for GType parameters. [Matthias] * Main loop: - Add g_main_context_is_owner() to determine if the current thread is the owner of the context. [Michael Meeks] * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as wrapper functions instead of macros. [Manish Singh] * Documentation improvements [Tim, Matthias, Federico Mena Quintero, Stefan Kasal, Dan Williams] * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW) * Bugs fixed: 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 tries to modify [J. Ali Harlow] 324332 g_option_context_parse() returns false without setting error [Tim-Philipp Müller] 324950 GLIB 2.9.1 testcase errors [Dan Yefimov] 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto] 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to gpointer [Andrew Paprocki] 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, Stanislav Brabec] 325273 Error in documentation for glib_check_version () [Declan Naughton] 325310 g_spawn_sync hangs when catching both stdout and stderr [Tor Lillqvist] 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses] 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto] 325874 Should say somewhere that source IDs are > 0 [Dan Williams] 325438 a typo (compatability) [Stefan Kasal] 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula] Overview of Changes from GLib 2.9.0 to GLib 2.9.1 ================================================= * Memory management - The slice allocator is implemented [Tim Janik] - g_slice_free_chain() has been renamed to g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod] - Mem chunks are deprecated [Matthias Clasen] * Data structures - Hash tables are refcounted, and have a boxed type [Tim] * Thread support - Support for Solaris threads has been removed [Sebastian Wilhelmi, Andrew Paprocki] - g_async_queue_sort(), g_async_queue_push_sorted() have been added to allow GAsyncQueue to be used as a priority queue, together with the corresponding _unlocked variants [Martyn Russell] * GObject: - The concept of a floating initial reference has been moved from GtkObject to GObject [Tim] * Win32 changes: - Make g_rename() replace existing files [Tor Lillqvist] * Misc new API: - G_GUINT64_CONSTANT macro to define guint64 constants [Andrew Paprocki] - G_GNUC_WARN_UNUSED_RESULT macro to instruct the compiler to emit a warning if the value returned by a function is ignored. [Arjan van de Ven, Alex Larsson] - GList and GSList now have sort functions which take an extra user data argument [Martyn Russell] - g_param_spec_ref_sink() has been added for consistency [Tim] * $LOGNAME is respected when determining user data. [Laszlo Peter] * Other changes and bug fixes [Tim, Matthias, Behdad, Christian Persch, Benedikt Meurer, Andrew Paprocki, Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec, Andreas Schwab, Kalle Vahlman] * Documentation - Deprecation warnings carry version information [Matthias] - The slice allocator has been documented [Matthias, Tim] - Other improvements [Morten Welinder] Overview of Changes from GLib 2.8.x to GLib 2.9.0 ================================================= * Unicode support: - The Unicode tables have been updated to Unicode 4.1, adding several new values to the GUnicodeBreakType enumeration. This breaks Pango <= 1.10 [Behdad Esfahbod] - The various Unicode character predicate functions (g_unichar_isalpha, g_unichar_isdigit,...) have been optimized [Behdad] - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer: These functions handle negative offsets now, and going backwards in g_utf8_offset_to_pointer uses "stutter stepping". [Larry Ewing, Matthias Clasen] * Memory management: - Mem chunks are no longer used internally in GLib and GObject. GMemChunk will be deprecated in GLib 2.10 - All APIs based on GAllocator (g_list_push/pop_allocator, and similar push/pop_allocator functions for other data structures) have been deprecated, since they never worked as intended. - The g_slice_* functions have been added as a new API for fast allocation of small memory blocks. The implementation in GLib 2.9.0 is just a simple wrapper around malloc. GLib 2.10 will have an efficient and scalable implementation. [Tim Janik, Matthias] * Pattern matching: - g_pattern_match has been optimized to avoid unnecessary recursion. [Tim, Matthias] * g_intern_string, g_intern_static_string: - New functions to intern strings. These are now used by GObject to avoid duplicating static strings [Matthias] * g_thread_foreach: - New function to iterate over all GThreads [Tim, Matthias] * g_date_set_time_t, g_date_set_time_val: - New functions to set a GDate from a time_t or GTimeVal value. g_date_set_time has been deprecated in favor of these. [Roger Leigh] * g_snprintf and g_vsnprintf: - These functions are no longer declared in gprintf.h, since they are in glib.h [Matthias]
2006-02-25Update to 1.8.10:wiz3-7/+20
* Replaced many instances of g_return_val_if_fail and g_return_if_fail with non-asserting logic. * Fixes many critical warning problems. (Bug #331926 for instance)
2006-02-25Add p5-PathTools.minskim1-1/+2
2006-02-25This module is designed to support operations commonly performed onminskim4-0/+30
file specifications (usually called "file names", but not to be confused with the contents of a file, or Perl's file handles), such as concatenating several directory and file names into a single path, or determining whether a path is rooted.
2006-02-24Correctly depend on perl and embedded the right location intojoerg3-2/+22
cli-generate. Bump revision.
2006-02-23When distfile was changed, DIST_SUBDIR should have been set to refetchminskim2-5/+6
it automatically.
2006-02-23initial import of p5-Cache-Memcached 1.14.grant4-0/+25
This is the Perl API for memcached, a distributed memory cache daemon.
2006-02-23update to 1.1.12.grant2-7/+6
changes since 1.1.11: 2005-04-04 * patch from Don MacAskill <don@smugmug.com> 'flush_all' doesn't seem to work properly. Basically, if you try to add a key which is present, but expired, the store fails but the old key is no longer expired. 2005-01-14 * Date: Thu, 18 Nov 2004 15:25:59 -0600 From: David Phillips <electrum@gmail.com> Here is a patch to configure.ac and Makefile.am to put the man page in the correct location. Trying to install the man page from a subdirectory results in the subdirectory being used in the install path (it tries to install to doc/memcached.1). This is the correct thing to do: - create a Makefile.am in the doc directory that installs the man page with man_MANS - modify Makefile.am in the base directory to reference the doc directory using SUBDIRS - modify the AC_CONFIG_FILES macro in configure.ac to output the Makefile in doc 2005-01-14 * pidfile saving support from Lisa Seelye <lisa@gentoo.org>, sent Jan 13, 2005 2005-01-14 * don't delete libevent events that haven't been added (the deltimer) patch from Ted Schundler <tschundler@gmail.com> 2004-12-10 * document -M and -r in manpage (Doug Porter <dsp@dsp.name>) 2004-07-22 * fix buffer overflow in items.c with 250 byte keys along with other info on the same line going into a 256 byte char[]. thanks to Andrei Nigmatulin <anight@monamour.ru> 2004-06-15 * immediate deletes weren't being unlinked a few seconds, preventing "add" commands to the same key in that time period. thanks to Michael Alan Dorman <mdorman@debian.org> for the bug report and demo script.
2006-02-22Use pkgsrc info file handling. Mark as using makeinfo.wiz2-4/+6
Bump PKGREVISION.
2006-02-22Correct checksum after warning.joerg1-2/+2
2006-02-22GNU patch seems to be too stupid to deal with the unified diff versionjoerg2-10/+14
of patch-aa, so convert it into a context diff. Found on OS X by schmonz@.