aboutsummaryrefslogtreecommitdiff
path: root/graphics/wmgrabimage
Commit message (Collapse)AuthorAgeFilesLines
* - Deprecate and set expiration date to 2014-02-25: No more public distfilesAlex Kozlov2014-01-251-0/+3
| | | | | | | | PR: ports/186073 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer) Notes: svn path=/head/; revision=340988
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* Fix MASTER_SITESRoman Bogorodskiy2005-04-261-1/+1
| | | | | | | | PR: 80328 Submitted by: Sascha Holzleiter (maintainer) Notes: svn path=/head/; revision=134169
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Correct wrong argument given to ImageMagick's convert(1)Patrick Li2002-04-122-0/+15
| | | | | | | | PR: 37012 Submitted by: maintainer Notes: svn path=/head/; revision=57596
* take over maintainershipYing-Chieh Liao2002-04-111-1/+1
| | | | | | | | PR: 36978 Submitted by: sascha@root-login.org Notes: svn path=/head/; revision=57557
* Drop maintainershipMark Pulford2002-04-041-1/+1
| | | | | | | | PR: 36730, 36731, 36732, 36733 Submitted by: maintainer Notes: svn path=/head/; revision=57315
* Update to version 0.72Mario Sergio Fujikawa Ferreira2001-07-273-9/+8
| | | | | | | | PR: 28808 Submitted by: maintainer (silence due to timeout, 19 days) Notes: svn path=/head/; revision=45546
* - Support X11BASE properlyAlexander Langer2000-08-123-16/+32
| | | | | | | | | | | - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20543 Submitted by: Ports Fury Notes: svn path=/head/; revision=31567
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* add WWW:Michael Haro2000-01-221-0/+1
| | | | | | | | PR: 16224 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=24915
* Fix a number of nits that I should have picked up.Ade Lovett2000-01-053-13/+16
| | | | | | | Pointed out by: steve Notes: svn path=/head/; revision=24450
* A windowmaker DockApp that maintains a small thumbnail copyAde Lovett2000-01-058-0/+97
of your favorite image from the WWW. PR: 14696 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=24441