summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-02Update to 1.10.3:jmmv3-8/+13
Changes in version 1.10.3: ========================= Libtool fix. N.B. : 1.10.2 was released with a buggy libtool! in version 1.10.2: * Minor build fixes incl Win32 (Tor Lillqvist) * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
2005-10-02Update to 2.8.2:jmmv6-265/+73
Overview of Changes from GLib 2.8.1 to GLib 2.8.2 ================================================= * Win32 changes - the g_spawn* functions now take their arguments in UTF-8 [Tor Lillqvist] - Avoid extra console windows in some situations [Tor Lillqvist] * Bug fixes [Kjartan Maraas, Sebastian Wilhelmi, Mathias Hasselmann] * Documentation improvements [Matthias, Mark Drago, Matthew F. Barnes, Behdad Esfahbod] * Translation updates (bg,ca,cs,cy,da,de,el,en_CA,es,et, eu,fi,fr,gl,gu,hu,it,ja,nb,nl,no,pl,pt,pt_BR,ro,ru,sk, sq,sr,sr@Latn,sv,uk,vi,zh_TW) Overview of Changes from GLib 2.8.0 to GLib 2.8.1 ================================================= * Optimize single-character insertions in GString [Ross Burton] * Fix build problems on OS X * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer] * Other bug fixes [Matthew F. Barnes, Stepan Kasal] * Documentation improvements [Tristan van Berkom, Behnam Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias] * New and updated translations (ca,cy,ko,ro,uk) Overview of Changes from GLib 2.7.7 to GLib 2.8.0 ================================================= * Make g_value_transform() handle enum values correctly on ppc64. [Michael Lorenz] (Third-party code accessing enumeration values in GValues should also be changed to access v_long, not v_int, in order to work on bigendian 64bit machines.) * Make g_flags_get_first_value() handle a value of 0 meaningfully. [Tim-Philipp Müller] Overview of Changes from GLib 2.7.6 to GLib 2.7.7 ================================================= * Make atomic operations on s390 work [Matthias] * Fix C++ guards in gstdio.h [Tor Lillqvist] Overview of Changes from GLib 2.7.5 to GLib 2.7.6 ================================================= * Add native implementations of atomic operations on s390 [Matthias] * Make atomic reference counting of closures work on s390 [Matthias] * Avoid an infinite loop in g_convert_with_iconv(). [Sebastian Bacher] * Documentation improvements [Ross Burton] Overview of Changes from GLib 2.7.4 to GLib 2.7.5 ================================================= * Thread-related changes - Fix build issues on HP-UX [Paul Cornett] - Threadsafe access to flags stored in datasets [Tim Janik] - Fix several issues with atomic refcounting for closures, objects and paramspecs [Tim] - Improve tests for atomic refcounting changes [Tim] * Fix handling of stateful encodings in g_convert_* [Matthias] * Fix translation of GOption help output [Dan Winship] * Catch format errors in translations. This may cause "make check" to fail when using older versions of gettext [Matthias] * Win32 bug fixes [Tor Lillqvist] * Documentation improvements [Ross Burton, Jochen Baier, Matthias, Tim] * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW) Overview of Changes from GLib 2.7.3 to GLib 2.7.4 ================================================= * Fix g_atomic_pointer_compare_and_exchange on Sparc64 [Gert Doering] * Fix a hang in g_thread_pool_free. [Hong Jen Yee] * Win32 bug fixes [Tor Lillquist] * Other bug fixes [Benoit Dejean, Manish Singh] * Documentation improvements [Bryan Silverthorn, Callum McKenzie] * New and updated translations (de,lt,sq,zh_CN) Overview of Changes from GLib 2.7.2 to GLib 2.7.3 ================================================= * GOption - Allow callbacks with optional arguments [Pawel Sliwowski] - Allow to turn off the automatic long option name disambiguation [Adam McLaurin] - Only allow printable ASCII as short option names [Matthias] * Win32 - Build fixes [Tor Lillqvist] - Rewrite iochannel socket implementation [Tor] * GObject - Threadsafety improvements; in particular, refcounting of objects is done atomically now. [Wim Taymans, Tim Janik] * Bug fixes [Morten Welinder, Matthias, Wim Taymans] * Documentation improvements [Richard Laager, Matthias] * New and improved translations (bf,cs,hu,nb,nl,no) Overview of Changes from GLib 2.7.1 to GLib 2.7.2 ================================================= * Win32 build fixes [Hans Breuer] * Bug fixes [Mikael Magnusson] * Documentation improvements [Matthias Clasen] * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW) Overview of Changes from GLib 2.7.0 to GLib 2.7.1 ================================================= * GOption - Allow callback arguments without parameters [Dan Winship] * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod] * Misc new functions: - g_get_host_name [Tor Lillqvist] - g_mkdir_with_parents [Tor] - g_build_pathv, g_build_filenamev [Todd A. Fisher, Matthias Clasen] * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas, Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder] * Documentation improvements [Hong Gang XU, Dan Winship, Matthias] * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no, sk,th,zh_TW) Overview of Changes from GLib 2.6.x to GLib 2.7.0 ================================================= * GKeyFile - Add unit tests [Matthias Clasen, Suren A. Chilingaryan] - Accept \r\n as line end [Bastian Nocera] - Don't interpret leading zeros as octal numbers. [Matthias] - Make key and group removal work [David Hoover, Matthias Hasselmann] * GOption - Improve formatting of --help output [Matthias, Noah Levitt] - Accept -? [Matthias] - Warn about duplicate main groups [Jeff Franks] - Treat '-' as non-option argument [Tim Musson, Thomas Leonard] - Report missing arguments as errors [Björn Lindqvist] - Add a boxed type for GDate [Tim-Philipp Müller] * GTree - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes] * Stdio wrappers - Work regardless of large file support [Manish Singh] - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist] * GObject - Implement "toggle references" to help language bindings [Owen Taylor] - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias] - Make pspec lookup a bit faster [Morten Welinder] * Add g_listenv() to list all set environment variables [Hans Petter Jansson] * Add g_file_set_contents() to atomically write a file. [Søren Sandmann, Sven Neumann, Manish, Alexis S. L. Carvalho] * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost] * Add g_utf8_collate_key_for_filename() to sort filenames taking extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson] * Add G_GNUC_NULL_TERMINATED to mark varargs function with NULL-terminated argument lists. [Marc Meissner] * Win32 changes - Improved debugability [Ulf Lamping, Hans Breuer] - Make filename handling more robust [Tor, Billy Skaggs] - Improve g_get_system_data_dirs() [Tor] - Use more precise timers [Tor] - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren] * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan, Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, Christian Biere, Noah, Benoît Carpentier] * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller, Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage] * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl, hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
2005-10-02Added fftwf-3.0.1: A single precision library version of math/fftwwulf1-1/+2
2005-10-02Added and enabled fftwf: A single precision library version of math/fftwwulf1-1/+2
2005-10-02New package fftwf-3.0.1: A single precision library version of math/fftwwulf5-0/+83
2005-10-02Replace getopt with equivalent code. This unbreaks bmake on DragonFly.joerg1-16/+59
Obtained-from: src/usr.bin/make/main.c, rev 1.98
2005-10-02More master sites updates from Leonard Schmidt in PR 31271.wiz4-8/+15
2005-10-02Added textproc/convertlit version 1.8wiz1-1/+2
2005-10-02Add and enable convertlit.wiz1-1/+2
2005-10-02Initial import of convertlit:wiz5-0/+61
Convert LIT, the program which allows you to convert Microsoft Legal Reader format eBooks into open format for use with software or devices which are not Download directly compatible with Microsoft's Reader. Approved by wennmach@
2005-10-02Note revision bump for cairo to 2.jmmv1-1/+2
2005-10-02Cairo uses pthreads, so link it against the threading library.jmmv4-5/+29
Fixes build problems of other packages using cairo (nothing could be linked with -lcairo before), at least under NetBSD 2.0. Bump PKGREVISION to 2.
2005-10-02sync with new Python 2.4 versionrecht1-3/+3
2005-10-02Note update of pkg_comp to 1.23.jmmv1-1/+2
2005-10-02Update to 1.23:jmmv3-7/+7
- Sync SETS_X11's default value with recent NetBSD versions: xcontrib.tgz and xmisc.tgz disappeared while xetc.tgz was added, starting in NetBSD 2.0.
2005-10-02Note update of verifypc to 1.1.jmmv1-1/+2
2005-10-02Update to 1.1:jmmv2-5/+11
- Raise an appropriate warning if pkg_admin pmatch fails due to an incorrect pattern (e.g., cairo>=0.5.2-head is unrecognized).
2005-10-02Add missing article in comment.jmmv1-2/+2
2005-10-02Note PKGREVISION bump for cairorh1-1/+2
2005-10-02Enable the quartz backend on Darwin if Quartz.framework exists.rh2-2/+13
Bump PKGREVISION.
2005-10-02Note update of graphics/ruby-RMagick package to 1.9.2.taca1-1/+2
2005-10-02Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.taca2-7/+8
pkgsrc's change is to use bz2 archive. RMagick 1.9.2 o Feature 2412, add the virtual_pixel_method attribute and the VirtualPixelMethod enumeration o Feature 2462, add the ticks_per_second attribute
2005-10-02Fix last adzap's entry.taca1-2/+2
2005-10-02Note update of security/ruby-digest and security/ruby-openssl pacakge totaca1-1/+3
1.8.2nb2.
2005-10-02Fix portability problem with newer OpenSSL (on DragonFlyBSD) reported bytaca3-3/+49
PR pkg/31405 from Todd Willey. Bump PKGREVISION.
2005-10-02Portability fixes from ruby-1.8's CVS fixing PR pkg/31400 by Todd Willey.taca5-3/+42
Bump PKGREVISION.
2005-10-02+samba-3.0.20a (has released.)taca1-2/+2
2005-10-02Note update of converters/libiconv package to 1.10nb3.taca1-1/+2
2005-10-02Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,taca2-7/+7
approved by wiz. Bump PKGREVISION. New in libiconv-1.10-ja.patch: * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR. * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2, ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of U+203E OVER LINE. * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings. * Added Shift_JIS-MS, SJIS-MS, MS932 as aliases for CP932. * Added CP51932 converter. * Added ISO-2022-JP-MS converter. * Added CP50221 as aliases for ISO-2022-JP-MS. New in libiconv-1.10-ja-1.patch: * Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to iso-2022-jp-ms. * Fixed check tests/SHIFT_JISX0213.TXT * Add WINDOWS-932 as alias of CP932. * Add WINDOWS-51932 and MS51932 as alias of CP51932. * Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS. * Add eucjpms (from MySQL) as alias of eucJP-ms. * Introduce CHARSET_ALIAS environment variable support. Example) with /bin/sh: $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS" $ export CHARSET_ALIAS
2005-10-02Fix build with qt-3.3.5.seb1-1/+8
2005-10-02Note update of adzap to version 20050921.simonb1-1/+2
Only changes are more ad patterns.
2005-10-02Note myself as maintainer of this package.simonb1-2/+2
2005-10-02Update to version 20050921. Only changes are more ad patterns.simonb2-6/+6
2005-10-02Fix build with qt-3.3.5.seb1-1/+15
2005-10-02Solaris 2.9's nawk does not like the syntax ($0 ~ /=/); it seems as if theheas1-2/+2
parser interprets this as the division operator '/=', so escape the =.
2005-10-02Note elinks update PR and remove mozilla-bin-1.7.11 (thanks, tron).wiz1-3/+2
2005-10-02+ micq-0.5.0.4, thunderbird{-gtk1}-1.0.7.wiz1-3/+4
2005-10-02Changed MASTER_SITES and HOMEPAGE to current URLwulf1-3/+3
2005-10-01Use devel/libidn rather than bundled version, since compilation of thejdolecek3-3/+23
latter bombs if devel/libidn is installed, and it's preferable to use the non-bundled, pkgsrc libidn rather than fix build of the bundled version Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
2005-10-01add missing entries, and sort the file listjdolecek1-162/+186
2005-10-01note update of lang/python24 and lang/python24-pth to 2.4.2recht1-1/+3
2005-10-01Update to Python 2.4.2recht8-71/+46
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. More than 60 bugs have been squashed since Python 2.4.1, including bugs that prevented Python working properly on 64 bit AIX and HP/UX. For a detailed list of changes see: http://python.org/2.4.2/NEWS.html
2005-10-01Note PKGREVISION bump for net/ttt.kristerw1-1/+2
2005-10-01g/c - it's not used and even incorrectjdolecek1-2/+0
2005-10-01Ensure that there are no empty runtime library search path to the -R flag.kristerw3-2/+17
Bump PKGREVISION.
2005-10-01Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRErecht6-6/+109
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
2005-10-01Alphabetize and otherwise reorder some entriessmb1-8/+8
2005-10-01Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRErecht11-8/+215
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491 Bump PKGREVISION's.
2005-10-01http download redirects to the download page again. As the machine nameis1-4/+2
is the same anyway, use ftp download only as a workaround.
2005-10-01Note PKGREVISION bump for editors/hnb.kristerw1-1/+2