summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-21 14:17:06 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-21 14:17:06 +0000
commit83383e7c035d86528591853b429a96bd553edb60 (patch)
tree0550a7b8ab7db8031c19b186125bcceb11035add /archivers
parentFix build with upcoming KDE 4.5 (diff)
2010-08-07 archivers/py-tarfile: all development activity in this port has been merged into mainline python after 2.4
Notes
Notes: svn path=/head/; revision=259679
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/py-tarfile/Makefile31
-rw-r--r--archivers/py-tarfile/distinfo3
-rw-r--r--archivers/py-tarfile/pkg-descr5
-rw-r--r--archivers/py-tarfile/pkg-plist4
5 files changed, 0 insertions, 44 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index d364cc5971bf..bc62236d7024 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -147,7 +147,6 @@
SUBDIR += py-liblzma
SUBDIR += py-librtfcomp
SUBDIR += py-lzma
- SUBDIR += py-tarfile
SUBDIR += rar
SUBDIR += rox-archive
SUBDIR += rpm
diff --git a/archivers/py-tarfile/Makefile b/archivers/py-tarfile/Makefile
deleted file mode 100644
index 9cb92d6aa21b..000000000000
--- a/archivers/py-tarfile/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: py-tarfile
-# Date created: 26 March 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tarfile
-PORTVERSION= 0.8.0
-CATEGORIES= archivers python
-MASTER_SITES= http://www.gustaebel.de/lars/tarfile/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python library for reading and writing tarballs
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-DEPRECATED= all development activity in this port has been merged into mainline python after 2.4
-EXPIRATION_DATE= 2010-08-07
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 230
-PLIST_SUB+= NO_PY23=""
-.else
-PLIST_SUB+= NO_PY23="@comment "
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/archivers/py-tarfile/distinfo b/archivers/py-tarfile/distinfo
deleted file mode 100644
index ffed9d550991..000000000000
--- a/archivers/py-tarfile/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tarfile-0.8.0.tar.gz) = 79e08dbb9eb1761e37a186dae43cd01a
-SHA256 (tarfile-0.8.0.tar.gz) = f7c22932361cc5673b574133ac6af6682ab6a1ab62207de41e8145805b975c84
-SIZE (tarfile-0.8.0.tar.gz) = 61804
diff --git a/archivers/py-tarfile/pkg-descr b/archivers/py-tarfile/pkg-descr
deleted file mode 100644
index 8f4500dc0259..000000000000
--- a/archivers/py-tarfile/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Tarfile is a comprehensive implementation of the TAR archive
-format for the Python Language as a module. It enables read/write
-access to common TAR archives including all specialties.
-
-WWW: http://www.gustaebel.de/lars/tarfile/
diff --git a/archivers/py-tarfile/pkg-plist b/archivers/py-tarfile/pkg-plist
deleted file mode 100644
index c03c8881238c..000000000000
--- a/archivers/py-tarfile/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%NO_PY23%%%%PYTHON_SITELIBDIR%%/_tarfile.so
-%%PYTHON_SITELIBDIR%%/tarfile.py
-%%PYTHON_SITELIBDIR%%/tarfile.pyc
-%%PYTHON_SITELIBDIR%%/tarfile.pyo