From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 09:52:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 054F5DDD; Tue, 7 Oct 2014 09:52:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E51225F2; Tue, 7 Oct 2014 09:52:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s979qIYv080757; Tue, 7 Oct 2014 09:52:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s979qHgj080751; Tue, 7 Oct 2014 09:52:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410070952.s979qHgj080751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Oct 2014 09:52:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370283 - in head/graphics: . libcdr libcdr01 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 09:52:19 -0000 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 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