Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 09:52:17 +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: r370283 - in head/graphics: . libcdr libcdr01
Message-ID:  <201410070952.s979qHgj080751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 09:52:16 2014
New Revision: 370283
URL: https://svnweb.freebsd.org/changeset/ports/370283
QAT: https://qat.redports.org/buildarchive/r370283/

Log:
  Import libcdr01
  Ensure it does not conflicts with libcdr

Added:
  head/graphics/libcdr01/
     - copied from r370181, head/graphics/libcdr/
Modified:
  head/graphics/Makefile
  head/graphics/libcdr/Makefile
  head/graphics/libcdr/pkg-plist
  head/graphics/libcdr01/Makefile
  head/graphics/libcdr01/distinfo
  head/graphics/libcdr01/pkg-plist

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Oct  7 09:50:27 2014	(r370282)
+++ head/graphics/Makefile	Tue Oct  7 09:52:16 2014	(r370283)
@@ -485,6 +485,7 @@
     SUBDIR += libboard
     SUBDIR += libcaca
     SUBDIR += libcdr
+    SUBDIR += libcdr01
     SUBDIR += libchamplain
     SUBDIR += libdmtx
     SUBDIR += libdrm

Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile	Tue Oct  7 09:50:27 2014	(r370282)
+++ head/graphics/libcdr/Makefile	Tue Oct  7 09:52:16 2014	(r370283)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libcdr
 PORTVERSION=	0.0.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
 
@@ -27,4 +27,7 @@ INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${LOCALBASE}/include
 CXXFLAGS+=	-Wno-long-long
 
+post-stage:
+	${RM} -f ${STAGEDIR}${PREFIX}/bin/c*
+
 .include <bsd.port.mk>

Modified: head/graphics/libcdr/pkg-plist
==============================================================================
--- head/graphics/libcdr/pkg-plist	Tue Oct  7 09:50:27 2014	(r370282)
+++ head/graphics/libcdr/pkg-plist	Tue Oct  7 09:52:16 2014	(r370283)
@@ -1,9 +1,3 @@
-bin/cdr2raw
-bin/cdr2text
-bin/cdr2xhtml
-bin/cmx2raw
-bin/cmx2text
-bin/cmx2xhtml
 include/libcdr-0.0/libcdr/CDRDocument.h
 include/libcdr-0.0/libcdr/CDRStringVector.h
 include/libcdr-0.0/libcdr/CMXDocument.h
@@ -12,5 +6,3 @@ lib/libcdr-0.0.so
 lib/libcdr-0.0.so.0
 lib/libcdr-0.0.so.0.0.16
 libdata/pkgconfig/libcdr-0.0.pc
-@dirrm include/libcdr-0.0/libcdr
-@dirrm include/libcdr-0.0

Modified: head/graphics/libcdr01/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile	Mon Oct  6 14:00:58 2014	(r370181)
+++ head/graphics/libcdr01/Makefile	Tue Oct  7 09:52:16 2014	(r370283)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	libcdr
-PORTVERSION=	0.0.16
-PORTREVISION=	1
+PORTVERSION=	0.1.0
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
+PKGNAMESUIFFIX=	01
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Library and tools for parsing Corel Draw file format
@@ -14,8 +14,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu \
-		libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
-		libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
+		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
 		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
 GNU_CONFIGURE=	yes

Modified: head/graphics/libcdr01/distinfo
==============================================================================
--- head/graphics/libcdr/distinfo	Mon Oct  6 14:00:58 2014	(r370181)
+++ head/graphics/libcdr01/distinfo	Tue Oct  7 09:52:16 2014	(r370283)
@@ -1,2 +1,2 @@
-SHA256 (libcdr-0.0.16.tar.xz) = 4c8a6586920f7b040ce51fa375eb87507291e0de4f568469db25f52915bc1135
-SIZE (libcdr-0.0.16.tar.xz) = 569644
+SHA256 (libcdr-0.1.0.tar.xz) = a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8
+SIZE (libcdr-0.1.0.tar.xz) = 562240

Modified: head/graphics/libcdr01/pkg-plist
==============================================================================
--- head/graphics/libcdr/pkg-plist	Mon Oct  6 14:00:58 2014	(r370181)
+++ head/graphics/libcdr01/pkg-plist	Tue Oct  7 09:52:16 2014	(r370283)
@@ -4,13 +4,11 @@ bin/cdr2xhtml
 bin/cmx2raw
 bin/cmx2text
 bin/cmx2xhtml
-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.so
-lib/libcdr-0.0.so.0
-lib/libcdr-0.0.so.0.0.16
-libdata/pkgconfig/libcdr-0.0.pc
-@dirrm include/libcdr-0.0/libcdr
-@dirrm include/libcdr-0.0
+include/libcdr-0.1/libcdr/CDRDocument.h
+include/libcdr-0.1/libcdr/CMXDocument.h
+include/libcdr-0.1/libcdr/libcdr.h
+include/libcdr-0.1/libcdr/libcdr_api.h
+lib/libcdr-0.1.so
+lib/libcdr-0.1.so.1
+lib/libcdr-0.1.so.1.0.0
+libdata/pkgconfig/libcdr-0.1.pc



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