pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-olefile



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Jan 31 14:04:02 UTC 2017

Added Files:
        pkgsrc/devel/py-olefile: DESCR Makefile PLIST distinfo

Log Message:
Import py-olefile-0.44 as devel/py-olefile

olefile (formerly OleFileIO_PL) is a Python package to parse, read and write
Microsoft OLE2 files (also called Structured Storage, Compound File Binary
Format or Compound Document File Format), such as Microsoft Office 97-2003
documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix
files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee
antivirus quarantine files, etc.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-olefile/DESCR \
    pkgsrc/devel/py-olefile/Makefile pkgsrc/devel/py-olefile/PLIST \
    pkgsrc/devel/py-olefile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-olefile/DESCR
diff -u /dev/null pkgsrc/devel/py-olefile/DESCR:1.1
--- /dev/null   Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/DESCR       Tue Jan 31 14:04:02 2017
@@ -0,0 +1,6 @@
+olefile (formerly OleFileIO_PL) is a Python package to parse, read and write
+Microsoft OLE2 files (also called Structured Storage, Compound File Binary
+Format or Compound Document File Format), such as Microsoft Office 97-2003
+documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix
+files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee
+antivirus quarantine files, etc.
Index: pkgsrc/devel/py-olefile/Makefile
diff -u /dev/null pkgsrc/devel/py-olefile/Makefile:1.1
--- /dev/null   Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/Makefile    Tue Jan 31 14:04:02 2017
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/01/31 14:04:02 leot Exp $
+
+DISTNAME=      olefile-0.44
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/olefile/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.decalage.info/python/olefileio
+COMMENT=       Python module to read/write MS OLE2 files
+LICENSE=       2-clause-bsd AND hpnd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-olefile/PLIST
diff -u /dev/null pkgsrc/devel/py-olefile/PLIST:1.1
--- /dev/null   Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/PLIST       Tue Jan 31 14:04:02 2017
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/01/31 14:04:02 leot Exp $
+${PYSITELIB}/OleFileIO_PL.py
+${PYSITELIB}/OleFileIO_PL.pyc
+${PYSITELIB}/OleFileIO_PL.pyo
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/olefile/CONTRIBUTORS.txt
+${PYSITELIB}/olefile/LICENSE.txt
+${PYSITELIB}/olefile/README.html
+${PYSITELIB}/olefile/README.rst
+${PYSITELIB}/olefile/__init__.py
+${PYSITELIB}/olefile/__init__.pyc
+${PYSITELIB}/olefile/__init__.pyo
+${PYSITELIB}/olefile/olefile.py
+${PYSITELIB}/olefile/olefile.pyc
+${PYSITELIB}/olefile/olefile.pyo
Index: pkgsrc/devel/py-olefile/distinfo
diff -u /dev/null pkgsrc/devel/py-olefile/distinfo:1.1
--- /dev/null   Tue Jan 31 14:04:02 2017
+++ pkgsrc/devel/py-olefile/distinfo    Tue Jan 31 14:04:02 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/31 14:04:02 leot Exp $
+
+SHA1 (olefile-0.44.zip) = 3bab29b928bffdb70fbd3f924d1c459bac67f973
+RMD160 (olefile-0.44.zip) = e85ff631ac1992b5b59dcf98ced566c7778d2ea4
+SHA512 (olefile-0.44.zip) = 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc
+Size (olefile-0.44.zip) = 74147 bytes



Home | Main Index | Thread Index | Old Index