head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2011.03.28.13.26.00;	author sbz;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.18.10.04.47;	author sbz;	state Exp;
branches;
next	1.10;

1.10
date	2011.01.29.03.51.05;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2010.11.11.15.36.14;	author jadawin;	state Exp;
branches;
next	1.8;

1.8
date	2010.07.08.02.04.04;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.24.15.31.20;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.23.21.16.04;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.30.09.40.56;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.06.09.48.23;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.03.05.14.03;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2004.06.09.06.34.23;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.28.14.33.03;	author perky;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-lzma
# Date created:		28 May 2004
# Whom:			Hye-Shik Chang
#
# $FreeBSD: head/archivers/py-lzma/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	lzma
PORTVERSION=	0.4.4
CATEGORIES=	archivers python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	py${PORTNAME}-${PORTVERSION}

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	Python binding for the LZMA compression library

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

ONLY_FOR_ARCHS=	i386

USE_DOS2UNIX=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	py${PORTNAME}
PYEASYINSTALL_ARCHDEP=	yes
PYEASYINSTALL_EGG=	${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg

DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

PORTDOCS=	usage.txt

.if !defined(NOPORTDOCS)
post-install:
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.12
log
@- Update to 0.4.4

Approved by:	jadawin@@ (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.3
@


1.10
log
@- Update to 0.4.3

PR:		154330
Submitted by:	Sofian Brabez <sbrabez@@gmail.com>
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	sbrabez@@gmail.com
@


1.9
log
@- Update to 0.4.2
- Submitter is now maintainer

PR:		ports/152122
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.4.2
d18 6
@


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

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
d11 1
a11 1
MASTER_SITES=	http://www.joachim-bauch.de/projects/python/pylzma/releases/
d13 1
a13 1
DISTNAME=	pylzma-${PORTVERSION}
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d19 14
a32 2
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	pylzma
@


1.7
log
@- Pass maintainership to gcooper@@

PR:		146911
Submitted by:	gcooper@@
@
text
@d15 1
a15 1
MAINTAINER=	gcooper@@FreeBSD.org
@


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

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d15 1
a15 1
MAINTAINER=	perky@@FreeBSD.org
@


1.4
log
@Update to 0.3.0

PR:		107266
Submitted by:	Li-Wen Hsu <lwhsu@@lwhsu.org>
Approved by:	maintainer timeout
@
text
@d20 1
@


1.3
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.3
a20 4
post-patch:
	${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.c' -or \
		-name '*.h' | ${XARGS} -n1 ${REINPLACE_CMD} 's/
//g'

@


1.2
log
@Fix build on STABLE.

Spotted by:	kris
@
text
@a19 1
USE_REINPLACE=	yes
@


1.1
log
@Add py-lzma, a 7zip compression library for Python.
@
text
@d20 5
@

