summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-16updated textproc/p5-XML-RAIrhaen2-3/+3
2008-07-16- updated to 1.3022rhaen2-9/+8
- took maintainership ChangeLog: 1.3022July 18 2007 - Changed XML::RAI::Object's date handler to avoid an apparent bug in Date::Format::strftime. Thanks to Tim Sweetman. 1.301Nov 20 2005 - Fixed Makefile dependencies 1.3 Nov 18 2005 - Seperated out XML::RSS::Parser reversing a bad idea. - Introduced add_mapping method to all objects. - Now requires XML::RSS::Parser 4.0. - Various mapping tweaks. - Numerous bug fixes. - Test. A lot of them. 1.21 Jul 16 2005 - Replaced use of Style param in XML::RSS::Parser constructor with standard Handlers param. This lowered the prerequisite version of XML::Parser needed. 1.2 Jan 16 2005 - POTENTIAL BREAK: XML::RAI::Object::source has been renamed src. This fixes a boneheaded oversight where XML::RAI::Item had two documented source methods. The source method for retreiving any RSS source attributes was overloading the XML::RAI::Object source method to retreive the underlying XML::RSS::Parser::Element object. This was completely fouling up retreival in an ARRAY context for all the RSS methods in the XML::RAI::Item class. This change required numerous modifications throughout the XML::RAI classes to reflect this naming change. 1.11 Jan 09 2005 - Fixed condition that was generating "Use of uninitialized value in localtime" warning. 1.1 Jan 09 2005 - Dropped POSIX dependency in favor of Date::Format. - Added EPOCH time formatting option - Fixed time_format bug were PASS_THRU could not be set. (Kevin Frost) - Fixed PASS_THRU bug were an XML::RSS::Parser::Element object would be returned instead of a string. (Kevin Frost) - Fixed bug were date normalization was ignoring timezone and using the local system timezone instead. (Kevin Frost) 1.04 Nov 22 2004 - Added the Technorati API namespace to XML::Parser::Element. 1.03 Nov 06 2004 - Fixed RAI->item_count bug that was returning one less then the actual count. (Jason Swan) 1.02 Oct 16 2004 - Added missing Class::XPath dependency to Makefile.PL 1.01 Sep 30 2004 - Corrected XML::RSS::Parser prerequisite version to 3. - Added prerequisite version of Date::Parse to 2.26 in RAI::Object. - Switched use of deprecated value method to text_content in RAI::Object. 1.00 Sep 29 2004 - Integrated XML::RSS::Parser package into RAI. - Refactored XML::RSS::Parser to use XML::Elemental package and true tree structure. - Introduced XML::RSS::Parser::Characters class - Exposed internal methods for use with Class::XPath in Element - Added more graceful handling of unrecognized namespace URIs - Deprecated value and append_value. BREAKAGE: Regretfully value method will not work the same as version 2x of the RSS Parser in some cases. This is due to the adoption of a tree model and how text is handled. - Added as_xml method for reimplementing the version 2x pass-thru functionality under the tree structure. 0.52 Aug 14 2004 - Removed lastBuildDate from the RAI::Item created and modified mappings. A good idea gone bad if you are trying to merge feeds and list out entries chronological order. - Added minimum version of 0 to POSIX an Date::Parse in Makefile.PL. - Time handlers (created, modified etc) return UTC rather then local time
2008-07-16- added needed dependency to textproc/p5-XML-Elementalrhaen1-2/+4
- took maintainership - bumped pkgrevision
2008-07-16patch-aa: Add RCS ID.wiz2-1/+4
distinfo: Add patch-aa.
2008-07-16Replace with one generated from scratch -- the old one had toowiz1-18/+10
many errors.
2008-07-16 Updated x11/libdrm to 2.3.1 [bjs 2008-07-16]bjs1-3/+1
Updated audio/herrie to 2.1 [bjs 2008-07-16]
2008-07-16+ Updated audio/herrie to 2.1 [bjs 2008-07-16]bjs1-1/+2
2008-07-16Update to herrie-2.1. NOTE: the OSSv4 audio volume API change only appliesbjs3-14/+14
if OSSv4 is installed, so functionality should be retained on OSS-emulating platforms, e.g. NetBSD and OpenBSD. 2008-07-15 -- Herrie 2.1: * Added: -p switch to start playback on startup - Phillip Warner * Fixed: Crash in seek time format parsing * Added: 'F' button to jump to files in the file browser * Improved: Use OSSv4 volume adjustment API - Paulo Matias
2008-07-16+ Updated lang/gambc to 4.2.8 [bjs 2008-07-16]bjs1-1/+2
2008-07-16Update to version 4.2.8. Changes:bjs5-12/+15
- Fixed infinite loop when a character is output to a port whose character encoding does not support the character (e.g. (display (integer->char 1000)) when character encoding is ISO-8859-1). - Added procedures to extract the threads and thread groups contained in a thread group (thread-group->thread-list, thread-group->thread-vector, thread-group->thread-group-list, thread-group->thread-group-vector). - Renamed open-process' show-window: setting to the more reasonable show-console: since it controls the visibility of the console. - Added readtable-max-unescaped-char and readtable-max-unescaped-char-set which control the external syntax of characters in symbol, string and character objects written with the write and pretty-print procedures. - Added tcp-server-socket-info to get the IP address and port-number of a tcp-server-port (useful when the server port was created with a kernel assigned port-number, i.e. setting port-number: 0). - Fixed incorrect calls to ___P macro in lib/*.c, and added lib/check___P script to automatically detect such calls (script contributed by Derek Peschel). - Added a "terminate" interrupt which terminates the Gambit process cleanly (all the exit jobs are executed before exiting). On Unix this interrupt is raised by the SIGTERM signal so a "kill 1234" where 1234 is the pid of the Gambit process will terminate the process. On Windows the interrupt occurs when the console window is closed or the system is shutting down (however currently the system hangs while executing the exit jobs). - Fixed handling of incomplete characters at end-of-file, which are now handled like illegal characters (error signaled unless char-encoding-errors setting is set to #f). - Fixed recently introduced bug in handling of end-of-line encoding. - Added escaping of non-graphical characters in symbols: (string->symbol (string (integer->char 255))) gives |\377| . - Protect gcc extension _builtin_expect with GCC version >= 3 because old gcc versions (up to 2.95.3 it seems) did not have that extension. - Added char-encoding-errors: setting to open-file to enable/disable character encoding error checking, and -:fr and -:fR runtime options to select the default setting for file I/O (on/off). - Removed non-ASCII characters from lib/_num.scm . - Fixed error introduced with end-of-line encoding of the history file. - Changed end-of-line encoding from lf to cr-lf when reading source code. This makes the load procedure and the compiler more lenient when reading source code with non-Unix-style end-of-line encoding. This means that source code with a string containing a CR/LF sequence will construct a string with a single #\newline character (previously both$ #\return and #\newline were put in the string). - Fixed compiler crash when compiling files containing the forms #123, #, ##, etc (file location information was not properly attached to expression) - Improve error messages produced by the C compiler when it compiles a file generated by a different version of the Gambit compiler.
2008-07-16- spamdykeschmonz1-2/+1
2008-07-16Updated mail/spamdyke to 4.0.0schmonz1-1/+2
2008-07-16Update to 4.0.0. The changelog is unwieldy; highlights:schmonz6-43/+23
* Several options have changed names, behaviors, defaults, and/or possible settings, all of which are explained in the upgrade instructions. * Many new options have been added: config-dir config-dir-search dns-blacklist-file dns-level dns-max-retries-total dns-max-retries-primary dns-server-ip dns-server-ip-primary dns-timeout-secs dns-whitelist-file filter-level graylist-exception-ip-entry graylist-exception-rdns-entry graylist-level ip-blacklist-entry ip-in-rdns-keyword-blacklist-entry ip-in-rdns-keyword-whitelist-entry ip-in-rdns-keyword-whitelist-file ip-whitelist-entry local-domain-entry rdns-blacklist-entry rdns-whitelist-entry recipient-blacklist-entry recipient-whitelist-entry rejection-text-access-denied rejection-text-dns-blacklist rejection-text-earlytalker rejection-text-empty-rdns rejection-text-graylist rejection-text-ip-blacklist rejection-text-ip-in-cc-rdns rejection-text-ip-in-rdns-keyword-blacklist rejection-text-local-recipient rejection-text-max-recipients rejection-text-missing-sender-mx rejection-text-rdns-blacklist rejection-text-recipient-blacklist rejection-text-reject-all rejection-text-relaying-denied rejection-text-rhs-blacklist rejection-text-sender-blacklist rejection-text-smtp-auth-required rejection-text-timeout rejection-text-unresolvable-rdns relay-level rhs-blacklist-file rhs-whitelist-file run-as-user sender-blacklist-entry sender-whitelist-entry smtp-auth-level tls-level * An example spamdyke.conf has been provided.
2008-07-16+ Updated x11/libdrm to 2.3.1 [bjs 2008-07-16]bjs1-1/+2
2008-07-16Update to libdrm-2.3.1. There is no up-to-date ChangeLog in the packagebjs7-31/+31
whatsoever, so I cannot include a list here (see GIT history if you're curious). NOTE: This version of libdrm no longer includes the TTM interface. If any [xorg/mesa] packages are updated to versions explicitly requiring libdrm-2.3.1, then BUILDLINK_API_DEPENDS for this package will need to be changed. Also, the i915tex dri driver found in graphics/MesaLib will not build with this version--but nor was it supported on any platform except Linux. I have remove i915tex from the MesaLib driver build; this should be enough to avoid problems.
2008-07-16libdrm-2.3.1 does not include the TTM interface, which will cause thebjs2-4/+4
build of the i915tex driver to break (this driver was never supported on any OS aside from linux, anyway). Bump PKGREVISION.
2008-07-16Note update of databases/p5-DBIx-Class-Validation to version 0.02003nb1seb1-1/+2
2008-07-16- This Perl module's build requires the DateTime::Format::MySQLseb1-1/+4
module. Hence add a build dependency on time/p5-DateTime-Format-MySQL package. - Unbreak build when the package textproc/p5-Data-FormValidator is not installed: add it as dependency. Bump PKGREVISION to 1.
2008-07-16Note update of textproc/p5-FormValidator-Simple to version 0.23nb1seb1-1/+2
2008-07-16This Perl module requires the Date::Calc module. Hence add aseb1-1/+3
dependency on devel/p5-Date-Calc package. Bump PKGREVISION to 1.
2008-07-15+ ruby-RMagick-2.5.2obache1-1/+2
2008-07-15- Added textproc/p5-XML-Elementalrhaen1-1/+2
2008-07-15- added new package p5-XML-Elemental to SUBDIRrhaen1-1/+2
2008-07-15XML::Elemental is a SAX-based package for easily parsing XML documentsrhaen3-0/+32
into a more native and mostly object-oriented perl form. The development of this package grew out of the desire for something more object-oriented then XML::Simple and was more simplistic and perlish then the various standard XML API modules such as XML::DOM. Easier installation of modules was also a contributing factor.
2008-07-15updated devel/p5-Task-Weaken to 1.02rhaen1-1/+2
2008-07-15- updated to 1.02rhaen2-9/+7
- took maintainership Changelog: 1.02 Wed 14 Nov 2007 - Updating to newer AUTOMATED_TESTING tests - Updating to fixed META.yml 1.01 Mon 22 Oct 2007 - Updating to newer AUTOMATED_TESTING tests 1.00 Sat 18 Aug 2007 - Adding more detail to the Makefile.PL, better error messages, and several additional fallback options.
2008-07-15updated textproc/p5-XML-Node to 0.11rhaen1-1/+2
2008-07-15- updated to 0.11rhaen2-11/+7
- took maintainership Changelog: Revision history for Perl extension XML::Node 0.11 Dec 10 Mon 2:07:06 2001 - added support for relative paths - rename XML::Node.sgml to XML-Node.sgml so that Windows people can unzip the package.
2008-07-15- updated devel/p5-Test-Deep to 0.103rhaen1-1/+2
2008-07-15- updated to 0.103rhaen2-9/+7
- took maintainership - Makefile cleanup Changelog: 0.103 Detect whether isa() is being called with 1 or 2 arguments and dispatch to the correct function. This is hacky but fixes the problem of clashing with UNIVERSAL::isa(). 0.102 Behave well when a code comparator doesn't give diagnostics. Thanks to Alex Kapranoff.
2008-07-15updated devel/p5-AnyEvent to 4.9rhaen1-1/+2
2008-07-15- updated to 4.2rhaen2-13/+7
- removed unneeded dependencies - fixed dbl entry for DESTDIR support - took maintainership ChangeLog: 4.2 Sat Jul 12 22:42:11 CEST 2008 - support an "interval" argument for repeating timers. - fix a bug in the pure perl event loop that caused timers to be delayed under some circumstances. - implement optional argument checking via PERL_ANYEVENT_STRICT. - not importing anything from Event causes it to malfunction and not use Time::HiRes, work around this bug. - more bug workarounds against the endlessly broken Tk module, seems to work now on 32 bit machines, but less so on 64 bit. - minor optimisations applied to most backends. 4.161 Fri Jul 4 14:24:48 CEST 2008 - fixed the t/handle/02_write.t, it read after write, with the assumption that all data could be written before read (reported by Jim Razmus). 4.160 Thu Jul 3 04:02:21 CEST 2008 - re-registering signal watchers after unregistering one did not work if a backend falls back on AnyEvent's default implementation (also affected child watchers). - new AnyEvent::Handle options: autocork and no_delay. 4.152 Sun Jun 22 14:15:44 CEST 2008 - allow for 32-bit perls that implement shifts differently on different architectures in parse_ipv4 (reported and analysed by Keiichi DAIBA). 4.151 Fri Jun 6 17:34:24 CEST 2008 - make sure specifying _only_ on_read and never pushing reads works. 4.15 Fri Jun 6 13:00:46 CEST 2008 - the pure perl backend would keep some watchers alive when more than one watcher was registered for the same fd. - new "packstring" and "storable" read and write types for AnyEvent::Handle. - allow on_eof handler to be called after on_error with EPIPE returns. - do not immediately call on_read callback in handle constructor. 4.14 Thu Jun 5 20:29:31 CEST 2008 - Fixed a bug in DNS SRV priority sorting. - AnyEvent::Util::guard now reports runtime errors while executing the guard block as warnings. - handle 0-byte-reads just before EOF correctly in AnyEvent::Handle. 4.13 Thu Jun 5 00:47:59 CEST 2008 - AnyEvent::DNS only followed cname chains with length 2, contrary to documentation. bumped it up to 10, thanks to microsoft, the current broken-dns-config-king. - AnyEvent::DNS didn't check for socket return status but instead relied on perl not creating filehandles in that case - too bad it gives you a bogus file handle (reported and analysed by Vladimir Timofeev). - fix queue management logic in AnyEvent::Handle: when on_read was registered, the queue was empty and no progress could be made AnyEvent::Handle would enter an endless loop. - correctly start reading again when the handle became busy again after idling. - correctly treat tls shut-downs as EOF condition (for the time being, would be nice to have a callback for that). - correctly call eof callback under all conditions (hopefully). - the timeout callback did not expect that $self can go away any time. 4.12 Tue Jun 3 10:58:04 CEST 2008 - include AnyEvent::Intro, a tutorial for anyevent, anyevent::socket and anyevent::handle. - allow more options in on_error. 4.11 Fri May 30 23:42:25 CEST 2008 - INCOMPATIBLE CHANGE: replace ptr by real PTR lookup, provide reverse_lookup and reverse_verify to replace it, support v4mapped and v4compat addresses. - provide more documentation for the resolver class. - really replace longest run of :0: by :: in format_address, also properly convert :: and ::1 again. - support NAPTR record name and decode it. - implement random weight sampling for SRV records, as per rfc 2782. - correctly abort on srv-record targets of ".". - added AnyEvent::DNS::wait_for_slot. - in the unlikely event of a virtual circuit connection being invalidated by a delayed udp reply, AnyEvent::DNS could die. this has been fixed. - plug a probable memleak in the DNS vc code. - use configured timeout also for VC request phase. - implement timeout and max_outstanding methods for resolver class. - update version numbers in all modules. 4.1 Thu May 29 05:45:40 CEST 2008 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address which mirrors their purpose better (old names still available for a while). Also moved AnyEvent::DNS::addr to AnyEvent::Socket::resolve_sockaddr. - implement AnyEvent->time and AnyEvent->now. - fix IPv6 support in pack_sockaddr. - officially un-experimentalise all newly introduced code. - support unix domain sockets everywhere by specifying a host of "unix/" and the pathname as service. - implement an activity timeout in AnyEvent::Handle. - added a regex read type to AnyEvent::Handle. - added a json read/write type to AnyEvent::Handle. - always croak in on_error in AnyEvent::Handle. - document how to subclass AnyEvent::Handle. - implement AnyEvent::Util::fork_call. - add support for IPv6 nameservers and nameserver statements. - work around _yet_ _another_ windows perl bug in where empty select masks cause errors in the pure perl backend (this workaround cannot be implemented for the other event loops, but EV also works around this). - supply AnyEvent::Socket::address_type and make good use of it. - clarify and fix the Handle documentation w.r.t $self vs. $handle vs. callback arguments. - add some recommends to the META.yml. 4.05 Mon May 26 19:44:06 CEST 2008 - some platforms ignore the rfc and prepend an extra sa_len member to the sockaddr structure, cater for those. also use sockaddr_family, didn't know it was there, but comes in handy for the workaround. - undo the import WIN32 hack. 4.04 Mon May 26 08:03:31 CEST 2008 - try to work around yet another windows bug: failed connects are reported as if it were out-of-band data. windows users: you suck. Only EV, Glib, Event and the pure perl backend can handle this condition. - optimize write algorithm in AnyEvent::Handle. - properly parse PERL_ANYEVENT_PROTOCOLS and use the info correctly. - tcp_connect now properly iterates through all targets. - check wether IPv6 sockets can actually be created, otherwise, disable ipv6 support entirely. also hardcode some AF_INET6 constants for the sake of perl 5.8. - vastly improved nameserver/suffix detection algorithm for windows (still a hack...) - try to use a fallback dns server if no dns servers could be found. - splatter around some local $SIG{__DIE__}'s to work around bad die handlers. 4.03 Sun May 25 05:05:57 CEST 2008 - work around perl bugs on windows, where perl returns undocumented error codes for sysread, syswrite etc. - fix AnyEvent::Handle::unshift_read to really unshift and not push. - AnyEvent::Handle could sometimes stumble over 0-byte writes. - fix unpack_sockaddr, now works for AF_INET6 sockaddr's. - updated documentation. - lots of workarounds for perl 5.8 quirks. - implement a more flexible type system for both reads and writes in AnyEvent::Handle. - support IPv6 in tcp_server. - pass local hostname and port to the prepare callback in tcp_server. - make types extendable in AnyEvent::Handle. - croak, not die, in AnyEvent::Handle; 4.0 Sat May 24 19:58:08 CEST 2008 - added (experimental) AnyEvent::DNS module. - added (experimental) AnyEvent::Socket module. - added (experiemntal) support for TLS/SSL in AnyEvent::Handle. - make condvar->end call ->send as documented. - make condvar constructor support the documented cb => argument. - overload condvars so you can use them instead of code references. - support more of the POSIX forms instead of a pure dotted quad for verbatim ip addresses. - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore. - try very hard not to freeze on broken windows perls. - make on_eof optional in AnyEvent::Handle. - support service names in tcp_connect and tcp_server. - work around netbsd/openbsd bug causing unix sockets not to become writable until empty. - only make a dummy read for error detection when getpeername returns ENOTCONN. - defend AnyEvent::Util::inet_aton against Coro::LWP brutal override. - new AnyEvent::Guard::cancel. 3.5 Sat May 17 23:17:14 CEST 2008 - gracefully deal with systems not defining CLOCK_MONOTONIC (as opposed to not supporting the clock itself, which worked in 3.41). - added AnyEvent::Util::tcp_connect and AnyEvent::Util::tcp_server helpers, to replace the ill-designed AnyEvent::Socket class. - added some examples (eg/connect, eg/handle). - added AnyEvent::Util::guard. - AnyEvent::Util now exports most of its functions. - fixed a bug in *_read_chunk, where the callback was called with $self as first and second argument. - simplified and fixed regex handling in AnyEvent::Handle::*_read_line. - fix manpage condvars examples to use new syntax. - considerably improve inet_aton with EV::ADNS backend to support cname chains (common dns configuration bug, e.g. with www.google.de) and aaaa records if no a record could be found. 3.41 Sun May 11 19:53:13 CEST 2008 - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao. 3.4 Sun May 11 00:29:25 CEST 2008 - complete re-implementation of condvars with a hopefully much mroe useful API (backward compatible functions exist but are undocumented). - AnyEvent::Handle fully rewritten with a hopefully more powerful API (still subject to change). - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl. - provide AnyEvent::post_detect and @AnyEvent::post_detect, which allows module authors to avoid forcing event loop detection. (used by Coro::AIO, Coro::BDB, Coro::AnyEvent for example). - remove coro backends: Coro now provides generic support for AnyEvent via Coro::AnyEvent. 3.3 Mon Apr 28 09:51:06 CEST 2008 - added AnyEvent::Handle, AnyEvent::Socket and AnyEvent::Util modules. - fix a bug in the pure perl backend that kept watchers alive when multiple watchers were registered for the same fh/poll combo. - add a benchmark section showing AnyEvent overhead and comparing the different event loops with each other. - prefer pure perl over tk when autoprobing, as it's about as fast, but doesn't crash with many watchers. - declare Qt support non-experimental. - clarify the confusing section about the file descriptor being kept alive. - document the race between loading of an event module and child processes exiting. - support POE as "backend" (with some caveats, POE is not generic enough, and darn slow). - support Wx and Prima through POE. - optimise perl backend to use 20% less memory and take advantage of typical timeout behaviour. It can now compete with select/poll-based C event loops in most cases (it is usually faster than Event and Glib :). - roughly cut EV memory use in half and increase its speed by 30%, by removing undocumented functionality. Did something similar to other event loops where possible. 3.2 Thu Apr 24 10:10:40 CEST 2008 - do not die when anyevent watchers are destroyed while running callbacks in the pureperl backend (could only happen when two watchers are registered for the same fh/poll combo). - support autoloading for child watchers, was broken in all versions. - implement PERL_ANYEVENT_MODEL env variable. - (experimental) implement interface to the (very crashy/buggy) Event::Lib module. - (experimental) implement interface to the Qt module (cannot be autoprobed). - this release is IO:AnyEvent-proof. 3.12 Tue Apr 22 07:11:46 CEST 2008 - reinstate AUTHOR section that got lost somehow. - do not hang in the testsuite with badly broken perls (activestate, strawberry...), but instead diagnose the problem and continue. - use INT instead of CHLD in an attempt to support broken windows perls better (this decreases the test quality, unfortunately). - do not send the signal to the process group (no problem for CHLD, bad for INT :). 3.11 Sat Apr 19 06:57:31 CEST 2008 - major documentation rework. - document the fact that child watchers only watch for zombies. - fix the child watcher example. 3.1 Wed Apr 16 17:09:01 CEST 2008 - work around recurring bugs in Tk by dup'ing filehandles, the only method with good success chances on Tk (the bugs apparently don't get fixed anytime soon). - lift the restriction of only one watcher per fh direction (as the Tk bug workaround also lifts it and only Tk imposed such strong limits). - changed probe order to prefer coro adaptors. - explain why recursion into the event loop is not supported unless the backend supports it (only Coro::EV does without any restrictions...). - add simple manpages for all backend modules. 3.0 Mon Apr 7 21:30:23 CEST 2008 - Coro::Signal changed semantics, roll our own, also cleaning up the Coro implementation in general. - rename Coro backend to CoroEvent. - add some decision helping paragraph to the manpage that should help people to decide whether AnyEvent is the right thing for them.
2008-07-15add xltchristos7-1/+156
2008-07-15- add a note that this is used mail/sendmail/Makefilejnemeth1-2/+3
- change MAINTAINER to OWNER as I prefer to be consulted before changes are made
2008-07-15Backout broken patch from PR pkg/37646. Because this package doesn't usetron2-5/+5
"imake" rules for installing its manual page using "IMAKE_MAN_SUFFIX" in the package list is wrong. Bump package revision because the list of files was incorrect under at least NetBSD.
2008-07-15- updated p5-Event to 1.11rhaen1-1/+2
2008-07-15- updated to 1.11rhaen2-6/+6
Changelog: - tests is too sensitive to load on the machine causing random failures. Better to remove it from the regression test battery. - Increase minimum version of perl to 5.006_003 - Make debug code compile again - s/double/NV/g to support uselongdouble
2008-07-15- updated textproc/p5-XML-Encoding to 2.03rhaen1-1/+2
2008-07-15- updated to 2.03rhaen2-8/+8
- changed location of distfile to a more generic form - changed location of homepage to a generic form Changelog: 2.03 08 Jul 2008 - Improved POD formatting of compile_encoding and make_encmap manual pages, courtesy of a patch from Daniel Leidert <daniel.leidert@wgdd.de>. 2.02 29 Jun 2008 - Added manual pages supplied by Daniel Leidert <daniel.leidert@wgdd.de> for compile_encoding and make_encmap.
2008-07-15updated devel/p5-Test-Scriptrhaen1-1/+2
2008-07-15- updated to 1.03rhaen2-6/+6
Changelog: 1.03 Fri 29 Feb 2008 - Incremental release to get updated author tests - Updated to Module::Install 0.68
2008-07-15Catch up with gnustep framework changes.joerg4-85/+98
2008-07-15Try to fix build on NetBSD.joerg1-1/+14
2008-07-15Explicitly override INSTALL_PROGRAM and INSTALL_DATA for user-destdir.joerg1-1/+4
2008-07-15Use my NetBSD.org email - I read it much more regulary than any others.mishka7-14/+14
2008-07-15Updated lang/clisp to 2.46ahoka1-1/+3
Updated wm/awesome to 2.3.2
2008-07-15Update to version 2.3.2.ahoka6-13/+46
Based on PR 38953 from Joel CARNAT. Thanks! Changes since last packaged version: Show correct geometry on mouse resize(FS#203); Fix build issues with simple POSIX shell. Fix focus handling on new window managing with multi monitors (FS#188); Add support for mouse with up to 9 buttons. Fix cache invalidation when swapping clients Fix handling of keycode and keysyms (FS#64) Do not focus new client if current client is maximized (FS#182) Documentation update Fix a bug with UTF-8 strings rendering Fix titlebar map/unmap Allow NULL in command for widgets (FS#175) Documentation update; Store KeySym not KeyCode in keys bindings (FS#161); Fix some drawing problems. Documentation update; Fix placement for maximized apps; Give focus when clicking with Button1 on titlebars; Use mwfact lower and upper limits in mouse; Fix opacity focused issue; Fix focus on arrange for multi head; Allow multiple bindings for mouse events. Support for multiple image format, using Imlib2 (default) or GTK pixbuf (FS#82); Use pango for font display instead of Xft; Better documentation: the documentation is now autogenerated from source code: everything is now in the manpage and will always be (FS#101); awesome-menu: a dmenu clone (FS#7); Support for styles section; mwfact lower and upper limits are configurable (FS#92); widget_tell now allows to change widget properties like colors, etc. (FS#144, FS#36) Errors and warnings messages are more clear and consistent, prefixed with E or W and indicating in which function it fails; Add titlebar support for windows (FS#38); Fix support for SDL apps (you can play Xmoto and Quake); New option for progressbar with ticks (FS#81); New emptybox widget which deprecated padding options of various widgets; New opacity_focused option; Widget graph can grow right/left; Add support for shadowed text (FS#90); Probably more.
2008-07-15+ apache-ant-1.7.1, arena-0.9.13 [pkg/39142], aspell-danish-1.6.15,wiz1-44/+41
aspell-faroese-0.2.33, asterisk-1.4.21.1, avidemux-2.4.2, cdrtools-2.01.01.43, courier-0.60.0, courier-authlib-0.61.0, courier-imap-4.4.0, dnsmasq-2.43, drscheme-4.0.2, eric3-4.1.6 [now called eric4], erlang-12b3, fuse-ntfs-3g-1.2712, gentoo-0.11.57, iso-codes-3.1, ivtools-1.2.6, libextractor-0.5.20c, liboil-0.3.15, mathomatic-14.0.7, mksh-35, netcdf-4.0, p5-MIME-tools-5.427, patchutils-0.3.0, pcmanfm-0.4.6, py-bsddb3-4.7.1, sharity-3.4, snd-9.11, surfraw-2.2.2, tcl-8.5.3, tea-18.0.0, tellico-1.3.3, tk-8.5.3, vlgothic-ttf-20080624 [pkg/39137], worker-2.16.5, wxRemind-86, x264-devel-20080705, xfe-1.19.1, xvidcap-1.1.7. Remove some updated packages.
2008-07-15Update to CLISP 2.46.ahoka3-23/+6
Removing patch-ad: Issue fixed upstream. User visible changes: * CLISP built natively on 64-bit platforms (i.e., with 64-bit pointers) now has :WORD-SIZE=64 in *FEATURES*. See <http://clisp.cons.org/impnotes/features.html> for details. * Module syscalls now offers OS:ERRNO and OS:STRERROR (for the sake of FFI modules). See <http://clisp.cons.org/impnotes/syscalls.html#errno> for details. * Modules MIT-CLX and NEW-CLX export a new macro XLIB:WITH-OPEN-DISPLAY. * Module netica has been upgraded to the Netica C API version 3.25 (from 2.15). See <http://clisp.cons.org/impnotes/netica.html> for details. * Module libsvm has been upgraded to the upstream version 2.86. See <http://clisp.cons.org/impnotes/libsvm.html> for details. * Bug fixes: + Work around the absence of tgamma() on solaris. + Avoid a rare segfault on SIGHUP. + Improve module portability to systems with non-GNU make. + Fix GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE. + Fix the remaining bugs in special bindings in evaluated code on TYPECODES (64-bit) platforms. + Fix SOCKET:SOCKET-CONNECT with timeout to a dead port.
2008-07-15Reset Bump BUILDLINK_ABI_DEPENDS.obache1-2/+1
No need to bump for minor changes of the shlib (1.2.2 = 2.1.13).