The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD graphics : ImageMagick

Image processing tools

 ImageMagick is a package for display and interactive manipulation of
images. The package includes tools for image conversion, annotation,
compositing, animation, and creating montages. ImageMagick can read and
write many of the more popular image formats (e.g. JPEG, TIFF, PNM, XPM,
Photo CD, etc.).

The package can be built _without_ the GUI (X11) support at all -- it
will not have the display, import, and animate functionality, but remain
extremely useful for image manipulation.

The optional "display" utility conflicts with the utility of the
same name from the misc/display port/package. 

http://www.ImageMagick.org/



ImageMagick history


v. 1.250
date: 2007/11/12 18:41:15;  author: pav;  state: Exp;  lines: +1 -1
- Turn the self-tests off for now. Possible fix for failing test is in
  ports/117986

Reported by:	pointyhat
Approved by:	portmgr (hat)

v. 1.249 date: 2007/11/07 05:46:28; author: mi; state: Exp; lines: +21 -14 Update from 6.3.5-10 to 6.3.6-9. Some of our patches were accepted upstream. The tests should work with and without X11. Enable FPX by default. Resolve all related PRs. Approved by: portmgr (linimon) PR: 67815 PR: 117635 PR: 116874 PR: 114387
v. 1.248 date: 2007/10/28 20:38:40; author: pav; state: Exp; lines: +2 -0 - Prevent perllocal.pod from being written Reported by: pointyhat With hat: portmgr
v. 1.247 date: 2007/10/07 17:46:14; author: nork; state: Exp; lines: +1 -0 Chase OpenEXR library version bumped.
v. 1.246 date: 2007/10/05 05:32:09; author: mi; state: Exp; lines: +29 -0 Explicitly disable support for OpenEXR and DjVu by default. These were never dependencies before, so official packages never contained the support, but if a local system had them installed, ImageMagick would try to use them -- and sometimes fail. Also add a patch, that modifies the module-searching algorithm from /always/ checking the compiled-in constant path, to only checking it, if an environment variable is not set. This fixes a problem with testing, where a module installed by an earlier version of the software could be used by the newly built version, that's being tested. This port has too many options -- perhaps, support for the most common things (like PNG, JPEG, and GIF) should be permanent...
v. 1.245 date: 2007/10/03 15:56:00; author: mi; state: Exp; lines: +1 -1 When PerlMagick fails to load its Magick.so binary piece during tests, it goes into a frenzy consuming all available memory before actually reporting an error and exiting. Try to reduce the impact of this cascading failure by running the tests under a limit of 20m of memory. In "good" builds that seems to be enough.
v. 1.244 date: 2007/09/28 02:23:16; author: mi; state: Exp; lines: +11 -1 Remove FPX from the default configuration. The unmaintained library is too buggy for general use :( Initiate the lists of options whose presence (or absence) break self-tests, and set IGNORE, if any such conflict is found. Reported by: numerous
v. 1.243 date: 2007/09/26 22:54:14; author: mi; state: Exp; lines: +0 -5 The LDFLAGS, CPPFLAGS, etc. are set during configure step. We don't need to bother with the situations, when /etc/make.conf, etc. are updated between configure and build. The way things are now, linking might break in certain cases because LDFLAGS is set to empty string (instead of being unset). Notified by: Pierre Guinoiseau
v. 1.242 date: 2007/09/25 19:41:10; author: mi; state: Exp; lines: +27 -20 Upgrade from 6.3.3-5 to 6.3.5-10 -- the latest available. Take over maintainership -- with the previous maintainer's approval. Remove explicit requirements for shared library major numbers of dependencies. Like in almost all other ports, these quite gratuitous. Scale the build to multiple CPUs, if available on the building system. Automatically run vendor's self-tests (unless disabled via OPTIONS). Apply DOS2UNIX to a number of files including the HTML pages. NB: ImageMagick's configure tries to detect an OpenMP-capable compiler. This /may/ be a problem, when gcc-4.2 (such as on 7.x) or greater is used... An explicit `--disable-openmp' may be needed...
v. 1.241 date: 2007/09/23 11:31:36; author: edwin; state: Exp; lines: +2 -2 [DEPS] graphics/ImageMagick reduce X dependencies ImageMagick requires only USE_XORG=xext xt PR: ports/115869 Submitted by: Martin Matuska Approved by: maintainer timeout
v. 1.240 date: 2007/08/07 16:38:36; author: dinoex; state: Exp; lines: +1 -1 - chase shlib version of gvc (default off)
v. 1.239 date: 2007/08/04 11:40:55; author: gabor; state: Exp; lines: +1 -1 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.238 date: 2007/07/23 09:35:57; author: rafan; state: Exp; lines: +1 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.237 date: 2007/05/19 20:08:32; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.236 date: 2007/04/03 16:25:26; author: rafan; state: Exp; lines: +4 -2 - Update to 6.3.3-5 [1] - SVG support requires X11 support, so mark as IGNORE if WITHOUT_X11 is defined [2] - Correct set CPPFLAGS for fontconfig, librsvg, and graphviz [3] PR: ports/109862 [2], ports/110141[3] Submitted by: rafan [1], chinsan [2], Maxim Samsonov [3] Approved by: shuan
v. 1.235 date: 2007/04/02 23:01:25; author: pav; state: Exp; lines: +6 -4 - Re-enable PDF support now when default Ghostscript is -gpl Submitted by: rafan
v. 1.234 date: 2007/03/29 20:57:15; author: shaun; state: Exp; lines: +3 -2 Fix build with graphviz support in some cases where it fails. PR: ports/111018 Submitted by: Scot Hetzel
v. 1.233 date: 2007/03/16 20:23:59; author: shaun; state: Exp; lines: +1 -1 Bump PORTREVISION for previous commit.
v. 1.232 date: 2007/03/16 13:32:26; author: shaun; state: Exp; lines: +2 -2 Switch off PDF support by default, to avoid requiring ghostscript-afpl. This will be reviewed again if/after -afpl is made the default ghostscript.
v. 1.231 date: 2007/02/23 03:48:43; author: ache; state: Exp; lines: +13 -13 Turn gslib support into option. IM can work with gs with or without it. Switch to gs-afpl as default one checked. IM needs newer gs for some operations and gs-gnu is too old. Add without-dps option by default since Xorg does not have required DPS library anymore. DPS is poor choice in any case because renders first page only. When DPS is off, gs automatically used, which is the right thing. Approved by: shaun (maintainer)
v. 1.230 date: 2007/01/25 19:00:56; author: shaun; state: Exp; lines: +2 -2 Upgrade to 6.3.2-0.
v. 1.229 date: 2006/12/16 01:55:37; author: shaun; state: Exp; lines: +1 -1 Minor fix for FreeBSD 4.x. Submitted by: tdb
v. 1.228 date: 2006/12/15 22:26:18; author: shaun; state: Exp; lines: +1 -1 Assume maintainership.
v. 1.227 date: 2006/12/15 11:56:53; author: linimon; state: Exp; lines: +1 -1 Maintainer no longer has time for these ports. Hat: portmgr
v. 1.226 date: 2006/11/28 18:30:40; author: stas; state: Exp; lines: +24 -1 - Add options PR: ports/105183 Submitted by: Alex Kozlov Approved by: maintainer timeout (3 weeks)
v. 1.225 date: 2006/10/05 20:57:04; author: pav; state: Exp; lines: +1 -1 - Update to 6.2.9.8 PR: ports/104020 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.224 date: 2006/09/04 18:36:59; author: pav; state: Exp; lines: +3 -3 - Update to 6.2.9.3 PR: ports/102817 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.223 date: 2006/08/04 12:34:43; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.222 date: 2006/07/26 15:44:03; author: ache; state: Exp; lines: +3 -3 Upgrade to 6.2.8-5 Submitted by: maintainer
v. 1.221 date: 2006/05/29 11:58:12; author: pav; state: Exp; lines: +2 -1 - Mirror unfetchable distfile on ftp.FreeBSD.org
v. 1.220 date: 2006/05/27 18:47:51; author: mnag; state: Exp; lines: +1 -0 - Fix compilation when set WITHOUT_X11 and WITH_IMAGEMAGICK_FONTCONFIG Approved by: maintainer timeout (in combination with my last 2 commits)
v. 1.219 date: 2006/05/27 00:44:42; author: lofi; state: Exp; lines: +1 -1 Reverse all occurrances of WITHOUT_IMAGEMAGICK_SVG to WITH_IMAGEMAGICK_SVG
v. 1.218 date: 2006/05/27 00:37:16; author: lofi; state: Exp; lines: +1 -1 Don't turn on SVG support by default, since librsvg brings in gtk-themes2 as a runtime dependency.
v. 1.217 date: 2006/05/26 01:41:08; author: mnag; state: Exp; lines: +47 -13 - Fix detection of fontconfig and add knob to enable/disable - Fix detection of librsvg and add knob to enable/disable - Fix leftovers when set many combinations of WITH/WITHOUT - Respect CFLAGS/LDFLAGS - Bump PORTREVISION since have default features that now are detected property Pointy hat to: me Approved by: maintainer timeout (on past commit) Tested by: many and me on all day
v. 1.216 date: 2006/05/24 14:20:33; author: mnag; state: Exp; lines: +13 -5 - Update to 6.2.7.7 - portlint(1) PR: 96747 Submitted by: Sunpoet Po-Chuan Hsieh Approved by: maintainer timeout (20 days)
v. 1.215 date: 2006/04/15 02:37:50; author: mnag; state: Exp; lines: +15 -2 - Change deprecated gvCleanup to gvFreeContext [1] - Fix link with pthreads using LDFLAGS [2] - Fix pkg_config files when use pthreads. [3] - Bump PORTREVISION - portlint(1) PR: 91557 [1], 94287 [2], 94614 [3] Submitted by: Seva Gluschenko [1], lioux [3] Notified by: cokane [2] Approved by: maintainer timeout, 28 days
v. 1.214 date: 2006/03/07 14:18:31; author: nork; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr(clement), Arjan van Leeuwen (maintainer)
v. 1.213 date: 2006/02/23 10:36:47; author: ade; state: Exp; lines: +3 -3 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.212 date: 2006/02/08 17:25:25; author: nobutaka; state: Exp; lines: +1 -0 Bump PORTREVISION to synchronize Wand-config with elimination of libdpstk caused by upgrade of xorg-libraries.
v. 1.211 date: 2006/01/05 12:15:21; author: edwin; state: Exp; lines: +1 -0 Fix building of ImageMagick on systems with graphviz installed but disabled in the config menu. Noticed by: mich, grrr and others.
v. 1.210 date: 2006/01/05 03:56:16; author: edwin; state: Exp; lines: +4 -3 [patch] ImageMagick segfaults, port update to 6.2.5-5 solves problem Using 'convert' utility, even on basic operations causes job to be done, but command exits via receiveing SEGFAULT signal. Using new version of ImageMagick (6.2.5-5), convert utility works as expected. This problem also applies to pecl-imagick. And of course is also solved by this port update /etc/make.cof is empty during port install Also included an update to libMagick.so.9! Submitted by: Piotr Rybicki Approved by: Arjan van Leeuwen PR: ports/91270
v. 1.209 date: 2005/11/15 06:49:23; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.208 date: 2005/05/02 08:27:39; author: pav; state: Exp; lines: +3 -5 - Update to 6.2.2.1 PR: ports/80501 Submitted by: Ying-Chieh Chen Approved by: Arjan van Leeuwen (maintainer)
v. 1.207 date: 2005/04/09 21:48:45; author: pav; state: Exp; lines: +2 -3 - Fix WITH_IMAGEMAGICK_MODULES [1] - Resort MASTER_SITES PR: ports/79697 Submitted by: Arjan van Leeuwen (maintainer) Reported by: NAKAMURA Takeshi <1yen@sh.rim.or.jp> [1]
v. 1.206 date: 2005/03/06 22:16:12; author: pav; state: Exp; lines: +12 -2 - Update to 6.2.0-5 - fixes a security vulnerability Reported by: simon Security: http://vuxml.freebsd.org/713c3913-8c2b-11d9-b58c-0001020eed82.html - change logic in WITH_WMF/WITHOUT_WMF because of dependencies on X11 and ImageMagick modules Reported by: Joan Picanyol i Puig PR: ports/78454 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.205 date: 2005/02/17 15:52:16; author: mi; state: Exp; lines: +0 -0 Forced commit to record the fact, that the previous update to 6.1.9-4 was approved by the port's maintainer. Reminded by: pav
v. 1.204 date: 2005/02/17 15:39:00; author: mi; state: Exp; lines: +2 -3 Update from 6.1.9-2 to 6.1.9-4 and re-enable the FPX support. The vendor flipped the `--without-fpx' into `--with-fpx' some time ago, but we did not notice.
v. 1.203 date: 2005/01/23 11:50:24; author: pav; state: Exp; lines: +3 -3 - Update to 6.1.9.2 PR: ports/76479 Submitted by: Gerald Approved by: maintainer (illness)
v. 1.202 date: 2004/12/17 18:27:58; author: josef; state: Exp; lines: +4 -19 Update Imagemagick to lastest version Submitted by: maintainer Approved by: pav
v. 1.201 date: 2004/12/15 00:13:54; author: pav; state: Exp; lines: +2 -3 - Update to 6.1.6.7 - Fix WITH_IMAGEMAGICK_THREADS knob PR: ports/75065 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.200 date: 2004/12/12 23:59:05; author: pav; state: Exp; lines: +1 -1 - Update to 6.1.6.6 PR: ports/74997 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.199 date: 2004/12/11 18:12:39; author: pav; state: Exp; lines: +1 -1 - Update to 6.1.6.4 PR: ports/74955 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.198 date: 2004/12/10 21:24:01; author: pav; state: Exp; lines: +3 -4 - Update to 6.1.6.3 - Add fruitsalad.org mirror to prevent fetch problems in case ImageMagick decides to update again - Don't install/append to perllocal.pod [1] PR: ports/74928 Submitted by: Arjan van Leeuwen (maintainer) Reported by: pointyhat via kris [1]
v. 1.197 date: 2004/12/10 09:03:40; author: pav; state: Exp; lines: +3 -3 - ImageMagick authors pulled tarball of "stable" release from sites again. Stick it onto FreeBSD.org mirrors for now. Reported by: krismail
v. 1.196 date: 2004/12/09 00:13:31; author: pav; state: Exp; lines: +1 -1 - ImageMagick 6.1.6.0 is always installing it's own copy of libltdl, overwriting files installed by libltdl port. Stop it. Warning: people who installed ImageMagick 6.1.6.0 or 6.1.6.0_1 should probably run portupgrade -f libltdl after updating ImageMagick to recover original libltdl files. PR: ports/74875 Submitted by: Arjan van Leeuwen (maintainer) Reported by: Neil Darlow
v. 1.195 date: 2004/12/07 19:04:14; author: arved; state: Exp; lines: +2 -0 Depend on libltdl PR: 74763 Submitted by: Arjan van Leeuwen Bump PORTREVISION
v. 1.194 date: 2004/12/05 13:58:11; author: josef; state: Exp; lines: +1 -2 Update ImageMagick to 6.1.6-0. This fixes vulnerability as documented in http://www.vuxml.org/freebsd/eeb1c128-33e7-11d9-a9e7-0001020eed82.html Submitted by: maintainer PR: ports/74487 Approved by: mat
v. 1.193 date: 2004/12/02 15:38:32; author: josef; state: Exp; lines: +1 -0 Mark port forbidden due to security vulnerability.
v. 1.192 date: 2004/08/27 16:03:19; author: nork; state: Exp; lines: +1 -1 Update to 6.0.6.2. PR ports/71024 Submitted by: Arjan van Leeuwen (maintainer) Pointed out by: pav
v. 1.191 date: 2004/08/21 19:47:56; author: nork; state: Exp; lines: +2 -8 Update to 6.0.5.3. o Adios --enable-lzh. This was obsoleted from 6.0.3-3 or above. [1] o Utilize libtool15. Pointed out by: sf [1] Approved by: Arjan van Leeuwen (maintainer)
v. 1.190 date: 2004/06/24 07:05:17; author: vs; state: Exp; lines: +1 -1 Update to 6.0.2.7 PR: ports/68257 Submitted by: maintainer
v. 1.189 date: 2004/06/12 14:52:07; author: pav; state: Exp; lines: +4 -9 - Update to 6.0.2.6 [1] - Simplify plist [2] - Reflect new mpeg2 dependency [3] PR: ports/67671 [3], ports/67861 [1,2] Submitted by: Arjan van Leeuwen (maintainer) [1], michael johnson [2], edwin [3] Approved by: maintainer
v. 1.188 date: 2004/06/07 12:08:05; author: pav; state: Exp; lines: +7 -4 - Unbreak checksum by updating to 6.0.2.1 PR: ports/67663 Submitted by: Toni Viemero
v. 1.187 date: 2004/06/06 15:22:29; author: pav; state: Exp; lines: +4 -6 - Update to 6.0.2 PR: ports/67628 Submitted by: Arjan van Leeuwen (maintainer)
v. 1.186 date: 2004/05/31 21:24:33; author: pav; state: Exp; lines: +9 -0 - Add empty directories to package, so deinstalling of package does not throw warnings about nonexisting directories Approved by: maintainer
v. 1.185 date: 2004/05/22 12:09:47; author: pav; state: Exp; lines: +8 -1 - Add optional dependency on graphviz (default off) - Pass maintainership to submitter PR: ports/66993 Submitted by: Arjan van Leeuwen
v. 1.184 date: 2004/05/19 19:48:16; author: pav; state: Exp; lines: +3 -4 - Update to 6.0.1 For what's new in 6.0 please read http://www.imagemagick.org/www/News.html
v. 1.183 date: 2004/04/21 08:06:14; author: knu; state: Exp; lines: +1 -0 Fix freetype2 configuration failure and build ImageMagick with the freetype2 support properly (unless WITHOUT_IMAGEMAGICK_TTF is not defined). Patches have been sent to the developer forum. Hopefully the next version to 6.0.0 will include the fix.
v. 1.182 date: 2004/03/15 02:54:00; author: pav; state: Exp; lines: +4 -0 - Add WITH_WINDOWS_FONT_DIR knob to allow setting --with-window-font-dir configure tunable from outside. PR: ports/64258 Submitted by: Seva Gluschenko
v. 1.181 date: 2004/03/14 06:16:35; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.180 date: 2004/02/17 20:25:11; author: mi; state: Exp; lines: +3 -0 Somehow, the PerlMagick/Magick.c (and the .o !!) generated by vendor ended up in the distribution. Be sure to remove the .c, so it gets re-generated from Magick.xs by the Perl installed on the system. It used to work for -current, where Perl happened be similar enough to that of Christy, but broke PerlMagick for (some?) -stable users, where Perl's API is different.
v. 1.179 date: 2004/02/13 23:10:11; author: mi; state: Exp; lines: +1 -8 Closer investigation shows, that ImageMagick stopped supporting HDF format on or before July 2002: http://studio.imagemagick.org/pipermail/magick-users/2002-July/003703.html Indeed, the HDF bits are commented out in the package's configure/autoconf and none of the utilities installed by the port actually link with HDF. Rather than bump PORTREVISION, upgrade to the 5.5.7.16 (from .15). Prompted by: troubles with HDF and amd64
v. 1.178 date: 2004/02/11 15:00:10; author: arved; state: Exp; lines: +1 -1 Disable hdf4 on amd64.
v. 1.177 date: 2004/02/04 05:20:48; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.176 date: 2004/01/21 06:57:29; author: nork; state: Exp; lines: +1 -1 Update to 5.5.7-15.
v. 1.175 date: 2004/01/20 16:30:05; author: marcus; state: Exp; lines: +2 -18 Use the new ghostscript options. Submitted by: linimon
v. 1.174 date: 2003/12/10 17:22:12; author: mi; state: Exp; lines: +1 -2 Upgrade from 5.5.7-11 to yesterday's 5.5.7-14. Nothing to see here...
v. 1.173 date: 2003/11/20 15:01:39; author: krion; state: Exp; lines: +10 -4 - Add patch to choose build for print/ghostscript-gnu and print/ghostscript-afp1 PR: 54926 Submitted by: Jens Rehsack
v. 1.172 date: 2003/10/05 11:21:58; author: nork; state: Exp; lines: +8 -6 o Utilize CONFICTS o Utilize USE_GNOME o Install pkgconfig .pc file to correct place o Support alternative PTHREAD_LIBS difinition PR: ports/57592 Submitted by: Ports Fury
v. 1.171 date: 2003/10/04 16:36:08; author: nork; state: Exp; lines: +16 -15 Update to 5.5.7-11. [1] o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. Minor cleanup MASTER_SITES. Utilize PLIST_SUB from post-install: PR: ports/55274 (Update to 5.5.7-10) [1] Submitted by: Erdener Gonenc [1] Reviewed by: Rob Lahaye
v. 1.170 date: 2003/09/13 10:58:45; author: knu; state: Exp; lines: +1 -1 Change `LIB_DEPENDS=' in the middle of optional dependency lines to `LIB_DEPENDS+=', to prevent this port from getting built without tiff support, which wasn't intended. (Luckily jpeg and png were enabled via other indirect dependencies) This should fix some dependent ports such as ruby-rmagick.
v. 1.169 date: 2003/09/10 17:02:41; author: nork; state: Exp; lines: +2 -10 Back out to 5.5.6. Submitted by: marcus (portmgr)
v. 1.168 date: 2003/09/10 16:28:35; author: nork; state: Exp; lines: +10 -2 Update to 5.5.7-10. [1] o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. PR: ports/55274 [1] Submitted by: Erdener Gonenc [1] Pointed out by: Rob Lahaye
v. 1.167 date: 2003/08/16 14:56:26; author: ache; state: Exp; lines: +22 -22 Build IM with all possible features by default to reduce complaints to non-working binary, so rename all WITH_* granularity options to WITHOUT_*
v. 1.166 date: 2003/08/16 14:43:18; author: ache; state: Exp; lines: +12 -7 gs dependence is needed for freetype too
v. 1.165 date: 2003/08/16 13:29:43; author: ache; state: Exp; lines: +23 -22 Add IMAGEMAGICK string to all WITH_ and WITHOUT_ granularity options to allow to put them in /etc/make.conf Handle threaded case using WITH_IMAGEMAGICK_PERL Turn JPEG on by default, distributed ImageMagick binary is little usable without it.
v. 1.164 date: 2003/07/22 13:58:59; author: daichi; state: Exp; lines: +131 -30 patch graphics/ImageMagick: - Increased granularity for ImageMagick compile options PR: 52538 Submitted by: David Sze
v. 1.163 date: 2003/06/20 13:28:40; author: ache; state: Exp; lines: +7 -1 Restore LZW knob, not expired yet in Europe and Japan. Autoenable it, if USA_RESIDENT == YES
v. 1.162 date: 2003/06/20 12:54:52; author: ache; state: Exp; lines: +2 -6 LZW patent expired, remove license knob
v. 1.161 date: 2003/05/04 12:22:05; author: demon; state: Exp; lines: +1 -1 Update to version 5.5.6; Pass more sane arguments to libtool's -version-info option.
v. 1.160 date: 2003/02/24 16:29:41; author: demon; state: Exp; lines: +2 -7 Update to version 5.5.5.
v. 1.159 date: 2003/02/20 18:07:56; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.158 date: 2002/11/28 16:37:32; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category, update all appropriate dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
v. 1.157 date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.156 date: 2002/11/06 22:45:18; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.155 date: 2002/10/29 23:05:45; author: lioux; state: Exp; lines: +6 -2 o Update to 5.5.1.4 o Remove VERSION number from both directory and library names (e.g., libMagick++-5.5.1.so becomes libMagick++.so) o Add a library version number back; thus, fixing library dependencies which require this port to have a library version number. Current number is 5 (e.g., libMagick++.so.5) o Update PLIST accordingly
v. 1.154 date: 2002/10/17 18:46:11; author: mi; state: Exp; lines: +7 -7 My last commit, intended to fix -current, did not do so, and broke -stable :-( Upgrade the port to the latest to compensate. The port now installs things in version specific directories, so add the version number to PLIST_SUB. Remove USE_REINPLACE -- the port uses PERL anyway. As usual, the hardest thing to do is to fix the pkg-plist.
v. 1.153 date: 2002/09/23 09:32:33; author: knu; state: Exp; lines: +0 -1 Remove a duplicate entry from MASTER_SITES. zoffy.asahi-net.or.jp == ring.asahi-net.or.jp, which is a member of RingServer.
v. 1.152 date: 2002/09/21 03:06:36; author: ijliao; state: Exp; lines: +0 -1 remove ftp.yggdrasil.com it's offline for a long time PR: 38191 Submitted by: Tom Rissman
v. 1.151 date: 2002/09/19 21:11:48; author: ijliao; state: Exp; lines: +9 -9 upgrade to 5.3.8-3 PR: 42736 Submitted by: Ports Fury
v. 1.150 date: 2002/09/05 09:52:10; author: ache; state: Exp; lines: +1 -1 Bump portv. for prev change
v. 1.149 date: 2002/09/05 08:01:39; author: ache; state: Exp; lines: +3 -3 Move libwmf out of X11-only section, it understand WITHOUT_X11
v. 1.148 date: 2002/08/31 16:53:12; author: dwcjr; state: Exp; lines: +12 -10 Add graphics/jasper to LIB_DEPENDS Add graphics/hdf to optional LIB_DEPENDS PR: 40897 Submitted by: tkato@prontomail.com
v. 1.147 date: 2002/07/22 15:15:42; author: mi; state: Exp; lines: +1 -2 Another micro-upgrade -- to 5.4.7-4
v. 1.146 date: 2002/07/09 02:46:28; author: lioux; state: Exp; lines: +3 -3 o Fix build in case WITH_IMAGEMAGICK_MODULES is defined o Trim pkg-plist PR: 40358 Submitted by: KATO Tsuguru
v. 1.145 date: 2002/07/07 19:02:05; author: alane; state: Exp; lines: +1 -0 Bump PORTREVISION. Changed pkg-plist so that binary pkg will actually build. I know this is a borderline case, but I'll err on the safe side ... PR: 40295
v. 1.144 date: 2002/07/06 22:33:23; author: lioux; state: Exp; lines: +4 -5 Update to 5.4.7-1 PR: 39989, 40270 Submitted by: KATO Tsuguru , Guilherme J. R. Oliveira Reviewed by: Cyrille Lefevre Prompted by: many in FreeBSD-ports mailing list
v. 1.143 date: 2002/06/24 15:17:15; author: lioux; state: Exp; lines: +13 -9 o Update to 5.4.6.2 o Fix configure issue PR: 39680 Submitted by: Oliver Lehmann Prompted by: Stephen Montgomery-Smith , too many
v. 1.142 date: 2002/06/20 04:37:08; author: mi; state: Exp; lines: +1 -1 Upgrade to 5.4.6.1
v. 1.141 date: 2002/06/14 19:38:27; author: ache; state: Exp; lines: +1 -1 Remove GCC2 requirement, it builds fine with recently fixed GCC3 under -current too (and I confirm it). PR: 39300 Submitted by: Alexander Kabaev
v. 1.140 date: 2002/06/04 23:05:12; author: obrien; state: Exp; lines: +1 -1 Since I cannot pkg_add the dependancies to test this myself; we'll assume this really cannot be compiled on -current with the stock compiler.
v. 1.139 date: 2002/05/26 06:38:12; author: mi; state: Exp; lines: +1 -1 Update to 5.4.5.1. I tested it on -stable, but it wouldn't build on my current machine -- because the C++ is busted on it :-\
v. 1.138 date: 2002/05/02 22:24:20; author: pat; state: Exp; lines: +17 -19 Update to 5.4.4.5 PR: 37685 Submitted by: KATO Tsuguru
v. 1.137 date: 2002/04/13 18:17:34; author: ade; state: Exp; lines: +1 -0 Add USE_GCC295 for 3.x systems that need it to build. PR: 36831 Submitted by: Julian C. Dunn
v. 1.136 date: 2002/03/29 00:31:38; author: pat; state: Exp; lines: +1 -5 Update to 5.4.4
v. 1.135 date: 2002/03/15 06:21:40; author: ache; state: Exp; lines: +1 -1 Workaround hack for perl Ping() method wrong image dimension bug. According to author, it is fixed in different way in not yet released 5.4.4
v. 1.134 date: 2002/03/12 22:38:47; author: knu; state: Exp; lines: +1 -0 Bump PORTREVISION after the freetype2 shlib major update.
v. 1.133 date: 2002/03/07 02:40:03; author: pat; state: Exp; lines: +18 -15 - Update to 5.4.3.11 - Dont remove .la files PR: 35614 Submitted by: KATO Tsuguru
v. 1.132 date: 2002/03/05 00:17:13; author: pat; state: Exp; lines: +1 -1 - Update to 5.4.3.10 - Remove .la files (requested by mi)
v. 1.131 date: 2002/03/03 01:10:06; author: mi; state: Exp; lines: +16 -3 Update to 5.4.3.9. Obey DOCSDIR and NOPORTDOCS. Fix some warnings -- time_t is rather int than long.
v. 1.130 date: 2002/02/27 20:23:24; author: mi; state: Exp; lines: +1 -1 Update to 5.4.3-6 -- released today :-) One more include file installed, and a few more files of documentation.
v. 1.129 date: 2002/02/22 05:06:37; author: pat; state: Exp; lines: +1 -1 Update to 5.4.3.5
v. 1.128 date: 2002/02/21 06:31:14; author: pat; state: Exp; lines: +3 -2 Update to 5.4.3.4
v. 1.127 date: 2002/01/21 17:26:30; author: mi; state: Exp; lines: +9 -9 Remove major-number specifications from most of the entries in LIB_DEPENDS. ImageMagick will compile with any version of -ljpeg, -ljbig, -lmpeg2, -lbz2, -lfpx, -lfreetype, -lxml2, -lpng, -llcms. I'm not sure about -ltiff (we had the old, incompatible version ported for a while as recently as a few years ago) and -lltdl (libtool). This should make this port more resilient to upgrades to the other ports and make it easier to build by people, who already have earlier versions of the other libraries installed. The idea -- of not requiring particular versions in some/most cases -- in general was discussed on -ports.
v. 1.126 date: 2002/01/21 11:46:44; author: sobomax; state: Exp; lines: +1 -1 Update version number of freetype2 shared library.
v. 1.125 date: 2002/01/05 09:46:36; author: pat; state: Exp; lines: +4 -4 Update to 5.4.1.2 PR: 33563 Submitted by: KATO Tsuguru
v. 1.124 date: 2001/12/09 03:28:48; author: lioux; state: Exp; lines: +5 -6 o Correct a "fix" that was made to the PR before commiting in last revision o This port requires special treatment regarding pthreads support, more than the ordinary one o According to submitter: "Of cource, it isn't ordinary style to use -lc_r and -pthread at once, there are some reasons for hardcoding -lc_r within configure script of ImageMagick port even if on -stable" Submitted by: KATO Tsuguru
v. 1.123 date: 2001/12/08 19:57:27; author: lioux; state: Exp; lines: +22 -12 Update to 5.4.0.5 PR: 32617 Submitted by: KATO Tsuguru
v. 1.122 date: 2001/09/22 05:59:41; author: sf; state: Exp; lines: +5 -4 update to 5.3.8.2. PR: 30717 Submitted by: KATO Tsuguru
v. 1.121 date: 2001/09/13 07:25:08; author: knu; state: Exp; lines: +3 -3 Build without libwmf. (and bump PORTREVISION accordingly) Submitted by: KATO Tsuguru
v. 1.120 date: 2001/09/11 21:23:43; author: knu; state: Exp; lines: +5 -5 Replace the ghostscript6 dependencies with ghostscript-gnu.
v. 1.119 date: 2001/09/11 02:02:57; author: ache; state: Exp; lines: +2 -2 Bump png major
v. 1.118 date: 2001/08/25 03:18:42; author: petef; state: Exp; lines: +2 -3 Update to version 5.3.7. PR: 30053 Submitted by: KATO Tsuguru
v. 1.117 date: 2001/08/15 20:33:15; author: knu; state: Exp; lines: +5 -3 Conditionalize bzip2 dependencies.
v. 1.116 date: 2001/08/09 01:22:17; author: ache; state: Exp; lines: +5 -4 Back out part of my changes (with-modules by default) because PerlMagick not really work (while 'make test' works), pointed by "KATO Tsuguru" Add comment describing situation.
v. 1.115 date: 2001/08/09 00:11:14; author: ache; state: Exp; lines: +4 -2 Allow more flexible tuning for with/without-threads option
v. 1.114 date: 2001/08/08 20:41:16; author: ache; state: Exp; lines: +2 -1 Bymp portv. for prev. changes
v. 1.113 date: 2001/08/08 20:02:49; author: ache; state: Exp; lines: +6 -5 Enable 16bit pixels by default since they are enabled by default in newer ImageMagick versions. Add WITHOUT_ option to disable them. Enable modules by default, much smaller executable up to 10Mb runtime. Add WITHOUT_ option to disable them. Use IMAGEMAGICK portion for two WITHOUT_ option names mentioned above - it allows to put them to /etc/make.conf without conflicts. Add few comments about options
v. 1.112 date: 2001/08/08 06:17:40; author: lioux; state: Exp; lines: +2 -2 Update to 5.3.6 PR: 29442 Submitted by: Kato Tsuguru
v. 1.111 date: 2001/07/12 10:10:28; author: sobomax; state: Exp; lines: +2 -2 Update version number of freetype2 shared library.
v. 1.110 date: 2001/07/03 01:34:57; author: lioux; state: Exp; lines: +5 -6 o Update port to version 5.3.5 o Update MASTER_SITES definitly removing SOURCEFORGE PR: 28647 Submitted by: Kato Tsuguru
v. 1.109 date: 2001/06/24 19:03:18; author: lioux; state: Exp; lines: +16 -4 Update MASTER_SITES as it seems SOURCEFORGE is no longer carrying these distfiles, keep it as a last resort MASTER_SITE for a while PR: 28331 Submitted by: Kevet Duncombe Reviewed by: knu
v. 1.108 date: 2001/06/12 16:45:08; author: knu; state: Exp; lines: +5 -5 Update to 5.3.4. PR: ports/28047 Submitted by: KATO Tsuguru
v. 1.107 date: 2001/06/05 11:38:32; author: sobomax; state: Exp; lines: +2 -2 Standartise the way used to disable X11 support in various ports. From now on WITHOUT_X11 is the Only True Way[tm].
v. 1.106 date: 2001/04/17 19:39:19; author: sada; state: Exp; lines: +13 -13 Upgrade to version 5.3.1 . PR: 26622 Submitted by: ports fury
v. 1.105 date: 2001/04/10 23:15:57; author: mi; state: Exp; lines: +3 -1 lcms/lcms.h --> lcms.h -- that's how the new lcms-1.07 is installed
v. 1.104 date: 2001/04/09 18:20:14; author: sobomax; state: Exp; lines: +2 -1 Ensure that the freetype-config is available. This should workaround the XFree86-4 + freetype2 problem. This is not a final solution and provided only for forthcoming 4.3 release, after which it will be removed. We are still waiting for jmz to fix things properly.
v. 1.103 date: 2001/03/13 22:36:26; author: sf; state: Exp; lines: +33 -43 o cleanup MASTER_SITES. o add dependency on devel/libfpx. o get rid of libtool dependency unless WITH_MODULES. o trim unnecessary BUILD_DEPENDS'. PR: 25745 Submitted by: KATO Tsuguru
v. 1.102 date: 2001/03/09 19:51:23; author: mi; state: Exp; lines: +9 -2 Made ``--with-modules'' an optional argument triggered by WITH_MODULES knob. IMO, this should be removed at all. It seems, the "modules" provide solution to a problem that does not exist. And provide poorly. First, every module is really a shell script (.la), which loads the namesake shared object (.so). Second -- they don't work. At least, not on FreeBSD. I wish someone did cd work/ImageMagick-/PerlMagick/demo make before enabling them for the rest of us...
v. 1.101 date: 2001/03/08 01:06:35; author: mi; state: Exp; lines: +26 -9 Something I wanted to do for a long time -- make this port build without X11 support, for use on X11-less servers. Some dependencies had to be turned off -- until those ports are fixed to support the NO_X knob as well. I did not go as far as creating a slave port (ImageMagick-nox11). (BTW, may be we want a new category -- no-x11 -- for the slave ports of the stuff that's available in both -- x11 and nox11 -- flavors?) Nothing should change for the regular (non-NO_X) case -- hence PORTREVISION not touched.
v. 1.100 date: 2001/03/06 17:19:53; author: sf; state: Exp; lines: +26 -17 o drop non-responsive maintainer. jseger nothing commits last 6 months. o update to 5.2.9. PR: 25547 Submitted by: KATO Tsuguru
v. 1.99 date: 2001/01/25 11:05:13; author: ache; state: Exp; lines: +7 -6 Bump PORTREVISION I forget Checksum changed (on the file we not use) PR: 24602 Submitted by: tkato@prontomail.ne.jp
v. 1.98 date: 2001/01/23 23:00:25; author: ache; state: Exp; lines: +5 -2 Since we don't have our perl threaded by default, PerlMagick not works. This patch adds --with-threads only when perl is threaded. Fixing Makefile.PL only not helps because libMagick.so linking _require_ -pthread when --with-threads used. Approved by: Maintainer's silence
v. 1.97 date: 2001/01/17 17:11:16; author: sf; state: Exp; lines: +2 -1 bump PORTREVISION; added new file.
v. 1.96 date: 2001/01/17 17:04:51; author: sf; state: Exp; lines: +3 -3 add missing manpage. Submitted by: bento
v. 1.95 date: 2001/01/11 05:19:39; author: steve; state: Exp; lines: +13 -8 Update to version 5.2.7. PR: 24094 Submitted by: KATO Tsuguru
v. 1.94 date: 2000/10/03 00:56:07; author: reg; state: Exp; lines: +5 -1 Add missing run depends.
v. 1.93 date: 2000/08/23 21:20:19; author: jseger; state: Exp; lines: +2 -2 Upgrade to ImageMagick-5.2.3
v. 1.92 date: 2000/08/03 09:24:36; author: asami; state: Exp; lines: +3 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of 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
v. 1.91 date: 2000/08/02 01:52:41; author: ade; state: Exp; lines: +3 -4 Do not try to use XML support since: (a) ImageMagick needs libxml2, not libxml (b) libxml2 does not co-exist AT ALL with libxml (c) libxml is a required component of GNOME (d) the extra functionality for ImageMagick is minimal Thus, if you installed GNOME, and then this port, or vice-versa Really Bad[tm] things will happen. As and when libxml2 is used by GNOME (and libxml is buried with partial military honors), then it will be possible to turn this support back on. Discovered by: my crashbox going nuts after an install of GNOME and then ImageMagick. There were no survivors :)
v. 1.90 date: 2000/07/26 03:02:22; author: jseger; state: Exp; lines: +3 -3 Upgrade to 5.2.2. Host a snapshot of this changing distfile in my directory.
v. 1.89 date: 2000/07/19 14:18:35; author: knu; state: Exp; lines: +3 -3 Sorry, seems I committed the files in the old work dir. This one is correct. - png.3 -> png.4 - Put a copy of the distfile in my space at ftp.FreeBSD.org. - Modify patch-aj as aclocal.m4 was changed in this silent update.
v. 1.88 date: 2000/07/19 13:08:37; author: knu; state: Exp; lines: +24 -27 Update to 5.2.1. PR: ports/19944 Submitted by: KATO Tsuguru (the defacto Maintainer)
v. 1.87 date: 2000/07/04 07:12:41; author: sobomax; state: Exp; lines: +2 -2 Bump png shared library version. Submitted by: Hajimu UMEMOTO
v. 1.86 date: 2000/06/29 07:02:19; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.85 date: 2000/06/16 21:50:42; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
v. 1.84 date: 2000/06/16 08:18:10; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.83 date: 2000/06/15 17:12:25; author: sobomax; state: Exp; lines: +3 -5 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.82 date: 2000/04/24 17:58:37; author: jseger; state: Exp; lines: +11 -7 Fix ImageMagick configure issue with XFree86-4 PR: ports/17838 Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.81 date: 2000/04/13 06:28:00; author: obrien; state: Exp; lines: +6 -6 PORTNAME / PORTVERSION syntax conversion
v. 1.80 date: 2000/03/27 19:13:42; author: asami; state: Exp; lines: +3 -2 Temporarily provide the distfile from my homepage (again) to fix checksum problems on rapidly-changing distfile.
v. 1.79 date: 2000/03/09 23:36:52; author: imura; state: Exp; lines: +5 -1 Our system is not Solaris 7. Remove config.cache before configure.
v. 1.78 date: 2000/03/05 15:38:20; author: ache; state: Exp; lines: +8 -3 Integrate parts of PR 16864: HDF support, XLIB, PLIST's ldconfig Add BZLIB support PR: 16864 Submitted by: KATO Tsuguru Approved by: asami
v. 1.77 date: 2000/03/05 13:47:07; author: ache; state: Exp; lines: +10 -6 Upgrade to 5.1.1 Disable LZW by default PR: 16913 Submitted by: Maxim Sobolev Approved by: asami
v. 1.76 date: 1999/11/25 03:41:57; author: jseger; state: Exp; lines: +2 -2 Bump freetype's lib number
v. 1.75 date: 1999/11/18 19:11:25; author: jim; state: Exp; lines: +1 -2 Remove dead MASTER_SITE. Submitted by: Jeroen Ruigrok van der Werven
v. 1.74 date: 1999/10/12 21:25:58; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick-4.2.9.tar.gz
v. 1.73 date: 1999/09/07 10:45:18; author: steve; state: Exp; lines: +2 -2 The tiff port now lives in ports/graphics/tiff.
v. 1.72 date: 1999/09/02 17:55:58; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick-4.2.8
v. 1.71 date: 1999/08/25 06:13:38; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.70 date: 1999/07/11 23:28:28; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick-4.2.7
v. 1.69 date: 1999/06/14 00:55:48; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick 4.2.6.
v. 1.68 date: 1999/05/30 11:45:02; author: jseger; state: Exp; lines: +6 -7 Upgrade to ImageMagick-4.2.5. Also fix compilation on current.
v. 1.67 date: 1999/04/19 17:33:37; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick-4.2.2
v. 1.66 date: 1999/03/08 01:39:38; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick 4.2.1
v. 1.65 date: 1999/01/23 07:05:18; author: vanilla; state: Exp; lines: +2 -2 Bump png's major number to 3.
v. 1.64 date: 1999/01/05 14:00:47; author: ache; state: Exp; lines: +2 -2 It not use -lmpeg anymore but external utility mpeg2{encode,decode} instead
v. 1.63 date: 1998/12/14 20:03:28; author: jseger; state: Exp; lines: +1 -3 Remove inappropriate BROKEN tag.
v. 1.62 date: 1998/12/14 02:48:24; author: obrien; state: Exp; lines: +3 -1 BROKEN= 'depends on BROKEN freetype'
v. 1.61 date: 1998/12/13 02:07:12; author: jseger; state: Exp; lines: +3 -3 Upgrade to 4.1.6
v. 1.60 date: 1998/12/12 21:03:35; author: jseger; state: Exp; lines: +2 -2 Use libttf.3 of the new freetype 1.2
v. 1.59 date: 1998/11/25 09:01:17; author: asami; state: Exp; lines: +2 -2 Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0 would go backwards.
v. 1.58 date: 1998/11/25 05:06:20; author: jseger; state: Exp; lines: +2 -2 libtiff34->libtiff and include/tiff34/*.h -> include/*.h Approved by: asami
v. 1.57 date: 1998/11/23 12:48:53; author: jseger; state: Exp; lines: +3 -3 Upgrade to version 4.1.4
v. 1.56 date: 1998/10/31 15:34:41; author: jseger; state: Exp; lines: +3 -3 Upgrade to version 4.1.3.
v. 1.55 date: 1998/09/22 20:04:41; author: smace; state: Exp; lines: +4 -4 Convert to ELF. 1. jbig is elfed 2. use PERL5 variable 3. fix ldconfig Note: PerlMagick is still broken is some respects
v. 1.54 date: 1998/09/21 08:54:23; author: asami; state: Exp; lines: +2 -2 libmpeg now supports ELF.
v. 1.53 date: 1998/09/21 08:41:42; author: asami; state: Exp; lines: +2 -2 freetype (libttf) is now converted to ELF.
v. 1.52 date: 1998/09/19 05:46:05; author: steve; state: Exp; lines: +3 -3 Remove regexp support for libtiff34 as it is now ELF'able.
v. 1.51 date: 1998/09/17 00:50:47; author: asami; state: Exp; lines: +2 -2 Roll back libpng major to 2.
v. 1.50 date: 1998/09/15 11:57:40; author: asami; state: Exp; lines: +2 -2 libpng major is now 3. Also remove regexp support in preparation for ELF conversion.
v. 1.49 date: 1998/09/15 11:45:51; author: asami; state: Exp; lines: +2 -2 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.)
v. 1.48 date: 1998/08/21 12:00:40; author: jseger; state: Exp; lines: +5 -2 Add perl5 category and properly compress perl man pages. Suggested by: ache
v. 1.47 date: 1998/08/19 02:26:37; author: jseger; state: Exp; lines: +5 -5 Upgrade to updated version of 4.0.9 and place its distfile back in my web dir. Also enable PerlMagick compilation.
v. 1.46 date: 1998/08/18 09:27:37; author: asami; state: Exp; lines: +2 -2 I'm going to host this distfile until Justin returns (I didn't know he's away but ache is complaining he's not replying to his mails). Justin, when you want to take over again go ahead and change back MASTER_SITES and the checksum.
v. 1.45 date: 1998/08/17 20:49:22; author: ache; state: Exp; lines: +1 -1 upgrade to 4.0.9
v. 1.44 date: 1998/08/17 17:48:11; author: ache; state: Exp; lines: +3 -3 upgrade to 4.0.8 Reviewed by: maintainer not respond several days
v. 1.43 date: 1998/08/13 04:40:06; author: ache; state: Exp; lines: +2 -2 use non-relative -L dir for libtool
v. 1.42 date: 1998/08/13 03:08:54; author: ache; state: Exp; lines: +2 -1 Oops, add -Lmagick/.libs to wrong place, must go to LDFLAGS
v. 1.41 date: 1998/07/27 00:49:00; author: steve; state: Exp; lines: +2 -2 Use libjbig.1*. PR: 7399 Submitted by: John Kurtz
v. 1.40 date: 1998/06/21 02:45:27; author: jseger; state: Exp; lines: +4 -4 Upgrade to 4.0.7
v. 1.39 date: 1998/06/09 19:53:52; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick 4.0.6.
v. 1.38 date: 1998/05/04 20:22:29; author: jseger; state: Exp; lines: +2 -2 Change JPEG shared library number to 9. This is to make sure that everyone installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
v. 1.37 date: 1998/04/26 11:24:19; author: jseger; state: Exp; lines: +3 -3 Upgrade to ImageMagick 4.0.5.
v. 1.36 date: 1998/04/15 21:39:23; author: jseger; state: Exp; lines: +2 -2 Use jpeg shared library version 8.
v. 1.35 date: 1998/04/11 01:54:04; author: jseger; state: Exp; lines: +3 -3 Upgrade to version 4.04.
v. 1.34 date: 1998/03/28 19:43:52; author: ache; state: Exp; lines: +2 -2 upgrade png major
v. 1.33 date: 1998/03/03 22:24:47; author: jseger; state: Exp; lines: +7 -7 Upgrade to version 4.0.2 and fix some DEPENDS lines.
v. 1.32 date: 1998/03/02 22:08:36; author: jseger; state: Exp; lines: +2 -3 Remove outdated MASTER_SITE.
v. 1.31 date: 1998/02/12 14:26:52; author: jseger; state: Exp; lines: +3 -2 Switch back to using http://www.freebsd.org/~jseger/ as a MASTER_SITE due to a changing distfile on the master_site.
v. 1.30 date: 1998/02/11 17:24:41; author: jseger; state: Exp; lines: +2 -2 Fixes to deal with updated DISTFILE.
v. 1.29 date: 1998/02/08 03:37:05; author: jseger; state: Exp; lines: +4 -5 Upgrade to version 4.0.1
v. 1.28 date: 1998/01/30 23:53:57; author: jseger; state: Exp; lines: +1 -2 Fixes for port to work cleanly with changed DISTFILE.
v. 1.27 date: 1998/01/30 22:51:07; author: jseger; state: Exp; lines: +1 -2 Remove a bogus line that I had used for testing with the bad version of patch. Forgotten by: jseger
v. 1.26 date: 1998/01/29 16:44:00; author: fenner; state: Exp; lines: +2 -2 Fix version number in MASTER_SITES Submitted by: distfile checker
v. 1.25 date: 1998/01/29 16:04:19; author: jseger; state: Exp; lines: +3 -2 Make http://www.freebsd.org/~jseger primary MASTER_SITE so that I can keep a distfile with a consistent checksum.
v. 1.24 date: 1998/01/26 15:38:22; author: jseger; state: Exp; lines: +16 -13 Upgrade to version 4.0.
v. 1.23 date: 1997/12/01 08:00:52; author: tg; state: Exp; lines: +2 -3 Use new location for the tiff34 headers.
v. 1.22 date: 1997/11/29 01:35:38; author: jseger; state: Exp; lines: +9 -7 Upgrade to version 3.9.2, portlint, add new MASTER_SITES, and make myself MAINTAINER.
v. 1.21 date: 1997/11/05 09:46:51; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.9.1. Doesn't work with tiff-3.3 anymore. Submitted by: pst
v. 1.20 date: 1997/10/13 11:47:10; author: tg; state: Exp; lines: +3 -1 Ignore checksum.
v. 1.19 date: 1997/09/22 12:37:49; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.9.0.
v. 1.18 date: 1997/07/17 15:12:42; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.17 date: 1997/06/03 15:58:15; author: davidn; state: Exp; lines: +3 -3 Update to v. 3.8.6. PR: Reviewed by: Submitted by: Obtained from:
v. 1.16 date: 1997/04/04 06:06:16; author: tg; state: Exp; lines: +3 -4 Upgrade to 3.8.4.
v. 1.15 date: 1996/12/23 07:19:05; author: tg; state: Exp; lines: +3 -3 Now that we have libjbig in the ports, we might as well use it. Implicitly requested by: Mikhail Teterin (PR 2096) (Note that I didn't look for a new version of ImageMagick; I'd like to stick with the 3.7.9 we currently have.)
v. 1.14 date: 1996/12/17 07:32:08; author: tg; state: Exp; lines: +3 -3 Upgrade from 3.7.8 to 3.7.9.
v. 1.13 date: 1996/12/03 09:07:00; author: asami; state: Exp; lines: +5 -5 Add / to end of MASTER_SITES.
v. 1.12 date: 1996/12/03 07:06:14; author: tg; state: Exp; lines: +8 -6 Upgrade from 3.7.7 to 3.7.8
v. 1.11 date: 1996/11/19 04:18:41; author: asami; state: Exp; lines: +2 -2 Update LIB_DEPENDS to new jpeg major. Note we don't know if these will work yet, people are encouraged to test them.
v. 1.10 date: 1996/11/18 09:53:31; author: asami; state: Exp; lines: +2 -2 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/11/15 16:04:24; author: tg; state: Exp; lines: +3 -2 $DISTFILE changed, update checksum. Use $MASTER_SITE_XCONTRIB, while I'm here.
v. 1.8 date: 1996/11/06 07:53:19; author: tg; state: Exp; lines: +12 -4 Upgrade to 3.7.7
v. 1.7 date: 1995/10/03 21:58:08; author: ache; state: Exp; lines: +2 -2 Change jpeg library major to 6
v. 1.6 date: 1995/06/24 11:37:55; author: asami; state: Exp; lines: +4 -1 Add post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
v. 1.5 date: 1995/04/16 15:36:09; author: roberto; state: Exp; lines: +3 -3 Upgrade to 3.6.2.
v. 1.4 date: 1995/04/09 07:09:14; author: asami; state: Exp; lines: +9 -8 Yet another round of Makefile updates, graphics version.



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm