Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 11:37:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309164 - in head/graphics: . libcdr
Message-ID:  <201212181137.qBIBbafT030601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 18 11:37:35 2012
New Revision: 309164
URL: http://svnweb.freebsd.org/changeset/ports/309164

Log:
  Libcdr is library providing ability to interpret and import Corel Draw drawings
  into various applications

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Dec 18 11:34:36 2012	(r309163)
+++ head/graphics/Makefile	Tue Dec 18 11:37:35 2012	(r309164)
@@ -451,6 +451,7 @@
     SUBDIR += libaux
     SUBDIR += libboard
     SUBDIR += libcaca
+    SUBDIR += libcdr
     SUBDIR += libchamplain
     SUBDIR += libdmtx
     SUBDIR += libdrm

Added: head/graphics/libcdr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libcdr/Makefile	Tue Dec 18 11:37:35 2012	(r309164)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	libcdr
+PORTVERSION=	0.0.9
+CATEGORIES=	graphics devel
+MASTER_SITES=	http://dev-www.libreoffice.org/src/
+
+MAINTAINER=	office@FreeBSD.org
+COMMENT=	Library and tools for parsing Corel Draw file format
+
+LICENSE=	LGPL21 MPL GPLv2
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd \
+		wpg-0.2:${PORTSDIR}/graphics/libwpg \
+		lcms2:${PORTSDIR}/graphics/lcms2
+
+USE_XZ=		yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-werror
+USE_GNOME=	gnomehack
+USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
+
+.include <bsd.port.mk>

Added: head/graphics/libcdr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libcdr/distinfo	Tue Dec 18 11:37:35 2012	(r309164)
@@ -0,0 +1,2 @@
+SHA256 (libcdr-0.0.9.tar.xz) = 33a134b6474f5fe2cca797afb50a84f9f2cd247487fa3610a5e0b6530e4e0ded
+SIZE (libcdr-0.0.9.tar.xz) = 576088

Added: head/graphics/libcdr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libcdr/pkg-descr	Tue Dec 18 11:37:35 2012	(r309164)
@@ -0,0 +1,4 @@
+Library and tools providing ability to interpret and import Corel Draw drawings
+into various applications.
+
+WWW: http://www.freedesktop.org/wiki/Software/libcdr/

Added: head/graphics/libcdr/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libcdr/pkg-plist	Tue Dec 18 11:37:35 2012	(r309164)
@@ -0,0 +1,15 @@
+bin/cdr2raw
+bin/cdr2xhtml
+bin/cmx2raw
+bin/cmx2xhtml
+include/libcdr-0.0
+include/libcdr-0.0/libcdr
+include/libcdr-0.0/libcdr/CDRDocument.h
+include/libcdr-0.0/libcdr/CDRStringVector.h
+include/libcdr-0.0/libcdr/CMXDocument.h
+include/libcdr-0.0/libcdr/libcdr.h
+lib/libcdr-0.0.a
+lib/libcdr-0.0.la
+lib/libcdr-0.0.so
+lib/libcdr-0.0.so.0
+libdata/pkgconfig/libcdr-0.0.pc



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