aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/liblug
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* graphics/liblug: fix build wuth clangwg2013-06-161-8/+5
| | | | | | | | | - Fix build with clang, -Wno-return-type - Remove version from tiff lib depend - Remove leading article from COMMENT - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
* -remove MD5ohauer2011-07-031-1/+0
|
* - use TIFF_VERSION_CLASSICdinoex2010-08-271-1/+1
|
* - fix after tiff update to 4.0.0dinoex2010-08-271-1/+5
| | | | PR: 149611
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - 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)
* - Replace USE_XLIB with USE_XORG=x11mm2007-08-141-2/+2
| | | | | | - Bump PORTREVISION Approved by: garga (mentor, implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - 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
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* SIZEify.trevor2004-01-291-0/+1
|
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-031-1/+1
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Don't define iLinux on Makefile, it require libsvga.vanilla2001-03-211-3/+4
| | | | | Submitted by: bento No response: maintainer
* Add USE_XLIB to Makefile.kevlo2001-03-111-0/+2
| | | | | PR: 25665 Submitted by: maintainer
* Port depends on tiff.4alex2001-01-121-2/+2
| | | | Submitted by: bento
* Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,will2000-12-307-0/+144
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the following functions: resampling, blur, sharpening, cut, paste, median filter, histogram equalization, and so on. PR: 23889 Submitted by: George Reid <greid@ukug.uk.freebsd.org>