From 1d4237a84fd6bce2688519e17028687101e531fc Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 29 Mar 2001 13:18:53 +0000 Subject: Add stackless_python 2.0, a Python implementation that does not use the C stack. PR: 29196 Submitted by: Hye-Shik Chang --- lang/stackless_python/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lang/stackless_python/Makefile (limited to 'lang/stackless_python/Makefile') diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile new file mode 100644 index 000000000000..0d09747935fc --- /dev/null +++ b/lang/stackless_python/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: stackless_python +# Date created: 29 March 2001 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ +# + +PORTNAME= python +PORTVERSION= 2.0 +CATEGORIES= lang python +MASTER_SITES= "" # python port will override this, but it's for portlint +PKGNAMEPREFIX= stackless_ + +PATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ + http://www2.freebsd-kr.org/~perky/distfiles/ \ + ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ +PATCHFILES= stackless-010223.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= perky@python.or.kr + +MASTERDIR= ${.CURDIR}/../../lang/python + +# stackless python port infoes +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr +MD5_FILE= ${.CURDIR}/distinfo +PLIST_SLAVE= ${.CURDIR}/pkg-plist.add + +SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless # relative from python port + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3