Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157552039
D13292.id35953.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13292.id35953.diff
View Options
Index: archivers/py-xopen/Makefile
===================================================================
--- /dev/null
+++ archivers/py-xopen/Makefile
@@ -0,0 +1,18 @@
+# Created by: Jason Bacon <jwb@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xopen
+PORTVERSION= 0.2.1
+CATEGORIES= archivers python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Open compressed files transparently
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Index: archivers/py-xopen/distinfo
===================================================================
--- /dev/null
+++ archivers/py-xopen/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1509552397
+SHA256 (xopen-0.2.1.tar.gz) = 9b054f8c1c906ca416412e8b7430bac4e683a2c5ce1a59e7e62d667418165dfe
+SIZE (xopen-0.2.1.tar.gz) = 4353
Index: archivers/py-xopen/pkg-descr
===================================================================
--- /dev/null
+++ archivers/py-xopen/pkg-descr
@@ -0,0 +1,6 @@
+This small Python module provides a xopen function that works like the built-in
+open function, but can also deal with compressed files. Supported compression
+formats are gzip, bzip2 and xz. They are automatically recognized by their file
+extensions .gz, .bz2 or .xz.
+
+WWW: https://pypi.python.org/pypi/xopen
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 6:02 PM (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33451356
Default Alt Text
D13292.id35953.diff (1 KB)
Attached To
Mode
D13292: [new port] archivers/py-xopen: Open compressed files transparently
Attached
Detach File
Event Timeline
Log In to Comment