Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 16:52:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201410171652.s9HGqqeh052650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <antoine@FreeBSD.org>
 # $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 <bsd.port.mk>

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



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