Commit graph

8 commits

Author SHA1 Message Date
agc
4c180ff68c Remove any existing ${PREFIX}/bin/wish symbolic link before creating
a new one. Fixes PR pkg/11233, from Laine Stump, albeit in a different
way, since Solaris disagrees on what "ln -fs" means.
2000-10-16 15:07:45 +00:00
jwise
6b199c9fed Also install the private tk header file `default.h' to ${PREFIX}/include/tk/generic
as it is needed by mbone/nte.
2000-09-08 01:03:21 +00:00
jwise
476fae1562 Since the configure script comes up with different shared lib suffixes on
different versions/platforms of NetBSD, use

        $(TK_LIB_FILE:C/\.so.*/.la/)

instead of

        $(TK_LIB_FILE:.so=.la)

to derive the libtool archive name from the shared library name.

From Frederick Bruckman, addresses PR pkg/10924.
2000-09-01 16:22:00 +00:00
jwise
a606541547 Forgot to commit this after last change.
jwise/Makefile: DEPENDS+=	coffee-*:../../kitchen/carafe
2000-08-31 21:41:11 +00:00
jwise
25da46bffe Fix inconsistent use of SHLIB_SUFFIX vs. SHARED_LIB_SUFFIX in configure
script.  I believe this is what resulted in 1.4.3/ELF ports not building
tk correctly.  he is testing on 1.4.3_ALPHA/alpha.
2000-08-31 16:48:11 +00:00
jwise
70b34f3f52 Fix typo in generated tkConfig.sh. 2000-08-30 20:22:34 +00:00
tron
ef955c2726 Add mirror on "ftp.informatik.uni-hamburg.de" to master site list. 2000-08-30 10:45:46 +00:00
jwise
2b2fee8de0 Initial import of new pkgsrc/lang/tk (tk-8.3.2) package, partly derived
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.
2000-08-29 16:16:06 +00:00