summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-06Deal with missing PATH_MAX as reported in PR 41368.joerg2-5/+13
2009-05-06Kill a now-useless BUILDLINK_API_EPENDS.libevent that I forgot to removesnj1-3/+1
in the previous revision. Pointed out by Onno van der Linden.
2009-05-06Updated time/etm to 212wiz1-1/+2
2009-05-06Update to 212, based on patch by agc.wiz4-8/+22
Fixed another bug in check_updates. Fixed bug in check_updates. Fixed bug in setting default startdate and stopdate for the unscheduled view. Documentation tweaks. Bug fixes. Unscheduled now treated as a view parallel to agenda and list. Added 'e' column to display. Tweaks. Unscheduled time support. Added earliest, latest, minimum, extent (default event length) to rc.py. Use -u for the command line or u for the gui. Entering '.' now cancels any operation which calls for a response to a prompt. ? brings up the help screen in non-editing mode. Added column for 'e'. Gui entry for @e now supports entering either a time or an integer number of minutes. Added freetime.py. About to fiddle with adding a column for 'e'.
2009-05-06akonadi updatemarkd2-3/+3
2009-05-06Replace config.guess and config.sub with pkgsrc versions which allows tohasso1-1/+3
build it on DragonFly.
2009-05-06Update akonadi to 1.1.2markd2-7/+6
- Avoid DBUS lockups, reported at: https://bugs.kde.org/182198 - Update user mysql.conf only if global/local one's are newer
2009-05-06DESTDIR support.markd1-8/+16
2009-05-06Allow to set the "bourne" shell used for buildlink3 wrappers per platform.tron2-3/+9
Set it to "/bin/ksh" under Mac OS X which should reduce package build times by more than 20%.
2009-05-06Updated time/p5-DateTime to 0.4900sno1-1/+2
2009-05-06PkgSrc changes:sno2-10/+7
- Updating package for p5 DateTime modules from 0.47 to 0.49 - Setting License to gnu-gpl-v2 - Removing unused / perl core dependencies Upstream changes: 0.49 2009-05-04 - A bug in the test code for handling overloaded objects in from_epoch resulted in a test failure on Perl 5.8.x. This release contains no changes besides a test code fix. 0.48 2009-05-04 - Some of the accessors (the "main" ones like year(), month(), day(), etc) now warn if they are passed a value. Patch from Shawn Moore. Fixes RT #6979. - DateTime::Duration expected DateTime to be loaded and used some constants from it, but did not explicitly "use DateTime". Reported by Jeff Kubina. RT #44740. - The CLDR formatting for "c" and "cc" was incorrectly using the local day of the week. This meant that it gave the wrong result for locales where Monday is not considered the first day of the week. Reported by Maros Kollar. RT #45007. - DateTime->from_epoch did not allow an object which overloaded numification as the epoch value. Patch by Michael Schwern. RT #45653. - Fixed how datetime subtraction is handled for some cases around DST changes. This had been improved back in 0.30, but there were still bugs. RT #45235.
2009-05-06Updated devel/p5-Module-Build to 0.33000sno1-1/+2
2009-05-06PkgSrc changes:sno3-9/+10
- Updating package for p5 module Module::Build from 0.32 to 0.33 - Setting License to gnu-gpl-v2 - Adjusting optional dependencies to use always packages, not perl core Upstream changes: 0.33 - Sun May 3 20:16:34 PDT 2009 Bug-fixes: - Fixed RT#45462: Compat.pm needs to reference 'Build.com' on VMS [patch from John Malmberg] - Fixed RT#45461: ext.t on VMS [patch from John Malmberg] - Fixed RT#43861: Module::Build::PPMMaker has broken PPD name versioning for v5.10+
2009-05-06Updated devel/p5-PPI-XS to 0.901sno1-1/+3
2009-05-06PkgSrc changes:sno2-7/+7
- Updating package for p5 module PPI::XS from 0.900 to 0.901 - Setting License to gnu-gpl-v2 Upstream changes: 0.901 Tue 5 May 2009 - Incremental release to flush out packaging bugs
2009-05-06PkgSrc changes:sno2-8/+8
- Updating package for p5 module Exception::Class from 1.26 to 1.27 - Adjusting dependencies Upstream changes: 1.27 May 4, 2009 * The error message for an exception no longer defaults to $!. This was a bad idea, and has bitten some people. Addresses RT #43600. * I'm now only supporting Perl 5.8.1+. This module broke on 5.6.2 (and 5.8.0) at some point and I don't really care enough to fix it. Non-intrusive patches to make it work on 5.8.0 or less (again) will be accepted.
2009-05-06Updated databases/p5-DBI to 1.608sno1-1/+2
2009-05-06PkgSrc changes:sno2-7/+6
- Updating package for p5 DBI module's from 1.607 to 1.608 Upstream changes: * Changes in DBI 1.608 (svn r12742) 5th May 2009 Fixes to DBD::File (H.Merijn Brand) bind_param () now honors the attribute argument added f_ext attribute File::Spec is always required. (CORE since 5.00405) Fail and set errstr on parameter count mismatch in execute () Fixed two small memory leaks when running in mod_perl one in DBI->connect and one in DBI::Gofer::Execute. Both due to "local $ENV{...};" leaking memory. Fixed DBD_ATTRIB_DELETE macro for driver authors and updated DBI::DBD docs thanks to Martin J. Evans. Fixed 64bit issues in trace messages thanks to Charles Jardine. Fixed FETCH_many() method to work with drivers that incorrectly return an empty list from $h->FETCH. Affected gofer. Added 'sqlite_' as registered prefix for DBD::SQLite. Corrected many typos in DBI docs thanks to Martin J. Evans. Improved DBI::DBD docs thanks to H.Merijn Brand.
2009-05-06Updated net/btpd to 0.15.snj2-3/+3
2009-05-06Update to 0.15. Closes PR 38144. Changes:snj3-9/+47
btpd 0.15: ---------- Bug fixes: - The event loop could busy loop for up to a millisecond sometimes. - On some platforms btpd couldn't initiate connections to other peers. - The timer code was broken on MacOS X. btpd 0.14: ---------- Misc: - IPv6 support. - Bans peers with bad data. - Better tracker compatability and more reliable tracker communication. - Show tracker counts in btcli stat. - Compiles on Solaris 10. - Btpd will now signal startup failures via the process exit value and print the failure reason to stdout. - Better shutdown and torrent stop behaviour. - Needs pthreads again. - Removed libevent in favour of own event loop code. Bug fixes: - An integer array was misaligned, which could cause crashes on systems with alignment requirements. E.g., on XScale arm. - An error in the torrent parsing code could cause crashes. - The '--topdir' option to btcli add didn't work properly for single file torrents. - The system name lookup scheme is now used. In btpd 0.13 only dns lookups were performed. btpd 0.13: ---------- Misc: - cURL is no longer required. btpd now uses its own http client. - btpd doesn't use threads anymore, so pthreads are not required. - Needed parts of libevent are now included in btpd. - I/O errors for torrents no longer make btpd shut down. Instead the problematic torrent is stopped. - Added the option '--ip' to specify the ip address btpd will report to trackers. - Resume file format changed. Already added torrents will be retested once. - The torrent info (ratio etc.) are now saved regularly. - Reduced the amount of outgoing data kept in memory.
2009-05-06Update HOMEPAGE.snj1-2/+2
2009-05-06Updated net/nslint to 2.1a9.snj2-4/+3
2009-05-06Update to 2.1a9. Closes PR 33142. Changes:snj4-29/+28
- Handle "srv" records. - Fix some ttl parsing problems. - Add "ignore" option - Hack in support for "view" - Check for duplicate "cname" records. - Upgrade to autoconf 2.61
2009-05-06Note update of tex-bin-kpathsea.minskim1-1/+2
2009-05-06Update tex-bin-kpathsea to 2008.12897.minskim2-7/+7
TeX Live metadata changes only.
2009-05-06Update PATCH_SITES and HOMEPAGE, requested by PR 41362.obache1-3/+3
2009-05-05Disable master site. cslu.cse.ogi.edu requires login.zafer1-2/+2
2009-05-05Disable master site. Host does not resolve.zafer1-2/+2
2009-05-05Disable master site. cslu.cse.ogi.edu now requires login.zafer1-2/+2
2009-05-05Disable master site. Host does not resolve.zafer4-8/+8
2009-05-05Disable master site and fetch from backup. Host does not resolve.zafer4-8/+8
2009-05-05Updated www/ikiwiki to 3.11schmonz1-1/+2
2009-05-05Update to 3.11. From the changelog:schmonz2-7/+7
* Avoid using python-support. Closes: #525086 * websetup: Display stderr in browser if ikiwiki setup fails. * blogspam: Load RPC::XML library in checkconfig, so that an error can be printed at that point if it's not available, allowing the admin to see it during wiki setup. Closes: #520015 * websetup: If setup fails, restore old setup file. * relativedate: Deal with clock skew. * Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * pagespec_match_list: New API function, matches pages in a list and throws an error if the pagespec is bad. * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount, pagestate, postsparkline: Display a handy error message if the pagespec is erronious [sic]. * comments: Add link to comment post form to allow user to sign in if they wish to, if the configuration makes signin optional for commenting. * Updated Danish translation from Jonas Smedegaard. Closes: #525751 * translation.mdwn: Typo fixes. Closes: #525753 Add msgfmt to USE_TOOLS (it's called at the end of the build).
2009-05-05Added time/etm version 203wiz1-1/+2
2009-05-05+etmwiz1-1/+2
2009-05-05Initial import of etm-203.wiz4-0/+93
etm is an acronym for Event and Task Manager. It provides a format for using simple text files to store event and task information, a command line interface for viewing tasks and events in a variety of convenient ways and a curses-based GUI for creating and modifying events and tasks as well as viewing them. Alarms are supported for events and repetition for both events and tasks in a powerful and flexible manner. Compared to the combination of wxRemind and yeaGTD, etm provides the following advantages: * an agenda view that shows events and tasks together for the next few days rather than one day at a time in separate task and event windows. * a quick and simple way to enter events and tasks on a single line. * support for remind but also an independent way of entering events with contexts, notes and optional alarms. * an interactive GUI that uses curses and thus requires nothing more than a terminal window.
2009-05-05Improve dewey pattern.reed1-2/+2
2009-05-05-libdrm-2.4.9, xf86-video-intel-2.7.0.taca1-3/+1
2009-05-05gnutls-2.6.6 already in pkgsrcadam1-2/+1
2009-05-05Fix a dependency.hasso1-2/+2
2009-05-05Note update of the "squid31" package to version 3.1.0.7nb2.tron1-1/+2
2009-05-05(Re-)add "patch-aj" which got lost during the last commit.tron2-2/+19
Problem pointed out by Michael van Elst.
2009-05-05Updated net/gtk-gnutella to 0.96.6adam1-1/+2
2009-05-05Changes 0.96.6:adam4-11/+13
* Bug Fixes * Refuse to share certain directories: /, $HOME, $GTK_GNUTELLA_DIR, and the incomplete and corrupted directories. * Downloads GUI: added checkboxes to invert the select/filter patterns. * Downloads GUI: added "Modified" column and detail showing the timestamp of the last file modification. * Optional beautification operations on filenames: strip leading "-", remove consecutive "_" and prevent "_" surrounding punctuation characters. * Fixed significant performance issue in the Gtk+ 1.2 front-end: update of upload statistics was O(n) but is now O(1). * Background TTH file verification now lights an icon in the GUI. * Show TTH tree depth in the download "Details" pane. * Update the bitzi metadata info box when a query finishes, so that it is not required to click on the result again after requesting bitzi data. * Added MIME type column for search results. * Added "Last Request" and "Last Upload" columns to the Upload History. * Almost complete DHT support (missing only publishing of data), but code needs to be explicitly enabled by setting "enable_dht" to TRUE. The DHT knows how to look for alt-locs for files and push-proxies for firewalled hosts, and will store local data for others to query. * New shell commands "stats", "download", "echo". * It is now possible to rename files being downloaded (through GTK2 or shell, no support in GTK1). * Added more filename extensions to the built-in search filters. * Switch resources after getting an HTTP error if the connection is kept alive and the error permits follow-ups (non-busy conditions). * Improved ability to switch resources after file completion by ignoring trailing swarming data, to keep the connection alive. * Bitzi tickets are refreshed when explicitely requested, avoiding reuse of stale metadata * Completed files are displayed during hash verification. * Only propagate good alt-locs for files we are downloading, i.e. addresses of hosts which we know to be serving that file because we contacted them. * Many new statistics counters. * Allow scheduling of special downloads without considering per-host limits, as these are of a much shorter duration (THEX and browse host requests). * Always seed completed files, regardless of their size (no PFSP minimum as with partial files), when their SHA-1 has been verified. * Incorrectly encoded Bitzi metadata is translated to Unicode. * Browse-host responses are sorted alphanumerically on relative pathnames to allow users to relate files together if they don't understand GGEP "PATH". * Improved routing of PUSH messages by also looking whether targetted hosts happen to be one of our immediate neighbours. * Updated Norwegian Bokmal and Spanish translations.
2009-05-05Note update of scmgit packages.minskim2-4/+5
2009-05-05Update scmgit{,-base,-docs} to 1.6.2.5.minskim7-31/+43
Major changes in 1.6.1: When some commands (e.g. "git log", "git diff") spawn pager internally, we used to make the pager the parent process of the git command that produces output. This meant that the exit status of the whole thing comes from the pager, not the underlying git command. We swapped the order of the processes around and you will see the exit code from the command from now on. Major changes in 1.6.2: With the next major release, "git push" into a branch that is currently checked out will be refused by default. You can choose what should happen upon such a push by setting the configuration variable receive.denyCurrentBranch in the receiving repository. To ease the transition plan, the receiving repository of such a push running this release will issue a big warning when the configuration variable is missing. For a similar reason, "git push $there :$killed" to delete the branch $killed in a remote repository $there, if $killed branch is the current branch pointed at by its HEAD, gets a large warning. You can choose what should happen upon such a push by setting the configuration variable receive.denyDeleteCurrent in the receiving repository.
2009-05-05Updated devel/p5-Config-IniFiles to 2.49sno1-1/+2
2009-05-05PkgSrc changes:sno2-7/+7
- Updating package for p5 module Config::IniFiles from 2.48 to 2.49 - Fixing license Upstream changes: Version 2.49: ( Sat May 2 17:16:28 IDT 2009 ) ------------------------------------------------ * Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209 : - Makefile.PL lacked the empty "PL_FILES" directive. * Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588 : - Failure to read ini file contents from a scalar (via "IO::Scalar"). - added t/23scalar-ref.t
2009-05-05Updated devel/p5-IO-Compress to 2.019sno1-1/+2
2009-05-05PkgSrc changes:sno2-8/+8
- Updating package for p5 modules IO::Compress, IO::Uncompress and derived from 2.018 to 2.019 Upstream changes: 2.019 4 May 2009 * IO::Uncompress::Adapter::Bunzip2 - Fixed problem with EOF check.