aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-193-9/+6
| | | | | | | | | | | | | | | | | | - 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
* - Remove expired tkstep80 related portsPav Lucistnik2008-04-091-9/+1
| | | | Notes: svn path=/head/; revision=210933
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix buildMartin Wilke2007-03-141-0/+0
| | | | | | | - move Makefile.tkstep80 -> files/Makefile.tkstep80 Notes: svn path=/head/; revision=187409
* - Ready for incoming slaves ports.Martin Wilke2007-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> Notes: svn path=/head/; revision=187291
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-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> Notes: svn path=/head/; revision=170640
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* A number of enhancements:Mikhail Teterin2005-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. Notes: svn path=/head/; revision=137132
* - Fix MASTER_SITES.Florent Thoumie2005-03-082-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) Notes: svn path=/head/; revision=130657
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock()Joerg Wunsch2003-12-093-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. 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
* 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