Commit graph

269 commits

Author SHA1 Message Date
dmcmahill
524ae1f27b note update of gmake to 3.80 2002-10-16 00:22:12 +00:00
dillo
11fa0f8fe9 note update of pilrc to 2.9.10 2002-10-15 23:36:43 +00:00
kristerw
a5949059aa Note update of games/ketm to version 0.0.6. 2002-10-15 23:27:40 +00:00
dillo
4711f25da3 Note upgrade of prc-tools to 2.2 and palmos-includes to 5.0.
Note removal of prc-tools sub-packages, which were subsumed into prc-tools.
2002-10-15 23:19:12 +00:00
tsarna
13ecd14d47 Note python22 upgrade to 2.2.2 2002-10-15 16:19:29 +00:00
cjep
e468a71b96 Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collection
as net/p5-DNS-ZoneParse.

This perl5 module is for parsing and manipulating DNS zone files. It can be
used to pull all the resource records into an anonymous hash structure.
2002-10-15 15:38:43 +00:00
agc
69cc29c9dd Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.
Provided in PR 18577 by David.S at idiom dot com, some modifications
by me to use buildlink2 files, and to specify the correct version of
python required.

Rdiff-backup backs up one directory to another, possibly over a network.
The target directory ends up a copy of the source directory, but extra
reverse diffs are stored in a special subdirectory of that target directory,
so you can still recover files lost some time ago. The idea is to combine
the best features of a mirror and an incremental backup. Rdiff-backup also
preserves subdirectories, hard links, dev files, permissions, uid/gid
ownership (if it is running as root), and modification times. Finally,
rdiff-backup can operate in a bandwidth efficient manner over a pipe, like
rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive
up to a remote location, and only the differences will be transmitted.
2002-10-15 15:17:45 +00:00
agc
089bbad8b9 Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.
Provided in PR 18576 by "David S." <dgs@malign.rad.washington.edu>,
the buildlink2 glue and libtool glue added by me.

Librsync is a library for calculating and applying network deltas,
with an interface designed to ease integration into diverse network
applications.  Librsync encapsulates the core algorithms of the rsync
protocol, which help with efficient calculation of the differences
between two files.  The rsync algorithm is different from most
differencing algorithms because it does not require the presence of
the two files to calculate the delta.  Instead, it requires a set of
checksums of each block of one file, which together form a signature
for that file.  Blocks at any point in the other file which have the
same checksum are likely to be identical, and whatever remains is the
difference.
2002-10-15 13:51:39 +00:00
kei
f6d22fd976 note that minivmac-0.1.7 addition into emulators category. 2002-10-15 12:43:05 +00:00
kei
f2f09fbc89 xmbdfed is moved from graphics to fonts category. 2002-10-15 12:32:16 +00:00
grant
fb363eeaa0 Initial import of Phoenix-0.3 into the NetBSD packages collection.
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.

This is a Linux binary package for Linux and NetBSD/i386.
2002-10-15 11:26:10 +00:00
agc
95907aaf86 Fix from Robert Elz in PR 18664 to stop sortm coredumping when there's
a numerical subject.

"And yes, this really does add a preprocessor conditional that makes
either one of two original statements get compiled, and the other
omitted (ie:  the patch is correct, though just deleting a line would
work as well).  The "#if 0" could become "#if 1" and the core dump
would also be gone, though the results of the sort would then
sometimes be rather hard to explain..."

Bump PKGREVISION.
2002-10-15 10:47:00 +00:00
martti
c9d2899097 Updated popt to 1.7 2002-10-15 10:19:06 +00:00
markd
7d87b1bab6 Note kdbg update. 2002-10-15 03:39:00 +00:00
tsarna
230e8ffe22 Note addition of py-jpCodecs 2002-10-14 18:18:51 +00:00
bouyer
aa383b775a Added grep 2.5. 2002-10-14 16:48:01 +00:00
hubertf
760c3dae2e Update pkg_tarup to 1.2. Changes:
find pkg_create etc. on Solaris etc.
Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-14 15:28:42 +00:00
skrll
b8ed3e0266 Note update of pth to 1.4.1nb3.
Various updates and fixes that I've collected recently:

	* Provide nanosleep(2) and usleep(3) wrappers.

	* Make sure sigprocmask syscalls are used in pth_system.

	* "Fix" FD_SET handling in the select(2) wrapper so that
	  mismatches between pth FD_SETSIZE and user program
	  FD_SETSIZE don't cause problems.

	* Update poll(2) wrapper to be more poll(2) like - in
          particular never return EINVAL for bad file descriptors
	  Thanks to Matthias Drochner for this.

	* Improve error handling in connect(2) wrapper so that we
	  don't confuse the scheduler. This fixes pkg/17944 from
	  Christian Biere (ChristianBiere at gmx dot de)

	* Introduce autoconf handling of the value of FD_SETSIZE
	  used by pth. If we have to hard code a value we might
	  as well make it easy to change and make the inclusion
	  of pth.h or pthread.h by a program that re-defines
	  FD_SETSIZE an error.

	  Inspired by pkg/17944.

	* Fix a compiler warning that I introduced a little while
	  ago.

	* Disable --enable-syscall-hard for non-NetBSD platforms
	  and for pre-1.6/m68k. Make a note of the PRs that need
	  fixing. This closes pkg/18236 from Klaus Heinz (k dot
	  heinz dot sep dot zwei at onlinehome dot de)

The FD_SETSIZE problems would be handled better if pth was changed
to use poll(2), and not select(2), internally.
2002-10-14 12:15:05 +00:00
skrll
fadd4fb9d3 Note update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
	* Compile fix for IRIX64

kdelibs
	* KHTML : Fixed progress bar.
	* KHTML : Fixed several crashes and misrenderings.
	* KHTML : Fixed "HTML source displayed in text viewer" after viewing
	  text.
	* KHTML : Only ask "download plugins?" once per requested mimetype in
	  the same page.
	* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
	  event.x/y) .
	* libkscreensaver : Fixed bug that in rare cases prevented the
	  screensaver from showing anything.
	* kio_file : Proper "disk full" error message in mkdir
	* KIO : Dropping links to webpages onto the desktop works in all cases
	  now
	* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
	* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice

kdebase
	* NSPlugins : Compatibility with gcc-3.x
	* Konqueror configuration : fixed default font size value
	* KDesktop : better determination of icon heights, for "lineup Icons"
	* KDesktop : Don't rearrange all icons when changing the font size
	* KControl : Fixed proxy configuration dialog layout
	* Fix a lot of mem leak
	* Kaddressbook : fix crash when we export CSV list
	* KDM
		* Security: proper temp dir creation for QT and disabled
		  crash dialog
		* Made chooser work at all
		* Fixed compilation with older glibc
		* Fixed bad lilo interaction wrt. warnings

kdegraphics
	* Kamera: Fixed crash when we didn't select camera in kcmkamera
	* KGhostview: Security related fixes

kdemultimedia
	* KMix : Fixed compilation on Solaris
	* Kaboodle : fixed when it was embedded in konqueror
	* Fix a lot of memory leak

kdenetwork
	* kpf: Security related fixes

kdepim
	* KAlarm: Fix right-to-left character sets not being displayed in
	  message edit control
	* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
	  #43250)
	* KNotes: Fixed session management (bug #22844)
	* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
	  already on mouse press)
	* KNotes: Fixed (in)famous bug that caused the big black windows
	  and lost data (bugs #22062, #44870, #45084, #45386, #45451,
	  #46570, #47352)
	* KNotes: Fixed drag'n drop of links and plain text

kdesdk
	* Disabled kbugbuster compilation because bug system changed. Use CVS
	  version if you need it.
2002-10-14 10:37:42 +00:00
wiz
0f5c3131a6 net/ORBit2 update to 2.4.3 [security audit and lots of bug fixes] 2002-10-14 09:53:11 +00:00
rh
262cb1267c Note update of xmms to 1.2.7nb2 2002-10-14 09:48:27 +00:00
wiz
c0876e19b0 www/links and www/links-gui updates to 2.1.0.4 2002-10-14 09:32:43 +00:00
martti
6dbf6b7772 Added php4-curl-4.2.3 2002-10-14 06:41:38 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
dmcmahill
514243a19e note addition of verilog-mode 2002-10-14 02:29:37 +00:00
dmcmahill
6c12c68027 note update of cad/dinotrace to 9.1h 2002-10-14 01:28:49 +00:00
dmcmahill
2d6f77f370 note update of cad/verilog-current to 20020921 2002-10-13 23:02:25 +00:00
wiz
9ce809e1c0 mail/tnef-1.1.2 update [minor] 2002-10-13 20:21:01 +00:00
wiz
dc9053ecc7 updated audio/SDL-mixer to 1.2.4 2002-10-13 20:06:06 +00:00
kristerw
80ffc9338c Note update of devel/SDL to 1.2.5. 2002-10-13 19:34:35 +00:00
taca
17f5ae48ac Note update of www/squid package to 2.5.1 (squid-2.5.STABLE1). 2002-10-13 16:44:54 +00:00
wiz
99d3c04777 Note addition of audio/Speex. 2002-10-13 16:07:30 +00:00
frueauf
7eb60d8f74 Note update of libnasl and nessus{-libraries,-core,-plugins} to 1.2.6. 2002-10-13 09:13:47 +00:00
hubertf
9a9c836482 Update snort to 1.9.0. Changes:
Lots of new rules, extended analyzing of packages etc.

Fixes PR 18637 by Adrian Portelli <adrianp@stindustries.net>
2002-10-13 04:42:12 +00:00
dmcmahill
0c52b056f7 note addition of parallel/p5-Parallel-Pvm 1.3.0 2002-10-13 04:32:16 +00:00
wiz
2c37b9e731 qt3-3.0.5nb1 update due to dependency on latest qt3-tools. 2002-10-12 18:05:31 +00:00
tron
8c19392a6c Note update of "bidwatcher" package to version 1.3.5nb2. 2002-10-12 15:33:09 +00:00
tron
2ff58dc696 Note update of "bidwatcher" package to version 1.3.5nb1. 2002-10-12 12:27:34 +00:00
wiz
af802a997d databases/freetds-0.53nb2 update 2002-10-12 09:41:11 +00:00
rh
8e410f735c Note update of glchess to 0.4.7 2002-10-12 07:33:26 +00:00
rh
f9d838096a Note addition of glchess-0.4.6 2002-10-12 06:18:54 +00:00
atatat
dd1151dc8f Upgraded lsof pkg to 4.65 2002-10-12 03:16:15 +00:00
rh
12b2cda904 Note PKGREVISION bump of evolution 2002-10-11 09:30:38 +00:00
rh
18e64640ad Note PKGREVISION bump of scrollkeeper 2002-10-11 09:27:08 +00:00
martti
f6bbf8462a * Updated xpmroot to 2.4.12
* Updated fvwm2 to 2.4.12
2002-10-11 06:17:06 +00:00
grant
6fb3f2ae74 note update of suse_{base,devel} to 7.3nb1. 2002-10-11 01:07:23 +00:00
uebayasi
5165fb313f Note update of Dictd (dict-server and dict-client) to 1.8.0.
Approximate set of changes from 1.5.5 is:

	* Plug-in capability is added.  This helps to develop alternative
	  database formats.
	* dictdmt is added.
	* Suffix search improvements.
	* UTF-8 support.

And many bug fixes as usual.
2002-10-11 00:47:28 +00:00
tron
5656a67b92 Note update of "ptl2" package to version 2.1.8nb1. 2002-10-10 19:01:13 +00:00
junyoung
b69eb2ebe6 Note update of emulators/wine to 20021007nb1. 2002-10-10 16:52:31 +00:00
mjl
1b8e92ccd1 Note bmf-0.84 2002-10-10 11:07:51 +00:00