aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-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
6 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index f0bb1aabee0c..487cdc8c4a15 100644
--- a/MOVED
+++ b/MOVED
@@ -2796,3 +2796,4 @@ sysutils/p5-FreeBSD-Portindex|ports-mgmt/p5-FreeBSD-Portindex|2007-02-05|Moved t
sysutils/qtpkg|ports-mgmt/qtpkg|2007-02-05|Moved to a new category
textproc/p5-FreeBSD-Ports|ports-mgmt/p5-FreeBSD-Ports|2007-02-05|Moved to a new category
sysutils/pkg_replace|ports-mgmt/pkg_replace|2007-02-05|Moved to a new category
+archivers/py-bzip2||2007-02-05|Included with all current python versions in ports tree
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