Commit graph

1632 commits

Author SHA1 Message Date
mjl
4c8db905f3 Note tex-textpos-1.2b 2003-03-13 10:48:35 +00:00
itojun
4c1a47d4f6 mail/qpopper 2003-03-13 07:24:40 +00:00
taca
fdfc6335ce Note update of sysutil/bkpupsd to 2.1.2. 2003-03-12 16:44:49 +00:00
jmmv
b2582e3d58 Note update of gedit to 2.2.1. 2003-03-12 16:42:29 +00:00
salo
2f4139ccb8 Note ethereal update. 2003-03-12 15:13:08 +00:00
jmmv
30d775e930 Note updates of libgnomeprint{,ui} to 2.2.1.2. 2003-03-12 13:04:49 +00:00
markd
161dbcfc8e Note addition of kde-i18n-*. 2003-03-12 11:28:24 +00:00
jschauma
dfb929da18 Note initial import of wm/aewm++
The aewm++ window manager is a fork of the popular minimal
window manager aewm for the X Windows System. What makes
it different is its codebase, feature set and focus. The
name was created by using the first two letters in the word
aesthetic, the wm is for window manager and the ++ is for
its C++ code.
2003-03-12 03:23:39 +00:00
mjl
3fa696f671 Note tex-ocrb-1.0 2003-03-12 00:51:27 +00:00
salo
bf79492246 Note biznet-iso8859-2 addition. 2003-03-11 23:38:34 +00:00
markd
a8d0256cac Note qt3.1.1, kde3.1 and mimedefang updates and addition of kbiff. 2003-03-11 14:26:40 +00:00
grant
64b0ed6bba note update of bnc to 2.8.6nb1 2003-03-11 13:41:35 +00:00
wiz
669859e657 iozone-3.163 update done. 2003-03-11 12:42:53 +00:00
mjl
4cb6f6c7fa Note p5-DBD-SQLite-0.25 2003-03-11 11:25:29 +00:00
wiz
905cab79ed popa3d-0.6.2 update done. 2003-03-11 08:35:46 +00:00
salo
c186b9565f Note etherape update. 2003-03-11 03:16:38 +00:00
gehenna
d9ad9fd1a0 Note cvsync-0.14.4 2003-03-11 03:14:55 +00:00
hubertf
ab37aefa39 Update to C-Kermit 8.0.208. Changes:
. Updating SSL/TLS interface to OpenSSL 0.9.7
 . Addition of SSL/TLS support to the VMS version
 . Bug fixes, especially in the built-in scriptable Unix FTP client

The full announcement is here:

    http://www.columbia.edu/kermit/ck80208ann.html
2003-03-11 01:48:56 +00:00
salo
1384216d1d Note gpgme update. 2003-03-11 00:13:41 +00:00
seb
9db65522dd Note update of devel/gdb to version 5.3 2003-03-11 00:06:00 +00:00
atatat
57643c5adf Note upgrade of pkgdepgraph to 2.1 (and make the last upgrade 2.0, not
12.0).
2003-03-10 23:20:38 +00:00
wiz
bdde6fd1e4 Note naim-0.11.5.6 update. 2003-03-10 23:07:14 +00:00
wiz
1bf8576b2f sodipodi-0.31 update done. 2003-03-10 23:03:22 +00:00
skrll
363abb975b Remove jikes112 - wonka no longer needs this old version. 2003-03-10 13:16:14 +00:00
skrll
0e3d925624 Update wonka to 0.9.5. Changes are:
AWT/Rudolph - Contributed by Michael Smith
	- Use console keyboard, add keyboard_init and keyboard_shutdown func-
	  tions to restore console to cooked mode when Wonka terminates.
	- Set the palette in 8-bit mode under Linux.
	- Allow some font files to be missing, so long as at least one is
	  found.
	- Mike's patch to switch to another VT is not included, because it
	  causes problems when Wonka exits abnormally (e.g. SIGSEGV).
AWT/Rudolph - other changes
	- Flexible code to set matte / splash screen (see e.g.
	  awt/rudolph/include/clear.xpm, splash.xpm).
	- Replaced a couple of hard-coded Color's by appropriate
	  SystemColor's.
	- Set a unique name from within the constructor of a Component.
	- Instead of calling layoutContainer() on the layoutManager directly
	  from within validateTree(), call doLayout().
	- When a component is added to a container and that component was
	  already in that container, do nothing. (We used to delete it, and
	  then add it again)
	- Made java.awt.Event compliant with 1.1, many other compatibility
	  improvements thanks to japitools.
	- Lots of updates to components to get them to work with
	  add/removeNotify.
	- VTE: removed the byte array from the DriveCar test and made it use
	  an image.
	- VTE: added a confirmation panel before the VTE really calls
	  System.exit(0)
Core libraries
	- Added a SIGQUIT (3) handler which prints out the threads, their
	  state and their stacktrace, and the state of some important
	  mutex/monitors. (pressing CTRL-\ sends a SIGQUIT)
	- Made it possible to grow/shrink the locals. Wonka will no longer
	  crash (stack overflow/corruption) when local variable space is
	  exhausted.
	- Go straight to system class loader when loading classes whose
	  names begin with 'java.' or 'wonka.', don't consult user-
	  defined class loaders.
	- Defer identifying the implementation of an interface method in a
	  class until the method is actually invoked on that class. This
	  means that Wonka will no longer complain about interface methods
	  which are not implemented but are also never called, bringing
	  joy to OTF developers.
	- If the second parameter of get[Declared][Constructor,Method] is
	  null, treat it as a zero-length array.
	- Moved the allocation of a Thread's native stack from <init> time to
	  start() time. This lowers the memory cost of unstarted threads (as
	  used by e.g. the ShutdownHooks mechanism).
	- Added a new resource file wonka.properties, which is read in after
	  system.properties; wonka properties can be read using
	  Wonka.getProperty(), which has the same semantics as
	  System.getProperty().
	- Allow 'aliases' for timezones, e.g. Europe/Brussels is an alias for
	  ECT (sic). The aliases are taken from the Wonka property
	  wonka.timezone.TLA.aliases, where TLA is one of the three-letter
	  timezone names specified in the JDK 1.1 documentation.
	- Lots of improvements to RMI and serialisation. Support for
	  ClassAnnotation, partial DGC support.
	- Added a real implementation of Throwable/fillInStackTrace().
	- Added the missing interface HttpConnection to
	  javax/microedition/io
	- Implementation of PUT and POST for HTTP connections, handle chunked
	  data. User-defined protocol handlers are now possible. If an URL
	  points to a jar file transform the URL to a jar-url.
	- Added native support for shutdownIn/Output and the SO_KEEPALIVE
	  socket option.
	- Always exit if application was not successfully launched, don't just
	  hang.
	- Many API updates to fix discrepancies reported by japitools.
	- Do not compress wre.jar by default (results in faster startup).
	  Compression can be turned back on using -sCOMPRESS_WRE_JAR=true .
	- Added 2 subclasses of VirtualMachineError for methods not
	  implemented in Wonka:
		- DeprecatedMethodError: should be thrown when method is
		  deprecated but not implented
		- UnsupportedMethodError: should be thrown when a class method
		  is not implemented yet
	- A number of changes to support bytecode generated by recent versions
	  of Javac and Jikes (e.g. we no longer need "Miranda" methods).
	  Thanks to Mark Anderson for pointing out these problems and their
	  causes.
	- SHARED_HEAP now defaults to false.
	- Partially implementation of java.lang.reflect.Proxy class, work
	  continues.
	- Made Properties load and store aware of special characters (like
	  : =) in keys. Backslashes are now added/removed when needed.
	- Better handling of streams when a process started with
	  Runtime/exec() dies.
J-spot
	- A lot of improvements, now becoming quite usable. Still disabled
	  by default.
2003-03-10 13:07:24 +00:00
wiz
46595617de iozone-3.161 update done. 2003-03-10 11:08:36 +00:00
wiz
a14962e7c6 bonnie++-1.03a update done. 2003-03-10 10:01:36 +00:00
jschauma
433551bc25 Note update of Mesa, MesaLib, glu and glut to 5.0 2003-03-09 19:06:22 +00:00
wiz
5f3508ddf8 Note flawfinder-1.22 update. 2003-03-09 18:13:02 +00:00
jmmv
e1086b0567 Note drac update to 1.12. 2003-03-09 12:26:28 +00:00
jmmv
c834caa888 Note update of windowmaker-desktop to 1.1. 2003-03-09 10:59:01 +00:00
jmmv
7a75d3c483 Note addition of wmmemmon-1.0.0 2003-03-09 10:55:11 +00:00
jmmv
bf4640d036 Note update of wmcpuload to 1.0.1. 2003-03-09 09:56:54 +00:00
dmcmahill
e07e185706 note update of gEDA suite to 20030223 2003-03-09 06:20:05 +00:00
dmcmahill
79308c1331 note update of libgdgeda to 2.0.9 2003-03-09 06:08:21 +00:00
salo
bdf6f721a2 Note fep PKGREVISION bump. 2003-03-09 04:40:29 +00:00
salo
89b63f491b Note ethereal update. Fix tinyproxy date. 2003-03-09 04:14:17 +00:00
rh
8bdf88aa4e Note update of gtkdiff to 1.8.0 2003-03-08 21:03:47 +00:00
mycroft
4aa86a6d8b ogle updated. 2003-03-08 18:03:49 +00:00
gehenna
425d4ed073 Note cvsync-0.14.3 2003-03-08 14:43:23 +00:00
tron
7af5df8346 Note new "xcursorgen" package. 2003-03-08 08:31:03 +00:00
grant
3ed0d61f7c note update of cdrecord to 2.0nb2. 2003-03-08 08:19:17 +00:00
gehenna
e9a12c9412 Note cvsync-0.14.2 2003-03-08 07:00:09 +00:00
salo
02a156bd9b Note tinyproxy addition. 2003-03-07 23:48:17 +00:00
salo
b35f6572bc Note sylpheed update. 2003-03-07 21:59:14 +00:00
salo
cf8c2021b6 Note pureftpd update. 2003-03-07 18:23:20 +00:00
bouyer
403f6666d8 Note addition of tcl-fbsql-1.05. 2003-03-07 16:19:26 +00:00
wiz
aabdb33311 tuxpaint-0.9.10 update, tuxpaint-stamps-2003.02.22 update. 2003-03-07 11:46:27 +00:00
salo
7c0d96d288 Note ion update. 2003-03-07 01:26:19 +00:00
salo
5a358fed66 Note juke addition. 2003-03-06 22:33:42 +00:00