Commit graph

11152 commits

Author SHA1 Message Date
wiz
99a9ac2ce1 devilspie updated to 0.8. 2005-02-27 22:43:55 +00:00
veego
4488cdcf48 Bumpd the PKGREVISION for the following packages:
emulators/compat13
  emulators/compat14
  emulators/compat14-crypto
  emulators/twin
  lang/blackdown-jdk13
  multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.

compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27 22:30:43 +00:00
taya
4215e71519 Note update of firefox to 1.0.1, add firefox-gtk1-1.0.1,
and removal of firefox-gtk2
2005-02-27 13:31:03 +00:00
wiz
92100355bf p5-HTML-TableExtract updated to 1.09. 2005-02-27 13:24:45 +00:00
wiz
1edaf38534 Updated p5-HTML-Tagset to 3.04. 2005-02-27 13:23:35 +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
veego
397ac3aa7d Note the update of transcode to 0.6.12nb4. 2005-02-27 12:04:39 +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
rillig
c8bd7f4c13 Added a patch to bidwatcher to make it build on NetBSD-1.6.2. 2005-02-27 10:41:36 +00:00
jmmv
acfd632680 Note update of gaim to 1.1.4. 2005-02-27 08:52:42 +00:00
wiz
a27d3fd804 emacs-nox11 switched to 21.4a. 2005-02-27 01:06:30 +00:00
wiz
36bd9de704 blender update done, thanks reinoud. 2005-02-27 00:47:47 +00:00
jmmv
05fb9c6f66 Note revision bump for monotone to 1. 2005-02-26 22:51:01 +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
is
51d3070a05 Updated sr-examples. 2005-02-26 22:43:04 +00:00
is
efc83650d3 Updated SR to 2.3.3. 2005-02-26 22:38:22 +00:00
snj
bb34ee0667 Add gqview-2.0.0, and note that I'll update it. 2005-02-26 20:51:22 +00:00
reinoud
3e5473ad41 blender is updated to version 2.36 fixing 200 bugs, working game-engine at
last and phyton `import'ed modules now work as well.
2005-02-26 20:38:17 +00:00
is
5158385929 Mention the addition of sr 2005-02-26 18:32:29 +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
jmmv
da1068091e Note update of GNOME to 2.8.3 (the meta-pkgs themselves and several other
stuff).
2005-02-26 17:28:42 +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
5df6283017 Fix some entries. 2005-02-26 15:40:25 +00:00
dsainty
5f7ad6ae08 Note addition of ppower-0.1.5 2005-02-26 13:25:26 +00:00
bad
49742fc842 Note update of libfwbuilder and fwbuilder to 2.0.6. 2005-02-26 11:53:41 +00:00
wiz
ac01f3ad2d Note links, links-gui updates to 2.1.0.17. 2005-02-26 10:08:57 +00:00
wiz
46a9857eb0 p5-DateTime has already been imported, remove from suggested packages. 2005-02-26 01:58:59 +00:00
wiz
1321bf5884 p5-DateTime updated to 0.27. 2005-02-26 01:58:20 +00:00
wiz
2efb163c22 Add firefox*-1.0.1 entries. 2005-02-26 01:33:32 +00:00
wiz
bced9654d7 Add two missing entries. 2005-02-26 01:33:31 +00:00
adrianp
1f5a7504b8 - Note ap2-auth-ldap bump to 3.3 2005-02-26 01:07:56 +00:00
rh
171aa5cb93 Note addition of writer2latex-0.4b2 2005-02-25 23:47:53 +00:00
adrianp
c8659788a4 + p5-Net-LMTP-0.02 2005-02-25 21:19:00 +00:00
drochner
4160fcab72 update for recent updates 2005-02-25 20:01:27 +00:00
drochner
a0a52a8b1e fix the qt3-scintilla entry, and add recent work 2005-02-25 19:41:01 +00:00
reed
897a5fd6a0 Added bsflite package. It was packaged by leitec of leitec.org
and is from pkgsrc-wip.

bsflite is a lightweight AIM client for the command line.
2005-02-25 18:48:36 +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
92bcf514e1 Updated libusb to 0.1.10a 2005-02-25 14:20:22 +00:00
adam
f04b47622f Updated nasm to 0.98.39 2005-02-25 11:43:12 +00:00
adrianp
82bf9974e5 Note cyrus-imapd bump 2005-02-25 10:23:05 +00:00
adam
320ca4ff54 Updated netcdf to 3.6.0p1 2005-02-25 09:54:43 +00:00
adam
f0c9453da4 Updated ngrep to 1.43 2005-02-25 09:24:37 +00:00