svn commit: r312295 - in head/graphics: . icc-profiles-openicc

Boris Samorodov bsam at FreeBSD.org
Fri Feb 15 15:18:02 UTC 2013


Author: bsam
Date: Fri Feb 15 15:18:00 2013
New Revision: 312295
URL: http://svnweb.freebsd.org/changeset/ports/312295

Log:
  Colour management projects to share ICC related implementation
  details and data among graphics applications, libraries and color
  management services.
  
  WWW: http://sourceforge.net/projects/openicc/

Added:
  head/graphics/icc-profiles-openicc/
  head/graphics/icc-profiles-openicc/Makefile   (contents, props changed)
  head/graphics/icc-profiles-openicc/distinfo   (contents, props changed)
  head/graphics/icc-profiles-openicc/pkg-descr   (contents, props changed)
  head/graphics/icc-profiles-openicc/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Feb 15 15:13:49 2013	(r312294)
+++ head/graphics/Makefile	Fri Feb 15 15:18:00 2013	(r312295)
@@ -356,6 +356,7 @@
     SUBDIR += hs-svgcairo
     SUBDIR += hsetroot
     SUBDIR += hugin
+    SUBDIR += icc-profiles-openicc
     SUBDIR += icoconvert
     SUBDIR += icon-slicer
     SUBDIR += icontact

Added: head/graphics/icc-profiles-openicc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/icc-profiles-openicc/Makefile	Fri Feb 15 15:18:00 2013	(r312295)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	icc-profiles-openicc
+PORTVERSION=	1.3.1
+CATEGORIES=	graphics
+MASTER_SITES=	SF/openicc/OpenICC-Profiles
+
+COMMENT=	Color data for color managed applications
+
+MAINTAINER=	bsam at FreeBSD.org
+
+USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
+#USE_GMAKE=	yes
+
+SYSCOLORDIR=	share/color
+PLIST_SUB=	SYSCOLORDIR=${SYSCOLORDIR}
+
+.include <bsd.port.mk>

Added: head/graphics/icc-profiles-openicc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/icc-profiles-openicc/distinfo	Fri Feb 15 15:18:00 2013	(r312295)
@@ -0,0 +1,2 @@
+SHA256 (icc-profiles-openicc-1.3.1.tar.bz2) = a6a8b3b1153faa3a84e71ed81206b19335902fae5f7dee5427a381f4983c217d
+SIZE (icc-profiles-openicc-1.3.1.tar.bz2) = 399620

Added: head/graphics/icc-profiles-openicc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/icc-profiles-openicc/pkg-descr	Fri Feb 15 15:18:00 2013	(r312295)
@@ -0,0 +1,5 @@
+Colour management projects to share ICC related implementation
+details and data among graphics applications, libraries and color
+management services.
+
+WWW: http://sourceforge.net/projects/openicc/

Added: head/graphics/icc-profiles-openicc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/icc-profiles-openicc/pkg-plist	Fri Feb 15 15:18:00 2013	(r312295)
@@ -0,0 +1,39 @@
+%%SYSCOLORDIR%%/icc/OpenICC/ProPhoto-RGB.icc
+%%SYSCOLORDIR%%/icc/OpenICC/compatibleWithAdobeRGB1998.icc
+%%SYSCOLORDIR%%/icc/OpenICC/sRGB.icc
+%%SYSCOLORDIR%%/icc/Oyranos/Gray-CIE_L.icc
+%%SYSCOLORDIR%%/icc/Oyranos/Gray_linear.icc
+%%SYSCOLORDIR%%/icc/Oyranos/ITULab.icc
+%%SYSCOLORDIR%%/icc/basICColor/LStar-RGB.icc
+%%SYSCOLORDIR%%/icc/lcms/LCMSLABI.ICM
+%%SYSCOLORDIR%%/icc/lcms/LCMSXYZI.ICM
+%%SYSCOLORDIR%%/icc/lcms/Lab.icc
+%%SYSCOLORDIR%%/icc/lcms/XYZ.icc
+%%SYSCOLORDIR%%/target/NPES/TR002.ti3
+%%SYSCOLORDIR%%/target/NPES/TR003.ti3
+%%SYSCOLORDIR%%/target/NPES/TR005.ti3
+%%SYSCOLORDIR%%/target/NPES/TR006.ti3
+%%SYSCOLORDIR%%/target/fogra/FOGRA28L.ti3
+%%SYSCOLORDIR%%/target/fogra/FOGRA29L.ti3
+%%SYSCOLORDIR%%/target/fogra/FOGRA30L.ti3
+%%SYSCOLORDIR%%/target/fogra/FOGRA39L.ti3
+%%SYSCOLORDIR%%/target/fogra/FOGRA40L.ti3
+share/icons/application-vnd.iccprofile.png
+share/icons/text-vnd.cgats.png
+share/mime/packages/x-color-cgats.xml
+share/mime/packages/x-color-icc.xml
+share/pixmaps/icc-profiles-openicc_logo.png
+ at dirrmtry share/mime/packages
+ at dirrmtry share/mime
+ at dirrmtry share/icons
+ at dirrmtry %%SYSCOLORDIR%%/target/fogra
+ at dirrmtry %%SYSCOLORDIR%%/target/NPES
+ at dirrmtry %%SYSCOLORDIR%%/target
+ at dirrmtry %%SYSCOLORDIR%%/settings
+ at dirrmtry %%SYSCOLORDIR%%/icc/lcms
+ at dirrmtry %%SYSCOLORDIR%%/icc/basICColor
+ at dirrmtry %%SYSCOLORDIR%%/icc/PhotoGamut
+ at dirrmtry %%SYSCOLORDIR%%/icc/Oyranos
+ at dirrmtry %%SYSCOLORDIR%%/icc/OpenICC
+ at dirrmtry %%SYSCOLORDIR%%/icc
+ at dirrmtry %%SYSCOLORDIR%%


More information about the svn-ports-head mailing list