diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-09-26 22:07:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-09-26 22:07:44 +0000 |
commit | a08b6b4dc3fbb2454e662be1f86b285069fe67a3 (patch) | |
tree | b894a96449e6930c0e798f39d6eacfa0e534bf12 /graphics/cimg | |
parent | b7291bb130b1b2dd70485fb023be28605323223d (diff) | |
download | ports-a08b6b4dc3fbb2454e662be1f86b285069fe67a3.tar.gz ports-a08b6b4dc3fbb2454e662be1f86b285069fe67a3.zip |
Notes
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 6 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples::Makefile | 14 | ||||
-rw-r--r-- | graphics/cimg/pkg-plist | 2 |
4 files changed, 10 insertions, 14 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 0641b3c4637b..7882341ae7c2 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cimg -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 PORTEPOCH= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index 857018890804..c17afd975120 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -MD5 (cimg-1.2.3,1/CImg-1.2.3.zip) = 2c86875918154bd4f7ef08e687a6ae42 -SHA256 (cimg-1.2.3,1/CImg-1.2.3.zip) = d151859a2af108d69342e83aa48a706fa6d1a50741e0afa3de4001aad7c134a1 -SIZE (cimg-1.2.3,1/CImg-1.2.3.zip) = 4594288 +MD5 (cimg-1.2.4,1/CImg-1.2.4.zip) = d82e1de534c55c08f757d20b77c5d56b +SHA256 (cimg-1.2.4,1/CImg-1.2.4.zip) = b12284a1f93f6146dd88550818940f6db41057f8488048261d383b5596d26c27 +SIZE (cimg-1.2.4,1/CImg-1.2.4.zip) = 4630124 diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile index 0bc32d1d9a9d..99bec50302ae 100644 --- a/graphics/cimg/files/patch-examples::Makefile +++ b/graphics/cimg/files/patch-examples::Makefile @@ -1,9 +1,9 @@ ---- examples/Makefile.orig Fri Aug 24 16:52:42 2007 -+++ examples/Makefile Fri Aug 24 22:14:27 2007 +--- examples/Makefile.orig Wed Sep 26 11:32:03 2007 ++++ examples/Makefile Wed Sep 26 22:04:27 2007 @@ -41,10 +41,10 @@ # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.23 + CIMG_VERSION = 1.24 -CC = g++ -X11PATH = /usr/X11R6 -CFLAGS = -Wall -W -ansi -pedantic -ffast-math @@ -15,13 +15,7 @@ #-------------------------------------------------- # Set compilation flags allowing to customize CImg -@@ -81,11 +81,14 @@ - CIMG_LAPACK_FLAGS = -Dcimg_use_lapack -lblas -lg2c -llapack - - # Flags to enable the use of the Board library --CIMG_BOARD_FLAGS = -Dcimg_use_board -I../board-0.8/include -L../board-0.8/lib -lboard -+CIMG_BOARD_FLAGS = -Dcimg_use_board -lboard - +@@ -86,6 +86,9 @@ # Flags to compile on Solaris CIMG_SOLARIS_FLAGS = -R$(X11PATH)/lib -lrt -lnsl -lsocket diff --git a/graphics/cimg/pkg-plist b/graphics/cimg/pkg-plist index e747bee8e78e..91845803ed25 100644 --- a/graphics/cimg/pkg-plist +++ b/graphics/cimg/pkg-plist @@ -13,6 +13,7 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/img/FAQ_item.jpg %%PORTDOCS%%%%DOCSDIR%%/img/curve_editor.jpg %%PORTDOCS%%%%DOCSDIR%%/img/download_item.jpg +%%PORTDOCS%%%%DOCSDIR%%/img/item_chat.jpg %%PORTDOCS%%%%DOCSDIR%%/img/item_codesample.jpg %%PORTDOCS%%%%DOCSDIR%%/img/item_getting.jpg %%PORTDOCS%%%%DOCSDIR%%/img/item_intro.jpg @@ -152,6 +153,7 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__storage.html %%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__structure.html %%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__visual2005.html %%PORTDOCS%%%%DOCSDIR%%/reference/hierarchy.html %%PORTDOCS%%%%DOCSDIR%%/reference/index.html %%PORTDOCS%%%%DOCSDIR%%/reference/modules.html |