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.2,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.2_1,33.3.2_1,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.2_1,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 100 on this page)

«  1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0,3
21 Jun 2018 19:35:20
Revision:472994Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.3.0.
2.2.3,3
04 Jun 2018 14:46:41
Revision:471550Original commit files touched by this commit
mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
2.2.3,3
18 May 2018 16:31:47
Revision:470308Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.2.3.
2.2.2_2,3
09 May 2018 01:44:50
Revision:469421Original commit files touched by this commit
swills search for other commits by this committer
Bump PORTREVISION on opencv consumers due to opencv update
2.2.2_1,3
09 May 2018 01:10:12
Revision:469420Original commit files touched by this commit
swills search for other commits by this committer
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
2.2.2_1,3
02 May 2018 15:07:27
Revision:468844Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2.2.2,3
12 Apr 2018 19:45:35
Revision:467195Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v2.2.2.
2.2.1,3
13 Mar 2018 13:40:26
Revision:464372Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.221.
2.2.0_1,3
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2.2.0,3
18 Feb 2018 10:51:24
Revision:462218Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.220.
2.1.9,3
19 Jan 2018 21:14:32
Revision:459473Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.1.9.
2.1.8,3
02 Jan 2018 21:40:41
Revision:457929Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.218.
2.1.7,3
23 Dec 2017 16:31:57
Revision:457066Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.217.
2.1.5,3
21 Dec 2017 10:23:19
Revision:456901Original commit files touched by this commit
linimon search for other commits by this committer
Try to bring some consistency to ports that have x86-specific pieces.

 - in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
2.1.5,3
08 Nov 2017 18:38:11
Revision:453759Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.215.
2.1.3_1,3
28 Oct 2017 08:04:31
Revision:453048Original commit files touched by this commit
thierry search for other commits by this committer
Remove OpenEXR support, due to unfixed vulnerabilities.

Reported by:	mandree
Sponsored by:	HAMoween'17
2.1.3,3
27 Oct 2017 21:28:43
Revision:453026Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.213.

Sponsored by:	HAMoween'17
2.1.1_1,3
21 Oct 2017 06:50:50
Revision:452570Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2.1.1,3
12 Oct 2017 17:56:08
Revision:451922Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.211.

Changelog at <https://github.com/dtschump/CImg/releases/tag/v.211>
(Fix g++-7 warnings).
2.1.0,3
09 Oct 2017 20:23:08
Revision:451639Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v210.
2.0.4,3
18 Sep 2017 19:55:37
Revision:450078Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.204.
2.0.3_1,3
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2.0.3,3
22 Aug 2017 11:43:10
Revision:448516Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.0.3.
2.0.2,3
15 Jul 2017 08:21:07
Revision:445855Original commit files touched by this commit
thierry search for other commits by this committer
I removed PORTEPOCH by error in r444299: fix it.

Since there, sort ONLY_FOR_ARCHS.
2.0.2
25 Jun 2017 15:56:33
Revision:444299Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.0.2.
2.0.0,3
30 May 2017 21:11:01
Revision:442127Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.0.0 (v.200).
1.7.9_5,3
25 Apr 2017 08:20:31
Revision:439367Original commit files touched by this commit
riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
1.7.9_4,3
14 Apr 2017 05:30:25
Revision:438490Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/opencv: back out r423216 and r423063 (replaying r423316)

Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
1.7.9_3,3
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
1.7.9_2,3
13 Feb 2017 16:38:32
Revision:433999Original commit files touched by this commit
mat search for other commits by this committer
Fix USE_GITHUB usage.

For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
1.7.9_2,3
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
1.7.9_2,3
20 Dec 2016 17:59:13
Revision:429008Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark BROKEN on FreeBSD 9.x i386
- ONLY_FOR_ARCHS_REASON does not require quotes

Approved by:	portmgr blanket
1.7.9_2,3
11 Dec 2016 15:22:47
Revision:428352Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
1.7.9_1,3
07 Dec 2016 13:24:57
Revision:428057Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
1.7.9,3
18 Nov 2016 20:58:05
Revision:426341Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.179.
1.7.8,3
18 Oct 2016 19:20:10
Revision:424206Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.8.
1.7.7_1,3
03 Oct 2016 17:47:08
Revision:423216Original commit files touched by this commit
jbeich search for other commits by this committer
graphics/opencv: add suffix to make room for 3.x series

To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
1.7.7,3
21 Sep 2016 16:58:55
Revision:422573Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.7.
1.7.5,3
27 Aug 2016 17:59:18
Revision:420989Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.175.
1.7.4,3
14 Jul 2016 12:52:21
Revision:418534Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.4.
1.7.3,3
22 Jun 2016 20:18:42
Revision:417331Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.3.
1.7.2,3
30 May 2016 19:51:48
Revision:416175Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.2.

Changelog at https://github.com/dtschump/CImg/releases/tag/v.172
1.7.1,3
26 Apr 2016 17:56:10
Revision:414064Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.1.
1.7.0,3
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.7.0,3
26 Mar 2016 10:15:54
Revision:411919Original commit files touched by this commit
thierry search for other commits by this committer
s/pkgconf/pkgconfig/
26 Mar 2016 09:49:44
Revision:411918Original commit files touched by this commit Sanity Test Failure Refresh
thierry search for other commits by this committer
Adding a missing pkgconfig.
1.7.0,3
25 Mar 2016 20:56:28
Revision:411907Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.7.0.
1.6.9,3
15 Feb 2016 18:41:28
Revision:408949Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v. 1.6.9.
1.6.8,3
15 Dec 2015 20:41:38
Revision:403805Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.6.8.
1.6.7,3
25 Oct 2015 14:59:14
Revision:400152Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.6.7.
1.6.4_2,3
11 Oct 2015 16:20:41
Revision:399093Original commit files touched by this commit
marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22

GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more.  And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)

While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday.   The bump script appears to
be obsolete (still uses CVS!)

PR:		203547
Submitted by:	Walter Schwarzenfeld
1.6.4_1,3
10 Oct 2015 15:20:41
Revision:399003Original commit files touched by this commit
marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21

The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.

PR:		200304
Submitted by:	ports fury
1.6.4,3
26 Aug 2015 19:54:55
Revision:395396Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade graphics/cimg to 1.6.4, as it moved to GitHub. It also uses the newer
options helpers and fixes the EXAMPLES do-install case.

PR:		ports/202634
Submitted by:	Naram Qashat
1.6.2,3
22 Jun 2015 18:33:22
Revision:390310Original commit files touched by this commit
antoine search for other commits by this committer
Convert to USES=jpeg
1.6.2,3
23 Apr 2015 19:28:34
Revision:384603Original commit files touched by this commit
thierry search for other commits by this committer
At some point, LDFLAGS got lost; reintroduce it, because it is required
when libgfortran is linked with Gcc.
1.6.2,3
15 Apr 2015 21:49:54
Revision:384073Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.6.2.

Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
1.6.1,3
25 Mar 2015 20:09:43
Revision:382266Original commit files touched by this commit
marino search for other commits by this committer
graphics category: Remove $PTHREAD_LIBS

graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
1.6.1,3
19 Mar 2015 20:53:01
Revision:381691Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.6.1.
1.6.0,3
19 Feb 2015 22:42:33
Revision:379401Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.6.0.
1.5.9_8,3
11 Jan 2015 21:06:03
Revision:376804Original commit files touched by this commit
thierry search for other commits by this committer
Uses blaslapack.mk.
1.5.9_8,3
25 Dec 2014 20:54:43
Revision:375598Original commit files touched by this commit
bapt search for other commits by this committer
Bump portrevision after png update
1.5.9_7,3
25 Dec 2014 19:04:27
Revision:375594Original commit files touched by this commit
antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
1.5.9_7,3
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.9_6,3
20 Oct 2014 17:04:21
Revision:371283Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.5.9_6,3
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
1.5.9_5,3
31 Aug 2014 16:36:23
Revision:366788Original commit files touched by this commit
tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
1.5.9_4,3
15 Aug 2014 20:37:33
Revision:365038Original commit files touched by this commit
mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
1.5.9_3,3
15 Aug 2014 12:28:06
Revision:364967Original commit files touched by this commit
thierry search for other commits by this committer
Don't force to fetch again the tarball after a PORTREVISION's bump.

PR:		ports/192385
Submitted by:	amdmi3
1.5.9_3,3
04 Aug 2014 19:34:31
Revision:364040Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips

Approved by:	portmgr blanket
1.5.9_1,3
29 Jul 2014 17:12:50
Revision:363362Original commit files touched by this commit
adamw search for other commits by this committer
Rename all patches that contain '::' as a path separator, and use
'__' instead.
1.5.9_1,3
05 Jul 2014 17:05:13
Revision:360777Original commit files touched by this commit
thierry search for other commits by this committer
Distfile has been rerolled - yet one more time!

Just adding volatile and removing a html file.
Full diff available at
http://people.freebsd.org/~thierry/CImg-1.5.9_140703_140704.diff

Reported by:	swills
1.5.9,3
04 Jul 2014 18:03:06
Revision:360643Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.5.9.
1.5.8_2,3
04 Jul 2014 00:09:47
Revision:360491Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
1.5.8_2,3
17 Jun 2014 20:21:14
Revision:358179Original commit files touched by this commit
antoine search for other commits by this committer
Fix distinfo after PORTREVISION bump
1.5.8_2,3
17 Jun 2014 19:26:39
Revision:358165Original commit files touched by this commit
rene search for other commits by this committer
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs

Approved by:	portmgr (antoine)
1.5.8_1,3
15 May 2014 20:34:14
Revision:354173Original commit files touched by this commit
thierry search for other commits by this committer
Previously `GraphicsMagick-config --ldflags' provided flags
-Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47
but this has been removed. Force them by declaring USES=fortran.
1.5.8_1,3
25 Apr 2014 17:49:34
Revision:352142Original commit files touched by this commit
thierry search for other commits by this committer
Tarball has been rerolled: several modifications, but no problem.

Full diff available at
<http://people.freebsd.org/~thierry/CImg-1.5.8_140417-140418.diff>.
1.5.8,3
20 Apr 2014 21:12:52
Revision:351649Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.5.8.
1.5.7_3,3
10 Mar 2014 23:00:21
Revision:347818Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.5.7_3,3
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
10 Mar 2014 14:49:26
Revision:347760Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert g* to USES=zip
1.5.7_2,3
27 Jan 2014 17:06:30
Revision:341433Original commit files touched by this commit
thierry search for other commits by this committer
- Remove direct dependency to fortran, the library is automatically
  detected, and it fixes the linkage on FreeBSD-10;

- cleaning.
1.5.7_2,3
30 Nov 2013 15:08:05
Revision:335296Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade to 1.3.18.

- Since I'm there, pet portlint and stagify.

PR:		ports/183821
Submitted by:	/me
Approved by:	maintainer's time-out
1.5.7_1,3
20 Nov 2013 14:25:28
Revision:334422Original commit files touched by this commit
nemysis search for other commits by this committer
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
1.5.7,3
02 Nov 2013 22:25:45
Revision:332547Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.5.7.

Note: OpenCV is disabled ATM, due to failure.
1.5.6_4,3
31 Oct 2013 00:32:31
Revision:332189Original commit files touched by this commit
nemysis search for other commits by this committer
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.6_3,3
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.6_2,3
21 Oct 2013 16:47:07
Revision:331156Original commit files touched by this commit
wg search for other commits by this committer
graphics/cimg: link against ffmpeg

- Link against ffmpeg
- USES gmake

Approved by:	portmgr (bapt, implicit)
1.5.6_1,3
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
1.5.6_1,3
04 Sep 2013 19:24:12
Revision:326314Original commit files touched by this commit
thierry search for other commits by this committer
Re-add the missing CFLAGS and LDFLAGS.

Reported by:	pkg-fallout
1.5.6
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.5.6,3
04 Jul 2013 21:56:34
Revision:322293Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade to 1.5.6.

- Remove conflict with gimp-gmic-plugin.
1.5.5_1,3
25 Jun 2013 07:41:27
Revision:321725Original commit files touched by this commit
mm search for other commits by this committer
Update multimedia/ffmpeg1 to 1.2.1

PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
1.5.5,3
16 May 2013 18:35:00
Revision:318327Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.5.5.

Changelog at <http://sourceforge.net/projects/cimg/files/>.

Remark: switching from ffmpeg to ffmpeg1.
1.5.2_3,3
17 Jan 2013 16:05:39
Revision:310553Original commit files touched by this commit
swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
1.5.2,3
05 Nov 2012 22:48:07
Revision:307044Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.5.2.

Feature safe:	yes
1.4.9_3,3
12 Jun 2012 20:48:24
Original commit files touched by this commit
thierry search for other commits by this committer
Register a conflict with graphics/gimp-gmic-plugin (1).

Since I'm there, try to pet portlint.

Submitted by:   "Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1)
1.4.9_3,3
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.4.9_2,3
16 Feb 2012 15:57:34
Original commit files touched by this commit
ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
1.4.9_1,3
22 Nov 2011 11:14:10
Original commit files touched by this commit
bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes

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

«  1 | 2 | 3  »