Commit graph

3155 commits

Author SHA1 Message Date
reed
b47a227f47 Updated bsflite to 0.73. 2005-02-28 20:59:31 +00:00
taca
b74231458a Note ruby-fox-1.2.4 needs to update of fox-1.4.6. 2005-02-28 17:02:06 +00:00
wiz
4ed2442864 + glib2-2.6.3, stunnel-4.08, sylpheed-1.0.2. 2005-02-28 16:55:37 +00:00
adam
c74ccf768e Updated ike-scan to 1.7.1 2005-02-28 16:05:17 +00:00
minskim
e6ca06432a Note update of nam. 2005-02-28 15:30:03 +00:00
minskim
e0ccb587f7 Note update of bibtex2html. 2005-02-28 15:17:26 +00:00
wiz
fd94771921 flac updated to 1.1.2. 2005-02-28 14:09:49 +00:00
wiz
13b0d4bb01 gsasl updated to 0.2.5. 2005-02-28 13:29:57 +00:00
wiz
f8a6349cbf gtexinfo updated to 4.8. 2005-02-28 13:10:24 +00:00
wiz
a217d6c8e2 libdnet updated to 1.10. 2005-02-28 12:54:20 +00:00
wiz
c9ef1065a4 libevent updated to 1.0b. 2005-02-28 12:44:43 +00:00
wiz
f98742cc83 p5-Apache-Session-Wrapper updated to 0.19. 2005-02-28 09:34:29 +00:00
wiz
6af138a563 jhead at 2.3, remove jhead-2.2. Noted by veego. 2005-02-28 09:16:46 +00:00
wiz
8b050d7168 Add bsflite-0.73 with PR # containing an update for it. 2005-02-28 09:14:57 +00:00
ben
e0d21ff196 Make note of ivan update. 2005-02-28 04:54:20 +00:00
wiz
4e7bffac60 - p5-MailTools, thanks adrianp. 2005-02-28 00:44:39 +00:00
wiz
c0f7cf34e5 We already have ns-flash-7.0.25, remove 6.0.79 from TODO. 2005-02-27 23:29:44 +00:00
wiz
2fc74e7562 kdbg-1.9.6 is a beta version, remove it. 2005-02-27 23:12:11 +00:00
wiz
5805320395 firefox source packages have been updated. 2005-02-27 23:09:12 +00:00
wiz
f0222a4c5d bash updated to 3.0pl16. 2005-02-27 23:07:16 +00:00
wiz
898a95411d mtr{,-gtk} updated to 0.69. 2005-02-27 22:50:12 +00:00
wiz
99a9ac2ce1 devilspie updated to 0.8. 2005-02-27 22:43:55 +00:00
wiz
92100355bf p5-HTML-TableExtract updated to 1.09. 2005-02-27 13:24:45 +00:00
wiz
33f2b69c6d g-wrap updated to 1.9.4. 2005-02-27 13:20:01 +00:00
jmmv
4e7302c100 libgnomecups updated to 0.1.14. 2005-02-27 12:54:41 +00:00
adam
cd47d4400d Updated ImageMagick to 6.2.0-2 2005-02-27 12:38:27 +00:00
wiz
57180b1527 + efax-gtk-2.2.15, mathomatic-12.1c, mkvtoolnix-1.4.0, msmtp-1.3.8,
p5-HTML-TableExtract-1.09, potrace-1.6, smlnj-110.53.
2005-02-27 11:53:31 +00:00
wiz
36bd9de704 blender update done, thanks reinoud. 2005-02-27 00:47:47 +00:00
jmmv
09753597b2 Complete rework of the Boost packages:
- 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-26 22:48:34 +00:00
snj
bb34ee0667 Add gqview-2.0.0, and note that I'll update it. 2005-02-26 20:51:22 +00:00
wiz
d65816634c Updated p5-File-Temp to 0.16. 2005-02-26 17:52:45 +00:00
wiz
1b7eea5da1 p5-WWW-Mechanize updated to 1.12. 2005-02-26 17:50:36 +00:00
wiz
05bfc17d8f Remove some updates jmmv did for gnome-2.8.3. 2005-02-26 17:48:37 +00:00
wiz
c7c6790442 p5-Compress-Zlib updated to 1.34. 2005-02-26 17:22:53 +00:00
wiz
7f2e30502f fontconfig updated to 2.2.99. 2005-02-26 16:40:35 +00:00
wiz
a5d61e9c32 emacs-21.4a, leim-21.4 updates done. 2005-02-26 16:28:02 +00:00
wiz
3098952432 pkg_notify says:
+ ArX-2.2.0, ImageMagick-6.2.0-1, MayaVi-1.4, SmartEiffel-2.1,
  ViPEC-3.2.0, XaoS-3.1.1, amaya-9.1, anomy-sanitizer-1.70,
  ap-Embperl-1.3.6, ap-python-3.1.4, ap2-chroot-0.4, apsfilter-7.2.6,
  arla-0.39, avr-libc-1.2.3, bibtex2html-1.75, bioperl-1.5.0,
  bmake-20050101, browser-bookmarks-menu-0.4, bugzilla-2.19.2,
  cal3d-0.10.0, ccd2iso-0.2, cfengine2-2.1.13, cfengine2-doc-2.1.13,
  cgiirc-0.5.6, chicken-1.92, chkrootkit-0.45, cyrus-imapd21-2.1.18,
  dar-2.2.0, dasher-3.2.13, dbench-3.03, dbh-1.0.22, dbus-0.23.2,
  dbus-glib-0.23.2, devilspie-0.8, diction-1.08, diffstat-1.38,
  dircproxy-1.1.0, dnstop-20050203, dpkg-1.13.0, drivel-1.3.2,
  dvdrip-0.52.2, dvipdfmx-20050201, ec-fonts-mftraced-1.0.9,
  exiftags-1.00, exim-4.50, exmh-2.7.2, fakeroot-1.2.4, file-roller-2.8.4,
  flac-1.1.2, fluxbox-0.9.12, fontconfig-2.2.99,
  fprot-workstation-bin-4.5.4, freeciv-sounds-3.0, freepwing-1.4.4,
  g-wrap-1.9.4, gail-1.8.2, gerbv-1.0.1, ggv-2.8.3, ghostscript-8.50,
  ghostscript-gnu-8.50, gifsicle-1.42, gimp-docs-2.0.7,
  gkrellm-multiping-2.0.9, gkrellm-xmms-2.1.22, gnet-2.0.7,
  gnome-keyring-0.4.1, gputils-0.13.0, guile-pg-0.25, hashcash-1.16,
  ike-scan-1.7.1, intltool-0.33, ion3-devel-20050116, ircservices-5.0.46,
  ispell-gaeilge-3.6, ispman-1.2, jdbc-postgresql-7.3.9, kdbg-1.9.6,
  kdrill-6.4, libarchive-1.02.009, libart2-2.3.17, libdnet-1.9,
  libevent-1.0b, libggigcp-0.9.0, libgtop-2.8.3, liblibve-2005.02.14,
  libopendaap-0.3.0, libperl-5.6.2, libpqxx-2.4.3, libsieve-2.1.18/2.2.12,
  libtool-base-1.5.14, libtool-info-1.5.14, lilypond-2.4.4,
  mDNSResponder-98, mailscanner-4.39.3, mairix-0.15.2, maradns-1.0.24,
  mc-4.6.1-pre3, memcached-1.2, mftrace-1.1.2, mhash-1.3, most-4.10.1,
  mpfr-2.1.1, mtr-0.69, mtr-gtk-0.69, nam-1.11, netio-1.23,
  netsnmp-5.2.1, ns-2.28, octave-current-2.1.66, odbc-postgresql-7.4.7,
  openal-20050202, opencobol-0.31, openldap-2.2.23,
  p5-Apache-AuthCookieDBI-2.01, p5-Apache-Session-Wrapper-0.19,
  p5-Cache-Simple-TimedExpiry-0.23, p5-Class-Trigger-0.09,
  p5-Compress-Bzip2-1.03, p5-Compress-Zlib-1.34, p5-Crypt-RSA-1.55,
  p5-DBIx-SearchBuilder-1.22, p5-ExtUtils-Depends-0.205,
  p5-ExtUtils-PkgConfig-1.07, p5-FD-2.06c, p5-File-Temp-0.16,
  p5-FileHandle-Unget-0.16.2.1, p5-HTMLObject-2.26, p5-IO-Util-1.43,
  p5-MIME-tools-5.417, p5-MailTools-1.66, p5-Math-Pari-2.010603,
  p5-Module-CoreList-1.98, p5-OOTools-1.79, p5-PerlMagick-6.2.0-1,
  p5-String-Approx-3.24, p5-Test-Harness-2.46, p5-Text-Shellwords-1.07,
  p5-WWW-Mechanize-1.12, p5-glib2-1.073, p5-ispman-1.2,
  pam-smbpass-3.0.11, pchar-1.5, pear-Net_Socket-1.0.5, perl-5.6.2,
  pfqueue-0.3.2, pgpool-2.5.1, phpldapadmin-0.9.5, pinentry-0.7.2,
  plan-1.9, pptpd-1.2.3, proxsmtp-1.1, pscal-1.16, pth-2.0.4,
  py-libxml2-2.6.17, py-matplotlib-0.71, py-urwid-0.8.6,
  pygopherd-2.0.13, qgreylist-0.3, raptor-1.4.5,
  realplayer-codecs-20050115, root-4.03.02, rox-2.2.0, rox-lib-1.9.17,
  rsnapshot-1.2.0, rt-3.4.1, rt-mysql-3.4.1, rt-pgsql-3.4.1,
  sablevm-1.1.8, sablevm-classpath-1.1.8, sablevm-classpath-gui-1.1.8,
  seahorse-0.7.6, shc-3.8, sitecopy-0.14.3, smokeping-1.38,
  spamass-milter-0.3.0, spim-7.1, squid-2.5.9, startup-notification-0.8,
  swi-prolog-5.5.7, sympa-4.1.5, tcl-expect-5.43.0, tinyca-0.6.8,
  tlf-0.9.22, tor-0.0.9.5, totd-1.5, tunesbrowser-0.2.0, verilog-0.8.1,
  vttest-20050107, w32api-3.2, weechat-0.1.0, weewm-0.01,
  winbind-3.0.11, windowlab-1.26, wmakerconf-2.10, wmctrl-1.07,
  www6to4-1.6, xcircuit-3.3.9, xemacs-21.4.17, xemacs-current-21.5.19,
  xfce4-netload-plugin-0.2.4, xfce4-notes-plugin-0.10.0,
  xfce4-systemload-plugin-0.3.6, xmlsec1-1.2.7, xmms-flac-1.1.2,
  xmms-nebulus-0.7.0, xpad-2.4, xsane-0.97, xtide-2.8.2, yaz-2.0.34,
  zope25-ZWiki-0.38.0.
2005-02-26 15:42:01 +00:00
wiz
46a9857eb0 p5-DateTime has already been imported, remove from suggested packages. 2005-02-26 01:58:59 +00:00
wiz
2efb163c22 Add firefox*-1.0.1 entries. 2005-02-26 01:33:32 +00:00
drochner
4160fcab72 update for recent updates 2005-02-25 20:01:27 +00:00
wiz
58749d5b69 Updated p5-Log-Dispatch-Config to 1.01 2005-02-25 16:00:48 +00:00
wiz
fd1701c975 Mention some package updates drochner did yesterday,
and remove them from TODO.
2005-02-25 15:06:18 +00:00
adam
f04b47622f Updated nasm to 0.98.39 2005-02-25 11:43:12 +00:00
adam
ab878bb6cc Updated hdf5 to 1.6.3 2005-02-25 09:11:06 +00:00
adrianp
f727eb867d - Note update of phpmyadmin to 2.6.1pl1 2005-02-24 17:34:13 +00:00
wiz
964aaffbaa Updated sqlite to 2.8.16. 2005-02-24 16:05:53 +00:00
wiz
3814ed7434 sqlite3 updated to 3.1.3. 2005-02-24 16:02:53 +00:00
wiz
b1ce2356e7 + bitlbee-0.92, libextractor-0.4.2, p5-Device-SerialPort-1.2.0,
phpmyadmin-2.6.1pl1, ruby-fox-1.2.4, xmame-0.92, xmess-0.92.
2005-02-24 16:00:05 +00:00
wiz
a80d4c4c2d + openacs-5.1.4. 2005-02-24 11:53:41 +00:00
bad
979174525e - libfwbuilder-2.0.4 2005-02-24 11:37:22 +00:00