head	1.26;
access;
symbols
	RELEASE_8_1_0:1.25
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.20
	RELEASE_6_3_0:1.20
	PRE_XORG_7:1.20
	RELEASE_4_EOL:1.20
	RELEASE_6_2_0:1.20
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.17
	RELEASE_4_11_0:1.16
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.15
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.26
date	2010.08.21.14.17.06;	author lwhsu;	state dead;
branches;
next	1.25;

1.25
date	2010.07.08.02.11.51;	author linimon;	state Exp;
branches;
next	1.24;

1.24
date	2010.07.08.02.04.04;	author linimon;	state Exp;
branches;
next	1.23;

1.23
date	2010.06.12.09.46.58;	author lwhsu;	state Exp;
branches;
next	1.22;

1.22
date	2010.05.24.15.31.21;	author amdmi3;	state Exp;
branches;
next	1.21;

1.21
date	2010.05.23.21.16.04;	author linimon;	state Exp;
branches;
next	1.20;

1.20
date	2006.10.09.11.32.50;	author perky;	state Exp;
branches;
next	1.19;

1.19
date	2006.04.22.04.17.34;	author perky;	state Exp;
branches;
next	1.18;

1.18
date	2005.09.11.07.09.04;	author perky;	state Exp;
branches;
next	1.17;

1.17
date	2005.01.26.09.01.57;	author perky;	state Exp;
branches;
next	1.16;

1.16
date	2004.10.18.01.32.02;	author perky;	state Exp;
branches;
next	1.15;

1.15
date	2004.04.14.06.08.52;	author perky;	state Exp;
branches;
next	1.14;

1.14
date	2003.12.16.10.34.35;	author perky;	state Exp;
branches;
next	1.13;

1.13
date	2003.11.10.11.33.51;	author perky;	state Exp;
branches;
next	1.12;

1.12
date	2003.09.27.15.20.26;	author perky;	state Exp;
branches;
next	1.11;

1.11
date	2003.07.31.20.31.05;	author perky;	state Exp;
branches;
next	1.10;

1.10
date	2003.02.28.08.46.57;	author perky;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.25.06.25.26;	author perky;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.19.17.23.20;	author perky;	state Exp;
branches;
next	1.7;

1.7
date	2002.10.25.21.23.44;	author perky;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.19.11.36.21;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.25.07.50.52;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.08.04.57.07;	author pat;	state Exp;
branches;
next	1.3;

1.3
date	2002.05.04.18.02.44;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.29.11.28.31;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.27.15.23.02;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.26
log
@2010-08-07 archivers/py-tarfile: all development activity in this port has been merged into mainline python after 2.4
@
text
@# New ports collection makefile for:	py-tarfile
# Date created:		26 March 2002
# Whom:			Hye-Shik Chang <perky@@fallin.lv>
#
# $FreeBSD: ports/archivers/py-tarfile/Makefile,v 1.25 2010/07/08 02:11:51 linimon Exp $
#

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


1.25
log
@Update deprecation notices and expiration dates.

Submitted by:	former maintainer on ports@@
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.24
log
@Reset maintainer per his request to ports@@.

Feature safe:	yes
@
text
@d21 1
@


1.23
log
@- Mark deprecated, all development activity in this port has been
  merged into mainline python after 2.4

PR:		ports/146944
Submitted by:	Garrett Cooper <gcooper AT FreeBSD.org> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	gcooper@@FreeBSD.org
@


1.22
log
@- Pass maintainership to gcooper@@

PR:		146911
Submitted by:	gcooper@@
@
text
@d20 2
@


1.21
log
@Reset perky@@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.20
log
@Update to 0.8.0

PR:		103521
Submitted by:	xride
@
text
@d14 1
a14 1
MAINTAINER=	perky@@FreeBSD.org
@


1.19
log
@Update to 0.7.9
@
text
@d9 1
a9 1
PORTVERSION=	0.7.9
@


1.18
log
@Update to 0.7.7

PR:		85890
Submitted by:	Marcus Alves Grando <marcus@@corp.grupos.com.br>
@
text
@d9 1
a9 1
PORTVERSION=	0.7.7
@


1.17
log
@Update to 0.7.6
@
text
@d9 1
a9 1
PORTVERSION=	0.7.6
@


1.16
log
@Update to 0.7.5
@
text
@d9 1
a9 1
PORTVERSION=	0.7.5
@


1.15
log
@Update to 0.7.2
@
text
@d9 1
a9 1
PORTVERSION=	0.7.2
@


1.14
log
@Update to 0.7.1
@
text
@d9 1
a9 1
PORTVERSION=	0.7.1
d20 9
a28 1
.include <bsd.port.mk>
@


1.13
log
@Update to 0.7
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@


1.12
log
@Update to 0.6.7
@
text
@d9 1
a9 1
PORTVERSION=	0.6.7
@


1.11
log
@Update to 0.6.6
@
text
@d9 1
a9 1
PORTVERSION=	0.6.6
@


1.10
log
@Update to 0.6.5
@
text
@d9 1
a9 1
PORTVERSION=	0.6.5
@


1.9
log
@De-pkg-comment for my ports.
@
text
@d9 1
a9 1
PORTVERSION=	0.6.2
@


1.8
log
@Update to 0.6.2
@
text
@d15 1
@


1.7
log
@Update to 0.6
@
text
@d9 1
a9 1
PORTVERSION=	0.6
@


1.6
log
@Update to 0.4.9
@
text
@d9 1
a9 1
PORTVERSION=	0.4.9
d11 1
a11 2
MASTER_SITES=	http://www.gustaebel.de/lars/tarfile/ \
		http://www3.kr.freebsd.org/~perky/distfiles/
@


1.5
log
@Updating my email address.

Approved by: cjh (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.2
@


1.4
log
@Update to 0.4.2

PR:		38971
Submitted by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	perky@@fallin.lv
@


1.3
log
@upgrade to 0.4

PR:		37742
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.4
d20 1
a20 13
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 200
IGNORE=		needs Python 2.0 at least
.else
.if ${PYTHON_REL} < 220
PLIST_SUB+=	UNDERPY22=""
.else
PLIST_SUB+=	UNDERPY22="@@comment "
.endif
.endif

.include <bsd.port.post.mk>
@


1.2
log
@use USE_PYDISTUTILS
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@


1.1
log
@add py-tarfile 0.3
Python library for reading and writing tarballs

PR:		36371
Submitted by:	Hye-Shik Chang <perky@@fallin.lv>
@
text
@d18 1
a18 1
SETUP_CMD=	cd ${WRKSRC} && ${PYTHON_CMD} setup.py
a30 6

do-build:
	${SETUP_CMD} build

do-install:
	${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
@

