From owner-svn-ports-all@FreeBSD.ORG Mon Oct 6 19:30:11 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 8FF51C6B; Mon, 6 Oct 2014 19:30:11 +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 7BAAACC4; Mon, 6 Oct 2014 19:30:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96JUBVx061791; Mon, 6 Oct 2014 19:30:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96JU9wn061603; Mon, 6 Oct 2014 19:30:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410061930.s96JU9wn061603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 6 Oct 2014 19:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370216 - in head/print: . libmspub libmspub01 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: Mon, 06 Oct 2014 19:30:11 -0000 Author: bapt Date: Mon Oct 6 19:30:09 2014 New Revision: 370216 URL: https://svnweb.freebsd.org/changeset/ports/370216 QAT: https://qat.redports.org/buildarchive/r370216/ Log: Import libmspub01 Ensure it does not conflicts with libmspub Added: head/print/libmspub01/ - copied from r370181, head/print/libmspub/ Modified: head/print/Makefile head/print/libmspub/Makefile head/print/libmspub/pkg-plist head/print/libmspub01/Makefile head/print/libmspub01/distinfo head/print/libmspub01/pkg-plist Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Mon Oct 6 19:29:15 2014 (r370215) +++ head/print/Makefile Mon Oct 6 19:30:09 2014 (r370216) @@ -112,6 +112,7 @@ SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub + SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpaper SUBDIR += libppd Modified: head/print/libmspub/Makefile ============================================================================== --- head/print/libmspub/Makefile Mon Oct 6 19:29:15 2014 (r370215) +++ head/print/libmspub/Makefile Mon Oct 6 19:30:09 2014 (r370216) @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ @@ -26,4 +26,7 @@ CONFIGURE_ARGS= --disable-werror --witho CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" CPPFLAGS+= -I${LOCALBASE}/include +post-stage: + @${RM} -f ${STAGEDIR}${PREFIX}/bin/pub* + .include Modified: head/print/libmspub/pkg-plist ============================================================================== --- head/print/libmspub/pkg-plist Mon Oct 6 19:29:15 2014 (r370215) +++ head/print/libmspub/pkg-plist Mon Oct 6 19:30:09 2014 (r370216) @@ -1,5 +1,3 @@ -bin/pub2raw -bin/pub2xhtml include/libmspub-0.0/libmspub/MSPUBDocument.h include/libmspub-0.0/libmspub/MSPUBStringVector.h include/libmspub-0.0/libmspub/libmspub.h @@ -7,5 +5,3 @@ lib/libmspub-0.0.so lib/libmspub-0.0.so.0 lib/libmspub-0.0.so.0.0.6 libdata/pkgconfig/libmspub-0.0.pc -@dirrm include/libmspub-0.0/libmspub -@dirrm include/libmspub-0.0 Modified: head/print/libmspub01/Makefile ============================================================================== --- head/print/libmspub/Makefile Mon Oct 6 14:00:58 2014 (r370181) +++ head/print/libmspub01/Makefile Mon Oct 6 19:30:09 2014 (r370216) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= libmspub -PORTVERSION= 0.0.6 -PORTREVISION= 2 +PORTVERSION= 0.1.0 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ +PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Microsoft Publisher file format @@ -14,8 +14,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.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 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/print/libmspub01/distinfo ============================================================================== --- head/print/libmspub/distinfo Mon Oct 6 14:00:58 2014 (r370181) +++ head/print/libmspub01/distinfo Mon Oct 6 19:30:09 2014 (r370216) @@ -1,2 +1,2 @@ -SHA256 (libmspub-0.0.6.tar.xz) = 4cd4e3e9e3eef5ae676fa18415f3f342c17c28e5167d7354115a5cc2ea96a2f9 -SIZE (libmspub-0.0.6.tar.xz) = 353356 +SHA256 (libmspub-0.1.0.tar.xz) = ae6cd49d3595e37c83e12e60b1da8134372b71fbc08511b20daf52455d701f0d +SIZE (libmspub-0.1.0.tar.xz) = 339632 Modified: head/print/libmspub01/pkg-plist ============================================================================== --- head/print/libmspub/pkg-plist Mon Oct 6 14:00:58 2014 (r370181) +++ head/print/libmspub01/pkg-plist Mon Oct 6 19:30:09 2014 (r370216) @@ -1,11 +1,8 @@ bin/pub2raw bin/pub2xhtml -include/libmspub-0.0/libmspub/MSPUBDocument.h -include/libmspub-0.0/libmspub/MSPUBStringVector.h -include/libmspub-0.0/libmspub/libmspub.h -lib/libmspub-0.0.so -lib/libmspub-0.0.so.0 -lib/libmspub-0.0.so.0.0.6 -libdata/pkgconfig/libmspub-0.0.pc -@dirrm include/libmspub-0.0/libmspub -@dirrm include/libmspub-0.0 +include/libmspub-0.1/libmspub/MSPUBDocument.h +include/libmspub-0.1/libmspub/libmspub.h +lib/libmspub-0.1.so +lib/libmspub-0.1.so.1 +lib/libmspub-0.1.so.1.0.0 +libdata/pkgconfig/libmspub-0.1.pc