1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Upgrade to 1.07. Use the official PORTDOCS instead of the pre-PORTDOCS

homegrown DOCS variable. Do not install the test-executable, but run it
after build. Change the mastersite and WWW.

	Thanks to: KATO Tsuguru

who sent me the cleaning up and WWW changing patch, which made me look
and notice, the new version is also available.

I will submit the fix for ImageMagick -- lcms.h is now <lcms.h>, not
<lcms/lcms.h>.
This commit is contained in:
Mikhail Teterin 2001-04-10 23:14:05 +00:00
parent db85f9e926
commit 1c8c0c892b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41251
4 changed files with 23 additions and 28 deletions

View File

@ -6,25 +6,27 @@
#
PORTNAME= lcms
PORTVERSION= 1.06
PORTVERSION= 1.07
CATEGORIES= graphics
MASTER_SITES= http://www.abaforum.es/martim/
MASTER_SITES= http://www.littlecms.com/
MAINTAINER= mi@aldan.algebra.com
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.ifndef NOPORTDOCS
PLIST_SUB= DOC=""
.else
PLIST_SUB= DOC="@comment "
.endif
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ARGS+= -j2
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.ifndef NOPORTDOCS
post-install:
${MKDIR} ${PREFIX}/share/doc/lcms
${CP} -rp ${WRKSRC}/doc/* ${PREFIX}/share/doc/lcms/
${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../samples/tifficc.c \
${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/neutral.c \
${PREFIX}/share/doc/lcms/
.endif
post-build test:
cd ${WRKSRC}/../testbed && \
${SETENV} CFLAGS="${CFLAGS} -I../src" make -E CFLAGS test
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (lcms-1.06.tar.gz) = 7e0a3642b42628b1fc40c1702a5e71e0
MD5 (lcms-1.07.tar.gz) = bea30720a2a322b5b25e4f5b657f6994

View File

@ -6,7 +6,7 @@ Color management refers to techniques that ensure consistent color
as images are transferred from scanners or cameras to monitors and
printers.
WWW: http://www.abaforum.es/martim/lcms.htm
WWW: http://www.littlecms.com/
Mikhail Teterin
mi@aldan.algebra.com

View File

@ -1,18 +1,11 @@
bin/testcms
include/lcms/icc34.h
include/lcms/lcms.h
include/icc34.h
include/lcms.h
lib/liblcms.a
lib/liblcms.so
lib/liblcms.so.1
%%DOC%%share/doc/lcms/README.simple
%%DOC%%share/doc/lcms/filter.c
%%DOC%%share/doc/lcms/jpgemb.c
%%DOC%%share/doc/lcms/lcmsapi.txt
%%DOC%%share/doc/lcms/neutral.c
%%DOC%%share/doc/lcms/pngchrm.c
%%DOC%%share/doc/lcms/simple.c
%%DOC%%share/doc/lcms/tiffemb.c
%%DOC%%share/doc/lcms/tutorial.txt
%%DOC%%share/doc/lcms/wtpt.c
%%DOC%%@dirrm share/doc/lcms
@dirrm include/lcms
lib/liblcms.so.1.7
%%PORTDOCS%%share/doc/lcms/LCMSAPI.TXT
%%PORTDOCS%%share/doc/lcms/TUTORIAL.TXT
%%PORTDOCS%%share/doc/lcms/neutral.c
%%PORTDOCS%%share/doc/lcms/tifficc.c
%%PORTDOCS%%share/doc/lcms/wtpt.c
%%PORTDOCS%%@dirrm share/doc/lcms