aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libimg
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix buildmiwi2007-03-151-0/+0
| | | | - move Makefile.tkstep80 -> files/Makefile.tkstep80
* - Ready for incoming slaves ports.miwi2007-03-137-20/+142
| | | | | | | | | | - Pass maintainership to submitter - Respect DOC's - Add graphics/tiff as dependency - Bump PORTREVISION PR: 110221 Submitted by: Martin Matuska <martin@matuska.org>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Add SHA256pav2005-11-261-0/+1
|
* A number of enhancements:mi2005-06-107-19/+1880
| | | | | | | | | | | | | | | . compile cleanly against 8.4 with -Wall on i386 and amd64; . use OS' run-time linker instead of dlopen-ing libpng, libjpeg, libtiff inside; . stop using TIFF's _internal_ headers for anything. This changes are quite radical, but seem to work with anything I have. Vendor's own tests pass except for some differences in PNG images -- most likely due to changes in PNG library since 2002. Stop requiring specific versions of jpeg, tiff, png -- we don't really care. Bump up PORTREVISION.
* - Fix MASTER_SITES.flz2005-03-092-3/+4
| | | | | | | | - Distfile rerolled due to inclusion in SF CVS repository. PR: ports/77944 Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: pav (mentor)
* SIZEify.trevor2004-01-291-0/+1
|
* Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock()joerg2003-12-103-3/+142
| | | | | | | function now has one more parameter to pass, I collected all the individual file patches in a single patch for that purpose, so if/when the original software is up to Tk 8.4, this patch file can easily be removed again.
* Unbreak on 5.x.ru2003-10-311-1/+1
| | | | Reported by: kris
* de-pkg-commentknu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Catch up to the new bsd.lib.mk API (the library is not internal).ru2002-07-221-8/+2
|
* Switch to a working master site.petef2002-06-041-1/+1
| | | | | PR: 38871 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Bump png majorache2001-09-111-1/+1
|
* ${ENV} -> ${SETENV}mharo2001-05-011-1/+1
| | | | PR: 26783, 26784, 26785
* In several spots, it was refering to TCL (or tcl) instead of TK (or tk).mi2001-03-141-2/+3
| | | | Submitted by: John Merryweather Cooper
* Turns out I broke a few too many things with my last commit bymi2001-03-142-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.
* Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).mi2001-02-136-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.
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3
| | | | string so I fixed it.
* Update to use Tcl/Tk version 8.2.steve1999-11-293-10/+11
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Forgot to add thiscpiazza1999-11-261-0/+11
|
* Update to version 1.2.2cpiazza1999-11-265-21/+38
| | | | | PR: 14985 Submitted by: maintainer
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Import of graphics/libimgjseger1999-04-116-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>