# 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: # # tinypy # tinypy/Makefile # tinypy/distinfo # tinypy/pkg-descr # echo c - tinypy mkdir -p tinypy > /dev/null 2>&1 echo x - tinypy/Makefile sed 's/^X//' >tinypy/Makefile << '964842e15f9e7641335175ea3ca873e5' X# New ports collection makefile for: tinypy X# Date created: 2009-02-26 X# Whom: Marcin Cieslak X# X# $FreeBSD$ X# X XPORTNAME= tinypy XPORTVERSION= 1.1 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= saper@SYSTEM.PL XCOMMENT= A minimalist implementation of python in 64k of code X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X XPYDISTUTILS_BUILD_TARGET= linux XPYDISTUTILS_NOEGGINFO= yes XWANT_SDL= yes XUSE_SDL= sdl X XPLIST_FILES= bin/tinypy X X.include X X.if ${HAVE_SDL:Msdl} && !defined(WITHOUT_PYGAME) XPYDISTUTILS_BUILD_TARGET+= pygame X.endif X.if !defined(NOPORTEXAMPLE) && !defined(WITHOUT_PYGAME) XPORTEXAMPLES+= julia.py X.endif X Xdo-configure: X @${DO_NADA} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/build/tinypy ${PREFIX}/bin X.if !defined(NOPORTEXAMPLES) && !defined(WITHOUT_PYGAME) X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/julia.py ${EXAMPLESDIR} X.endif X X.include 964842e15f9e7641335175ea3ca873e5 echo x - tinypy/distinfo sed 's/^X//' >tinypy/distinfo << '6fdd0a052a03bc191e8f198cb7e2e122' XMD5 (tinypy-1.1.tar.gz) = 1091300b72fcc1f75cafb91bea92772e XSHA256 (tinypy-1.1.tar.gz) = 858d68d3643614e3646776ad99d5e4ad7cbd6428f44c3acd4cf7b11db1c55b39 XSIZE (tinypy-1.1.tar.gz) = 40632 6fdd0a052a03bc191e8f198cb7e2e122 echo x - tinypy/pkg-descr sed 's/^X//' >tinypy/pkg-descr << '5a07e7cbcda2c4de2565beab8821aab8' Xtinypy includes a whole heap of features: X X * parser and bytecode compiler written in tinypy X * fully bootstrapped X * luaesque virtual machine with garbage collection written in C X it's "stackless" sans any "stackless" features X * cross-platform :) it runs under windows / linux / macosx X * a fairly decent subset of python X o classes and single inheritance X o functions with variable or keyword arguments X o strings, lists, dicts, numbers X o modules, list comprehensions X o exceptions with full traceback X o some builtins X * batteries not included -- yet X XWWW: http://www.tinypy.org/ 5a07e7cbcda2c4de2565beab8821aab8 exit