From owner-svn-ports-all@freebsd.org Thu Jan 18 22:13:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F362EC69F9; Thu, 18 Jan 2018 22:13:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED5ADE57; Thu, 18 Jan 2018 22:13:06 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36900248D1; Thu, 18 Jan 2018 22:13:06 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0IMD53S027987; Thu, 18 Jan 2018 22:13:05 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0IMD5IM027981; Thu, 18 Jan 2018 22:13:05 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201801182213.w0IMD5IM027981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 18 Jan 2018 22:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459383 - in head/graphics: . icc-profiles-adobe-cs4 X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head/graphics: . icc-profiles-adobe-cs4 X-SVN-Commit-Revision: 459383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 22:13:07 -0000 Author: bsam Date: Thu Jan 18 22:13:05 2018 New Revision: 459383 URL: https://svnweb.freebsd.org/changeset/ports/459383 Log: Adobe wants to enable consistent, high-quality color workflows. For color workflows to succeed, color information must be shared by many people, from original creator to final publisher. For this reason, Adobe is supplying ICC profiles as a free download for graphics professionals to use across their workflows. WWW: http://supportdownloads.adobe.com/detail.jsp?ftpID=4075 Added: head/graphics/icc-profiles-adobe-cs4/ head/graphics/icc-profiles-adobe-cs4/Makefile (contents, props changed) head/graphics/icc-profiles-adobe-cs4/distinfo (contents, props changed) head/graphics/icc-profiles-adobe-cs4/pkg-descr (contents, props changed) head/graphics/icc-profiles-adobe-cs4/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Jan 18 21:46:57 2018 (r459382) +++ head/graphics/Makefile Thu Jan 18 22:13:05 2018 (r459383) @@ -356,6 +356,7 @@ SUBDIR += hs-svgcairo SUBDIR += hugin SUBDIR += icat + SUBDIR += icc-profiles-adobe-cs4 SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin Added: head/graphics/icc-profiles-adobe-cs4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/icc-profiles-adobe-cs4/Makefile Thu Jan 18 22:13:05 2018 (r459383) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= icc-profiles-adobe-cs4 +PORTVERSION= 1 +CATEGORIES= graphics +MASTER_SITES= http://download.adobe.com/pub/adobe/iccprofiles/win/ +DISTNAME= AdobeICCProfilesCS4Win_end-user + +MAINTAINER= bsam@FreeBSD.org +COMMENT= Adobe ICC CMYK and RGB profiles for graphics professionals + +LICENSE= ADOBEEULA.pdf +LICENSE_NAME= Adobe End-User License Agreement +LICENSE_FILE= ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\)/Color\ Profile\ EULA.pdf +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +USES= zip +NO_BUILD= yes +NO_ARCH= yes + +SYSCOLORDIR= share/color +PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR} + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\) && ${COPYTREE_SHARE} \*.pdf ${STAGEDIR}${DOCSDIR}) +.for d in CMYK RGB + @${MKDIR} ${STAGEDIR}${PREFIX}/${SYSCOLORDIR}/Adobe/${d} + (cd ${WRKDIR}/Adobe\ ICC\ Profiles\ \(end-user\)/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SYSCOLORDIR}/Adobe/${d}) +.endfor + +.include Added: head/graphics/icc-profiles-adobe-cs4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/icc-profiles-adobe-cs4/distinfo Thu Jan 18 22:13:05 2018 (r459383) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516286129 +SHA256 (AdobeICCProfilesCS4Win_end-user.zip) = 92043b7c3ca5a25a0f6975d0cdc57db60a67dcb9ebdfb15b16267311beb58f94 +SIZE (AdobeICCProfilesCS4Win_end-user.zip) = 6475520 Added: head/graphics/icc-profiles-adobe-cs4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/icc-profiles-adobe-cs4/pkg-descr Thu Jan 18 22:13:05 2018 (r459383) @@ -0,0 +1,7 @@ +Adobe wants to enable consistent, high-quality color workflows. For +color workflows to succeed, color information must be shared by +many people, from original creator to final publisher. For this +reason, Adobe is supplying ICC profiles as a free download for +graphics professionals to use across their workflows. + +WWW: http://supportdownloads.adobe.com/detail.jsp?ftpID=4075 Added: head/graphics/icc-profiles-adobe-cs4/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/icc-profiles-adobe-cs4/pkg-plist Thu Jan 18 22:13:05 2018 (r459383) @@ -0,0 +1,25 @@ +%%SYSCOLORDIR%%/Adobe/CMYK/CoatedFOGRA27.icc +%%SYSCOLORDIR%%/Adobe/CMYK/CoatedFOGRA39.icc +%%SYSCOLORDIR%%/Adobe/CMYK/CoatedGRACoL2006.icc +%%SYSCOLORDIR%%/Adobe/CMYK/JapanColor2001Coated.icc +%%SYSCOLORDIR%%/Adobe/CMYK/JapanColor2001Uncoated.icc +%%SYSCOLORDIR%%/Adobe/CMYK/JapanColor2002Newspaper.icc +%%SYSCOLORDIR%%/Adobe/CMYK/JapanColor2003WebCoated.icc +%%SYSCOLORDIR%%/Adobe/CMYK/JapanWebCoated.icc +%%SYSCOLORDIR%%/Adobe/CMYK/USWebCoatedSWOP.icc +%%SYSCOLORDIR%%/Adobe/CMYK/USWebUncoated.icc +%%SYSCOLORDIR%%/Adobe/CMYK/UncoatedFOGRA29.icc +%%SYSCOLORDIR%%/Adobe/CMYK/WebCoatedFOGRA28.icc +%%SYSCOLORDIR%%/Adobe/CMYK/WebCoatedSWOP2006Grade3.icc +%%SYSCOLORDIR%%/Adobe/CMYK/WebCoatedSWOP2006Grade5.icc +%%SYSCOLORDIR%%/Adobe/RGB/AdobeRGB1998.icc +%%SYSCOLORDIR%%/Adobe/RGB/AppleRGB.icc +%%SYSCOLORDIR%%/Adobe/RGB/ColorMatchRGB.icc +%%SYSCOLORDIR%%/Adobe/RGB/PAL_SECAM.icc +%%SYSCOLORDIR%%/Adobe/RGB/SMPTE-C.icc +%%SYSCOLORDIR%%/Adobe/RGB/VideoHD.icc +%%SYSCOLORDIR%%/Adobe/RGB/VideoNTSC.icc +%%SYSCOLORDIR%%/Adobe/RGB/VideoPAL.icc +%%PORTDOCS%%%%DOCSDIR%%/Color Profile EULA.pdf +%%PORTDOCS%%%%DOCSDIR%%/Profile Information.pdf +%%PORTDOCS%%%%DOCSDIR%%/Trademark Information.pdf