diff options
author | adam <adam@pkgsrc.org> | 2004-11-19 13:01:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-19 13:01:46 +0000 |
commit | 5d9bab12e0060a4161c55d071e9987993b5b0188 (patch) | |
tree | 7229793abe40af94078a414a05ebc7b59e598dde /lang/smalltalk/PLIST | |
parent | 97ff422b68b4a174d2710be9773b848983f828e0 (diff) | |
download | pkgsrc-5d9bab12e0060a4161c55d071e9987993b5b0188.tar.gz |
Changes 2.1.9:
o DLD can open the C library (2.1.6).
o Fix bug in compilation of ##() expression where the expression
evaluates to an integer (2.1.8).
o Fix bug in #next: on sockets (2.1.6).
o Fix crash when accessing an ill-formed namespace from Smalltalk code
(2.1.8).
o Fixes to the JIT compiler (2.1.8).
o Improvements to Gtk+ bindings (2.1.9).
o libltdl is no longer configured in a separate subdirectory (2.1.6).
o Portability improvements (2.1.8).
o Updated to Automake 1.8, Libtool 1.5 (CVS checkout on 2003-08-01),
Autoconf 2.59a, snprintfv 1.1 (2.1.6).
o Updates to Emacs mode (2.1.6).
Diffstat (limited to 'lang/smalltalk/PLIST')
-rw-r--r-- | lang/smalltalk/PLIST | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/lang/smalltalk/PLIST b/lang/smalltalk/PLIST index 1e7f7f59fbc..fa1022d3957 100644 --- a/lang/smalltalk/PLIST +++ b/lang/smalltalk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/09/22 08:09:40 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/11/19 13:01:46 adam Exp $ bin/gst bin/gst-config bin/gst-package @@ -8,19 +8,17 @@ include/sigsegv.h lib/libgst.la lib/smalltalk/blox-tk.la lib/smalltalk/gdbm.la +lib/smalltalk/gst-gtk.la lib/smalltalk/i18n.la +lib/smalltalk/libc.la lib/smalltalk/md5.la lib/smalltalk/regex.la lib/smalltalk/tcp.la man/man1/gst.1 share/aclocal/gst.m4 share/aclocal/snprintfv.m4 -share/emacs/site-lisp/gst-mode.el -share/emacs/site-lisp/smalltalk-mode.el share/smalltalk/Load.st share/smalltalk/Reload.st -share/smalltalk/blox-gtk/GtkDecl.st -share/smalltalk/blox-gtk/proof.st share/smalltalk/blox-tk/Blox.st share/smalltalk/blox-tk/BloxBasic.st share/smalltalk/blox-tk/BloxCanvas.st @@ -115,6 +113,21 @@ share/smalltalk/examples/regex.st share/smalltalk/examples/shell share/smalltalk/examples/xml.sed share/smalltalk/gst.im +share/smalltalk/gtk/Enums.st +share/smalltalk/gtk/Funcs.st +share/smalltalk/gtk/GtkDecl.st +share/smalltalk/gtk/GtkImpl.st +share/smalltalk/gtk/MoreFuncs.st +share/smalltalk/gtk/MoreStructs.st +share/smalltalk/gtk/Structs.st +share/smalltalk/gtk/Types.st +share/smalltalk/gtk/example_arrow.st +share/smalltalk/gtk/example_aspectframe.st +share/smalltalk/gtk/example_buttonbox.st +share/smalltalk/gtk/example_entry.st +share/smalltalk/gtk/example_eventbox.st +share/smalltalk/gtk/example_hello.st +share/smalltalk/gtk/example_tictactoe.st share/smalltalk/i18n/ChangeLog share/smalltalk/i18n/Collation.st share/smalltalk/i18n/Expression.st @@ -365,16 +378,16 @@ share/smalltalk/xml/XSL.st @dirrm share/smalltalk/net @dirrm share/smalltalk/kernel @dirrm share/smalltalk/i18n +@dirrm share/smalltalk/gtk @dirrm share/smalltalk/examples/modules @dirrm share/smalltalk/examples @dirrm share/smalltalk/db @dirrm share/smalltalk/compiler @dirrm share/smalltalk/browser @dirrm share/smalltalk/blox-tk -@dirrm share/smalltalk/blox-gtk @dirrm share/smalltalk +@dirrm lib/smalltalk +@dirrm include/snprintfv @unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} -@dirrm lib/smalltalk @exec ${MKDIR} %D/include/snprintfv -@dirrm include/snprintfv |