View | Details | Raw Unified | Return to bug 172340
Collapse All | Expand All

(-)./Makefile (-5 / +17 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	ampasCTL
8
PORTNAME=	ampasCTL
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.4.1
10
CATEGORIES=	graphics devel
10
CATEGORIES=	graphics devel
11
MASTER_SITES=	SF/${PORTNAME:L}/ctl/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME:L}/ctl/ctl-${PORTVERSION}/
12
DISTNAME=	ctl-${PORTVERSION}
12
DISTNAME=	ctl-${DISTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	Color Transformation Language interpreter
15
COMMENT=	Color Transformation Language interpreter
16
16
17
LIB_DEPENDS=	Half.6:${PORTSDIR}/graphics/ilmbase
17
LICENSE=	BSD
18
19
LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase
18
20
19
USE_GNOME=	pkgconfig
21
USE_GNOME=	pkgconfig
20
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
USE_AUTOTOOLS=	libtool
24
USE_AUTOTOOLS=	libtool
23
25
26
PORTDOCS=	AUTHORS ChangeLog NEWS README
27
28
.include <bsd.port.options.mk>
29
24
test check:	build
30
test check:	build
25
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
31
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
26
32
Lines 28-31 Link Here
28
pre-install:	test
34
pre-install:	test
29
.endif
35
.endif
30
36
37
post-install:
38
.if ${PORT_OPTIONS:MDOCS}
39
	${MKDIR} ${DOCSDIR}
40
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
41
.endif
42
31
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ctl-1.4.0.tar.gz) = 85cc710d18f1ac16e77640e165ba083c6e27766cbe6b0cfdb80eac3daef58aa6
1
SHA256 (ctl-1.4.1.tar.gz) = b202d9552eeb81f3ded66a6786719f6e1138fa4e31c866799b1efad6ef7a9f9a
2
SIZE (ctl-1.4.0.tar.gz) = 1004039
2
SIZE (ctl-1.4.1.tar.gz) = 996923
(-)./files/patch-Makefile.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.in.orig	2007-08-04 09:11:41.000000000 +0900
1
--- Makefile.in.orig	2007-10-10 00:12:27.000000000 +0200
2
+++ Makefile.in	2007-10-08 06:50:25.000000000 +0900
2
+++ Makefile.in	2012-10-04 18:42:38.000000000 +0200
3
@@ -203,7 +203,7 @@
3
@@ -203,7 +203,7 @@
4
 	AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
4
 	AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
5
         README README.CVS README.OSX README.win32 bootstrap
5
         README README.CVS README.OSX README.win32 bootstrap
(-)./files/patch-doc-Makefile.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- doc/Makefile.in.orig	2007-08-04 09:11:41.000000000 +0900
1
--- doc/Makefile.in.orig	2007-10-10 00:12:27.000000000 +0200
2
+++ doc/Makefile.in	2007-10-08 06:51:25.000000000 +0900
2
+++ doc/Makefile.in	2012-10-04 18:46:30.000000000 +0200
3
@@ -171,7 +171,7 @@
3
@@ -171,7 +171,7 @@
4
 sysconfdir = @sysconfdir@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
5
 target_alias = @target_alias@
(-)./pkg-descr (-9 / +20 lines)
Lines 1-13 Link Here
1
The CTL(Color Transformation Language) interpreter contains
1
ABOUT THE CTL LIBRARIES
2
the following C++ libraries:
2
-----------------------
3
3
4
IlmCtl		The CTL interpreter front end and the interpreter's
4
The CTL interpreter source code release contains the following
5
		public programming interface.
5
C++ libraries:
6
6
7
IlmCtlSimd	The interpreter's SIMD back end.
7
IlmCtl          The CTL interpreter front end and the interpreter's
8
                public programming interface.
8
9
9
IlmCtlMath	Math routines that are used by IlmCtlSimd: conversions
10
IlmCtlSimd      The interpreter's SIMD back end.
10
		between standard color spaces, 1D and 3D lookup tables,
11
		3D scattered data interpolation.
12
11
13
WWW:	http://www.oscars.org/council/ctl.html
12
IlmCtlMath      Math routines that are used by IlmCtlSimd: conversions
13
                between standard color spaces, 1D and 3D lookup tables,
14
                3D scattered data interpolation.
15
16
IlmCtlTest      Confidence tests for IlmCtl, IlmCtlSimd
17
18
IlmCtlMathTest  Confidence tests for IlmCtlMath
19
20
IlmCtlTest      Confidence tests for IlmImfCtl
21
22
WWW:	http://www.openexr.com/
23
WWW:	http://www.oscars.org/science-technology/council/projects/ctl.html
24
WWW:	http://ampasctl.sourceforge.net/
(-)./pkg-plist (-16 / +17 lines)
Lines 1-15 Link Here
1
lib/libIlmCtl.a
2
lib/libIlmCtl.la
3
lib/libIlmCtl.so
4
lib/libIlmCtl.so.2
5
lib/libIlmCtlMath.a
6
lib/libIlmCtlMath.la
7
lib/libIlmCtlMath.so
8
lib/libIlmCtlMath.so.2
9
lib/libIlmCtlSimd.a
10
lib/libIlmCtlSimd.la
11
lib/libIlmCtlSimd.so
12
lib/libIlmCtlSimd.so.2
13
include/CTL/CtlAddr.h
1
include/CTL/CtlAddr.h
14
include/CTL/CtlAlign.h
2
include/CTL/CtlAlign.h
15
include/CTL/CtlColorSpace.h
3
include/CTL/CtlColorSpace.h
Lines 31-38 Link Here
31
include/CTL/CtlTokens.h
19
include/CTL/CtlTokens.h
32
include/CTL/CtlType.h
20
include/CTL/CtlType.h
33
include/CTL/CtlVersion.h
21
include/CTL/CtlVersion.h
22
lib/libIlmCtl.a
23
lib/libIlmCtl.la
24
lib/libIlmCtl.so
25
lib/libIlmCtl.so.2
26
lib/libIlmCtlMath.a
27
lib/libIlmCtlMath.la
28
lib/libIlmCtlMath.so
29
lib/libIlmCtlMath.so.2
30
lib/libIlmCtlSimd.a
31
lib/libIlmCtlSimd.la
32
lib/libIlmCtlSimd.so
33
lib/libIlmCtlSimd.so.2
34
libdata/pkgconfig/CTL.pc
34
libdata/pkgconfig/CTL.pc
35
%%DOCSDIR%%/CtlManual.pdf
35
%%PORTDOCS%%%%DOCSDIR%%/CtlManual.doc
36
%%DOCSDIR%%/CtlManual.doc
36
%%PORTDOCS%%%%DOCSDIR%%/CtlManual.pdf
37
@dirrm %%DOCSDIR%%
37
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
38
@dirrm include/CTL
38
@dirrmtry share/applications
39
@dirrmtry include/CTL

Return to bug 172340