1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Mikhail Teterin
98d579de66 Turns out I broke a few too many things with my last commit by
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:

	package require Img	(from TCL)
or
	Tcl_PkgRequire(interp, "Img", "1.2", 0)	(from C)

instead of  trying to link  with libimg directly, but  there are
too many of them and sobomax lost (his and mine) cool.

This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
2001-03-13 19:15:26 +00:00
Mikhail Teterin
964fc8842b Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).
Some day  the rest of  the world  will wise up  and realize, that  it is
often easier and  neater to create a Makefile from  scratch, than to try
to patch  the configure/Makefile.in/Makefile.am/etc  nonsense to  do the
right thing.
2001-02-12 21:46:33 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Chris Piazza
4af7785d55 Update to version 1.2.2
PR:		14985
Submitted by:	maintainer
1999-11-25 21:33:34 +00:00
Justin M. Seger
071479247d Import of graphics/libimg
This is an image format handler for Tk. It handles the following image
formats:

bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.

PR:		ports/10234
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-04-10 20:28:42 +00:00