aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2005-07-29 08:55:50 +0800
committerperky <perky@FreeBSD.org>2005-07-29 08:55:50 +0800
commit7cd724fff1c07d3aec1249d06b0026f589dc8edd (patch)
treed52e515e64b0ae78638510ed460dc2d0a069a1ba
parent63d2ed26a7f159ac0ff87b3c80f7682c06f383d0 (diff)
downloadfreebsd-ports-gnome-7cd724fff1c07d3aec1249d06b0026f589dc8edd.tar.gz
freebsd-ports-gnome-7cd724fff1c07d3aec1249d06b0026f589dc8edd.tar.zst
freebsd-ports-gnome-7cd724fff1c07d3aec1249d06b0026f589dc8edd.zip
Remove stackless_python from the ports collection. It's never been
released as tarball source and difficult to maintain for its tendency to be outdated from the mainstream Python.
-rw-r--r--lang/Makefile1
-rw-r--r--lang/stackless_python/Makefile59
-rw-r--r--lang/stackless_python/distinfo4
-rw-r--r--lang/stackless_python/pkg-descr7
4 files changed, 0 insertions, 71 deletions
diff --git a/lang/Makefile b/lang/Makefile
index b4f4247c214b..d88425ff05b1 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -268,7 +268,6 @@
SUBDIR += spl
SUBDIR += squeak
SUBDIR += sr
- SUBDIR += stackless_python
SUBDIR += starlogo
SUBDIR += stklos
SUBDIR += stldoc
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
deleted file mode 100644
index 40d28131bece..000000000000
--- a/lang/stackless_python/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Ports collection makefile for: stackless_python
-# Date created: 29 March 2001
-# Whom: Hye-Shik Chang <perky@python.or.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= python
-PORTVERSION= 2.3.3
-PORTREVISION= ${CVSDATE}0
-CATEGORIES= lang python
-MASTER_SITES= #
-PKGNAMEPREFIX= stackless_
-
-PATCH_SITES= ${MASTER_SITE_LOCAL} \
- http://people.freebsd.org/~perky/distfiles/
-PATCH_SITE_SUBDIR= perky
-PATCHFILES= stackless-${CVSDATE}.diff.bz2
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= perky@FreeBSD.org
-COMMENT= Python implementation that does not use the C stack
-
-BROKEN= Distinfo out of date
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-CONFLICTS= python-2.3.*
-ONLY_FOR_ARCHS= i386 powerpc
-CVSDATE= 040225
-MASTERDIR= ${.CURDIR}/../python23
-LATEST_LINK= stackless_python
-STACKLESS_POST_CONFIGURE= stackless-post-configure
-
-DESCR= ${.CURDIR}/pkg-descr
-MD5_FILE= ${.CURDIR}/distinfo
-PLIST= ${WRKDIR}/pkg-plist
-
-post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
-.for hf in atomicobject.h cframeobject.h channelobject.h cstackobject.h \
- flextype.h nonrecursive.h prickelpit.h schedulerobject.h \
- slp_platformselect.h stackless.h stackless_api.h \
- stackless_ceval.h stackless_frame.h stackless_impl.h \
- stackless_structs.h stackless_tstate.h stackless_version.h \
- stacklesseval.h stacklessversion.h switch_ppc_macosx.h \
- switch_ppc_unix.h switch_s390_unix.h switch_sparc_sun_gcc.h \
- switch_x86_msvc.h switch_x86_unix.h taskletobject.h
- @${ECHO} "include/%%PYTHON_VERSION%%/${hf}" >>${PLIST}
-.endfor
- @${CAT} ${MASTERDIR}/pkg-plist >>${PLIST}
-
-stackless-post-configure:
- ${MKDIR} ${SHARED_WRKSRC}/Stackless
- ${LN} -sf ${WRKSRC}/Stackless/slp_transfer.c \
- ${SHARED_WRKSRC}/Stackless/slp_transfer.c
- ${LN} -sf ${WRKSRC}/Stackless/*.h ${SHARED_WRKSRC}/Stackless/
-
-.include "${MASTERDIR}/Makefile"
diff --git a/lang/stackless_python/distinfo b/lang/stackless_python/distinfo
deleted file mode 100644
index e9b83f2521dc..000000000000
--- a/lang/stackless_python/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (python/Python-2.3.4.tgz) = b6cf0b19226861a38689d2fabd0931b3
-SIZE (python/Python-2.3.4.tgz) = 8502738
-MD5 (python/stackless-040225.diff.bz2) = 94c041d48294ee57bc9b83cf83fedffd
-SIZE (python/stackless-040225.diff.bz2) = 82214
diff --git a/lang/stackless_python/pkg-descr b/lang/stackless_python/pkg-descr
deleted file mode 100644
index c48e92097be5..000000000000
--- a/lang/stackless_python/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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/