mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add stackless_python 2.0, a Python implementation that does not use
the C stack. PR: 29196 Submitted by: Hye-Shik Chang <perky@python.or.kr>
This commit is contained in:
parent
a27752ff63
commit
1d4237a84f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40531
@ -135,6 +135,7 @@
|
||||
SUBDIR += snobol
|
||||
SUBDIR += squeak2
|
||||
SUBDIR += sr
|
||||
SUBDIR += stackless_python
|
||||
SUBDIR += starlogo
|
||||
SUBDIR += swi-pl
|
||||
SUBDIR += sxm
|
||||
|
32
lang/stackless_python/Makefile
Normal file
32
lang/stackless_python/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Ports collection makefile for: stackless_python
|
||||
# Date created: 29 March 2001
|
||||
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
||||
#
|
||||
# $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"
|
2
lang/stackless_python/distinfo
Normal file
2
lang/stackless_python/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98
|
||||
MD5 (python/stackless-010223.diff.gz) = 2aac9dd230afcd1ced77e881565920c0
|
4
lang/stackless_python/files/Setup.stackless
Normal file
4
lang/stackless_python/files/Setup.stackless
Normal file
@ -0,0 +1,4 @@
|
||||
*static*
|
||||
|
||||
# Christian Tismer's continuation module (part of Stackless Python)
|
||||
continuation continuationmodule.c
|
1
lang/stackless_python/pkg-comment
Normal file
1
lang/stackless_python/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Python implementation that does not use the C stack
|
9
lang/stackless_python/pkg-descr
Normal file
9
lang/stackless_python/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Stackless Python is an alternative implementation of Python
|
||||
created by independent developer Christian Tismer.
|
||||
It can make Python faster, smaller, more flexible, safer.
|
||||
and supports continuation, microthread, and so many fascinative
|
||||
features.
|
||||
|
||||
WWW: http://www.stackless.com/
|
||||
|
||||
- Hye-Shik Chang, a.k.a, "Perky"
|
1
lang/stackless_python/pkg-plist.add
Normal file
1
lang/stackless_python/pkg-plist.add
Normal file
@ -0,0 +1 @@
|
||||
include/%%PYTHON_VERSION%%/python.h
|
Loading…
Reference in New Issue
Block a user