diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/icc-profiles-adobe-cs4/Makefile | 32 | ||||
-rw-r--r-- | graphics/icc-profiles-adobe-cs4/distinfo | 3 | ||||
-rw-r--r-- | graphics/icc-profiles-adobe-cs4/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/icc-profiles-adobe-cs4/pkg-plist | 25 |
5 files changed, 68 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3c34d86ecf05..18c7078a7d19 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/icc-profiles-adobe-cs4/Makefile b/graphics/icc-profiles-adobe-cs4/Makefile new file mode 100644 index 000000000000..2554d291c6f9 --- /dev/null +++ b/graphics/icc-profiles-adobe-cs4/Makefile @@ -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 <bsd.port.mk> diff --git a/graphics/icc-profiles-adobe-cs4/distinfo b/graphics/icc-profiles-adobe-cs4/distinfo new file mode 100644 index 000000000000..f70d2b13338c --- /dev/null +++ b/graphics/icc-profiles-adobe-cs4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1516286129 +SHA256 (AdobeICCProfilesCS4Win_end-user.zip) = 92043b7c3ca5a25a0f6975d0cdc57db60a67dcb9ebdfb15b16267311beb58f94 +SIZE (AdobeICCProfilesCS4Win_end-user.zip) = 6475520 diff --git a/graphics/icc-profiles-adobe-cs4/pkg-descr b/graphics/icc-profiles-adobe-cs4/pkg-descr new file mode 100644 index 000000000000..df04666f9243 --- /dev/null +++ b/graphics/icc-profiles-adobe-cs4/pkg-descr @@ -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 diff --git a/graphics/icc-profiles-adobe-cs4/pkg-plist b/graphics/icc-profiles-adobe-cs4/pkg-plist new file mode 100644 index 000000000000..dc37c537f960 --- /dev/null +++ b/graphics/icc-profiles-adobe-cs4/pkg-plist @@ -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 |