aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-02-05 20:52:39 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-02-05 20:52:39 +0000
commit9650cc958392c895ef613d1abea30ed3510adffd (patch)
treeda4d93eae995f30d19dd28201e34e98006c261ae /archivers
parent2e61ed980e7ecf97f5148ba4f369b51906849c2d (diff)
downloadports-9650cc958392c895ef613d1abea30ed3510adffd.tar.gz
ports-9650cc958392c895ef613d1abea30ed3510adffd.zip
Remove port: Included with all current python versions in ports tree.
PR: 107263 Submitted by: Li-Wen Hsu Approved by: python@ (alexbl)
Notes
Notes: svn path=/head/; revision=184303
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/py-bzip2/Makefile24
-rw-r--r--archivers/py-bzip2/distinfo3
-rw-r--r--archivers/py-bzip2/files/patch-bz2.c11
-rw-r--r--archivers/py-bzip2/pkg-descr6
5 files changed, 0 insertions, 45 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 483a30982fd5..c9b75b46d919 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -102,7 +102,6 @@
SUBDIR += php5-zlib
SUBDIR += ppmd
SUBDIR += ppunpack
- SUBDIR += py-bzip2
SUBDIR += py-lzma
SUBDIR += py-tarfile
SUBDIR += rar
diff --git a/archivers/py-bzip2/Makefile b/archivers/py-bzip2/Makefile
deleted file mode 100644
index 5f9b81a29235..000000000000
--- a/archivers/py-bzip2/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: py-bzip2
-# Date created: 26 March 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bzip2
-PORTVERSION= 1.1
-CATEGORIES= archivers python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= python-bz2
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-bz2-${PORTVERSION}
-
-MAINTAINER= perky@FreeBSD.org
-COMMENT= Python Interface for bz2 Compression Library
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/bz2.so
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.mk>
diff --git a/archivers/py-bzip2/distinfo b/archivers/py-bzip2/distinfo
deleted file mode 100644
index ccde1024cb5f..000000000000
--- a/archivers/py-bzip2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (python-bz2-1.1.tar.bz2) = 5fb3d766dd8fe9f92c69f90a1502bf37
-SHA256 (python-bz2-1.1.tar.bz2) = 6ade904d9c780cb182bbf3b7a704304a3675259f631822bd28b7440f7a6f2f45
-SIZE (python-bz2-1.1.tar.bz2) = 23798
diff --git a/archivers/py-bzip2/files/patch-bz2.c b/archivers/py-bzip2/files/patch-bz2.c
deleted file mode 100644
index 7c977cda14cf..000000000000
--- a/archivers/py-bzip2/files/patch-bz2.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- bz2.c.orig Tue Mar 26 13:32:03 2002
-+++ bz2.c Tue Mar 26 13:32:12 2002
-@@ -1447,7 +1447,7 @@
- int strsize;
- int bufsize = SMALLCHUNK;
- long totalout;
-- PyObject *ret;
-+ PyObject *ret = NULL;
- bz_stream *bzs = &self->bzs;
- int bzerror;
-
diff --git a/archivers/py-bzip2/pkg-descr b/archivers/py-bzip2/pkg-descr
deleted file mode 100644
index c34cf0e0c4eb..000000000000
--- a/archivers/py-bzip2/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The python-bz2 module provides a comprehensive interface for the
-bz2 compression library. It implements a complete file interface,
-one shot (de)compression functions, and types for sequential
-(de)compression.
-
-WWW: http://python-bz2.sourceforge.net