From owner-freebsd-ports Thu Mar 29 0: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E103A37B722 for ; Thu, 29 Mar 2001 00:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T801766116; Thu, 29 Mar 2001 00:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7753837B71E for ; Wed, 28 Mar 2001 23:50:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T7o3964617; Wed, 28 Mar 2001 23:50:03 -0800 (PST) (envelope-from nobody) Message-Id: <200103290750.f2T7o3964617@freefall.freebsd.org> Date: Wed, 28 Mar 2001 23:50:03 -0800 (PST) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26196: New port: lang/python+stackless Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26196 >Category: ports >Synopsis: New port: lang/python+stackless >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 29 00:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.2 >Organization: Yonsei University >Environment: FreeBSD sbtm.yonsei.ac.kr 4.3-BETA FreeBSD 4.3-BETA #0: Mon Mar 19 22:23:56 KST 2001 root@sbtm.yonsei.ac.kr:/usr/src/sys/compile/AYANAMI i386 >Description: yet another python implementation. this port uses python port. MAINTAINER variable was not fit in portlint, but It was needed for overriding python port's. and PATCH_SITES are all mine, because original author doesnot serve diff file, but only full source zip file for MS windows. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # python+stackless # python+stackless/Makefile # python+stackless/distinfo # python+stackless/files # python+stackless/files/Setup.stackless # python+stackless/pkg-comment # python+stackless/pkg-descr # echo c - python+stackless mkdir -p python+stackless > /dev/null 2>&1 echo x - python+stackless/Makefile sed 's/^X//' >python+stackless/Makefile << 'END-of-python+stackless/Makefile' X# Ports collection makefile for: python+stackless X# Date created: 29 March 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= python XPORTVERSION= 2.0 XPORTREVISION= 1 XCATEGORIES= lang python XMASTER_SITES= "" # python port will override this, but it's for portlint XPKGNAMESUFFIX= -stackless X XPATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ X http://www2.freebsd-kr.org/~perky/distfiles/ \ X ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ XPATCHFILES= stackless-010223.diff.gz XPATCH_DIST_STRIP= -p1 X XMASTERDIR= ${.CURDIR}/../python X X# stackless python port infoes XCOMMENT= ${.CURDIR}/pkg-comment XDESCR= ${.CURDIR}/pkg-descr XMD5_FILE= ${.CURDIR}/distinfo X XSETUP_LOCAL+= ../../python+stackless/files/Setup.stackless # relative from python port X X.include "${MASTERDIR}/Makefile" X XMAINTAINER= perky@python.or.kr # to override python port's END-of-python+stackless/Makefile echo x - python+stackless/distinfo sed 's/^X//' >python+stackless/distinfo << 'END-of-python+stackless/distinfo' XMD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98 XMD5 (python/stackless-010223.diff.gz) = 2aac9dd230afcd1ced77e881565920c0 END-of-python+stackless/distinfo echo c - python+stackless/files mkdir -p python+stackless/files > /dev/null 2>&1 echo x - python+stackless/files/Setup.stackless sed 's/^X//' >python+stackless/files/Setup.stackless << 'END-of-python+stackless/files/Setup.stackless' X*static* X X# Christian Tismer's continuation module (part of Stackless Python) Xcontinuation continuationmodule.c END-of-python+stackless/files/Setup.stackless echo x - python+stackless/pkg-comment sed 's/^X//' >python+stackless/pkg-comment << 'END-of-python+stackless/pkg-comment' XA Python implementation that does not use the C stack END-of-python+stackless/pkg-comment echo x - python+stackless/pkg-descr sed 's/^X//' >python+stackless/pkg-descr << 'END-of-python+stackless/pkg-descr' XStackless Python is an alternative implementation of Python Xcreated by independent developer Christian Tismer. XIt can make Python faster, smaller, more flexible, safer. Xand supports continuation, microthread, and so many fascinative Xfeatures. X XWWW: http://www.stackless.com/ X X- Hye-Shik Chang, a.k.a, "Perky" END-of-python+stackless/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message