Commit graph

3350 commits

Author SHA1 Message Date
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
wiz
12e356b98f Note quagga update in PR 29518. 2005-02-24 11:34:02 +00:00
wiz
95cd838334 p5-libapreq updated to 1.33. 2005-02-23 19:04:59 +00:00
wiz
fc2a04965b opera7 update has been done too (thanks, jaromir). 2005-02-23 18:15:08 +00:00
wiz
3ee3813117 Remove a development release, and an update that has been done. 2005-02-23 18:14:43 +00:00
wiz
481905197d - mgetty+sendfax-1.1.31 (thanks, jwise). 2005-02-23 17:15:37 +00:00
wiz
5cf0022523 Updated p5-Class-Container to 0.12 2005-02-23 16:59:25 +00:00
wiz
54190095f1 + advancecomp-1.14, bash-3.0pl11, crimsonfields-0.4.7, emacs-21.4a,
fox-1.4.6, leim-21.4, nasm-0.98.39, nsd-2.2.1, osh-041231
  [pkg/29506], phppgadmin-3.5.2, putty-0.57, xscreensaver-4.20.
2005-02-23 16:49:13 +00:00
adam
7e972d6010 Updated zebedee to 2.5.2 2005-02-22 16:27:25 +00:00
adam
5250f8203a Updated dict-{server,client} to 1.9.15 2005-02-22 16:13:12 +00:00
adam
e0ccadbfcc Updated codeville to 0.1.10 2005-02-22 15:36:48 +00:00
adam
decd8f5d0a Removed abiword1 2005-02-22 12:41:03 +00:00
minskim
b2478e2b37 Note update of xchm. 2005-02-22 01:09:44 +00:00
wiz
c6b712d6a0 p5-IPC-Run updated to 0.79. 2005-02-22 00:41:02 +00:00
wiz
5902d48536 p5-Params-Validate update has been done (thanks, cube). 2005-02-22 00:27:16 +00:00
wiz
cfde983ac8 Note updates of links and links-gui. 2005-02-22 00:20:59 +00:00
wiz
010261d4a3 +eric3-3.6.2, mono-1.0.6, xchm-0.9.8. 2005-02-22 00:20:29 +00:00
bad
4bc17c8049 -openvpn 1.6.0 2005-02-21 23:31:41 +00:00
recht
dae7cc08e5 roundup-0.8.1 2005-02-21 23:02:44 +00:00
adam
e005cedbab Updated libtecla to 1.6.1 2005-02-21 14:57:21 +00:00
wiz
c1db053579 p5-Log-Dispatch updated to 2.10. 2005-02-21 12:17:48 +00:00
adam
8bef875739 Updated zsh to 4.2.4 2005-02-21 11:08:46 +00:00
adam
9feb2724fe Updated nessus to 2.2.3 2005-02-21 10:11:53 +00:00
adam
60e5fdf32b Updated gaim to 1.1.3 2005-02-21 09:47:25 +00:00
wiz
90d0b1a41e amarok updated to 1.2. 2005-02-20 20:42:45 +00:00
wiz
406727a768 wl-2.12.2 is out, patch in PR updated. 2005-02-20 16:57:13 +00:00
wiz
9dea16329e Note libvisual updates/removals. 2005-02-20 16:00:10 +00:00
wiz
bfdd444fae + py-qt3-base-3.14, py-qt3-sip-4.2, stella-1.4.2. 2005-02-20 15:02:25 +00:00
dmcmahill
d07de265bc gnetman, gattrib, vipec updates done 2005-02-20 14:03:31 +00:00
wiz
eecb2715b8 Note PR number for gaim update. 2005-02-20 11:05:28 +00:00
xtraeme
3dfb063154 Updated dspam to 3.2.7 2005-02-20 00:07:00 +00:00
jmmv
ec65be1fdb Note that I'm working on the boost-1.32.0 update. 2005-02-19 22:36:13 +00:00
wiz
591da3d41c + dirac-0.5.1, dspam-3.2.7, findutils-4.2.18, gaim-1.1.3, getmail-4.3.3,
iozone-3.233, ipsec-tools-0.5, mathomatic-12.1b, micq-0.5.
2005-02-19 22:04:25 +00:00
cjep
84f947b367 -nail 2005-02-19 21:54:32 +00:00
wiz
5dbe1caa6a Remove bogus html entry. 2005-02-19 21:21:13 +00:00
wiz
909bccba1c Updated boehm-gc to 6.4 2005-02-19 21:20:33 +00:00
wiz
218998bfbf Updated cdrtools-ossdvd to 2.01.1.32 2005-02-19 21:09:46 +00:00
wiz
f334133a21 Updated p5-XML-LibXML to 1.58 2005-02-19 20:54:48 +00:00
wiz
e10e3b7b43 Updated p5-xmltv to 0.5.38 2005-02-19 20:50:08 +00:00
wiz
77ac21aa74 Updated p5-XML-Writer to 0.530 2005-02-19 19:41:29 +00:00
wiz
9c4bf48b43 Updated p5-XML-Twig to 3.16. 2005-02-19 19:32:53 +00:00
wiz
07c574bbb0 Updated p5-XML-Simple to 2.14 2005-02-19 18:47:10 +00:00
wiz
9b46c6ebd1 Updated p5-Test-Simple to 0.54. 2005-02-19 18:44:04 +00:00
wiz
9bbefef27b Updated p5-XML-NamespaceSupport to 1.08 2005-02-19 18:27:09 +00:00
wiz
27b0667cdf p5-WWW-Mechanize updated to 1.10 2005-02-19 18:13:59 +00:00
wiz
43300df592 + baci-20040415, graphviz-2.2 [pkg/28596], nawk-20041222. 2005-02-19 17:15:04 +00:00
wiz
b1fdb5e404 Updated p5-Module-Build to 0.2608 2005-02-19 12:41:25 +00:00
wiz
0960494cd5 Added p5-Devel-Cycle-1.03. 2005-02-19 12:19:43 +00:00
wiz
f91c6088a8 Updated p5-Text-Kakasi to 1.05 2005-02-19 11:30:10 +00:00
wiz
ad19580ef2 Updated p5-Class-MethodMaker to 2.05 2005-02-19 11:23:05 +00:00
wiz
5dae9c973c + libcdio-0.72, p5-IPC-Run-0.79. 2005-02-19 11:22:31 +00:00
wiz
1df620ba13 p5-Module-Signature updated to 0.44. 2005-02-19 10:35:50 +00:00
wiz
803a81eb35 Updated grub to 0.96 2005-02-19 10:23:43 +00:00
lukem
99cdf6ba8c update wesnoth to 0.8.10 2005-02-19 03:41:17 +00:00
wiz
ae80d611bc Unmention docbook-website and netbsd-www updates. 2005-02-19 00:46:27 +00:00
wiz
2bc48987a7 Updated docbook-website to 2.5.0, and netbsd-www to 1.3. 2005-02-19 00:27:05 +00:00
wiz
d227450118 Updated gnutls to 1.2.0 2005-02-19 00:15:12 +00:00
jlam
8f024a7abc The courier packages are updated. 2005-02-18 22:15:32 +00:00
reed
3d643de5c8 Updated file from 4.09 to file-4.13. 2005-02-18 19:41:11 +00:00
wiz
d92ea3ddcc Update scmxx to 0.7.5. 2005-02-18 18:27:12 +00:00
wiz
22e33fba79 curl updated to 7.13.0; add py-curl-7.12.3 to TODO. 2005-02-18 18:05:52 +00:00
wiz
7b3ba6c438 Updated libao to 0.8.6
Updated libao-arts to 0.8.6
Updated libao-esound to 0.8.6
2005-02-18 17:23:40 +00:00
wiz
d2149518cc Updated dsssl-docbook-modular to 1.79. 2005-02-18 16:18:12 +00:00
wiz
cff61e34f9 Updated docbook to 4.4 2005-02-18 16:11:09 +00:00
wiz
b1d1267ec2 automake updated to 1.9.5. 2005-02-18 16:08:39 +00:00
wiz
cca0999bc6 Xaw3d updated to 1.5E. 2005-02-18 15:55:25 +00:00
wiz
4bd8be5bcb alee-ttf updated done (thanks, minskim). 2005-02-18 14:52:01 +00:00
wiz
481b8bfbfc Updated Xbae to 4.51.01 2005-02-18 14:51:35 +00:00
wiz
1d5c1a215a Updated bison to 2.0. 2005-02-18 14:43:25 +00:00
wiz
3fb972c89a Updated ap-ssl to 2.8.22 2005-02-18 14:09:15 +00:00
wiz
f0f7e4ad6e Updated p5-libxml to 0.08 2005-02-18 13:57:37 +00:00
wiz
f9fdd549ff bins updated to 1.1.27. 2005-02-18 13:48:38 +00:00
wiz
6c489bd128 Updated p5-Storable to 2.13 2005-02-18 13:41:30 +00:00
wiz
173be13cf3 p5-libwww updated to 5.803. 2005-02-18 13:29:22 +00:00
wiz
2beea1ccef p5-IO-Socket-SSL updated to 0.96. 2005-02-18 13:12:42 +00:00
wiz
65a09d4539 p5-IO-String updated to 1.06. 2005-02-18 12:58:47 +00:00
wiz
7e3f021cb4 p5-gettext updated to 1.04. 2005-02-18 12:54:24 +00:00
martti
9c302eccd0 Updated skype to 1.0.0.1 2005-02-18 12:48:24 +00:00
xtraeme
f73d620167 + fmsx-3.0 2005-02-17 22:16:15 +00:00
peter
169e6f483c Criticalmass update. 2005-02-17 19:33:58 +00:00
salo
b9bc5405e4 Note devel/libebml, multimedia/libmatroska and multimedia/m{kvtoolnix,mg}
updates.
2005-02-17 11:09:01 +00:00
wiz
33be5bd84a adam just updated wine, remove it. 2005-02-16 12:25:11 +00:00
wiz
0025cb86c6 + amarok-1.2, asc-1.15.3, automake-1.9.5, chemtool-1.6.6,
electricfence-2.4.13, erlang-10b-3, file-4.13, fox-1.4.4,
  gsasl-0.2.5, horde-3.0.3, imp4-4.0.2, inkscape-0.41,
  kajaani-kombat-0.6.6.6, libnids-1.20, libtool-1.5.14, libvisual-0.2.0,
  libvisual-bmp-0.2.0, libvisual-xmms-0.2.0, magios-2.0b2 [replacing
  netsaint], mathomatic-12.1, mimedefang-2.51, mplayer-plugin-firefox-2.80,
  msmtp-1.3.7, nessus-2.2.3, oss-3.99.2b [for 2.0], rosegarden4-1.0
  [replacing audio/rosegarden|pkgsrc-wip], roundup-0.8, samba-3.0.11,
  scmxx-0.7.5, snd-7.10, sqlite-2.8.16, sqlite3-3.1.2,
  sylpheed-claws-1.0.1, tcpreplay-2.3.3, txt2html-2.40, wine-20050211,
  xlog-1.1, zile-2.0.1.
2005-02-16 12:23:07 +00:00
peter
9f33b7f893 - gift-0.11.8.1, gift-fasttrack-0.8.8. 2005-02-15 22:49:05 +00:00
minskim
ea872c1d24 Note update of xterm. 2005-02-14 22:47:36 +00:00
xtraeme
f6055bb666 xorg-6.8.2 released, coming soon in pkgsrc. 2005-02-14 09:21:36 +00:00
xtraeme
66877c3963 Updated dovecot to 0.99.14. 2005-02-14 08:58:04 +00:00
rillig
f6103d78ce Pkglint now checks that the file entries in PLIST files are correctly
sorted. Welcome to 4.03.
2005-02-12 21:34:47 +00:00
taca
bf161edde3 +mew-4.2. 2005-02-12 16:52:07 +00:00
grant
cad955da82 -clamav (update ready to go, waiting on cvs permission fix) 2005-02-12 00:56:55 +00:00
schmonz
33991aaf79 + dovecot-0.99.14 2005-02-11 23:08:40 +00:00
adrianp
0c0c5574c4 Note update of sendmail to 8.13.3 2005-02-10 22:18:49 +00:00
ben
e14185f2a5 Make note of upx update. 2005-02-10 15:52:19 +00:00
adam
74590398c6 Updated qt3 to 3.3.4 2005-02-10 13:25:56 +00:00
wiz
1c3a012540 Note some updates I committed today. 2005-02-09 20:25:19 +00:00
ben
a60d9b7fed Make note of fprot-workstation-bin update. 2005-02-09 15:31:34 +00:00
wiz
04bcc44e37 + apache2-2.0.53, chemtool-1.6.5, criticalmass-0.9.10, mathomatic-12.0,
p5-gtk2-1.073, wesnoth-0.8.10, zile-2.0.0.
2005-02-09 14:33:49 +00:00
markd
a6ecce1b6e py-numarray and py-pytables updates. 2005-02-09 12:34:42 +00:00
markd
7c8e704e08 krusader update. 2005-02-09 11:54:33 +00:00
adam
1a360a7575 Updated ploticus to 2.31 2005-02-08 09:41:50 +00:00
wiz
5fa23667b6 + aspell-danish-1.4.47, autogen-5.6.6, clamav-0.82, dvipng-1.5
gnucash-1.8.11, libtool-1.5.12, mkvtoolnix-1.0.2, msmtp-1.3.6,
  sudo-1.6.8pl7, teTeX-3.0, xpad-2.2, xterm-200.
- p5-HTML-Parser-3.44, p5-URI-1.35.
2005-02-07 15:57:58 +00:00
wiz
714c7d3b6c libidn updated to 0.5.13. 2005-02-07 15:23:12 +00:00
wiz
480c70f754 libtheora updated to 1.0alpha4. 2005-02-07 15:12:44 +00:00
wiz
46e769a97a Updated p7zip to 4.14.01. 2005-02-07 14:18:01 +00:00
wiz
9ba8b7478e xcursor updated to 1.1.2. 2005-02-07 13:40:01 +00:00
wiz
ae9fbefd62 texi2html updated to 1.76. 2005-02-07 13:31:06 +00:00
wiz
9cdea9ff07 + gftp-2.0.18, howl-0.9.10;
- BitTornado (thanks, veego).
2005-02-07 12:26:55 +00:00
kristerw
b1d7d40fdb Note update of emulators/vice to 1.16. 2005-02-06 23:12:43 +00:00
adrianp
88a9665d9e - remove firewalk-gtk
- note update of firewalk
2005-02-05 16:59:38 +00:00
chris
ce1aa30345 Note update of sylpheed to 1.0.1. 2005-02-05 14:54:33 +00:00
wiz
50f4371d58 cksfv updated to 1.3.3. 2005-02-05 00:48:33 +00:00
adrianp
b885e970d7 Update of lablgtk to 1.2.7 2005-02-04 22:48:30 +00:00
adrianp
4ce4e6e680 Update of mldonkey to 2.5.28 2005-02-04 22:35:03 +00:00
adrianp
9eecc96b40 Note update of hevea to 1.07 2005-02-04 22:24:23 +00:00
adrianp
019444ed24 Note update of geneweb to 4.10 2005-02-04 22:19:04 +00:00
adrianp
bb71442bd1 Note update of camlimages from 2.11 to 2.2.0 2005-02-04 22:10:37 +00:00
adrianp
63bce69908 Note bibtex2html update 2005-02-04 21:58:21 +00:00
adrianp
7fc00ac682 Update of ocaml from 3.06 to 3.08.2
Many thanks to Antoine Reilles for his help with getting this running
2005-02-04 21:41:05 +00:00
wiz
6677509a5b p5-Perl-Tidy updated to 20031021. 2005-02-04 14:36:34 +00:00
wiz
d5d8dd1c85 + arla-0.38, centericq-4.20.0, cksfv-1.3.2, electricfence-2.4.12,
elinks-0.10.2, smalltalk-2.1.10.
2005-02-04 14:35:50 +00:00
xtraeme
77b44e3603 zsh-4.2.4 released. 2005-02-03 14:55:35 +00:00
wiz
d22b4cd3f8 + idesk-0.7.0, xblast-2.10.0. 2005-02-02 17:20:26 +00:00
jschauma
9c6934dee4 Note update of net/tor to 0.0.9.3 2005-02-02 16:44:22 +00:00
adrianp
6f7ec5bdab Note arping 2.05 update 2005-02-01 18:27:48 +00:00
wiz
ba0cc34adf amavisd-new updated to 2.2.1. 2005-02-01 17:39:56 +00:00
wiz
ea659bb39b + curl-7.13.0, dante-1.1.15, gramps-1.0.10, oregano-0.40.3, skype-1.0,
sylpheed-1.0.1.
2005-02-01 15:47:20 +00:00
xtraeme
8f81c2c55e Updated emulators/generator to 0.35 2005-01-31 23:59:42 +00:00
wiz
55f3e6ce9b + eric3-3.6.1, findutils-4.2.15, grub-0.96, mng-1.0.9, oregano-0.40.2,
pbzip2-0.9.1, poedit-1.3.2, py-kenosis-0.94.1, sylpheed-claws-1.0.0
  [pkg/29168], vice-1.16.
2005-01-31 11:52:30 +00:00
wiz
40d8dda2b9 + docbook-4.4, libidn-0.5.13, xmlstarlet-1.0.0. 2005-01-31 00:31:08 +00:00
wiz
11921b8c11 wesnoth updated to 0.8.9. 2005-01-31 00:28:54 +00:00
salo
834b5f6c32 Note games/powermanga update. 2005-01-30 23:49:58 +00:00
kristerw
07ebab4486 Note that xmame and xmess have been updated to 0.90. 2005-01-29 21:55:45 +00:00
minskim
d2cfd546ec Note update of mathomatic to 11.7. 2005-01-29 10:54:16 +00:00
adrianp
82dde4e376 Note snort update to 2.3.0 2005-01-28 23:06:47 +00:00
adam
9e8ccd2af5 Updated librsvg to 1.0.3, eel to 1.0.2 2005-01-28 15:02:25 +00:00
wiz
32940a7e13 + clamav-0.81 [pkg/29139], f2c-20031025, gnutls-1.2.0, gsed-4.1.4,
ivtools-1.2.2, libao-0.8.6, libextractor-0.4.1, mathomatic-11.7,
  nut-10.15, ruby-fox-1.2.3, ted-2.17, webmin-1.180, wesnoth-0.8.9.
2005-01-28 13:36:26 +00:00
wiz
340167b72a + qt3-3.3.4. 2005-01-27 17:48:02 +00:00
adam
f0afc9f561 Updated hylafax to 4.2.1 2005-01-27 16:23:34 +00:00
adam
2f76f797e6 Updated libtasn1 to 0.2.13 2005-01-27 15:49:53 +00:00
xtraeme
879ad0d3d5 + clamav-0.81 2005-01-27 15:06:07 +00:00
ben
acdeeae5e7 Add todo item for documenting how we handle man pages. 2005-01-27 14:18:16 +00:00
adam
4cf75ced50 Updated dillo to 0.8.4 2005-01-27 09:40:25 +00:00
wiz
999c322bab + allegro-4.1.18, bind-9.3.1, gtk-send-pr-0.4.3, naim-0.11.7.3.1,
plib-1.8.4.
- tcpdump-3.8.3.
2005-01-26 16:29:26 +00:00
salo
3fc669ad10 + snort-2.3.0 2005-01-26 10:16:22 +00:00
wiz
5ff7c8f3a5 + cksfv-1.3.1, cssc-1.0.1, cvsweb-3.0.5, eric3-3.6.0, gnutls-1.0.24,
gsharutils-4.3.78, hugs-200311, leafnode-1.10.8, links-2.1pre16,
  mathomatic-11.6e, micq-0.4.12 [pkg/29063], mlterm-2.9.1 [pkg/29061],
  naim-0.11.7.3, ncmpc-0.11.1 [pkg/29057], p5-IO-Util-1.42,
  p5-xmltv-0.5.38, p7zip-4.14.01, phpmyadmin-2.6.1, wl-2.12.0
  [pkg/29043].
2005-01-25 16:20:56 +00:00
blymn
ca307037c2 Noted updates to lwp, rvm and rpc2 2005-01-25 13:37:39 +00:00
adam
b82b496f24 Updated pico to 4.9, pine to 4.62 2005-01-25 10:10:01 +00:00
xtraeme
eb85db76e2 Updated zsnes to 1.42 2005-01-24 16:52:03 +00:00
taca
e7df31d688 -ruby 1.8.2. 2005-01-24 14:41:51 +00:00
jlam
0e59673afa -webmin 2005-01-23 04:36:44 +00:00
adrianp
8bdf01233c Note smokeping upgrade to 1.37 2005-01-22 21:54:49 +00:00
adrianp
3f4b9942e2 Updated socat to 1.4.1.0 2005-01-22 18:59:20 +00:00
adrianp
490d4c3b3c mailsync was updated a while ago now 2005-01-22 18:48:24 +00:00
adrianp
04d4d193c8 Update mrtg to 2.11.1 2005-01-22 15:08:18 +00:00
xtraeme
af5e6295b2 Updated wm/3ddesktop to 0.2.8 2005-01-22 09:28:59 +00:00
minskim
9b658e69c8 + cqcam-0.91 2005-01-22 03:07:17 +00:00
kei
c7542e5bc5 remove Gauche-0.8.3, ja-shinonome-0.9.11, xmbdfed-4.5, as they're updated. 2005-01-21 16:30:11 +00:00
drochner
28333b112c remove some entries which are outdated or which I'll commit updates for
soon
2005-01-21 15:06:32 +00:00
wiz
da10513f55 + pine-4.62, noted by Hisashi T Fujinaka on tech-pkg. 2005-01-21 14:58:26 +00:00
wiz
3575cfd7f3 + afterstep-2.00.02, cmp3-2.0pre6 [pkg/29036], multitail-3.4.5,
zsnes-1.42.
- unarj-2.65 (thanks, me :) )
2005-01-21 14:48:27 +00:00
abs
ef0dd241bb Update jakarta-tomcat to 5.0.30. Changes since 5.0.28:
Tomcat 5.0.30 (yoavs)
General

update	Update web.xml files to 2.4 schema (from 2.3 DTD) where applicable. (yoavs)
update	32235: align conf/web.xml MIME types with Apache HTTPD. (yoavs)
fix	31132: Modified startup scripts for better OS/400 -x/-r handling. (yoavs)
update	22679: Added misc note on accessing session ID to SSL-HowTo. (yoavs)
update	When the package protection is not used, do not create the doPrivileged objects so we don't suffer the performance hit (jfarcand)
update	32282: Modify Windows Uninstaller to remove webapps and webapps/ROOT only if user asks to remove everything. (yoavs)

Catalina

fix	31273: Add support for derefaliases in JNDIRealm. (markt)
fix	31623: Better OS400 support in setclasspath.sh. (yoavs)
fix	31592: Allow specification of digest encoding for realms. (yoavs)
update	31945: Added and updated Connector documentation. (yoavs)
update	31739: Minor documentation corrections for realm-howto and AJP docs. (yoavs)
fix	31753: Minor inconsistencies in JDBC and DataSourceRealm#authenticate. (yoavs)
update	31683: Minor clarifications to realm documentation. (yoavs)
fix	31851: UserTransaction in DefaultContext broken. (yoavs)
fix	32130: Check for null or empty file listing in FileStore#keys. (yoavs)
update	32276: Add developer info to Realm How-To. (yoavs)
fix	32082: Add protected getPrincipals method to MemoryRealm for easier extension. (yoavs)
fix	32023: CGIServlet fails to handle post message with multipart/form data. (yoavs)
fix	32269: JNDIRealm fails with InvalidNameException to authenticate users if LDAP distinguished name (DN) contains slash or double quote character(s). (yoavs)

Coyote

Jasper

fix	Fixed default compiler target VM setting (to 1.3) so that compilation on J2SE 5.0 works out of the box. (yoavs)
update	Exposed compilerSourceVM and compilerTargetVM options to JspC. (yoavs)
update	Updated JspC usage messages to include recently added configurable parameters. (yoavs)
fix	29866: JspReader#skipUntil may try to read beyond the end of the file. (yoavs)
fix	32330: JspC changes context classloader. (yoavs)

Cluster

Webapps

fix	31707: Broken JavaScript confirmation in HTML manager. (yoavs)
update	Removed hard-coded admin context path. (yoavs)
fix	31732: Fix Japanese localization of Manager's list command. (yoavs)
update	31656: Make admin webapp build on Struts 1.2. (yoavs)
update	32019: Remove maxlength=64 on env entry value in admin webapp. (yoavs)

Tomcat 5.0.29 (yoavs)

General

update	Added Xalan note in RELEASE-NOTE section on XML parsers. (yoavs)
fix	30756: Bad syntax in sample web.xml. (yoavs)
update	Enhanced Japanese resource bundles. (yoavs)
fix	30568: Incomplete setup.html documentation for launching jsvc. (yoavs)

Catalina

update	Use CatalinaDigester on shutdown so you can use a sytem property to configure the port. (funkman)
fix	Fix memory leak when Security Manager is turned on. (jfarcand)
fix	28914: threadPriority attribute ignored. (yoavs)
fix	30763: added failOnError attribute to UndeployTask. (yoavs)
fix	30624: Enhanced null checking in RealmBase#findSecurityConstraints. (yoavs)
fix	Added explicit close of randomIS DataInputStream to ManagerBase for better resource handling. (yoavs)
update	Added processTlds context attribute to allow disabling TLD processing. (yoavs)
update	Backport if-else logic for SSI servlet from 4.1 (funkman)
update	StandardClassLoader: Output the name of the repository if it failed to load. (funkman)
fix	31001: Missing domain attribute in MBean description for createStandardService. (yoavs)
fix	30636: NPE in DigesterFactory when resources cannot be located. (yoavs)
fix	30415: Directories ending in .war not handled well. (yoavs)
fix	31052: BeanFactory swallows root cause of exception. (yoavs)
fix	29914: Better lifecycle support for DefaultContext. (yoavs)
fix	Set the FORM notes even when caching so that clustering with SSO works properly. (remm)
fix	30869: Make sure JAAS realm name is legal. (yoavs)
fix	31277: Clarified automatic application deployment section of Host configuration page. (yoavs)
fix	28631: JAASRealm enhancements to support custom user, role class names, use Commons-Logging. (yoavs)
fix	31364: Missing resource in org.apache.catalina.core.LocalString.properties. (yoavs)
fix	31362: Missing -Xdebug in catalina.bat when using JPDA and Security. (yoavs)
fix	30949: Make sure ApplicationDispatcher unwraps requests even if include fails. (yoavs)
fix	31511: Don't call setenv.bat if not found in *using-launcher scripts. (yoavs)
fix	31549: Add name of resource to load failed messaged in WebappClassLoader. (yoavs)

Webapps

fix	29526: Manager redeployment locked JAR because of context.xml stream. (yor "dangerous" manager tasks. (yoavs)
fix	29485: Added JavaScript confirmation prompts to HTML Manager actions. (yoavs)
fix	31058: Ensure StatusTransformer escapes query string for XML. (yoavs)
fix	CGI Servlet: Revert the fix for 27090 as it introduced a JDK 1.4 dependency. (markt)

Jasper

fix	30984: Added compilerTargetVM option to Jasper. (yoavs)
fix	31171: Wrap to avoid ClassCastException in PageContextImpl. (yoavs)
fix	31257: Added specification of endorsed dirs if forking. (yoavs)
fix	31510: Set response=null in JspWriterImpl#recycle to aid in JBoss memory leak. (yoavs)

Coyote

fix	31018: Race condition in SystemLogHandler. (yoavs)
2005-01-21 12:24:39 +00:00
adam
9a5c459c14 Updated aribas to 1.53 2005-01-21 09:51:38 +00:00
adrianp
f654584f38 Update of isic to 0.06 2005-01-20 23:34:53 +00:00
adrianp
19c3560367 Update tcpreplay to 2.3.2 2005-01-20 22:01:02 +00:00
bad
3619089f23 Note updates of:
p5-Devel-SmallProf to 1.15
p5-Time-HiRes to 1.66
p5-CGI_Lite to 2.02
2005-01-20 21:25:01 +00:00
bad
9b693a7891 Note update of jdb to 1.13. 2005-01-20 20:38:22 +00:00
adrianp
321be541f2 Import of libnet 1.1.x package 2005-01-20 18:10:05 +00:00
xtraeme
e0bf03c3be Updated jabberd2 to 2.0s6 2005-01-20 15:10:35 +00:00
wiz
0eff1500e7 + gnumeric-1.4.2, iozone-3.228, oss-3.99.2a [for 2.0], xmame-0.90,
xmess-0.90.
2005-01-20 14:01:44 +00:00
salo
90438bb58f Note update of net/nmap{,fe} 2005-01-20 12:07:26 +00:00
adam
8253ea2302 Updated bonobo to 1.0.22 2005-01-20 11:49:12 +00:00
adam
83b70e5230 Updated bluefish to 1.0 2005-01-20 10:29:10 +00:00
xtraeme
964e78a120 Updated icewm to 1.2.20 2005-01-20 04:29:16 +00:00
xtraeme
64a9a294ea emulators/zsnes updated to 1.41 2005-01-20 00:44:34 +00:00
jmmv
8a742e4cc3 gtk-send-pr updated to 0.4.2. 2005-01-19 23:28:09 +00:00
adrianp
33e5e4c79c Update ircservices to 5.0.44 2005-01-19 22:00:44 +00:00
xtraeme
2e48ce6892 + powermanga-0.79 2005-01-19 16:09:23 +00:00
adam
f26183d798 Updated msmtp to 1.2.4 2005-01-19 15:31:59 +00:00
adam
be0b638245 Updated dxpc to 3.8.2 2005-01-19 15:10:56 +00:00
adam
216b2e05a0 Updated artist to 1.2.6 2005-01-19 14:55:02 +00:00
wiz
1bcb72456a + centericq-4.14.0, crimsonfields-0.4.6, gtk-send-pr-0.4.2,
liferea-0.9.0b, postgresql-8.0, tcpick-0.2.1, zsnes-1.41.
- nsd-2.1.5 (thanks, itojun)
2005-01-19 12:55:38 +00:00
adam
7503ed2675 Updated amaya to 9.0 2005-01-18 16:36:56 +00:00
wiz
d0288e3e81 + bzflag-2.0.0, msmtp-1.3.4, sylpheed-claws-1.0.0. 2005-01-18 13:39:20 +00:00
wiz
3cd701631f cue update has been done (thanks, itojun). 2005-01-18 09:30:32 +00:00
adrianp
17e3722e4c Update to bugzilla 2.18 2005-01-17 23:04:26 +00:00
martti
915018ae6b xfce4-minicmd-plugin-0.3.0, xfce4-taskbar-plugin-0.2.2, xfce4-wavelan-plugin-0.4.1 2005-01-17 13:24:30 +00:00
martti
25efd16825 -xfce-4.2.0 2005-01-17 12:58:52 +00:00
jmmv
5ed37bdcbf Remove everybuddy and everybuddy-gnome. This program has been obsoleted by
two different forks (ayttm and eb-lite).  Packaging any of these two could
result on completely different packages than the current ones (mainly because
one uses GNOME2 and the other Qt, and is modular).

Furthermore, IM software tends to get useless as protocols change, so I doubt
these old versions are of any use today.  Not to say that they appear broken
on some bulk builds.

No objections in tech-pkg@.
2005-01-17 12:38:23 +00:00
wiz
f5258a22ba + bugzilla-2.18, cdlabelgen-3.5.0, multitail-3.4.4, py-kenosis-0.93,
xfce-4.2.0.
2005-01-17 12:00:07 +00:00
epg
fd3d5d440c Note svk-0.28 update. 2005-01-16 22:40:43 +00:00
epg
1f54ae9fc0 Note p5-SVN-Mirror-0.54 update. 2005-01-16 22:36:39 +00:00
epg
cef80d20e3 Note subversion-1.1.3 update. 2005-01-16 22:28:01 +00:00
epg
c9faa384f6 Note p5-TimeDate-1.16 update. 2005-01-16 22:18:45 +00:00
adrianp
40ffb3a0fc - Remove ike-scan. I updated this last week 2005-01-16 21:41:47 +00:00
adrianp
7eea6b05b7 Added horde-3.0.2 2005-01-16 21:16:34 +00:00
jmmv
2d475004aa New suggested cleanup:
o Fix packages installing manual pages under share/man to install
  them directly under man.
2005-01-16 20:41:53 +00:00
jmmv
98ac6abbcb chicken updated to 1.89. 2005-01-16 15:12:57 +00:00
wiz
8bcaa65839 + chicken-1.86 [pkg/28980], galeon-1.3.19. 2005-01-16 13:30:27 +00:00
jmmv
38be050f4a sun-{jdk,jre}15 updated to 5.0.1. 2005-01-15 21:58:09 +00:00
schmonz
d54fbe29d9 Note spamassassin update. 2005-01-15 21:47:02 +00:00
wiz
2722660ac6 + doclifter-2.1, liferea-0.9.0, p7zip-4.14, subversion-1.1.3,
tgif-4.1.44, zsh-4.2.3.
- mc.
2005-01-15 21:17:20 +00:00
adrianp
fbb0e49d65 Note honeyd bump 2005-01-14 21:45:44 +00:00
darcy
b6dd4f8769 Remove py-docutils entry since it has been updated. 2005-01-14 18:42:51 +00:00
wiz
2dc2ff5928 idesk update in PR 28850 is now for 0.6.1. 2005-01-14 16:07:25 +00:00
jschauma
d0ead42aed Note update of net/p5-Net-SNMP 2005-01-14 15:26:23 +00:00
minskim
190568629c Note update of mathomatic to 11.6d. 2005-01-14 14:53:49 +00:00