aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Ready for incoming slaves ports.Martin Wilke2007-03-131-6/+6
| | | | | | | | | | | | | - Pass maintainership to submitter - Respect DOC's - Add graphics/tiff as dependency - Bump PORTREVISION PR: 110221 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=187291
* Turns out I broke a few too many things with my last commit byMikhail Teterin2001-03-131-2/+2
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=39782
* Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).Mikhail Teterin2001-02-121-5/+21
| | | | | | | | | | 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. Notes: svn path=/head/; revision=38280
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-161-2/+0
| | | | Notes: svn path=/head/; revision=29630
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-2/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Update to version 1.2.2Chris Piazza1999-11-251-7/+3
| | | | | | | | PR: 14985 Submitted by: maintainer Notes: svn path=/head/; revision=23334
* Import of graphics/libimgJustin M. Seger1999-04-101-0/+10
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> Notes: svn path=/head/; revision=17764