aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg/files
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 1.4.9 to 1.4.12. The relevant upstream improvementsMikhail Teterin2021-01-043-255/+330
| | | | | | | | | | | | | are: * Fixes in handling of BMP and XBM formats; * Fixes in handling of all 16-bit images. Reported by: portscout Sponsored by: United Marsupials Notes: svn path=/head/; revision=560347
* Upgrade from 1.4.7 to 1.4.9. Some new image-formats added, etc.Mikhail Teterin2020-01-212-49/+136
| | | | | | | | | | As before, we force the use of the already installed libraries for JPEG, TIFF, and others. This causes some tests to fail, because the newer versions of these libraries yield slightly different files -- mark such tests as non-portable. Notes: svn path=/head/; revision=523700
* Upgrade from 1.4.2 to 1.4.6. Respect EXAMPLES-option, addMikhail Teterin2016-07-121-19/+0
| | | | | | | | | license-definition and define TEST_TARGET. Reported by: trasz Notes: svn path=/head/; revision=418431
* Correct an error in my new patch, which broke capturing TIFF imagesMikhail Teterin2014-06-091-18/+22
| | | | | | | into Tcl-objects. Notes: svn path=/head/; revision=357210
* Upgrade from 1.2.4 to 1.4.2. Allow for staging.Mikhail Teterin2014-06-0911-2451/+387
| | | | Notes: svn path=/head/; revision=357202
* - Convert to new LIB_DEPENDS formatPietro Cerutti2014-06-031-2/+2
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=356320
* Although the default remains 8.5, this changes allows compiling againstMikhail Teterin2011-09-192-1/+9
| | | | | | | | Tk-8.6 as well. Also set MAKE_JOBS_SAFE to "yes" -- we rely on bsd.lib.mk, which has been parallel-safe for ever. Notes: svn path=/head/; revision=282025
* Restore the ability to build against Tk-8.5. Take over maintainership.Mikhail Teterin2011-09-196-49/+465
| | | | Notes: svn path=/head/; revision=282022
* - Revert previous commitChris Rees2011-09-186-465/+49
| | | | | | | | | | | (which was actually approved by me; no misconduct by mi) . Port no longer breaks on amd64, but could still be updated to work with tk85 - Drop maintainership Pointyhat: mi, crees Notes: svn path=/head/; revision=281949
* Re-enable build with Tk-8.3 (if requested).Mikhail Teterin2011-09-146-49/+465
| | | | | | | Allow building with Tk-8.5 (the default). Fix some more warnings. Notes: svn path=/head/; revision=281764
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-6/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix buildMartin Wilke2007-03-141-0/+55
| | | | | | | - move Makefile.tkstep80 -> files/Makefile.tkstep80 Notes: svn path=/head/; revision=187409
* - Ready for incoming slaves ports.Martin Wilke2007-03-134-2/+40
| | | | | | | | | | | | | - 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
* A number of enhancements:Mikhail Teterin2005-06-106-11/+1873
| | | | | | | | | | | | | | | | | | . 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. Notes: svn path=/head/; revision=137132
* Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock()Joerg Wunsch2003-12-092-1/+139
| | | | | | | | | | 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. Notes: svn path=/head/; revision=95507
* Unbreak on 5.x.Ruslan Ermilov2003-10-301-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=92654
* 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
* 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-131-7/+10
| | | | | | | | | | | | | | | | | | 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-123-54/+76
| | | | | | | | | | 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
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-4/+4
| | | | | | | 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-251-4/+23
| | | | | | | | PR: 14985 Submitted by: maintainer Notes: svn path=/head/; revision=23334
* Import of graphics/libimgJustin M. Seger1999-04-101-0/+24
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