From owner-svn-ports-all@FreeBSD.ORG Fri Oct 17 16:52:53 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 B2C117C3; Fri, 17 Oct 2014 16:52:53 +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 9E32F62; Fri, 17 Oct 2014 16:52:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HGqroE052658; Fri, 17 Oct 2014 16:52:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HGqqeh052650; Fri, 17 Oct 2014 16:52:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410171652.s9HGqqeh052650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 17 Oct 2014 16:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371066 - in head: . devel devel/py-olefile devel/py-olefileio_pl 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: Fri, 17 Oct 2014 16:52:53 -0000 Author: antoine Date: Fri Oct 17 16:52:51 2014 New Revision: 371066 URL: https://svnweb.freebsd.org/changeset/ports/371066 QAT: https://qat.redports.org/buildarchive/r371066/ Log: - Follow upstream name change - Update to 0.40 Added: head/devel/py-olefile/ - copied from r371065, head/devel/py-olefileio_pl/ Deleted: head/devel/py-olefileio_pl/ Modified: head/MOVED head/devel/Makefile head/devel/py-olefile/Makefile head/devel/py-olefile/distinfo head/devel/py-olefile/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 17 15:37:58 2014 (r371065) +++ head/MOVED Fri Oct 17 16:52:51 2014 (r371066) @@ -7164,3 +7164,4 @@ devel/rubygem-rspec-spies||2014-10-17|Ha graphics/libfreehand00|graphics/libfreehand|2014-10-17|Replaced by newer version graphics/libcdr|graphics/libcdr01|2014-10-17|Replaced by newer version print/libmspub|print/libmspub01|2014-10-17|Replaced by newer version +devel/py-olefileio_pl|devel/py-olefile|2014-10-17|Upstream name change Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 17 15:37:58 2014 (r371065) +++ head/devel/Makefile Fri Oct 17 16:52:51 2014 (r371066) @@ -3810,7 +3810,7 @@ SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy - SUBDIR += py-olefileio_pl + SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson SUBDIR += py-omniorb Modified: head/devel/py-olefile/Makefile ============================================================================== --- head/devel/py-olefileio_pl/Makefile Fri Oct 17 15:37:58 2014 (r371065) +++ head/devel/py-olefile/Makefile Fri Oct 17 16:52:51 2014 (r371066) @@ -1,22 +1,19 @@ # Created by: Antoine Brodin # $FreeBSD$ -PORTNAME= olefileio_pl -PORTVERSION= 0.31 +PORTNAME= olefile +PORTVERSION= 0.40 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= OleFileIO_PL-${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Python module to read MS OLE2 files LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/olefile/LICENSE.txt USES= dos2unix python zip USE_PYTHON= distutils autoplist -post-patch: - @${REINPLACE_CMD} "/^if sys\.version_info/,/OleFileIO_PL2/d" ${WRKSRC}/setup.py - .include Modified: head/devel/py-olefile/distinfo ============================================================================== --- head/devel/py-olefileio_pl/distinfo Fri Oct 17 15:37:58 2014 (r371065) +++ head/devel/py-olefile/distinfo Fri Oct 17 16:52:51 2014 (r371066) @@ -1,2 +1,2 @@ -SHA256 (OleFileIO_PL-0.31.zip) = f58c11cafccb93eb845e6a08b4a80cfd4bf56ba536edc2105041b61c2528184a -SIZE (OleFileIO_PL-0.31.zip) = 80502 +SHA256 (olefile-0.40.zip) = 75e889e2e49a76f7387ea935e54c70fd8762fc56860d86a5695f92111a63c335 +SIZE (olefile-0.40.zip) = 111165 Modified: head/devel/py-olefile/pkg-descr ============================================================================== --- head/devel/py-olefileio_pl/pkg-descr Fri Oct 17 15:37:58 2014 (r371065) +++ head/devel/py-olefile/pkg-descr Fri Oct 17 16:52:51 2014 (r371066) @@ -1,10 +1,7 @@ -OleFileIO_PL is a Python module to read Microsoft OLE2 files (also called -Structured Storage, Compound File Binary Format or Compound Document File -Format), such as Microsoft Office documents, Image Composer and FlashPix -files, Outlook messages, ... -This is an improved version of the OleFileIO module from PIL, the excellent -Python Imaging Library, created and maintained by Fredrik Lundh. The API is -still compatible with PIL, but the internal implementation has been improved -significantly, with new features, bugfixes and a more robust design. +olefile (formerly OleFileIO_PL) is a Python module to read/write Microsoft OLE2 +files (also called Structured Storage, Compound File Binary Format or Compound +Document File Format), such as Microsoft Office 97-2003 documents, Image +Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy +file formats, McAfee antivirus quarantine files, etc. -WWW: http://www.decalage.info/python/olefileio +WWW: http://www.decalage.info/en/olefile