mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 2.12
- Use upstream release tarball - Update WWW Changes: https://github.com/mm2/Little-CMS/releases
This commit is contained in:
parent
5719df9a6c
commit
3dc007b96d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565547
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lcms2
|
||||
PORTVERSION= 2.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.12
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/mm2/Little-CMS/releases/download/lcms${PORTVERSION}/
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Accurate, fast, and small-footprint color management engine
|
||||
@ -21,10 +21,6 @@ USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mm2
|
||||
GH_PROJECT= Little-CMS
|
||||
|
||||
OPTIONS_DEFINE= DOCS JPEGICC TIFFICC
|
||||
OPTIONS_DEFAULT=JPEGICC TIFFICC
|
||||
OPTIONS_SUB= yes
|
||||
@ -41,6 +37,6 @@ post-install:
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.odt ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1592835217
|
||||
SHA256 (mm2-Little-CMS-2.11_GH0.tar.gz) = 478c9c3938d7a91b1171de4616f8b04308a8676d73eadc19505b7ace41327f28
|
||||
SIZE (mm2-Little-CMS-2.11_GH0.tar.gz) = 6545649
|
||||
TIMESTAMP = 1613478317
|
||||
SHA256 (lcms2-2.12.tar.gz) = 18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5
|
||||
SIZE (lcms2-2.12.tar.gz) = 7419126
|
||||
|
@ -12,4 +12,5 @@ abstract, devicelink, and named color profiles.
|
||||
Color management refers to techniques that ensure consistent colors while
|
||||
images are transferred from scanners or cameras to monitors and printers.
|
||||
|
||||
WWW: http://www.littlecms.com/
|
||||
WWW: https://www.littlecms.com/
|
||||
WWW: https://github.com/mm2/Little-CMS
|
||||
|
@ -8,13 +8,13 @@ include/lcms2_plugin.h
|
||||
lib/liblcms2.a
|
||||
lib/liblcms2.so
|
||||
lib/liblcms2.so.2
|
||||
lib/liblcms2.so.2.0.10
|
||||
lib/liblcms2.so.2.0.12
|
||||
libdata/pkgconfig/lcms2.pc
|
||||
%%JPEGICC%%man/man1/jpgicc.1.gz
|
||||
man/man1/linkicc.1.gz
|
||||
man/man1/psicc.1.gz
|
||||
%%TIFFICC%%man/man1/tificc.1.gz
|
||||
man/man1/transicc.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% API.odt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% Plugin API.odt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% tutorial.odt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% API.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% Plugin API.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LittleCMS%%PORTVERSION%% tutorial.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user