diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-18 19:37:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-18 19:37:35 +0800 |
commit | 67788cf5f2b87b3b0c482c19ef325f83028114d5 (patch) | |
tree | afeb24b4af0a84812d247871bb45928f6cb589c0 /graphics | |
parent | 233a3d208672146d3cef1e30af81f062d249b089 (diff) | |
download | freebsd-ports-gnome-67788cf5f2b87b3b0c482c19ef325f83028114d5.tar.gz freebsd-ports-gnome-67788cf5f2b87b3b0c482c19ef325f83028114d5.tar.zst freebsd-ports-gnome-67788cf5f2b87b3b0c482c19ef325f83028114d5.zip |
Libcdr is library providing ability to interpret and import Corel Draw drawings
into various applications
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libcdr/Makefile | 25 | ||||
-rw-r--r-- | graphics/libcdr/distinfo | 2 | ||||
-rw-r--r-- | graphics/libcdr/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/libcdr/pkg-plist | 15 |
5 files changed, 47 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5d604d6a919b..8d1aa0bdb55a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -451,6 +451,7 @@ SUBDIR += libaux SUBDIR += libboard SUBDIR += libcaca + SUBDIR += libcdr SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm diff --git a/graphics/libcdr/Makefile b/graphics/libcdr/Makefile new file mode 100644 index 000000000000..51e21303535a --- /dev/null +++ b/graphics/libcdr/Makefile @@ -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> diff --git a/graphics/libcdr/distinfo b/graphics/libcdr/distinfo new file mode 100644 index 000000000000..d7abd46a3066 --- /dev/null +++ b/graphics/libcdr/distinfo @@ -0,0 +1,2 @@ +SHA256 (libcdr-0.0.9.tar.xz) = 33a134b6474f5fe2cca797afb50a84f9f2cd247487fa3610a5e0b6530e4e0ded +SIZE (libcdr-0.0.9.tar.xz) = 576088 diff --git a/graphics/libcdr/pkg-descr b/graphics/libcdr/pkg-descr new file mode 100644 index 000000000000..541673260695 --- /dev/null +++ b/graphics/libcdr/pkg-descr @@ -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/ diff --git a/graphics/libcdr/pkg-plist b/graphics/libcdr/pkg-plist new file mode 100644 index 000000000000..88d9da8498f9 --- /dev/null +++ b/graphics/libcdr/pkg-plist @@ -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 |