Commit graph

16 commits

Author SHA1 Message Date
Mikhail Teterin
bef4481256 Resurrect the port, that was removed by mistake. Remove the mention of
"NO_STAGE", that lead to the mistake.

Appease portlint by renaming MANN to MANNPAGE. Bump PORTREVISION yet
again.
2014-11-18 23:54:17 +00:00
Baptiste Daroussin
8901c97d12 Remove non staged ports without pending PR from g* 2014-09-01 16:33:09 +00:00
Mikhail Teterin
61e24ef582 Fix-up a bug in the new code, which prevented safe-interpreters from using even the already opened file-handles.
Bump PORTREVISION.

Reviewed by:	John Ellson (upstream maintainer)
2014-04-30 17:43:50 +00:00
Mikhail Teterin
635ab19f96 Because we are installing into a directory specific to TCL against which
we built anyway, we don't need to use TCL_STUBS.
2014-04-29 23:45:55 +00:00
Mikhail Teterin
4f60396235 Switch from using our own method of figuring out TCL_VER to USES=tcl:84+
PR:		ports/181412

Bump PORTREVISION accordingly. Add STAGE-conformance (grrr..) Get rid of
the short pkg-plist in favor of PLIST_{DIRS,FILES}.

While here, improve the code itself a bit:
	* Use Tcl API more, instead of cooking our own implementations.
	* Add meainingful checks for safe interpreters instead of
	  blindly letting them use the same functionality as the
	  trusted ones.
	* Fix compiler warnings enough for WARNS=3.

Sponsored by:	United Marsupials
2014-04-29 23:38:30 +00:00
Mikhail Teterin
8774182aa2 Fix a would-be problem in an #ifdef-ed out section of the patch. 2006-12-04 16:12:02 +00:00
Mikhail Teterin
67a6c6f035 Another round of improvements:
* support read/write of files in the GD2-format (obtained from
	  the vendor's version bundled with, but not installed by
	  Graphviz);
	* add an optional argument to `gd create W H' -- if "true", the
	  created image will be "TrueColor"

Bump PORTREVISION again.
2006-12-04 10:00:01 +00:00
Mikhail Teterin
7a0ad024be Expand the patch-gif to also support JPEG, XPM, XBM, and WBMP input as
well as JPEG, GIF, and WBMP output formats.

Set WARNS=2. Clean-up the man-page. Bump Tcl-package's version and PORTREVISION.
2006-12-01 07:05:50 +00:00
Mikhail Teterin
30dd03f651 Catch up once again with bsd.lib.mk -- rename SHLIBDIR to LIBDIR -- to
fix installation/packaging on -current. Default to TCL 8.4 -- still
overwritable.

Submitted by:	kris
2003-10-27 20:11:02 +00:00
Ruslan Ermilov
c1b840b390 Catch up to the new bsd.lib.mk API (the library is not internal). 2002-07-21 20:23:00 +00:00
Mikhail Teterin
ed8305c534 Do not bogusly link with -lttf. gd itself links with -lfreetype only,
and we don't care ourselves.
2001-08-23 19:25:30 +00:00
Mikhail Teterin
f5dc836a7e Add back the ability to _read_ GIF images, now that our gd has it again. 2001-08-21 01:32:30 +00:00
Mikhail Teterin
81eed0ab15 Package building for this port was broken, when `n' was removed from the
list of  recognized MAN-sections in bsd.man.mk.  The port's Makefile.bsd
simply declared MANN=gdtclft.n and the included bsd.lib.mk was doing the
right thing.

Now I had to add an explicit post-install target to the main Makefile.
2001-07-03 16:10:41 +00:00
Mikhail Teterin
5bb98992bf This should remove the problems of using various make-targets before
installing the TCL port, which is required to install and use this
one, but is not required for some of the other bsd.ports.mk targets.
2001-02-07 22:45:36 +00:00
James E. Housley
c1bc515fea Update to version 2.2.5
PR:		24198
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com> MAINTAINER
2001-02-01 01:50:02 +00:00
Will Andrews
fcf450ecde Add gdtclft, a Tcl interface to gd.
PR:		16648
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-06-09 05:34:07 +00:00