summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Include pthread.buildlink3.mk; it's needed during the configure stage.jmmv1-1/+2
Pointed out by tv@.
2005-02-27Fix installation on NetBSD 1.6.peter3-7/+17
Reviewed by wiz@
2005-02-27Oops, previous commit was using gtk2.taya2-29/+7
switch to use gtk1.
2005-02-27Note update of firefox to 1.0.1, add firefox-gtk1-1.0.1,taya1-1/+4
and removal of firefox-gtk2
2005-02-27www/firefox switched to use gtk2.taya4-2445/+0
remove www/firefox-gtk2.
2005-02-27remove firefox-gtk2 & add firefox-gtk1taya1-2/+2
2005-02-27Import gtk1 version of www/firefox.taya4-0/+2455
2005-02-27p5-HTML-TableExtract updated to 1.09.wiz2-3/+3
2005-02-27Update to 1.09:wiz2-7/+6
1.09 Fri Feb 25 17:49:00 EST 2005 - Tables can now be selected by table tag attributes - lineage() method now returns row and column information, as well as depth and count, for each ancestor (potential backwards incompatability, entries are now 4 element arrays now rather than 2) - header matching and column retention enhancements - header retention - old-style procedures deprecated in prepration for them to become methods - various bug fixes
2005-02-27Updated p5-HTML-Tagset to 3.04.wiz1-1/+2
2005-02-27Update to 3.04:wiz2-7/+7
* Realese 3.04 -- just a rebundling; no actual code changes [sic]
2005-02-27Update firefox to 1.0.1.taya5-17/+49
And switched to use gtk2. Changes from release notes: * Improved stability * International Domain Names are now displayed as punycode. (To show International Domain Names in Unicode, set the "network.IDN_show_punycode" preference to false.) * Several security fixes. MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-22 Download dialog spoofing using Content-Disposition header MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-19 Autocomplete data leak MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing
2005-02-27g-wrap updated to 1.9.4.wiz2-3/+3
2005-02-27Update to 1.9.4:wiz5-28/+13
- Enhanced generics support: now all arguments of methods are specialized, not only the first one. - Bugfixes + Now ships with (g-wrap gw-wct) compatibilty module needed by GnuCash at runtime. + Fixes for handling output arguments: - Wrapped functions with void return value and output arguments now return expected results - Optional argument count is now correctly computed in the presence of output arguments + The libffi alignment requirements are now honored. This fixes bus errors on many non-x86 architectures. + On big-endian architectures libffi-wrapped functions that return char now work correctly. + Some "uninitialized variable" warnings were fixed in generated code which caused compiles with GCC 4.0 to fail (Debian Bug#290305).
2005-02-27libgnomecups updated to 0.1.14.jmmv2-3/+3
2005-02-27Update to 0.1.14:jmmv2-6/+6
2004-11-16 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : Add a decl in the header. * libgnomecups/gnome-cups-printer.c (update_attributes) : disable the optimization that went directly to a printer when we knew it's host. This caused problems when the remote printer was not accessible, or for machines with unresolveable localnames (eg SuSE). People can re-enable it if they'd like (eg RedHat) by tweaking the magic global static variable go_directly_to_printer_when_possible. (_gnome_cups_printer_get_host) : ditto. 2004-10-27 Jody Goldberg <jody@gnome.org> * libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new (gnome_cups_printer_set_description) : s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/ (gnome_cups_printer_set_location) : ditto 2004-10-14 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=151218 * libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch minor leak. 2004-10-10 Malcolm Tredinnick <malcolm@commsecure.com.au> * configure.in: Wrap the GETTEXT_PACKAGE string in quotes. Unbreaks the build. 2004-10-09 James Henstridge <james@jamesh.id.au> * acconfig.h, acinclude.m4: remove unnecessary autoconf/automake cruft. * libgnomecups/Makefile.am: don't set LDFLAGS variable, since it is meant to be a user variable. Don't define GNOMELOCALEDIR, since it is done in the configure script now. * configure.in: remove some macro calls that are unnecessary with newer versions of Automake. * autogen.sh: ask for Automake >= 1.7
2005-02-27Updated ImageMagick to 6.2.0-2adam2-3/+3
2005-02-27Chanes 6.2.0-2:adam4-26/+27
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary. There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets it in configure.ac. So, I whipped up something to test it. I've tested this with the Sun, HP, IBM, SGI, and GNU C++ compilers. * Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c) are not scaled to the output size, but drawn with the original size. * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0). * The PerlMagick memory, disk, etc., limits were not being set for values other than unlimited. * Not all memory allocated in GetTransformTokens & GetStyleTokens are freed in SVG parsing.
2005-02-27Note the update of transcode to 0.6.12nb4.veego1-1/+2
2005-02-27Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.veego3-6/+9
This file is just an symlink to export_xvid4.so created by the Makefile and not part of an .la File. Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only created on i386. Bump PKGREVISION. Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new pages for transcode 0.6.14, but only two MASTER_SITES have the old file. ToDo: Update to 0.6.14.
2005-02-27Use .else, not .elseif with no clause (should be .elif anyway...).wiz1-3/+3
2005-02-27+ efax-gtk-2.2.15, mathomatic-12.1c, mkvtoolnix-1.4.0, msmtp-1.3.8,wiz1-5/+8
p5-HTML-TableExtract-1.09, potrace-1.6, smlnj-110.53.
2005-02-27Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.markd3-8/+20
Bump PKGREVISION.
2005-02-27Bump required version of doxygen to 1.4.0 and add the additional files thismarkd2-7/+328
version creates to the PLIST. Also save the kdelibs-apidocs/common symlink, that kdelibs installs, prior to install and restore it afterwards. Bump PKGREVISION.
2005-02-27Explicitly set PREFIX; some files were installed in the wrong place (/share).wiz1-1/+2
2005-02-27Drop trailing whitespace.wiz1-2/+2
2005-02-27Unbreak package: It's ".elif", not ".elseif".wiz1-7/+6
Remove empty line.
2005-02-27Drop trailing whitespace.wiz1-3/+3
2005-02-27Sort.wiz3-1702/+1702
2005-02-27Adapt to changed lang/perl5/module.mk.wiz1-2/+2
2005-02-27Added a patch to bidwatcher to make it build on NetBSD-1.6.2.rillig1-1/+2
2005-02-27"nuke trailing whitespace".cube1-4/+4
2005-02-27Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.rillig3-2/+19
2005-02-27From -current: nuke trailing whitespace.cube2-7/+7
2005-02-27Note update of gaim to 1.1.4.jmmv1-1/+2
2005-02-27Update to 1.1.4; patch provided by maintainer in PR pkg/29542:jmmv2-6/+6
* Fixed a bug where Yahoo! would lose messages (and any other packet really). * Correctly show the time when incoming Gadu-Gadu messages were sent (Carl-Daniel Hailfinger). * Fixed crashes with glib 2.6. * Fixed MSN crash when conversations time out after the conversation window was closed. * Fixed an html parsing bug, CAN-2005-0208.
2005-02-27The new Boost packages have to conflict with boost<1.32.0 (except thejmmv1-1/+3
meta-package itself).
2005-02-27To run on python 2.4 one would need mailman 2.1.6 (beta).kim1-3/+3
So don't accept python 2.4 for now, to avoid crashes. http://mail.python.org/pipermail/mailman-coders/2005-February/001611.html
2005-02-27update firefox-gtk2-bin to 1.0. changes since 1.0preview1 are same asgrant4-17/+17
for www/firefox. - deal with Linux binaries having a different directory structure than others on the MASTER_SITES. - undo some brain damage when MOZILLA_USE_LINUX is defined.
2005-02-27emacs-nox11 switched to 21.4a.wiz1-1/+2
2005-02-27Update for 21.4a. Noted by Dave Huang on tech-pkg.wiz2-1757/+1761
2005-02-27blender update done, thanks reinoud.wiz1-2/+1
2005-02-27Drop trailing whitespace.wiz1-1/+1
2005-02-26Let's sync with reality (reorganization of Boost packages).jmmv2-4/+6
2005-02-26Note revision bump for monotone to 1.jmmv1-1/+2
2005-02-26Catch up with Boost packages rework: no need to use BOOST_SUFFIX any morejmmv1-5/+3
(because libraries are unversioned), and we only need to depend on the binary libraries (boost-libs); the huge boost dependency disappears. Bump PKGREVISION to 1.
2005-02-26Complete rework of the Boost packages:jmmv41-5645/+7288
- Drop devel/boost and devel/boost-thread. - Add devel/boost-docs which includes all the documentation related to Boost (previously included in devel/boost). - Add devel/boost-build which includes bjam, the Boost.Build framework. - Add devel/boost-headers which includes all the header files needed at build time by programs using Boost (previously included in devel/boost). - Add devel/boost-libs which includes all the binary libraries needed at build and run time by programs using Boost (previously included in devel/boost and devel/thread). All of them are multithreaded, to make things easier. - devel/boost-python includes the Boost Python library (as it did before), but now works, given that everything is threaded again. - Drop our thread_user.hpp customization. Avoids some build failures that appeared when the previous boost-thread package was not installed. - Use static PLISTs. - Install unversioned files. Makes things *a lot* easier when building stuff outside pkgsrc. - Add meta-pkgs/boost, a meta package that depends on all of the above. Thanks go to jlam@ and tv@ for their comments. While here, update to 1.32.0: New Toolset Names The names of some the Boost.Build toolsets have been changed to remove the "." (dot) character and to fix some other naming inconsistencies. For example, vc7.1 toolset was renamed to become vc-7_1. Please refer to the Supported Toolsets section of the installation guide for the complete list of the current toolset names. This change was made as a part of the effort to make the Boost distribution compatible with ISO 9660 level 2 requirements. New Libraries * Assignment Library: Filling containers with constant or generated data has never been easier, from Thorsten Ottosen. * Minmax Library: Standard library extensions for simultaneous min/max and min/max element computations, from Hervé Brönnimann. * Multi-index Containers Library: Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz. * Numeric Conversion Library: Optimized policy-based numeric conversions, from Fernando Cacciola. * Program Options Library: Access to configuration data given on command line, in config files and other sources, from Vladimir Prus. * Range Library: A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen. * Serialization Library: Serialization/de-serialization of arbitrary C++ data structures to various formats including text, binary, and xml, from Robert Ramey. * String Algorithms Library: Collection of string related algorithms for case conversion, trimming, find/replace operations and more, from Pavol Droba. * Tribool: 3-state boolean type library, from Doug Gregor. Updated Libraries * Compose: This deprecated library has been removed. * Graph: o Added bundled properties to the adjacency_list and adjacency_matrix class templates, greatly simplifying the introduction of internal vertex and edge properties. o The LEDA graph adaptors have been ported to LEDA 4.5. o Added algorithms for betweenness centrality and betweenness centrality clustering. o Added circle layout and undirected spring layout algorithms. * MPL Library: o Updated to use the Boost Software License. o New documentation, including a complete reference manual. o Major interface changes and improvements, many of which are not backward compatible. Please refer to the 1.32 changelog for the detailed information about upgrading to the new version. * Python Library: o Updated to use the Boost Software License. o A new, better method of wrapping classes with virtual functions has been implemented. o Support for the new Python Bool type, thanks to Daniel Holth. o Support for upcoming GCC symbol export control features have been folded in, thanks to Niall Douglas. o Improved support for std::auto_ptr-like types. o Components used by other libraries have been moved out of python/detail and into boost/detail to improve dependency relationships. o Miscellaneous bug fixes and compiler workarounds. * Signals Library: Introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal. * Utility: class template result_of added. * Test Library: o namespace names gets shorten; old one still supported till next release o added proper encoding of XML PCDATA o support for wide string comparison implemented For complete list of changes see Test Library release notes. Regression tests This release has been extensively tested on a variety of different compilers and platforms. It is known to contain no regressions against the previous reference release on the compilers and configurations tested. Please refer to the corresponding regression reports to see how well your compiler performs on the new Boost codebase.
2005-02-26Preserve modification times of the documentation.is1-3/+3
2005-02-26Updated sr-examples.is1-1/+2
2005-02-26Update to SR-2.3.3 distribution.is3-9/+16