mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
The OpenICC configuration data base allows to store, share and
manipulate colour management informations. Part of that is a file format based on JSON and a implementation of an according library for easy access. Features: * access to OpenICC device JSON DB WWW: https://github.com/OpenICC/config
This commit is contained in:
parent
b97e1f7121
commit
c459ed0852
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447174
@ -633,6 +633,7 @@
|
||||
SUBDIR += opencv-java
|
||||
SUBDIR += opendx
|
||||
SUBDIR += opengl-man
|
||||
SUBDIR += openicc-config
|
||||
SUBDIR += openimageio
|
||||
SUBDIR += openjpeg
|
||||
SUBDIR += openjpeg15
|
||||
|
20
graphics/openicc-config/Makefile
Normal file
20
graphics/openicc-config/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openicc-config
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= Color configuration data base management
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libyajl.so:devel/yajl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OpenICC
|
||||
GH_PROJECT= config
|
||||
USES= cmake gettext iconv:build pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/openicc-config/distinfo
Normal file
3
graphics/openicc-config/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1482706306
|
||||
SHA256 (OpenICC-config-0.1.0_GH0.tar.gz) = 461e567bbb9913b0731914be5efe2992158e169b69783956513f35a0f931ec51
|
||||
SIZE (OpenICC-config-0.1.0_GH0.tar.gz) = 193974
|
10
graphics/openicc-config/pkg-descr
Normal file
10
graphics/openicc-config/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The OpenICC configuration data base allows to store, share and
|
||||
manipulate colour management informations.
|
||||
|
||||
Part of that is a file format based on JSON and a implementation
|
||||
of an according library for easy access.
|
||||
|
||||
Features:
|
||||
* access to OpenICC device JSON DB
|
||||
|
||||
WWW: https://github.com/OpenICC/config
|
16
graphics/openicc-config/pkg-plist
Normal file
16
graphics/openicc-config/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/openicc-device
|
||||
include/openicc/openicc_config.h
|
||||
include/openicc/openicc_db.h
|
||||
include/openicc/openicc_version.h
|
||||
lib/cmake/openicc/OpenIccConfig.cmake
|
||||
lib/libOpenICC.so
|
||||
lib/libOpenICC.so.0
|
||||
lib/libOpenICC.so.0.1.0
|
||||
lib/libopenicc-static.a
|
||||
libdata/pkgconfig/openicc.pc
|
||||
share/locale/cs/LC_MESSAGES/OpenICC.mo
|
||||
share/locale/de/LC_MESSAGES/OpenICC.mo
|
||||
share/locale/eo/LC_MESSAGES/OpenICC.mo
|
||||
share/locale/eu/LC_MESSAGES/OpenICC.mo
|
||||
share/locale/fr/LC_MESSAGES/OpenICC.mo
|
||||
share/locale/ru/LC_MESSAGES/OpenICC.mo
|
Loading…
Reference in New Issue
Block a user