diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-03-22 20:07:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-03-22 20:07:16 +0000 |
commit | f27f130f3b93212fbec7038c6214705e8d4df495 (patch) | |
tree | f4c4c7dd5555123d8aef235e2bd0c58ede4058de /graphics/iccxml | |
parent | - convert USE_CMAKE to USES (diff) |
The IccXML project acts as an extension of SampleICC's IccProfLib
that provides additional I/O capabilities for reading and writing
the ICC profile contents as XML files. Command line tools and an
XML schema are provided.
WWW: http://iccxml.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=314961
Diffstat (limited to 'graphics/iccxml')
-rw-r--r-- | graphics/iccxml/Makefile | 27 | ||||
-rw-r--r-- | graphics/iccxml/distinfo | 2 | ||||
-rw-r--r-- | graphics/iccxml/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/iccxml/pkg-plist | 17 |
4 files changed, 52 insertions, 0 deletions
diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile new file mode 100644 index 000000000000..c86fb922ae77 --- /dev/null +++ b/graphics/iccxml/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= iccxml +PORTVERSION= 0.9.6 +CATEGORIES= graphics +MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} +DISTNAME= IccXML-${PORTVERSION} + +MAINTAINER= bsam@FreeBSD.org +COMMENT= Tools for reading and writing the ICC profile contents as XML files + +LIB_DEPENDS= SampleICC:${PORTSDIR}/graphics/sampleicc + +GNU_CONFIGURE= yes +USE_PKGCONFIG= build +USE_GMAKE= yes +USE_GCC= any +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig + +post-patch: + @${REINPLACE_CMD} 's:(libdir)/pkgconfig:(prefix)/libdata/pkgconfig:g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/graphics/iccxml/distinfo b/graphics/iccxml/distinfo new file mode 100644 index 000000000000..f1a4915e7aee --- /dev/null +++ b/graphics/iccxml/distinfo @@ -0,0 +1,2 @@ +SHA256 (IccXML-0.9.6.tar.gz) = 7b2c0a7ca1c3061d42309f1481ece24bbee657fd86b153b008aede2ea853a02e +SIZE (IccXML-0.9.6.tar.gz) = 367102 diff --git a/graphics/iccxml/pkg-descr b/graphics/iccxml/pkg-descr new file mode 100644 index 000000000000..3b143bed5df1 --- /dev/null +++ b/graphics/iccxml/pkg-descr @@ -0,0 +1,6 @@ +The IccXML project acts as an extension of SampleICC's IccProfLib +that provides additional I/O capabilities for reading and writing +the ICC profile contents as XML files. Command line tools and an +XML schema are provided. + +WWW: http://iccxml.sourceforge.net/ diff --git a/graphics/iccxml/pkg-plist b/graphics/iccxml/pkg-plist new file mode 100644 index 000000000000..b8210797bae9 --- /dev/null +++ b/graphics/iccxml/pkg-plist @@ -0,0 +1,17 @@ +bin/iccFromXml +bin/iccToXml +include/IccXML/IccIoXml.h +include/IccXML/IccLibXMLVer.h +include/IccXML/IccMpeXml.h +include/IccXML/IccMpeXmlFactory.h +include/IccXML/IccProfileXml.h +include/IccXML/IccTagXml.h +include/IccXML/IccTagXmlFactory.h +include/IccXML/IccUtilXml.h +include/IccXML/IccXmlConfig.h +lib/libIccXML.a +lib/libIccXML.la +lib/libIccXML.so +lib/libIccXML.so.2 +libdata/pkgconfig/iccxml.pc +@dirrm include/IccXML |