summaryrefslogtreecommitdiff
path: root/graphics/libimg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak on 5.x.Ruslan Ermilov2003-10-301-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=92654
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Catch up to the new bsd.lib.mk API (the library is not internal).Ruslan Ermilov2002-07-211-8/+2
| | | | Notes: svn path=/head/; revision=63335
* Switch to a working master site.Pete Fritchman2002-06-041-1/+1
| | | | | | | | PR: 38871 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=60565
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* ${ENV} -> ${SETENV}Michael Haro2001-05-011-1/+1
| | | | | | | PR: 26783, 26784, 26785 Notes: svn path=/head/; revision=42122
* In several spots, it was refering to TCL (or tcl) instead of TK (or tk).Mikhail Teterin2001-03-131-2/+3
| | | | | | | Submitted by: John Merryweather Cooper Notes: svn path=/head/; revision=39798
* Turns out I broke a few too many things with my last commit byMikhail Teterin2001-03-132-9/+12
| | | | | | | | | | | | | | | | | | 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-126-70/+119
| | | | | | | | | | 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
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-283-10/+11
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Forgot to add thisChris Piazza1999-11-261-0/+11
| | | | Notes: svn path=/head/; revision=23339
* Update to version 1.2.2Chris Piazza1999-11-255-21/+38
| | | | | | | | PR: 14985 Submitted by: maintainer Notes: svn path=/head/; revision=23334
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Import of graphics/libimgJustin M. Seger1999-04-106-0/+76
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