1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Remove port: Included with all current python versions in ports tree.

PR:		107263
Submitted by:	Li-Wen Hsu
Approved by:	python@ (alexbl)
This commit is contained in:
Tom McLaughlin 2007-02-05 20:52:39 +00:00
parent 2e61ed980e
commit 9650cc9583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184303
6 changed files with 1 additions and 45 deletions

1
MOVED
View File

@ -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

View File

@ -102,7 +102,6 @@
SUBDIR += php5-zlib
SUBDIR += ppmd
SUBDIR += ppunpack
SUBDIR += py-bzip2
SUBDIR += py-lzma
SUBDIR += py-tarfile
SUBDIR += rar

View File

@ -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>

View File

@ -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

View File

@ -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;

View File

@ -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