Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 20:07:16 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314961 - in head/graphics: . iccxml
Message-ID:  <201303222007.r2MK7GFg003708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri Mar 22 20:07:16 2013
New Revision: 314961
URL: http://svnweb.freebsd.org/changeset/ports/314961

Log:
  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/

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Mar 22 20:06:14 2013	(r314960)
+++ head/graphics/Makefile	Fri Mar 22 20:07:16 2013	(r314961)
@@ -358,6 +358,7 @@
     SUBDIR += hugin
     SUBDIR += icc-profiles-basiccolor
     SUBDIR += icc-profiles-openicc
+    SUBDIR += iccxml
     SUBDIR += icoconvert
     SUBDIR += icon-slicer
     SUBDIR += icontact

Added: head/graphics/iccxml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/iccxml/Makefile	Fri Mar 22 20:07:16 2013	(r314961)
@@ -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>

Added: head/graphics/iccxml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/iccxml/distinfo	Fri Mar 22 20:07:16 2013	(r314961)
@@ -0,0 +1,2 @@
+SHA256 (IccXML-0.9.6.tar.gz) = 7b2c0a7ca1c3061d42309f1481ece24bbee657fd86b153b008aede2ea853a02e
+SIZE (IccXML-0.9.6.tar.gz) = 367102

Added: head/graphics/iccxml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/iccxml/pkg-descr	Fri Mar 22 20:07:16 2013	(r314961)
@@ -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/

Added: head/graphics/iccxml/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/iccxml/pkg-plist	Fri Mar 22 20:07:16 2013	(r314961)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303222007.r2MK7GFg003708>