head	1.10;
access;
symbols
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2009.01.08.10.19.39;	author pav;	state dead;
branches;
next	1.9;

1.9
date	2008.07.23.02.43.50;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2008.01.28.20.30.07;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2004.12.19.18.14.59;	author linimon;	state Exp;
branches;
next	1.6;

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

1.5
date	2003.03.07.06.05.34;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.07.02.44.21;	author seanc;	state Exp;
branches;
next	1.3;

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

1.2
date	2002.04.23.14.35.59;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.06.14.15.35;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Remove lang/py-compiler, it's been included in base python since 2.2
@
text
@# New ports collection makefile for:    py-compiler
# Date created:         6 September 2001
# Whom:                 Johann Visagie <wjv@@FreeBSD.org>
#
# $FreeBSD: ports/lang/py-compiler/Makefile,v 1.9 2008/07/23 02:43:50 pgollucci Exp $
#
# XXX The compiler package is included in Python 2.1 upwards.
#     This port somehow needs to take this into account.

PORTNAME=	compiler
PORTVERSION=	${PYTHON_PORTVERSION}
CATEGORIES=	lang python
MASTER_SITES=	http://www.python.org/ftp/python/${PORTVERSION}/ \
		http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTFILES=	${PYTHON_DISTFILE}

MAINTAINER=	pgollucci@@FreeBSD.org
COMMENT=	A Python source to bytecode compiler

DIST_SUBDIR=	python
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
WRKSRC=		${PYTHON_WRKSRC}/Tools/${PORTNAME}

.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 220
IGNORE=	is part of the standard library from Python 2.2 upwards
.endif

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


1.9
log
@Update my ports to my freebsd address

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


1.8
log
@- Add SHA256 checksums to ports
- Pass maintainship of of unmaintained ports to submitter
- The maintainers of the other ports have been contacted to update their
  own port

PR:		ports/118192
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
@
text
@d18 1
a18 1
MAINTAINER=	pgollucci@@p6m7g8.com
@


1.7
log
@Tweak up the IGNORE Makevar.
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
@
text
@d28 1
a28 1
IGNORE=	"Part of the standard library from Python 2.2 upwards"
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d18 1
a18 1
MAINTAINER=	wjv@@FreeBSD.org
@


1.4
log
@Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN		is reserved for ports that don't work.  This will prevent
		users from installing the port, but please note that
		ports marked as BROKEN will still be built by bento
IGNORE		is reserved for ports that should not be built for one
		reason or another (including bento).  Users and bento
		will not build ports marked as IGNORE.
FORBIDDEN	is reserved for security breakages only!!!  Only mark a
		port as FORBIDDEN if there is a security issue with the
		port at the time.

Reviewed by:	kris (portmgr)
@
text
@d19 1
@


1.3
log
@use USE_PYDISTUTILS
@
text
@d27 1
a27 1
FORBIDDEN=	"Part of the standard library from Python 2.2 upwards"
@


1.2
log
@- Mark FORBIDDEN if PYTHON_REL >= 220.  The compiler is now part of
  Python's standard library.

PR:		37088 (indirectly)
Submitted by:	Andreas Schulz <ats@@first.fhg.de>
@
text
@a19 2
BUILD_DEPENDS=	${PYDISTUTILS}

d22 1
a28 7

do-build:
	@@ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build

do-install:
	@@ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \
	  setup.py install -c -O1 --prefix=${PREFIX}
@


1.1
log
@Add py-compiler, a Python source to bytecode compiler.
@
text
@d26 5
d38 1
a38 1
.include <bsd.port.mk>
@

