summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-10-18Add HOMEPAGE.obache1-1/+2
2008-10-17Bump gtk2 depends -- this needs gail.wiz1-2/+2
2008-10-17Update devel/sdcc to 2.8.0.gson5-203/+1730
The changes since 2.4.0 are far too numerous to list here; please refer to the ChangeLog file.
2008-10-16PKGREVISION bump for libevent shlib name change.wiz2-4/+4
2008-10-16Update to 1.4.8:wiz3-8/+8
Changes in 1.4.8-stable: o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov. o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong. o Do not remove Accept-Encoding header Changes in 1.4.7-stable: o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test by me. Changes in 1.4.6-stable: o evutil.h now includes <stdarg.h> directly o switch all uses of [v]snprintf over to evutil o Correct handling of trailing headers in chunked replies; from Scott Lamb. o Support multi-line HTTP headers; based on a patch from Moshe Litvin o Reject negative Content-Length headers; anonymous bug report o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov. o Deal with evbuffer_read() returning -1 on EINTR|EAGAIN; from Adam Langley. o Fix a bug in which the DNS server would incorrectly set the type of a cname reply to a. o Fix a bug where setting the timeout on a bufferevent would take not effect if the event was already pending. o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov. o Add libevent.vcproj file to distribution to help with Windows build. o Fix a problem with epoll() and reinit; problem report by Alexander Drozdov. o Fix off-by-one errors in devpoll; from Ian Bell o Make event_add not change any state if it fails; reported by Ian Bell. o Do not warn on accept when errno is either EAGAIN or EINTR
2008-10-16Update to 2.2.3:wiz2-6/+6
2.2.3 (stable): * Windows: - Added project files (and property sheets) for MSVC++ 2005 and 2008. (Armin Burgmeier) - Removed unnecessary dependency on afxrefs.h, so it builds with MSVC++ Express editions. (Cedric Gustin)
2008-10-16Added devel/pangomm version 2.14.0adam1-1/+2
2008-10-16pangomm (used to be part of gtkmm) is the official C++ interface for theadam5-0/+429
popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
2008-10-16update BUILDLINK_API_DEPENDS.cairodrochner1-2/+2
2008-10-16sync w/ base pkgdrochner1-2/+2
2008-10-16update to 2.15.4drochner6-27/+104
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.0drochner4-13/+11
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.0drochner7-20/+27
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.6.3drochner2-6/+6
changes: minor fixes, documentation improvements
2008-10-16update to 2.24.0drochner7-24/+26
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.1drochner4-19/+13
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.0drochner4-14/+18
This switches to the gnome-2.24 release branch.
2008-10-16update to 1.24.0drochner5-19/+33
This switches to the gnome-2.24 release branch. (also remove "gail" dependency)
2008-10-16update to 1.22.0drochner3-10/+12
This switches to the gnome-2.24 release branch.
2008-10-14Add an @exec entry to PLIST to make the binary package work.minskim2-3/+4
Bump PKGREVISION.
2008-10-14Update to 1.4.12:wiz16-451/+16
* Noteworthy changes in Version 1.4.12 (2008-10-10) [stable] Released by Eric Blake, based on git version 1.4.11.* ** Fix regression introduced in 1.4.4b where using `traceon' could delete a macro. This was most noticeable with `traceon(`traceon')', but would also happen in cases such as `foo(traceon(`foo'))'. ** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion failure. ** Fix regression introduced in 1.4.11 where `defn' died with an assertion failure on a traced but undefined macro. ** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'. For now, the environment variable POSIXLY_CORRECT has no effect on M4 behavior; but a future release of M4 will behave as though --traditional is implied if POSIXLY_CORRECT is set (this future change is necessary, because in the current release, there is no way to disable GNU extensions that conflict with POSIX without the use of a non-POSIX command-line argument). Clients of M4 that want to use GNU extensions, even when POSIXLY_CORRECT is set, should start using the -g command-line argument, even though it is currently a no-op if -G did not appear earlier in the command line, so that the client will not break in the face of an upgraded m4 and a POSIXLY_CORRECT execution environment. ** The `-L'/`--nesting-limit' command-line option now defaults to 0 for unlimited on platforms that can detect and deal with stack overflow. On systems that lack alternate stack support, such as Cygwin, and on systems that do not obey the POSIX semantics for distinguishing stack overflow from other exceptions, such as Linux, you can optionally install the libsigsegv library (version 2.6 or newer recommended) to enhance m4's ability to accurately report stack overflow: http://www.gnu.org/software/libsigsegv/ ** A number of portability improvements inherited from gnulib.
2008-10-14Update ragel to 6.3. Patches provided by Matthias-Christian Ott.minskim3-8/+9
Too many changes and bug fixes since 5.21. See http://www.complang.org/ragel/ChangeLog for the complete list.
2008-10-14Version 1.5.3epg7-16/+16
(10 Oct 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.3 User-visible changes: * Allow switch to continue after deleting locally modified dirs (issue #2505) * Update bash_completion to be compatible with 1.5 (r32900, -11, -12) * Improve 'svn merge' execution time by 30% on Windows (r33447) * Reuse network sessions during 'svn merge', improving performance (r33476) * Improve temp file creation time on Windows (r33464) * Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112) * Improve file IO performance on Windows (r33178, -85) * fixed: merging files with spaces in name (r33109, -121, -369) * fixed: incorrect relative externals expansion (r33109, -121, -369) * fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12) * fixed: correctness regression in 'svn log -g' (issue #3285) * fixed: current early bailout of 'svn log -g' (r32977) Developer-visible changes: * Allow the tests to run as non-administrator on Windows Vista (r31203) * Allow out-of-tree build of bindings on BSD (r32409) * Translate messages in svn_fs_util.h (r32771) * fixed: bindings test for Perl 5.10 (r31546) * fixed: building bindings and C API tests with VS2008 (r32012) * fixed: svn_ra_replay API over ra_serf (r33173)
2008-10-13Add menhir to devel/Makefile.bjs1-1/+2
2008-10-13Import menhir-20080912. This is the parser used by the upcomingbjs5-0/+141
devel/coccinelle package. Menhir is a LR(1) parser generator for the Objective Caml programming language. That is, Menhir compiles LR(1) grammar specifications down to Objective Caml code. It is mostly compatible with ocamlyacc(1).
2008-10-13Apply patch to first unlock the CD before trying to eject it. Since SDLreinoud3-3/+16
doesn't seem to have lock/unlock primitives, this looks like the right thing to do. Fixes audio/tcd's eject function too.
2008-10-13Update p5-Compress-Zlib to 2.015.obache2-8/+8
Based on PR 39555. CHANGES ------- 2.015 3 September 2008 * Makefile.PL Backout changes made in 2.014 2.014 2 September 2008 * Makefile.PL Updated to check for indirect dependencies. 2.012 15 July 2008 * No Changes
2008-10-13Update p5-IO-Compress-Zlib to 2.015.obache2-8/+8
Based on PR 39555. CHANGES ------- 2.015 3 September 2008 * Makefile.PL Backout changes made in 2.014 2.014 2 September 2008 * Makefile.PL Updated to check for indirect dependencies.
2008-10-13Update p5-IO-Compress-Base to 2.015.obache2-6/+6
Based on PR 39555. CHANGES ------- 2.015 3 September 2008 * Makefile.PL Backout changes made in 2.014 2.014 2 September 2008 * Makefile.PL Updated to check for indirect dependencies. 2.013 18 July 2008 * IO::Compress::Base - Allow IO::Compress::Base::Parameters::parse to accept an IO::Compress::Base::Parameters object.
2008-10-13Changes 2.18.0:adam3-9/+23
* New API to match glib2-2.18.x * Bug fixes
2008-10-13Revert previous; pvs includes mk/tex.buildlink3.mk which is not related touebayasi1-3/+1
Emacs lisp files.
2008-10-13Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are reallyuebayasi4-4/+10
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.
2008-10-13+p5-Gtk2-GladeXML subdirkefren1-1/+2
2008-10-12Initial import of Gtk2::GladeXML 1.007kefren3-0/+35
This extension module binds libglade to Perl so you can create and manipulate user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better yet you can load a file's contents into a PERL scalar do a few magical regular expressions to customize things and the load up the app. It doesn't get any easier.
2008-10-12Add note (for now) that this version is incompatible with perl 5.10.0abs1-1/+2
2008-10-12Update to not require p5-Attribute-Handlers for perl>=5.10.0, bump pkgrevisionabs2-5/+6
2008-10-12+p5-Devel-Declare & p5-MooseX-Typesabs1-1/+3
2008-10-12Added devel/p5-MooseX-Types version 0.04abs3-0/+43
The types provided with Moose are by design global. This package helps you to organise and selectively import your own and the built-in types in libraries. As a nice side effect, it catches typos at compile-time too. However, the main reason for this module is to provide an easy way to not have conflicts with your type names, since the internal fully qualified names of the types will be prefixed with the library's name. This module will also provide you with some helper functions to make it easier to use Moose types in your code.
2008-10-12Added devel/p5-Devel-Declare version 0.001011abs4-0/+48
import and unimport declarator magic for perl
2008-10-12+p5-Test-Classabs1-1/+2
2008-10-12Added devel/p5-Test-Class version 0.31nb1abs3-0/+42
Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder it is designing to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.) Note: This module will make more sense if you are already familiar with the "standard" mechanisms for testing perl code. Those unfamiliar with Test::Harness, Test::Simple, Test::More and friends should go take a look at them now. Test::Tutorial is a good starting point.
2008-10-12Add & enable p5-Devel-Gladiatorseb1-1/+2
2008-10-12Initial import of p5-Devel-Gladiator version 0.01 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module Devel::Gladiator iterate's Perl's internal memory structures and can be used to enumerate all the currently live SVs. This can be used to hunt leaks and to profile memory usage
2008-10-11Update to libffi-3.0.6. From Aleksej Saushev, who's taking maintainership,dholland8-65/+58
with an adjustment for info file handling. Changes from 2.x appear to be large and aren't concisely anywhere I can find. Changes since 3.0.0: 3.0.6 Jul-17-08 Fix for closures on sh. Mark the sh/sh64 stack as non-executable. (both thanks to Kaz Kojima) 3.0.5 Apr-3-08 Fix libffi.pc file. Fix #define ARM for IcedTea users. Fix x86 closure bug. 3.0.4 Feb-24-08 Fix x86 OpenBSD configury. 3.0.3 Feb-22-08 Enable x86 OpenBSD thanks to Thomas Heller, and x86-64 FreeBSD thanks to Björn König and Andreas Tobler. Clean up test instruction in README. 3.0.2 Feb-21-08 Improved x86 FreeBSD support. Thanks to Björn König. 3.0.1 Feb-15-08 Fix instruction cache flushing bug on MIPS. Thanks to David Daney. 3.0.0 Feb-15-08 Many changes, mostly thanks to the GCC project. Cygnus Solutions is now Red Hat.
2008-10-11updated libosip2 to 3.1.0schwarz2-6/+6
2008-10-11Make ilisp work with newer clisp (devel/clisp).uwe4-3/+53
- sys::debug-* functions now take an argument (since 2.45) - fix prompt regexp to match reality
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi25-56/+103
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-10-10Update from version 0.7501 to 0.7600.he2-10/+13
Pkgsrc changes: o Canonicalize MASTER_SITES and HOMEPAGE o Replace perl in two installed modules o Adjust pointer to .packlist Upstream changes: 2008-07-18 John Peacock <jpeacock@cpan.org> Fix segfault with core version stringification of serialized version objects without an 'original' entry. See http://rt.perl.org/rt3/Public/Bug/Display.html?id=56606 2008-07-08 John Peacock <jpeacock@cpan.org> Only need to rev the underlying vstringify2() function. 2008-07-08 John Peacock <jpeacock@cpan.org> Commit working implementation to handle badly formed version objects thanks to Data::Dumper. :(
2008-10-09Update to 2.24.0:wiz7-18/+28
2.24.0 ====== Fixes - Fix pokit-policy-file-validate check (Saleem Abdulrasool) Translation updates (ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn, lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi 2.23.2 ====== Fixes - cleanups (Kjartan) Features - stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode) - optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod) 2.23.1 ====== Fixes - Fix the build. (Kjartan) 2.23.0 ====== Fixes - stop spamming syslog (David Förster) - signal handling fixes (Javier Uruen Val) - use AC_HELP_STRINGS for nice formatting (Sven Herzberg) - timeout batching work (Matthias Clasen) - remove syslog spamming code (from Debian) - fix a crash when unsetting a key with no writable source (Richard Hult) - allow overriding $TMPDIR (Frederic Crozat) - integration with D-BUS (Ray Strode) - translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09Update to 2.63:wiz3-7/+8
GNU Autoconf NEWS - User visible changes. * Major changes in Autoconf 2.63 (2008-09-09) [stable] Released by Eric Blake, based on git versions 2.62.*. ** AC_C_BIGENDIAN does not mistakenly report "universal" for some bigendian hosts, a regression introduced with universal binary support in 2.62. ** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default library directories. ** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external AC_DEFINE([__EXTENSIONS__]). This fixes a regression introduced in 2.62 when using macros such as AC_AIX that were made obsolete in favor of the more portable AC_USE_SYSTEM_EXTENSIONS. ** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case. ** Newly obsolete macros The following macro has been marked obsolete, since current porting targets can safely assume C89 semantics that signal handlers return void. We have no current plans to remove the macro. AC_TYPE_SIGNAL ** The macros m4_map and m4_map_sep now ignore any list elements consisting of just empty quotes, and m4_map_sep now expands its separator. This fixes a regression in 2.62 when these macros were first documented, for the sake of clients expecting the semantics that these macros had prior to that time. The new macros m4_mapall and m4_mapall_sep, along with extra quoting of the separator, can be used to get the semantics that m4_map_sep had in 2.62. ** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now handle properly quoted but otherwise unbalanced parentheses (for some macros, this fixes a regression in 2.62). ** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ), allowing the output of unbalanced parentheses in more contexts. ** The following m4sugar macros are new: m4_joinall m4_mapall m4_mapall_sep m4_reverse m4_set_add m4_set_add_all m4_set_contains m4_set_contents m4_set_delete m4_set_difference m4_set_dump m4_set_empty m4_set_foreach m4_set_intersection m4_set_list m4_set_listc m4_set_remove m4_set_size m4_set_union ** The following m4sugar macros now accept multiple arguments, as is the case with underlying m4: m4_defn m4_popdef m4_undefine ** The following m4sugar macros now guarantee linear scaling; they previously had linear scaling with m4 1.6 but quadratic scaling when using m4 1.4.x. All macros built on top of these also gain the scaling improvements. m4_bmatch m4_bpatsubsts m4_case m4_cond m4_do m4_dquote_elt m4_foreach m4_join m4_list_cmp m4_map m4_map_sep m4_max m4_min m4_shiftn ** AT_KEYWORDS once again performs expansion on its argument, such that AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about the possibly unexpanded m4_if [regression introduced in 2.62]. ** Config header templates `#undef UNDEFINED /* comment */' do not lead to nested comments any more; regression introduced in 2.62.