diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/py-bzip2/Makefile | 24 | ||||
-rw-r--r-- | archivers/py-bzip2/distinfo | 3 | ||||
-rw-r--r-- | archivers/py-bzip2/files/patch-bz2.c | 11 | ||||
-rw-r--r-- | archivers/py-bzip2/pkg-descr | 6 |
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 |