Age | Commit message (Collapse) | Author | Files | Lines |
|
I guess a cup of coffee is in order before I continue...
|
|
ELF.
|
|
were:
0.7 - Tcl_Obj's support (first trial); now NUL-Bytes are allowed; strings
need not be terminated in the database (the 0.6-version would store
the terminating NUL's in keys as well as in data and RELIED on it!).
Now DB'S generated by other Programs (cross-checked with php3!) can
be read! (JG)
0.8 - Move to libtool/automake/autoconf and generate rpms for RedHat 6.2 (JE)
Tested with tcl8.3
|
|
master site. While here, USE_LIBTOOL and LTCONFIG_OVERRIDE, and adapt
to tcl-8.3.2.
|
|
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look
like an older perl.
|
|
tclman80-*, as this package installs tcl and it's documentation.
|
|
this actually find tcl -- even though it previously DEPENDed on tcl-8.0.5, it
didn't link against it properly (linking -ltcl8.0 instead of -ltcl80).
|
|
converted.
|
|
|
|
|
|
|
|
|
|
correctly.
|
|
version of CGI.pm.
|
|
|
|
|
|
Also only compute PERL5_* variables once and pass into MAKEFLAGS, following
model of IS_LESSTIF (thanks to hubertf for the suggestion).
|
|
|
|
|
|
This package still has bizarre issues with trying to symlink everything across
from /var/spool/fax into /usr/pkg/..., which breaks probably due to judicious
use of chroot(). That _really_ needs to be fixed
|
|
* Monikers, total re-write along with some standard
monikers, 'file', 'oafiid', 'item'
* Aggregate Object finalization bug nailed
* Switched to a single Oaf build (Gnorba is no longer
supported) cleaning loads of cruft, object activation
cleaned, bonobo-selector API shrunk
* Bonobo has been split into GUI-less and GUI versions of
Bonobo (bonobo, bonobox libraries to assist non-gui Bonobo
component development
* Property Bag Client - new more flexible helper
interface removing BonoboObjectClient
Bugs fixed:
* Bonobo-Widget bug nailed
* Evil, fatal, intermittent plug / socket unrealize bug
inherited from Gtk fixed
* UI handler bugs nailed
* Blocking problems in listners fixed
* Spec file sorted
* Updated docs/refcounting.txt and enforced inter object
ref counting policy globaly
* Various naming daftnesses cleaned
|
|
* Compile fixes for gcc 2.96, docs (Anders Carlsson)
* Added factory skeletons to liboaf
* Renamed gnome-factory.idl to oaf-factory.idl, and renamed
GNOME::GenericFactory to GNOME::ObjectFactory (Mathieu Lacage,
Maciej Stachowiak)
* Preliminary API docs (Mathieu Lacage)
* -Werror turned off for releases, by popular demand
* Renamed "Attribute" to "Property" throughout, since "attribute"
is an IDL reserved word. (ERDI Gergo, Maciej Stachowiak)
* Fix compilation with builddir != srcdir (Mathieu Lacage)
* Improved handling of duplicate oafinfo files. (Mathieu Lacage)
* Turkish, German, Russian, Danish, Norwegian translations
(translation team)
* Added internationalization support (Mathieu Lacage)
* Renamed `supports' method to `manufactures' in
GNOME::GenericFactory interface. (ERDI Gergo)
* Added support for /etc/oaf-config.xml to tell OAF where to
look for oafinfo files.
* Added timeout for servers that don't register themselves
(Michael Meeks)
* Added support for GNOME_PATH environment variable (Mathieu
Lacage)
* Numerous build fixes (Robin * Slomkowski)
* oaf-slay program (Michael Meeks)
* Improved test program (Michael Meeks)
* IID validation (Michael Meeks)
|
|
from the older pkgsrc/lang/tk80 (tk-8.0.5) package.
This is an update of the tk package from version 8.0.5 to version 8.3.2,
and also a slight change in the organization of tcl/tk packages.
This will be added disabled to pkgsrc/x11/Makefile until I finish updating
all tcl/tk-based packags.
Changes from out-of-the-box tk-8.3.2:
Both static and shared libtcl83.* are installed, thanks to
the magic of libtool.
Changes to the package since tk-8.3.2:
A symlink to ${PREFIX}/bin/wish8.3 is installed as ${PREFIX}/bin/wish
This change is designed to allow tk-using packages to not depend on
any particular version of tk.
public tk include files and the tk configuration information script
are now installed in their standard places (${PREFIX}/include/tk*.h,
and ${PREFIX}/lib/tkConfig.sh), and private tcl include files are now
installed in ${PREFIX}/include/tk. This change allows tcl extension
packages to work out of the box, and to not need modification when tcl
and tk are updated. When extension package authors use the new
libtclstubs*.a API, this even allows binary packages of dynamically-
loadable tcl extensions to be used with newer versions of tcl without
recompilation.
Here are the new features in tk-8.3.x as opposed to 8.0.x. I am not including
bug fixes as this represents about 18 months of them.
Img patch from Nijtmans, et al was adopted. This includes a
Tcl_Obj-based image command, support for binary in -data args, adds
an alpha channel to all photo types, as well as GIF write capability.
Major portions of Dash patch from Nijtmans, et al was adopted. This
includes a Tcl_Obj-based canvas command, dashed canvas item support,
enhanced canvas tag searching capabilities, pointer warping with event
-warp, entry widget validation routines, -elide tag option for of the text
widget (TkMan runs on 8.3 without a patch), several new canvas item
arguments, as well as postscript printing support for images and windows in
the canvas.
Listboxes support a -listvariable and have a new itemconfigure
command to color individual items.
Extended "wm state" command to accept a state to set for the toplevel,
and added support for the zoomed (maximized) state on Windows.
Standard Unix dialogs have been updated to use color icons and
have improved behavior.
New "tk useinputmethods" command. This changes the behavior of
Tk on X where X Input Methods (XIM) were recognized and used without
question. With 8.3, they will be recognized and initialized, but
not used unless XIM is turned on (tk useinputmethods 1). This should
only affect users with special input methods, and the new default
behavior should be more beneficial to the average user.
|
|
values of such flags that get exported in ${PREFIX}/lib/tclConfig.sh
|
|
|
|
|
|
|
|
|
|
characters and strings.
|
|
|
|
won't be found without the wrapper script.
|
|
|
|
|
|
|
|
Linux compatibility package for audio libraries
|
|
|
|
makes patch-ab unnecessary:
* A typo in the HS A code caused an assertion failure.
* lwres_gethostbyname() and company set lwres_h_errno
to a random value on success.
* If named was shut down early in the startup
process, ns_omapi_shutdown() would attempt to lock
an unintialized mutex. [RT #262]
* stub zones could leak memory and reference counts if
all the masters were unreachable.
* isc_rwlock_lock() would needlessly block
readers when it reached the read quota even
if no writers were waiting.
* Log messages were occasionally lost or corrupted
due to a race condition in isc_log_doit().
* The request library didn't completely work with IPv6.
* Check for IPV6_RECVPKTINFO and use it instead of
IPV6_PKTINFO if found. [RT #229]
|
|
PR 10907 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
|
|
|
|
Netmaze is a multiplayer combat game (like the Atari Midi Maze game)
You play in a virtual maze and the goal of the game is to hunt down your
opponents. The view is full animated 3D. On fast machines, you can even
run it with texture mapping for the walls and floor.
There are also three robot players of varying ability.
|
|
|
|
|
|
* coredump fix for GL modes cage, moebius, rubik, skewb, and stairs
* and Mesa3.1 thanks to Tom Schmidt <tschmidt@micron.com>.
* solitare.cc update for disable-interactive.
* xlock -resources crashes on Solaris thanks to Alexander Elgert
* <elgert@rbg.informatik.tu-darmstadt.de>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|