Commit graph

2488 commits

Author SHA1 Message Date
jmmv
2c7c83da75 Note update of seahorse to 0.7.1. 2003-05-27 17:26:00 +00:00
wiz
1034c2272d pkglint-3.54 update. 2003-05-27 17:15:50 +00:00
taca
3eaf10d41d Note update of net/ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0). 2003-05-27 16:00:59 +00:00
jmmv
280e4fb746 Note update of gtetrinet to 0.7.1. 2003-05-27 15:46:01 +00:00
kristerw
bb54aeb5ce Note update of xmame/xmess to 0.69.1. 2003-05-27 12:45:47 +00:00
grant
717a4faebe note pkgrevision bump of gcc. 2003-05-27 08:41:59 +00:00
wiz
20f9854e34 docbook-xsl-1.61.2 update done. 2003-05-27 08:19:17 +00:00
wiz
cc8ea2375d scummvm-0.4.1 update done. 2003-05-27 07:26:27 +00:00
grant
eee1813386 note pkgrevision bump of sablotron. 2003-05-27 05:11:01 +00:00
grant
f783200ab8 note bump of ap-xslt to nb4. 2003-05-26 10:38:15 +00:00
wiz
b5f3dbf45b mldonkey-2.5.0 update done. 2003-05-26 08:59:13 +00:00
martti
69c4694436 Updated cyrus-sasl and cyrus-imapd 2003-05-26 06:55:14 +00:00
chris
4a3368a820 Note update of sylpheed to 0.9.0 2003-05-25 23:45:34 +00:00
seb
1676864c7d Note update of net/scli to version 0.2.12nb1 [sparc64 build fix and
dependency tweak]
2003-05-25 19:58:36 +00:00
grant
dd3badd9fe Updated gcc3 to 3.3.
Tested on NetBSD-current and Solaris 9.

Caveats

    * The preprocessor no longer accepts multi-line string literals.
      They were deprecated in 3.0, 3.1, and 3.2.
    * The preprocessor no longer supports the -A- switch when appearing
      alone. -A- followed by an assertion is still supported.
    * Support for all the systems obsoleted in GCC 3.1 has been removed
      from GCC 3.3.
    * Checking for null format arguments has been decoupled from the rest
      of the format checking mechanism. Programs which use the format
      attribute may regain this functionality by using the new nonnull
      function attribute. Note that all functions for which GCC has a
      built-in format attribute, an appropriate built-in nonnull attribute
      is also applied.
    * The DWARF (version 1) debugging format has been deprecated and will
      be removed in a future version of GCC. Version 2 of the DWARF
      debugging format will continue to be supported for the foreseeable
      future.
    * The C and Objective-C compilers no longer accept the "Naming Types"
      extension (typedef foo = bar); it was already unavailable in C++.
      Code which uses it will need to be changed to use the "typeof"
      extension instead: typedef typeof(bar) foo. (We have removed this
      extension without a period of deprecation because it has caused
      the compiler to crash since version 3.0 and no one noticed until
      very recently. Thus we conclude it is not in widespread use.)
    * The -traditional C compiler option has been removed. It was
      deprecated in 3.1 and 3.2. (Traditional preprocessing remains
      available.) The <varargs.h> header, used for writing variadic
      functions in traditional C, still exists but will produce an error
      message if used.

New Targets and Target Specific Improvements [trimmed for length and
relevance to NetBSD]

    * The SPARC, HP-PA, SH4, and x86/pentium ports have been converted
      to use the DFA processor pipeline description.
    * The following NetBSD configurations for the SuperH processor family
      have been added:
          o SH3, big-endian, sh-*-netbsdelf*
          o SH3, little-endian, shle-*-netbsdelf*
          o SH5, SHmedia, big-endian, 32-bit default, sh5-*-netbsd*
          o SH5, SHmedia, little-endian, 32-bit default, sh5le-*-netbsd*
          o SH5, SHmedia, big-endian, 64-bit default, sh64-*-netbsd*
          o SH5, SHmedia, little-endian, 64-bit default, sh64le-*-netbsd*
    * The following changes have been made to the IA-32/x86-64 port:
          o SSE2 and 3dNOW! intrinsics are now supported.
          o Support for thread local storage has been added to the IA-32
            and x86-64 ports.
          o The x86-64 port has been significantly improved.

The full list of changes can be found at:

	http://gcc.gnu.org/gcc-3.3/changes.html
2003-05-25 16:32:45 +00:00
grant
a34917dcb3 remove word 'package' from last entry 2003-05-25 16:31:31 +00:00
taca
70c45fa4ae Note update of emulators/suse_libpng package to 7.3nb1. 2003-05-25 15:21:22 +00:00
taca
0b0d2eb7ac Note update of www/squid package to 2.5.3 (squid-2.5.STABLE3). 2003-05-25 14:59:59 +00:00
taca
cbd839120d Note update of textproc/namazu2 package to 2.0.12nb2. 2003-05-25 14:13:47 +00:00
epg
9ef1e5e7cf Note additions of swig-python, swig-build, apr, subversion-base, and
subversion-python.

Note updates of apache2, ap2-subversion, subversion, neon, and
cadaver.

Note removal of apr-devel.
2003-05-25 10:18:21 +00:00
salo
23f2ce85b2 Note graphics/fnlib and wm/enlightenment PKGREVISION++. 2003-05-25 10:03:06 +00:00
jmmv
f3764a1a56 Note revision bump for gnome-mime-data to 1. 2003-05-25 08:10:48 +00:00
jmmv
70fa178a5d Note update of libgnome to 2.2.1. 2003-05-25 07:58:53 +00:00
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
taca
499e0b4b83 Note update of mail/postfix package to 2.0.10. 2003-05-25 05:32:48 +00:00
gehenna
ada4086e35 Note cvsync-0.21.1 2003-05-25 02:41:53 +00:00
heinz
ae856e45dd Updated p5-IO-Socket-SSL to 0.92 2003-05-25 02:22:31 +00:00
wiz
a4a05d5256 links{-gui,} update to 2.1.0.11. 2003-05-24 19:22:44 +00:00
salo
cc2450b7e2 Note graphics/realplayer-codecs and mplayer packages PKGREVISION++. 2003-05-24 17:30:20 +00:00
salo
0bfab10efa Note chat/eggdrop update. 2003-05-24 16:48:32 +00:00
salo
7bac0876d0 Note www/amaya update. 2003-05-24 14:43:36 +00:00
taca
2d1f7ce457 Note update of www/squid package to 2.5.2nb4. 2003-05-24 12:32:45 +00:00
salo
ccc76addb9 Note graphics/giram update. 2003-05-24 11:24:48 +00:00
jmmv
56e6288704 Note revision bumps for phoenix-bin-* plugins. 2003-05-24 10:37:40 +00:00
jmmv
5074d9f98b Note revision bump for lmule to 1. 2003-05-24 09:52:24 +00:00
salo
c8cd2d60ab Note graphics/lib3ds PKGREVISION++. 2003-05-24 09:41:03 +00:00
mjl
899a91d0a3 Note p5-XML-Simple 2.07 2003-05-24 09:33:29 +00:00
uebayasi
35e85dca36 zenicb-19981202nb1; fix for XEmacs. 2003-05-24 07:53:15 +00:00
jdolecek
f3aec60c21 Update opera7 package to final Opera 7.11
List of changes since beta is not available.
2003-05-23 21:32:24 +00:00
wiz
035f48f241 easytag-0.27.1nb1 update. 2003-05-23 21:03:26 +00:00
salo
4d0aca6683 Note graphics/gimp update. 2003-05-23 18:06:36 +00:00
seb
c919384226 Note addition of scli version 0.2.12 as net/scli into the NetBSD Packages
Collection.

The scli package was written to address the need for small and efficient
command line utilities to monitor and configure network devices and
host systems. The scli package is based on the SNMP management
protocol.

To summarize, the slogan for this little package is:

  "After more than 10 years of SNMP, I felt it is time for really
   useful command line SNMP monitoring and configuration tools. ;-)"
2003-05-23 14:47:08 +00:00
kristerw
6dabca019c Note update of xmame/xmess to 0.68.1. 2003-05-23 14:21:05 +00:00
salo
219650a92e Note graphics/moz-{flash,mplayer} PKGREVISION++. 2003-05-23 09:44:06 +00:00
wiz
3730af6a9e xscreensaver-{gnome-,}4.10 update done. 2003-05-23 09:40:47 +00:00
wiz
56ed20d36c libsndfile-1.0.5 update done. 2003-05-23 09:30:35 +00:00
wiz
d5932ba570 mtr{-gtk,}-0.54 update done. 2003-05-23 07:29:51 +00:00
seb
e64e30e058 Note update of net/flow-tools to version 0.66 [lots of bugfixes and a
couple of new features].
2003-05-23 07:22:11 +00:00
wiz
138d45b076 ogmtools-1.0.3 update. 2003-05-23 06:01:34 +00:00
taya
5ca33b3af3 note update of some packages that depends on mozilla.
galeon 1.2.10nb2
	mozilla-stable 1.0.2nb4
        phoenix 0.6nb1
2003-05-23 03:39:53 +00:00
taya
4e23f0c7e5 note update of mozilla to 1.3.1 2003-05-22 23:43:21 +00:00
jmmv
715080ba46 Note revision bump for libwnck to 2. 2003-05-22 17:06:30 +00:00
salo
9ea4ae7f78 Note sysutils/mc PKGREVISION++. 2003-05-22 17:04:23 +00:00
jmmv
df4478c2e4 Note update of boehm-gc to 6.2alpha5.
Note several revision bumps for packages using this library.
2003-05-22 16:50:42 +00:00
abs
aca90c3082 Update pkgchk to 1.36:
When passed -f run fetch on all packages to be updated, not just
	the set suitable for 'make update'. Should fix PR 16785.
2003-05-22 16:39:54 +00:00
salo
6f958d98ca Note sysutils/mtools PKGREVISION++. 2003-05-22 16:19:30 +00:00
jschauma
24a781cea1 Note update of wm/bbkeys to 0.8.6 2003-05-22 15:40:25 +00:00
jschauma
8494c6cdf3 Note update of graphics/xdvipresent to 0.6.1.14 2003-05-22 15:16:49 +00:00
taya
15aef3aadf note update of phoenix to 0.6 2003-05-22 15:08:03 +00:00
wiz
e06ceea309 note glade2-2.0.0nb2 update. 2003-05-22 14:33:07 +00:00
abs
9a5fcb0714 Update spamassassin to 2.55
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-22 11:41:02 +00:00
wiz
806a378b27 gcc-3.2.2nb2 update. 2003-05-22 09:38:27 +00:00
wiz
b614a704b7 p5-Time-HiRes-1.47 update done. 2003-05-22 07:36:26 +00:00
wiz
85442eeee8 conserver-7.2.7 update done. 2003-05-22 06:35:51 +00:00
markd
07aad90959 Note KDE update to 3.1.2. 2003-05-22 03:14:29 +00:00
seb
f21484e604 Note update of lang/chicken to version 1.0
Lots of changes (bugfixes, new features) you really want to
update.
2003-05-21 19:45:15 +00:00
jmmv
5ad907622b Note update of gaim to 0.63. 2003-05-21 17:37:48 +00:00
seb
8b4ace6991 Note update of security/audit-packages to version 1.15.
The directory ${PKGVULNDIR)} holding the 'vulnerabilities' file
which default value is determined at configure time can now be
overridden at runtime from the environment.
2003-05-21 14:09:51 +00:00
wiz
b1a769cab8 links and links-gui update to 2.1pre10 done. 2003-05-21 10:12:12 +00:00
yyamano
2f20205c83 Update pgpdump to 0.18. 2003-05-20 16:45:30 +00:00
wiz
3d6dc57655 unrar-3.2.2 update. 2003-05-20 15:27:17 +00:00
grant
3f8d549262 Initial import of mozilla-bin-nightly into The NetBSD Packages Collection.
Mozilla is an open-source web browser, designed for standards
compliance, performance and portability.

It provides users with acclaimed browsing convenience along with
power features such as pop-up blocking and tabbed browsing. Mozilla
also provides a sophisticated platform for developing web applications
using technologies such as XML, SOAP and XSLT.

This is a binary package for NetBSD and Linux, for tracking nightly
builds of Mozilla.
2003-05-20 14:28:37 +00:00
wiz
95a6872d24 curl-7.10.5 update done. 2003-05-20 11:56:04 +00:00
wiz
f50de44c2c libxslt-1.0.30 update done. 2003-05-20 05:47:10 +00:00
hubertf
bb520a41ec Import pyslsk-1.2.0: Python based Soulseek client
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19 18:44:41 +00:00
wiz
b3b2a4f697 Note mldonkey-2.4.0 update; pull mjl into this year. 2003-05-19 12:56:34 +00:00
mjl
9d0dfab332 Note p5-XML-DOM, p5-Date-Manip, p5-XML-XQL 2003-05-19 12:24:26 +00:00
abs
288abf964b Update golem to 0.0.5nb1 - handle invalid keysyms and allow numeric keycodes
with KeyCodeNNN. Patch sent to and accepted by maintainer.
2003-05-18 21:22:03 +00:00
wiz
450eb3e9de automake-1.7.5 update done. 2003-05-18 13:11:32 +00:00
lukem
4301100f30 roundup 0.5.7 2003-05-18 12:08:12 +00:00
grant
325b4179a6 Updated phoenix-bin to 0.6.
* New default theme
      Mozilla Firebird 0.6 sports a crisp, fresh and attractive theme, based on the amazing Qute theme by Arvid Axelsson. Also, the new theme has icons for the Bookmark Manager toolbar.

    * Redesigned Preferences window
      The new Options window puts the most often used preferences into seven convenient panels, each with a descriptive icon selector.

    * Improved Privacy Options
      With a single click (and a confirmation) you can clear all privacy data including form data, history, cache, cookies, etc.

    * Improved Bookmarks
      Among other bookmark enhancements, the Bookmarks menu now features a context menu. Try it by right-clicking on a bookmark in the menu.

    * Talkback enabled
      You are now able to submit Talkback information when Mozilla Firebird crashes, which makes it much easier for developers to fix critical bugs. For more information read about Talkback in the FAQ.

    * Automatic Image Resizing
      With this feature, Mozilla Firebird shrinks any image that is bigger than the window to make the whole image visible. When this is done, the cursor over the image changes to tell you that if you click, the image is restored to full size. Instructions on how to disable this feature can be found here.

    * Smooth Scrolling
      Instructions on how to disable this feature can be found here.

    * Access to more preferences
      You are now able to edit lots of advanced preferences that are not exposed in the Options window by entering about:config in the location bar and press Enter.

    * Profile Chrome
      You can now install Mozilla Firebird extensions in your own profile folder instead of in the actual program folder. This means that you will be able to upgrade to new versions of Mozilla Firebird without losing all your extensions. Note that it's up to the extension authors to allow their extensions to use this functionality. Some extensions may not offer this as an option yet.

    * Mac OS X
      Mozilla Firebird is available for Mac OS X. It's still quite rough around the edges but it's a start.

    * Lots of bug fixes
      There have been too many bug fixes since Phoenix 0.5 to keep track of them all. It's better. Trust us ;-)
2003-05-18 03:44:36 +00:00
jtb
dd288113d8 Note update of oo2c to 2.0.9.
Changes:
  * (Compiler) Initial support for parametric types.
  * (Compiler) New option `--uses <ext-ident>' lists uses of the
    declaration <ext-ident>. Scope of the search is the transitive
    closure of all modules given on the command line.
  * (Compiler) New option `--all' or `-A'. When used with `--make',
    rebuild all modules for which sources are available.
  * (IO:Select) Fix `Init' to call base type initializer as well.
2003-05-17 21:03:33 +00:00
dmcmahill
69db4744b2 note addition of p5-Set-Scalar-1.17 2003-05-17 19:00:46 +00:00
jtb
fd2d92b51b Note update of vm to 7.15. 2003-05-17 18:29:54 +00:00
itojun
ef2defc7c9 mail/cue 2003-05-17 14:02:44 +00:00
magick
0329923a79 Note update of nxtvepg to 2.5.1 2003-05-17 10:32:29 +00:00
salo
2ce74efee1 Note {black,flux}box and co. PKGREVISION++.
It's 17th already, hi dmcmahill!
2003-05-17 05:49:52 +00:00
dmcmahill
5170124d42 note addition of p5-Net-Z3950-0.32 2003-05-17 02:04:49 +00:00
dmcmahill
1673705b64 note addition of p5-MARC-1.15 2003-05-17 01:47:05 +00:00
gehenna
551eabcc4c Note cvsync 0.21.0 2003-05-17 00:50:55 +00:00
wiz
64714f6856 wxGTK-2.4.0nb2 update [martin]. 2003-05-16 22:32:31 +00:00
jdolecek
a518845ec6 update opera7 to newest version - 7.11 beta2
Changes detailed in http://www.opera.com/linux/changelogs/711b2/,
most importantly:

* UI improvements
* some shortcut additions
* M2 (the mail client) fixes
* Fixed two security issues
* Various DOM improvements
* Stability/Plug-in/Spelling fixes
2003-05-16 21:27:54 +00:00
magick
8bc356a5b9 Note update of xemacs-current to 21.5.13 2003-05-16 18:13:12 +00:00
dmcmahill
5f6202f2a5 note addition of net/yaz 2003-05-16 12:20:17 +00:00
salo
197b332fc8 Note wm/aewm++ update. 2003-05-16 09:05:23 +00:00
salo
fdbc07fb93 Note wm/larswm update. 2003-05-16 08:23:03 +00:00
simonb
d7bcdc9286 Note import of diffstat 1.33.
From the readme:

 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.  It is
 useful for scanning a patch file to see which files were changed.
2003-05-16 01:47:47 +00:00
dmcmahill
e2a2c8e962 note update of cad/boolean to 6.4 2003-05-15 23:04:27 +00:00
salo
84fc8990d7 Note puf addition. 2003-05-15 21:39:10 +00:00
wiz
d573831aeb gnet-2.0.3 update done. 2003-05-15 21:08:23 +00:00
salo
4c57bbbc4d Note lpe addition. 2003-05-15 21:06:06 +00:00
grant
21211e3185 Initial import of overnet-0.48.2 into The NetBSD Packages Collection.
Overnet is an application that allows you to share files with millions
of other people across the globe.
2003-05-15 12:54:35 +00:00
mjl
ce1b415857 Note p5-Time-Period 1.20 2003-05-15 11:53:58 +00:00
salo
5cb3d4a281 Note golem addition. 2003-05-15 11:22:21 +00:00
wiz
eb9bf244ef groff-1.19nb1 update, now with images. 2003-05-15 08:11:56 +00:00
salo
284bef2b58 Note bitchx PKGREVISION++. 2003-05-14 20:11:08 +00:00
salo
109b7635ae Note xdialog update. 2003-05-14 18:54:57 +00:00
mjl
2892e50b8b Note p5-Config-General 2.19 2003-05-14 14:45:51 +00:00
kei
ec57a5f53e note update of kochi-cidfonts to 0.018 and addition of kochi-otf-0.018. 2003-05-14 14:29:05 +00:00
itojun
bcce2c00a5 misc/lv 2003-05-14 06:30:57 +00:00
salo
3fc974163e Note dovecot addition. 2003-05-14 04:22:14 +00:00
salo
3ada0cb24d Note gnutls, libtasn1 and opencdk addition. 2003-05-14 03:52:17 +00:00
salo
ef57229914 Note xdialog update. 2003-05-13 23:39:49 +00:00
wiz
3de482a48a scummvm-0.4.0 update done. 2003-05-13 12:07:12 +00:00
tron
ceab220276 Note update of "inn" package to version 2.3.5. 2003-05-13 11:58:43 +00:00
salo
6882c1af53 Note libgcrypt update. 2003-05-13 03:08:25 +00:00
salo
bd2f6d402b Note snortsnarf update. 2003-05-13 00:29:36 +00:00
agc
d0d6543072 Update exmh package from 2.5 to 2.6.3.
Requested by Steve Bellovin in PR 21507

Changes from previous version:

2.6.3   fixes a UI pause problem introduced in 2.6
2.6.2   bug fixes
2.6.1   generalised sequence handling
        - replace the "unseen" window with a sequences window, and add a
        Sequence menu.
        - display number of unseen messages in folder cache
2.6     Sequences menu, and internal overhaul of sequence handling
2003-05-12 20:41:24 +00:00
uebayasi
fcceb2e0b8 Note update of centericq-4.9.2nb3.
A Perl script needs REPLACE_PERL; PR21548 by Juan RP <jrp at hispabsd
dot org>.
2003-05-12 12:05:13 +00:00
abs
282d6afa75 Update cpuflags to 0.41:
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
2003-05-12 11:06:39 +00:00
jmc
ef1519eb96 Update for multitail 2003-05-12 04:19:33 +00:00
salo
0344220c92 Note unrar PKGREVISION++. 2003-05-11 12:41:00 +00:00
salo
51501db15e Note SDL_mixer update. 2003-05-11 02:25:02 +00:00
jtb
9128ce4c3d Note update of euler to 1.60.6nb2. 2003-05-11 00:08:30 +00:00
jtb
44f517fc17 Note update of puzzle to 5.1.
Many minor changes and bugfixes. The manual has been updated.
2003-05-10 23:51:23 +00:00
wiz
f1fc28c2fc Note gpc-2.1nb1 update. 2003-05-10 18:55:53 +00:00
kim
d51dd24b1d IRRd 2.1.5 is now available. A new command, '!o', has been implemented
for performing inverse queries on the 'mnt-by' attribute to get a real
time list of all objects which reference a given maintainer. route-set
expansions with the '!i' command will now resolve aut-num and as-set
references to route prefixes. There are a number of other bug-fixes and
performance improvements. See the NOTES file in the destribution for
details.
2003-05-10 17:18:09 +00:00
drochner
8086e7f174 Mesa update 2003-05-10 16:39:03 +00:00
agc
6d9e7be77b Fix format of one entry. 2003-05-10 16:33:18 +00:00
seb
7c5ca300f9 Note initial import of security/ssh2-nox11 version 3.2.2 into the NetBSD
Packages Collection.

This package provides the same secure shell software as the ssh2 package but
without X Windows support.
2003-05-10 10:09:14 +00:00
jtb
e067b1d043 Note update of gperiodic to 2.0.4.
Fixed package to work on systems where a C char is unsigned.

Summary of changes in the distribution:

* Addition of much more data on the elements
* Rewritten to use gtk2
* Internationalisation support through gettext added
* Many bug fixes
2003-05-10 01:35:56 +00:00
jtb
b49725eeed Note update of STk to 4.0.1.
Notable changes include:

* Dynamic loading now works on NetBSD ELF systems.
* Integration of SRFI-9 (records)
* Accepts mailto: links in the browser
* <Scroll-Frame>, <Toolbar> STklos classes.
* Integration of some finals SRFI (0, 2, 6, 8)
* define-syntax (but not let-syntax and let-syntax*)
* New License Policy (request for commercial apps no more needed).
* A console mode (which is used by default on Windows, but can
  be used with the -console option on Unix)
* A new editor with Scheme fontification and indentation
* New kind of ports: virtual ports
* All the code dealing with files has been rewritten.
* Tk level is 8.0.3 (the latest stable Tk release)
* New STklos Classes:
	+ <Hierarchy-tree> and <Hierarchy-item> to draw
	  hierarchy such as files/directories, class/metaclasses ...
	+ <Notepad> to define ... notepads
	+ <Scheme-text> which extends <Text> to "font-lockify"
	  Scheme buffers
* Method and generic function editor
* A class browser (type "(class-browser)" to access it)
* some new manual pages
* Base64 Encoding/Decoding extension
* Locale extension to treat strings and character using locale information
* Better installation scripts (+ some corrections)
* Lot of bug fixes.
2003-05-10 00:30:35 +00:00
jtb
ac2921e32d Note update of hdf5 to 1.4.5.2. Fix date in xlockmore entry. 2003-05-10 00:04:48 +00:00
salo
2bf068c393 Note vsftpd update. 2003-05-09 23:33:02 +00:00
hubertf
e08018f8b9 Update xlockmore to 5.08.1. Changes:
spline fix, when in random mode it could core dump.
2003-05-09 22:26:53 +00:00
drochner
78be430cbf recent updates/additions 2003-05-09 18:16:57 +00:00
salo
c374e811a8 Note tinyproxy update. 2003-05-09 16:33:37 +00:00
jmmv
1a1fbdeba7 Package tools support the "alpha" suffix properly to compare versions, so
set boehm-gc's version to 6.2alpha4 instead of 6.1.994.  Thanks, agc@.
2003-05-09 14:17:46 +00:00
jmmv
747f202ffc Update of mono to 0.24 done. 2003-05-09 13:04:10 +00:00
jmmv
1f011acc63 Note update of boehm-gc to 6.1.994 (6.2alpha4). 2003-05-09 12:59:47 +00:00
wiz
e1eadd64db pan-0.14.0 update done. 2003-05-09 10:05:20 +00:00
jmmv
c8f09aaf1f Note update of lmule to 1.2.1. 2003-05-09 09:37:18 +00:00
martti
6d114b047a Updated distcc to 2.2 2003-05-09 08:43:22 +00:00
wiz
2f59aa7f95 sudo-1.6.7p5 update done. 2003-05-09 08:30:39 +00:00
martti
f0c787d99d Updated lyx, doxygen, etcupdate and distcc 2003-05-09 08:04:08 +00:00
rh
bea151dcb1 Note update of cgoban-java to 2.4.61 2003-05-09 07:48:32 +00:00
agc
c7a428acc4 Initial import of Alan Watson's utftools-1.6 into the NetBSD Packages
Collection.

This package contains implementations of UTF-8-aware wc, fmt,
expand, and unexpand.
2003-05-09 07:40:39 +00:00
taca
316d1772e4 Note update of www/squid package to 2.5.2nb3. 2003-05-09 05:08:03 +00:00
salo
b98c2f98c1 Note celestia packages addition. 2003-05-08 23:56:47 +00:00
itojun
3c8220eef5 net/wistumbler 2003-05-08 22:05:23 +00:00
jmmv
45c06af189 Note revision bump for ORBit2, to 2. 2003-05-08 18:06:39 +00:00
jmmv
259e981174 Note revision bump for eterm, to 3. 2003-05-08 17:26:03 +00:00
jmmv
82c63c7389 Note revision bump for fam to 1. 2003-05-08 16:58:30 +00:00
jmmv
674af6abd9 Note revision bump for texi2html to 1. 2003-05-08 16:49:11 +00:00
gehenna
313d4b982f Note cvsync 0.20.2 2003-05-08 15:44:07 +00:00
jmmv
c772370d40 Note update of wmthemes to 0.80.0. 2003-05-08 14:56:52 +00:00
wiz
925ff9201a easytag-0.27.1 update done. 2003-05-08 12:28:08 +00:00
rh
e348a2eeb7 Note update of cgoban-java to 2.4.60 2003-05-08 10:45:01 +00:00
wiz
17b646f3da unrar-3.2.1 update done. 2003-05-08 09:55:57 +00:00
wiz
f17ca95b03 lzop-1.01 update done. 2003-05-08 09:46:23 +00:00
wiz
f708e10d31 libxml2-2.5.7 update done. 2003-05-08 09:35:42 +00:00
seb
16216ae860 Note update of net/wol to 0.6.0nb1 [info file and its handling fix] 2003-05-07 21:37:29 +00:00
seb
72e8c9b935 Note addition of rtptools version 1.18 as mbone/rtptools into the
NetBSD Packages Collection.

The rtptools distribution consists of a number of small applications that
can be used for processing RTP data.
2003-05-07 20:55:25 +00:00
kei
cd33caea59 note update of phoenix-bin-acroread package to 1.0nb1 and addition of
phoenix-bin-acroread3-1.0, phoenix-bin-acroread5-1.0 package.
2003-05-07 16:38:09 +00:00
wiz
17751f8404 graphopt-0.4.1 update done. 2003-05-07 15:30:23 +00:00
jmmv
c795809f94 Note addition of sirius, 0.5.0. 2003-05-07 14:23:42 +00:00
salo
d82f3d4a1e Note SDLmm addition. 2003-05-07 13:54:51 +00:00
wiz
e502178813 graphopt-0.4 update done. 2003-05-07 13:39:49 +00:00
wiz
e838a3d282 groff-1.19 update done. 2003-05-07 13:19:15 +00:00
wiz
83b38978c4 gnet-2.0.2 update done. 2003-05-07 12:45:15 +00:00
dmcmahill
d1696880e5 note addition of devel/cmake 1.6.6 2003-05-07 11:58:41 +00:00
jmmv
b323349168 Yet another revision bump for acroread5, to 3. 2003-05-07 11:29:06 +00:00
jmmv
075117ef85 Note revision bump for mini_sendmail to 3. 2003-05-07 11:21:24 +00:00
wiz
f6fec965e4 ogmtools-1.0.2 update. 2003-05-07 08:46:26 +00:00
hubertf
46a7fd97af Update xlockmore to 5.08. Changes:
* crystal and starfish changes to allow graphics to work better in a 64x64
*   window.
+ life3d randomized "rotation" of life form.  Wireframe made a little less
+   likely in fullrandom.
* life fix, trilife came up too much in fullrandom.
  Kerberos prompter code fixed for NULL banner thanks to Ken
    Hornstein <kenh@cmf.nrl.navy.mil>
  Atlantis texture fixes thanks to Eric Lassauge <lassauge@mail.dotcom.fr>.
  Flow tails added.  swarm and flow patch for broken Xservers backed out
    thanks to Tim Auckland <Tim.Auckland@Procket.com>.
2003-05-06 23:34:03 +00:00
seb
9422817870 Note update of graphics/pstoedit to version 3.31nb1 [only user visible
change is documentation files new pathnames]
2003-05-06 23:06:00 +00:00
jmmv
e006e0cf09 Note update of wdm to 1.23. 2003-05-06 21:04:26 +00:00
jmmv
37170ce899 Note revision bump for acroread5, to 2. 2003-05-06 16:27:05 +00:00
jmmv
afe3e83cd7 Note revision bump for wmakerconf to 3. 2003-05-06 16:22:38 +00:00
salo
ad8bb655a1 Note dillo update. 2003-05-06 16:12:15 +00:00
sjg
f6911a78d0 mention bmake update 2003-05-06 08:22:23 +00:00
rh
a4466d109d Note addition of ProjectCenter-0.3.2 2003-05-06 06:51:03 +00:00
rh
a6deb61a1e Note PKGREVISION bump of gnustep-preferences 2003-05-06 05:59:57 +00:00
salo
f4fa7a1716 Note p5-SDL PKGREVISION bump. 2003-05-06 00:02:43 +00:00
jmmv
38ff4ccc1b lmule update to 1.2.0 done. 2003-05-05 20:27:40 +00:00
wiz
d93eb7731d sablecc-2.16.2nb1 update. 2003-05-05 19:28:13 +00:00
salo
13fe760661 Note ethereal update. 2003-05-05 16:52:00 +00:00
taca
ec958d7678 Note update of security/gnupg package to 1.2.2. 2003-05-05 16:35:42 +00:00
fredb
d25ed431ab Note PKGREVISION bump for wmx and wmx-gnome. (Use META_L instead of ALT_L
for "Tab" switching.)
2003-05-05 16:18:14 +00:00
tron
97408b202a Convert leading spaces to tabulators. 2003-05-05 13:19:03 +00:00
markd
3011bac8eb Note update of kdegraphics and addition of kmymoney2. 2003-05-05 12:50:35 +00:00
cjep
6a1698afdb Note update of news/leafnode to 1.9.39. 2003-05-05 12:23:29 +00:00
wiz
1ffb41af00 xdialog-1.4.6nb2 update. 2003-05-05 12:11:07 +00:00
mjl
d31d1bd887 Note elfsh 2003-05-05 11:00:38 +00:00
salo
34dd98ee8c Note driftnet PKGREVISION bump. 2003-05-04 22:22:13 +00:00
seb
c0279d9e10 Note update of devel/elib to 1.0nb1 [installation fix] 2003-05-04 21:44:54 +00:00
salo
182e205da9 Note elf addition. 2003-05-04 20:41:30 +00:00
jtb
c33dd6e241 Note update of hugs98 to 200112nb1. 2003-05-04 20:22:38 +00:00
jmmv
0343ece213 Note revision bump for acroread5 to 1. 2003-05-04 18:04:54 +00:00
gehenna
ae35cad06a Note cvsync-0.20.1 2003-05-04 13:15:40 +00:00