summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22Update to eet-1.0.1 from e17. This is the first real release and no realjoerg4-15/+15
ChangeLog is present.
2008-06-21Updated games/freeciv to 2.1.5adam1-1/+4
2008-06-21Changes 2.1.5:adam3-18/+18
* Bug fixes. * Updated translations.
2008-06-21+bind95adrianp1-1/+2
2008-06-21Added net/bind95 version 9.5.0adrianp1-1/+2
2008-06-21BIND 9.5.0adrianp20-0/+1032
BIND 9.5.0 has a number of new features over 9.4, including: - GSS-TSIG support (RFC 3645). - DHCID support. - Experimental http server and statistics support for named via xml. - More detailed statistics counters including those supported in BIND 8. - Faster ACL processing. - Internal documentation generated by Doxygen. - Efficient LRU cache-cleaning mechanism. - NSID support (RFC 5001).
2008-06-21Catch up with gnustep-base changes. Bump revision.joerg2-460/+476
2008-06-21Needs Perl. Bump revision.joerg1-3/+3
2008-06-21Catch up with gnustep-base changes. Bump revision.joerg4-66/+81
2008-06-21Catch up with changes in gnustep-base. Bump revision.joerg2-10/+17
2008-06-21Note update of net/p5-Net-Amazon-S3 to 0.44.he1-1/+2
2008-06-21Update from version 0.37 to version 0.44.he2-6/+8
Added new dependencies. Changes: 0.44 Thu Mar 27 08:35:59 GMT 2008 - fix bug with storing files consisting of "0" (thanks to Martin Atkins) 0.43 Sat Mar 1 10:55:54 GMT 2008 - add binmode() to support Windows (thanks to Gabriel Weinberg) 0.42 Thu Feb 28 06:39:59 GMT 2008 - add exponential backoff upon temporary errors with the new retry option 0.41 Fri Nov 30 10:42:26 GMT 2007 - fix the expensive tests (patch by BDOLAN) - added support for EU buckets (patch by BDOLAN) 0.40 Tue Oct 30 11:40:42 GMT 2007 - fix for content length with empty keys by Mark A. Hershberger - get_key and get_key_filename now return content_length - rewrote synopsis - added support for common prefix (thanks to Andy Grundman) 0.39 Sun Aug 19 14:47:01 BST 2007 - add add_key_filename and get_key_filename which send files directly from disk - good for large files (Jim Blomo) - support UTF8 keys (Jim Blomo) - switch back from Build.PL to Makefile.PL 0.38 Sun Mar 4 16:43:28 GMT 2007 - use http_proxy and https_proxy environment variables for proxy settings (Ask Bjoern Hansen) - don't add the Authorization header if one is already specified when making a request - good for allowing caching to resources that are public. (Ask Bjoern Hansen)
2008-06-21Note addition of security/p5-Digest-MD5-File version 0.06.he1-1/+2
2008-06-21Add p5-Digest-MD5-File.he1-1/+2
2008-06-21Import p5-Digest-MD5-File version 0.06.he3-0/+29
Get MD5 sums for files of a given path or content of a given url.
2008-06-21Updated net/bind9 to 9.4.1pl1nb4adrianp1-1/+2
2008-06-21Fix two typos: inclue => includeadrianp4-9/+9
2008-06-21Force normal linkage against libcrypto. This allows the crypto module tojoerg6-8/+62
be build on amd64 and avoids text relocations elsewhere. Apply build fix for FreeBSD from PR 38984. Bump revision.
2008-06-21Note addition of www/p5-LWP-UserAgent-Determined version 1.03.he1-1/+2
2008-06-21Add p5-LWP-UserAgent-Determined.he1-1/+2
2008-06-21Import p5-LWP-UserAgent-Determined version 1.03.he3-0/+37
This class works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times. It also adds some methods for controlling exactly what errors are considered retry-worthy and how many times to wait and for how many seconds, but normally you needn't bother about these, as the default settings are relatively sane.
2008-06-21Use stdbool.h instead of defining bool manually.joerg3-1/+35
Fixes issues e.g. on NetBSD where bool is defined by system headers.
2008-06-21Note update of fonts/p5-Font-AFM to 1.20.he1-1/+2
2008-06-21Update to version 1.20. Changes:he2-6/+6
2008-06-05 Gisle Aas <gisle@ActiveState.com> Release 1.20 Improved TAP output from test. Patch by Andy Armstrong.
2008-06-21Don't leak WRKDIR in rpath. Bump revision.joerg3-3/+16
2008-06-21Fix build with newer GNUstep as suggested by Adam Hoka.joerg1-2/+5
2008-06-21PR 39011: needs msgfmt.joerg1-2/+2
2008-06-21Fix LP64 issues.joerg2-1/+24
2008-06-21+ Added audio/gst-plugins0.10-jack version 0.10.7 [bjs 2008-06-21]bjs1-1/+2
2008-06-21Add gst-plugins0.10-jack to audio/Makefile.bjs1-1/+2
2008-06-21Add gstreamer plugin for the JACK audio connection kit. Especiallybjs3-0/+26
useful with audio/qjackctl. On NetBSD (until we have a way for ordinary users to use realtime priority), I recommend increasing the period size from 1024 to e.g. 4096.
2008-06-21Fix build on LP64.joerg3-2/+20
2008-06-21+ Updated audio/qjackctl to 0.3.3 [bjs 2008-06-21]bjs1-1/+2
2008-06-21Update to qjackctl-0.3.3. Especially of note is support for the sun driver;bjs2-6/+6
NetBSD users may now properly select their audio devices, etc. 0.3.3 2008-06-07 Patchbay JACK-MIDI, file logging and X11 uniqueness. - Attempt to load Qt's own translation support and get rid of the ever warning startup message, unless built in debug mode. (transaction by Guido Scholz, while on qsynth-devel, thanks). - Messages file logging makes its first long overdue appearance, with user configurable settings in Setup/Options/Logging. - Only one application instance is now allowed to be up and running, with immediate but graceful termination upon startup iif an already running instance is detected, which will see its main widget shown up and the server started automatically (Qt/X11 platform only). - Finally, full JACK MIDI support sneaks into the patchbay; socket types now differ in Audio, MIDI and ALSA, following the very same nomenclature as found on the Connections widget tabs. - Sun driver support (by Jacob Meuser). - Delay window positioning at startup option is now being disabled, on the Setup/Misc tab, when Minimize to system tray is enabled. - Cosmetic fix: Setup/Settings tab, 'Input Device' text label was using a slightly smaller font than the rest of the application (bug#1872545, reported by Jouni Rinne).
2008-06-21Reduce context in diff to not cover RCS ID. Set USE_BSD_MAKEFILE.joerg3-7/+9
DESTDIR support.
2008-06-21Add libsamplerate to buildlink3.mk. Fixes build of qjackctl.bjs1-1/+3
2008-06-21Fix build with GCC 4.joerg2-1/+36
2008-06-21Make the build more robust by using a temporary arj binary.joerg2-4/+17
This fixes random build errors that disappeared after running make again.
2008-06-21Fix build on newer NetBSD.joerg2-1/+29
2008-06-21Fix build with GCC 4 and f2c.joerg4-1/+866
2008-06-21Fix build with f2c.joerg2-1/+374
2008-06-21Catch up with gnustep infrastructure changes. Bump revision.joerg2-67/+74
2008-06-21Note update of devel/p5-Error to 0.17014.he1-1/+2
2008-06-21Update to version 0.17014. Changes:he1-2/+2
May 24 2008 <shlomif@iglu.org.il> (Shlomi Fish) Error.pm #0.17014 - Made Makefile.PL require perl-5.6.0 and above. May 22 2008 <shlomif@iglu.org.il> (Shlomi Fish) Error.pm #0.17013 - Now building only on perl-5.6.0 and above. - Added the line to the Build.PL
2008-06-21Remove some that are done.wiz1-13/+1
2008-06-21Updated textproc/iso-codes to 3.0wiz1-1/+2
2008-06-21Shared object files must be linked with -fPIC. DESTDIR support.joerg3-12/+16
Bump revision.
2008-06-21Update to 3.0:wiz2-6/+6
iso-codes 3.0 ------------- Tobias Toedter <toddy@debian.org> Mon, 2 June 2008 [ ISO-639 ] * Update to 2008-04-04 (zxx="No linguistic content; Not applicable") [ ISO-4217 ] * Remove empty numeric_code attributes from XFO and XFU, they are defined as "Nil" in the standard. This requires a change in the DTD for iso_4217.xml, making it backwards incompatible. Thanks to Christian Theune. Closes: alioth#310826 [ ISO-15924 ] * Change alpha4 code for Psalter Pahlavi from Phlv to Phlp. Thanks to Christian Theune. Closes: alioth#310824 [ ISO-3166 translations ] * French by Christian Perrier * Malayalam by Praveen A. (TP) * Russian by Yuri Kozlov * Greek by Alexis Darrasse * Portuguese by Miguel Figueiredo * Irish by Kevin Scannell (TP) * Arabic by Ossama M. Khayat. Closes: #480196 * Hebrew by Lior Kaplan * Albanian by Elian Myftiu. Closes: #480277 * Belarusian by Pavel Piatruk (direct from l10n team) * Japanese by Kenshi Muto * Basque by Piarres Beobide. Closes: #482454 * Czech by Miroslav Kure * Finnish by Tommi Vainikainen (TP) * German by Tobias Toedter * Catalan by Orestes Mas Casals * Traditional Chinese by Tetralet. Closes: #483380 * Gujarati by Kartik Mistry. Closes: #483385 * Esperanto by Joop Eggen * Croatian by Josip Rodin * Malayalam by Praveen (TP) * Dutch by Freek de Kruijf (TP) * Simplified Chinese by LI Daobing (TP) * Italian by Milo Casagrande (TP) [ ISO-3166-2 translations ] * Czech by Miroslav Kure [ ISO-639 translations ] * Czech by Miroslav Kure * French by Christian Perrier * Danish by Frederik 'Freso' S. Olesen (TP) * Thai by Theppitak Karoonboonyanan * Italian by Milo Casagrande (TP) [ ISO-4217 translations ] * Czech by Miroslav Kure * Lituanian by Gintautas Miliauskas (TP) * Italian by Luca Ferretti (TP) [ ISO-15924 translations ] * Dutch by Freek de Kruijf (TP) * Lituanian by Gintautas Miliauskas (TP) * Thai by Theppitak Karoonboonyanan * Italian by Milo Casagrande (TP)
2008-06-21Updated sysutils/cdrtools to 2.01.01.41wiz1-1/+2
2008-06-21Update to 2.01.01a41:wiz2-7/+7
All: - several modification have been made to fix warning messages from a "coverity" test run. Scgcheck: - New option -auto for fully automated tests - Restructured for better results Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Fixed a bug in the graft -root code from Patrik Ohly thanks to Ben Korvemaker <neb@drycold.ca> FreeBSD for reporting.