notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cimg C++ Template Image Processing Library
3.3.5,3 graphics on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.5,3Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-10-12 20:49:19
Last Update: 2024-03-13 20:50:19
Commit Hash: afcb8c8
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
Also Listed In: devel
License: CeCILL_C CeCILL
WWW:
https://cimg.eu/
Description:
CImg stands for Cool Image: it is simple to use and efficient. . The CImg Library is a free C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. . It is highly portable and fully works on Unix/X11, Windows and MacOS X operating systems. It should compile on other systems as well (eventually without display capabilities). . It consists only of a single header file CImg.h that must be included in your program source. . It contains useful image processing algorithms for loading/saving, resizing/ rotating, filtering, object drawing (text, lines, faces, ellipses,..), etc. . Images are instancied by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. . It depends on a minimal number of libraries: you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . Additional features appear with the use of GraphicsMagick: install the GraphicsMagick package to be able to load and save compressed image formats (GIF,BMP,TIF,JPG,PNG,...). . Additional features appear with the use of LAPACK: link your code with the lapack library to be able to compute eigenvalues or eigenvectors of big matrices.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (89 items)
Collapse this list.
  1. /usr/local/share/licenses/cimg-3.3.5,3/catalog.mk
  2. /usr/local/share/licenses/cimg-3.3.5,3/LICENSE
  3. /usr/local/share/licenses/cimg-3.3.5,3/CeCILL_C
  4. /usr/local/share/licenses/cimg-3.3.5,3/CeCILL
  5. bin/CImg_demo
  6. bin/captcha
  7. bin/curve_editor2d
  8. bin/dtmri_view3d
  9. bin/edge_explorer2d
  10. bin/fade_images
  11. bin/gaussian_fit1d
  12. bin/generate_loop_macros
  13. bin/hough_transform2d
  14. bin/image2ascii
  15. bin/image_registration2d
  16. bin/image_surface3d
  17. bin/jawbreaker
  18. bin/mcf_levelsets2d
  19. bin/mcf_levelsets3d
  20. bin/odykill
  21. bin/pde_TschumperleDeriche2d
  22. bin/pde_heatflow2d
  23. bin/plotter1d
  24. bin/radon_transform2d
  25. bin/scene3d
  26. bin/spherical_function3d
  27. bin/tetris
  28. bin/tron
  29. bin/tutorial
  30. bin/use_RGBclass
  31. bin/use_chlpca
  32. bin/use_draw_gradient
  33. bin/use_jpeg_buffer
  34. bin/use_nlmeans
  35. bin/use_skeleton
  36. bin/wavelet_atrous
  37. include/CImg.h
  38. share/doc/cimg/README.txt
  39. share/examples/cimg/CImg_demo.cpp
  40. share/examples/cimg/CMakeLists.txt
  41. share/examples/cimg/Makefile
  42. share/examples/cimg/captcha.cpp
  43. share/examples/cimg/curve_editor2d.cpp
  44. share/examples/cimg/dtmri_view3d.cpp
  45. share/examples/cimg/edge_explorer2d.cpp
  46. share/examples/cimg/fade_images.cpp
  47. share/examples/cimg/gaussian_fit1d.cpp
  48. share/examples/cimg/generate_loop_macros.cpp
  49. share/examples/cimg/hough_transform2d.cpp
  50. share/examples/cimg/image2ascii.cpp
  51. share/examples/cimg/image_registration2d.cpp
  52. share/examples/cimg/image_surface3d.cpp
  53. share/examples/cimg/img/CImg_demo.h
  54. share/examples/cimg/img/logo.bmp
  55. share/examples/cimg/img/milla.bmp
  56. share/examples/cimg/img/odykill.h
  57. share/examples/cimg/img/parrot.ppm
  58. share/examples/cimg/img/parrot_mask.pgm
  59. share/examples/cimg/img/sh0r.pgm
  60. share/examples/cimg/img/sh1r.pgm
  61. share/examples/cimg/img/tetris.h
  62. share/examples/cimg/jawbreaker.cpp
  63. share/examples/cimg/mcf_levelsets2d.cpp
  64. share/examples/cimg/mcf_levelsets3d.cpp
  65. share/examples/cimg/odykill.cpp
  66. share/examples/cimg/pde_TschumperleDeriche2d.cpp
  67. share/examples/cimg/pde_heatflow2d.cpp
  68. share/examples/cimg/plotter1d.cpp
  69. share/examples/cimg/radon_transform2d.cpp
  70. share/examples/cimg/scene3d.cpp
  71. share/examples/cimg/spherical_function3d.cpp
  72. share/examples/cimg/tetris.cpp
  73. share/examples/cimg/tron.cpp
  74. share/examples/cimg/tutorial.cpp
  75. share/examples/cimg/use_RGBclass.cpp
  76. share/examples/cimg/use_chlpca.cpp
  77. share/examples/cimg/use_cimgIPL.cpp
  78. share/examples/cimg/use_cimgmatlab.cpp
  79. share/examples/cimg/use_cimgmatlab.m
  80. share/examples/cimg/use_draw_gradient.cpp
  81. share/examples/cimg/use_jpeg_buffer.cpp
  82. share/examples/cimg/use_nlmeans.cpp
  83. share/examples/cimg/use_skeleton.cpp
  84. share/examples/cimg/use_tiff_stream.cpp
  85. share/examples/cimg/use_tinymatwriter.cpp
  86. share/examples/cimg/wavelet_atrous.cpp
  87. @owner
  88. @group
  89. @mode
Collapse this list.
Dependency lines:
  • cimg>0:graphics/cimg
To install the port:
cd /usr/ports/graphics/cimg/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/cimg
  • pkg install cimg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cimg
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710356736 SHA256 (GreycLab-CImg-v.3.3.5_GH0.tar.gz) = 674288447500394aa3c0d3bbb8668aab2d32127df72104da5e71968d8f79bfe6 SIZE (GreycLab-CImg-v.3.3.5_GH0.tar.gz) = 12666719

Packages (timestamps in pop-ups are UTC):
cimg
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.5,33.3.5,3--3.3.5,3---
FreeBSD:13:quarterly3.3.5,33.3.5,3--3.3.5,3-3.3.2_1,3-
FreeBSD:14:latest3.3.5,33.3.5,3--3.3.5,3---
FreeBSD:14:quarterly3.3.2_1,33.3.5,3--3.3.5,3-3.3.2_1,3-
FreeBSD:15:latest3.3.5,33.3.5,3n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. gfortran13 : lang/gcc13
  4. as : devel/binutils
  5. x11.pc : x11/libX11
  6. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. dcraw : graphics/dcraw
  2. medcon : graphics/xmedcon
  3. gfortran13 : lang/gcc13
  4. x11.pc : x11/libX11
  5. xrandr.pc : x11/libXrandr
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libpng.so : graphics/png
  3. libtiff.so : graphics/tiff
  4. libImath.so : math/Imath
  5. libheif.so : graphics/libheif
  6. libOpenEXR.so : graphics/openexr
  7. libfftw3.so : math/fftw3
  8. libopencv_core.so : graphics/opencv
  9. libGraphicsMagick.so : graphics/GraphicsMagick
  10. libavformat.so : multimedia/ffmpeg
  11. libblas.so : math/blas
  12. liblapack.so : math/lapack
  13. libjpeg.so : graphics/jpeg-turbo
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. multimedia/pHash*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. multimedia/pHash*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for cimg-3.3.5,3: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
graphics_cimg
USES:
compiler:c11 gmake pkgconfig:build xorg blaslapack jpeg fortran
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/GreycLab/CImg/tar.gz/v.3.3.5?dummy=/
Collapse this list.

Number of commits found: 275 (showing only 75 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.9_1,3
17 Oct 2011 10:08:33
Original commit files touched by this commit
bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
1.4.9,3
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
1.4.9,3
29 Jun 2011 20:50:43
Original commit files touched by this commit
thierry search for other commits by this committer
Unbreak after ffmpeg update and upgrade to 1.4.9.

Reported by:    pointyhat via Pav
1.4.8_1,3
29 Jun 2011 11:46:01
Original commit files touched by this commit
mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
1.4.8,3
24 Jun 2011 22:39:03
Original commit files touched by this commit
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
1.4.8,2
21 Mar 2011 18:07:05
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.8.
1.4.7,2
24 Jan 2011 22:41:25
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.7.

Feature safe:   yes
1.4.6,2
19 Nov 2010 22:41:16
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.6.

Notified by:    portscout via miwi
1.4.5,2
11 Nov 2010 19:59:23
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.5.
1.4.4,2
14 Oct 2010 20:37:39
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.4.
1.4.3,2
03 Oct 2010 17:34:20
Original commit files touched by this commit
thierry search for other commits by this committer
- Make fetchable again by upgrading to 1.4.3

  Changelog at <http://cimg.sourceforge.net/news.shtml>

- Since I'm there, define the licenses.

Reported by:    pointyhat, via Erwin
1.3.1_5,2
01 Jul 2010 03:47:21
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as only for i386/amd64: invokes i386 asm.

Hat:            portmgr
Feature safe:   yes
1.3.1_5,2
29 Mar 2010 16:43:30
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build for png-1.4.1
1.3.1_5,2
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
1.3.1_4,2
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
1.3.1_3,2
13 Sep 2009 00:08:01
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
1.3.1_2
22 Aug 2009 00:23:13
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
1.3.1_2,2
13 Aug 2009 20:08:58
Original commit files touched by this commit
mm search for other commits by this committer
- Does not build with ffmpeg 0.5, unbreak by disabling ffmpeg
- Mark MAKE_JOBS_SAFE for SMP compilation
- Bump PORTREVISION
1.3.1_1,2
18 Jul 2009 11:11:29
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
1.3.1,2
30 May 2009 21:03:32
Original commit files touched by this commit
thierry search for other commits by this committer
- Update to 1.3.1
  Changelog at <http://sourceforge.net/project/shownotes.php?release_id=685280>

- greycstoration4gimp and gmic4gimp disabled;

- switch to GraphicsMagick.
1.3.0,2
03 Apr 2009 16:49:29
Original commit files touched by this commit
thierry search for other commits by this committer
ix a typo.

Reported by:    QAT
1.3.0,2
22 Feb 2009 17:41:02
Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade to 1.3.0;

  Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=661746&group_id=96492>

- Replace WITHOUT_OPTIMIZATIONS by WITH_DEBUG;

- Use Blas & Lapack by default, unless Atlas is installed;

- Handle NOPORTEXAMPLES.
1.2.9_1,2
07 Jan 2009 16:34:27
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
1.2.9,2
28 Jun 2008 21:07:00
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.9.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=609581>.
1.2.8_3,2
28 Jun 2008 16:44:19
Original commit files touched by this commit
beech search for other commits by this committer
- Bump again after downgrading GraphicsMagick
1.2.8_2,2
25 Jun 2008 08:36:12
Original commit files touched by this commit
beech search for other commits by this committer
- Bump poirtrevision after GraphicsMagick update
1.2.8_1,2
06 Jun 2008 20:53:32
Original commit files touched by this commit
thierry search for other commits by this committer
- Fix DIST_SUBDIR;

- Fix install with -DNOPORTDOCS -DNOPORTEXAMPLES (1)

Reported by:    itetcu (1)
1.2.8_1,2
06 Jun 2008 13:35:04
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.2.8,2
25 Apr 2008 14:27:56
Original commit files touched by this commit
thierry search for other commits by this committer
Chase PR ports/116263.

Submitted by:   Edward Sutton <mirror176 (at) hotmail.com>
1.2.8
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
1.2.8,1
19 Apr 2008 12:09:16
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.8.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=593141>.
1.2.7_1,1
05 Feb 2008 20:05:06
Original commit files touched by this commit
thierry search for other commits by this committer
Chase a huge silent update: mostly style, and remove a lot of reference
docs.

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.7_080123_080125.diff.bz2>

Reported by:    Romain Tartiere <romain (at) blogreen.org>
1.2.7,1
24 Jan 2008 20:54:28
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.7.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=570813>.
1.2.6,1
05 Jan 2008 11:39:27
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=565788>.
1.2.5,1
11 Dec 2007 21:13:09
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.5.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=557042>.
1.2.4_1,1
28 Sep 2007 17:05:48
Original commit files touched by this commit
thierry search for other commits by this committer
Chase a minor & silent update, to make it fetchable again.

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.4_070927_070926.diff>

Reported by:    bf2006a (at) yahoo.com
1.2.4,1
26 Sep 2007 22:07:44
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.4.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=542273>.
1.2.3,1
24 Aug 2007 22:31:56
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.3.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=534617>.
1.2.2,1
14 Jul 2007 01:30:51
Original commit files touched by this commit
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    thierry
1.2.2,1
06 Jul 2007 05:06:25
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.2.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=520759>.
1.2.1,1
25 Jun 2007 18:52:29
Original commit files touched by this commit
thierry search for other commits by this committer
- Chase a silent update: the tarball has been rerolled after a tabs
  expansion, no need to bump portrevision

Full diff at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.1_070612_070615.diff.bz2>

- Move the dirname `gfortran42` line to pre-configure, to fix a problem
  when build dependencies have not yet been installed.

Reported by:    Romain Tartière <romain (at) blogreen.org>
1.2.1,1
12 Jun 2007 19:27:46
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.1.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=515452>.
1.2.0_1,1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.2.0,1
19 Apr 2007 05:16:49
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.0.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=502109>.
1.19_2
08 Mar 2007 19:53:46
Original commit files touched by this commit
thierry search for other commits by this committer
Chase another silent update!

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1-19_070306_070308.diff>
(mainly doc & examples).

Reported by:    Ben Cadieux <ben.cadieux (at) gmail.com>
1.19_1
07 Mar 2007 21:25:11
Original commit files touched by this commit
thierry search for other commits by this committer
Chase yet another silent update (mainly doc changes).

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1-19_070305_070306.diff>.

Reported by:    Ben Cadieux <ben.cadieux (at) gmail.com>
1.19
05 Mar 2007 20:58:23
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.1.9.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=491409>.
1.18
27 Jan 2007 17:46:02
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.1.8.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=481486>.
1.17_2
19 Jan 2007 22:43:42
Original commit files touched by this commit
thierry search for other commits by this committer
Chase a silent update (distfile dated Tue Nov  7 17:01:39 2006!):

- fix compilation with MS-VC++ 6.0;
- a lot of changes in the docs.

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1-17_061106_061107.diff.bz2>

Reported by:    maho
1.17_1
19 Jan 2007 06:24:11
Original commit files touched by this commit
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.

BTW: A newer CImg-1-17.zip is at MASTER_SITE, I fetched from one of
the mirror of FBSD distfiles, though.

Approved by:    portmgr(kris)
1.17
06 Nov 2006 23:13:07
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg v.1.1.7.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=461390>.
1.16
21 Sep 2006 20:52:31
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg 1.1.6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=449151>.
1.15
19 Jul 2006 14:35:07
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg-1.1.5.

Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=96492&release_id=433160>
1.14_1
24 May 2006 14:21:45
Original commit files touched by this commit
mnag search for other commits by this committer
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
1.14
18 May 2006 20:13:20
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.1.4.

Changelog at
 <https://sourceforge.net/project/shownotes.php?release_id=417874>.
1.13_1
09 May 2006 18:51:15
Original commit files touched by this commit
thierry search for other commits by this committer
Chase another silent update and make fetchable again.

This is a minor update, but docs have been regenerated. Full diff
available at <http://pompo.net/ports/CImg-1-13_060331-060403.diff.bz2>.

Reported by:    Jin-Shan Tseng <tjs (at) cdpa.nsysu.edu.tw>
1.13
31 Mar 2006 19:16:34
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg-1-13.
1.12
20 Feb 2006 20:43:24
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.1.2.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=395026&group_id=96492>
1.11_2
08 Feb 2006 12:23:49
Original commit files touched by this commit
thierry search for other commits by this committer
Chase a silent update.

Diff available at <http://pompo.net/ports/CImg-1-11_060104-060109.diff>.

Reported by:    pointyhat via Kris
1.11_1
05 Jan 2006 03:57:35
Original commit files touched by this commit
edwin search for other commits by this committer
Chase libversion bumb to libMagick.so.9

PR:             ports/91270
1.11
04 Jan 2006 16:05:21
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg-1-11.

Changelog at
 <https://sourceforge.net/project/shownotes.php?release_id=382767>.
1.10
18 Nov 2005 22:36:13
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1-10.
1.09_4
31 Aug 2005 19:19:37
Original commit files touched by this commit
thierry search for other commits by this committer
Yet another silent update...

- Memory leak corrected in 'CImg<T>::load_bmp()'
- Change documentation.

Full diff available at <http://pompo.net//ports/CImg-050704-050831.diff.bz2>.

Reported by:    pointyhat via krion
1.09_3
06 Jul 2005 19:03:25
Original commit files touched by this commit
thierry search for other commits by this committer
Yet another silent update...

Mostly style and doc changes. For those interested, the diff is available
at <http://pompo.net/ports/CImg-050704-050621.diff.bz2>.
1.09_2
02 Jul 2005 20:23:26
Original commit files touched by this commit
thierry search for other commits by this committer
Yet another silent update!

- A bug involving namespace variables and display when using several
  modules on Unix is corrected;

- Corrected non-global X11 variables in multi-module projects using
  CImg.h;

- Several doc files have been removed.

For those interested, a diff against previous version is available at
<http://pompo.net/ports/CImg-050621-050602.diff.bz2>.

Reported by:    Kris via pointyhat
1.09_1
11 Jun 2005 21:09:19
Original commit files touched by this commit
thierry search for other commits by this committer
Yet another silent update... (mostly docs).

For thoses interested, full diff available at
<http://pompo.net/ports/cimg-1.09.diff.bz2>.

Reported by:    Kris via pointyhat.
1.09
03 Jun 2005 20:42:59
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.0.9.
1.08_1
22 Mar 2005 23:02:32
Original commit files touched by this commit
thierry search for other commits by this committer
Make fetchable again.

Actually, this is a newer version, but the author did not bump the
version number. I have uploaded a diff of the differences between the
tarballs at <http://pompo.net/ports/CImg.diff.bz2>.

Approved by:    portmgr (krion)
1.08
15 Mar 2005 21:53:57
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.08.
1.0.7_3
10 Mar 2005 17:23:16
Original commit files touched by this commit
krion search for other commits by this committer
Chase ImageMagick shlib version.
1.0.7_2
07 Dec 2004 09:23:07
Original commit files touched by this commit
josef search for other commits by this committer
Chase ImageMagick update.

Approved by:    pav
1.0.7_1
13 Nov 2004 04:06:56
Original commit files touched by this commit
kris search for other commits by this committer
Add missing file
1.0.7_1
21 Oct 2004 21:11:10
Original commit files touched by this commit
thierry search for other commits by this committer
- Distfile is now versioned;
- remove a lot of warnings;
- bump PORTREVISION.
1.0.7
20 Oct 2004 20:54:08
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to CImg.1.0.7 version (pre-release).
1.0.6
12 Oct 2004 20:42:04
Original commit files touched by this commit
thierry search for other commits by this committer
Add cimg 1.0.6, the C++ Template Image Processing Library.

Number of commits found: 275 (showing only 75 on this page)

«  1 | 2 | 3