As previously discussed, remove python15 which has long been superseded

by python version 2.
This commit is contained in:
naddy 2001-10-24 12:22:01 +00:00
parent aa026fd67a
commit 3793f36d89
20 changed files with 1 additions and 1973 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2001/05/05 22:20:35 espie Exp $
# $OpenBSD: Makefile,v 1.45 2001/10/24 12:22:01 naddy Exp $
# $FreeBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
#
@ -60,10 +60,6 @@
SUBDIR += python,threads
SUBDIR += python,tk,threads,no_tools
SUBDIR += python,tk,no_tools
SUBDIR += python15,
SUBDIR += python15,threads
SUBDIR += python15,tk,threads,no_tools
SUBDIR += python15,tk,no_tools
# SUBDIR += rexx-imc
SUBDIR += ruby
# SUBDIR += scheme48

View File

@ -1,111 +0,0 @@
# $OpenBSD: Makefile,v 1.11 2001/10/16 16:34:01 brad Exp $
#
# This port should remain Python 1.5.2. Please do not upgrade.
# Uses threads
COMMENT= "interpreted object-oriented programming language"
COMMENT-tools= "extra tools for python"
DISTNAME= py152
PKGNAME= python-1.5.2
CATEGORIES= lang
NEED_VERSION= 1.405
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.python.org/
MAINTAINER= Jason Ish <jasoni@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= tk threads no_tools
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
FLAVOR?=
.else
FLAVOR?= threads
.endif
# don't package tools if not needed
.if empty(FLAVOR:L:Mno_tools)
MULTI_PACKAGES= -tools
.endif
# The tools package is not flavor dependent.
FULLPKGNAME-tools=python-tools-1.5.2
FULLPKGNAME=${PKGNAME}${FLAVOR_EXT:S/-no_tools//}
.if ${FLAVOR:L:Mtk}
LIB_DEPENDS= tk80.1.5::x11/tk/8.0
SETUP_LOCAL+= Setup.tk
.endif
CONFIGURE_STYLE= autoconf dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-fpectl --enable-debug
CONFIGURE_ENV= OPT="${CFLAGS}" LDSHARED="cc -shared -fpic"
LIB_DEPENDS+= gmp::devel/gmp
WRKDIST= ${WRKDIR}/Python-1.5.2
# If libc_r exists, thread support is compiled in by default unless this
# is a SPARC system where threads are currently non functional.
.if ${FLAVOR:L:Mthreads}
.if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
BROKEN="Support for ${MACHINE_ARCH} threads is currently broken"
.elif !exists(/usr/lib/libc_r.a)
BROKEN="No thread support on this machine"
.else
CONFIGURE_ARGS+= --with-thread
.endif
.endif
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
NO64BIT= \#
.endif
pre-configure:
@echo ""
@echo "***"
@echo "*** Building Python with ${FLAVOR}"
@echo "***"
@echo "*** You can set ${FLAVORS} by typing"
@echo "*** FLAVOR=\"set of options\" make"
@echo "***"
@echo ""
# Depends on NO_SHARED_LIBS.
post-configure:
cd ${.CURDIR} && make finish-setup
post-install:
@strip ${PREFIX}/bin/python
@cd ${WRKSRC}; tar -cf - Tools | (cd ${PREFIX}/lib/python1.5; tar -xf -)
.include <bsd.port.mk>
# The tools package is not flavor dependent.
.if defined(NO64BIT)
SED_PLIST+=-e '/%%mm%%/d'
.else
SED_PLIST+=-e '/%%mm%%/r${PKGDIR}/PFRAG.mm' -e '//d'
.endif
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:U} == YES
NOSHARED= \#
.endif
finish-setup:
@sed -e 's,@NOSHARED@,${NOSHARED},g' \
-e 's,@NO64BIT@,${NO64BIT},g' \
${FILESDIR}/Setup > ${WRKSRC}/Modules/Setup
.for file in ${SETUP_LOCAL}
@sed -e 's,@NOSHARED@,${NOSHARED},g' \
${FILESDIR}/${file} >> ${WRKSRC}/Modules/Setup.local
.endfor

View File

@ -1,414 +0,0 @@
# -*- makefile -*-
# The file Setup is used by the makesetup script to construct the files
# Makefile and config.c, from Makefile.pre and config.c.in,
# respectively. The file Setup itself is initially copied from
# Setup.in; once it exists it will not be overwritten, so you can edit
# Setup to your heart's content. Note that Makefile.pre is created
# from Makefile.pre.in by the toplevel configure script.
# (VPATH notes: Setup and Makefile.pre are in the build directory, as
# are Makefile and config.c; the *.in files are in the source
# directory.)
# Each line in this file describes one or more optional modules.
# Comment out lines to suppress modules.
# Lines have the following structure:
#
# <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
#
# <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
# <cpparg> is anything starting with -I, -D, -U or -C
# <library> is anything ending in .a or beginning with -l or -L
# <module> is anything else but should be a valid Python
# identifier (letters, digits, underscores, beginning with non-digit)
#
# (As the makesetup script changes, it may recognize some other
# arguments as well, e.g. *.so and *.sl as libraries. See the big
# case statement in the makesetup script.)
#
# Lines can also have the form
#
# <name> = <value>
#
# which defines a Make variable definition inserted into Makefile.in
#
# Finally, if a line contains just the word "*shared*" (without the
# quotes but with the stars), then the following modules will not be
# included in the config.c file, nor in the list of objects to be
# added to the library archive, and their linker options won't be
# added to the linker options, but rules to create their .o files and
# their shared libraries will still be added to the Makefile, and
# their names will be collected in the Make variable SHAREDMODS. This
# is used to build modules as shared libraries. (They can be
# installed using "make sharedinstall", which is implied by the
# toplevel "make install" target.) (For compatibility,
# *noconfig* has the same effect as *shared*.)
#
# In addition, *static* reverses this effect (negating a previous
# *shared* line).
# NOTE: As a standard policy, as many modules as can be supported by a
# platform should be present. The distribution comes with all modules
# enabled that are supported by most platforms and don't require you
# to ftp sources from elsewhere.
# Some special rules to define PYTHONPATH.
# Edit the definitions below to indicate which options you are using.
# Don't add any whitespace or comments!
# Directories where library files get installed.
# DESTLIB is for Python modules; MACHDESTLIB for shared libraries.
DESTLIB=$(LIBDEST)
MACHDESTLIB=$(BINLIBDEST)
# NOTE: all the paths are now relative to the prefix that is computed
# at run time!
# Standard path -- don't edit.
# No leading colon since this is the first entry.
# Empty since this is now just the runtime prefix.
DESTPATH=
# Site specific path components -- should begin with : if non-empty
SITEPATH=
# Standard path components for test modules
TESTPATH=
# Path components for machine- or system-dependent modules and shared libraries
MACHDEPPATH=:plat-$(MACHDEP)
COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
PYTHONPATH=$(COREPYTHONPATH)
# The modules listed here can't be built as shared libraries for
# various reasons; therefore they are listed here instead of in the
# normal order.
# Some modules that are normally always on:
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
posix posixmodule.c # posix (UNIX) system calls
signal signalmodule.c # signal(2)
# The SGI specific GL module:
GLHACK=-Dclear=__GLclear
#gl glmodule.c cgensupport.c -I$(srcdir) $(GLHACK) -lgl -lX11
# The thread module is now automatically enabled, see Setup.thread.
# Pure module. Cannot be linked dynamically.
# -DWITH_QUANTIFY, -DWITH_PURIFY, or -DWITH_ALL_PURE
#WHICH_PURE_PRODUCTS=-DWITH_ALL_PURE
#PURE_INCLS=-I/usr/local/include
#PURE_STUBLIBS=-L/usr/local/lib -lpurify_stubs -lquantify_stubs
#pure puremodule.c $(WHICH_PURE_PRODUCTS) $(PURE_INCLS) $(PURE_STUBLIBS)
# Uncommenting the following line tells makesetup that all following
# modules are to be built as shared libraries (see above for more
# detail; also note that *static* reverses this effect):
@NOSHARED@*shared*
# GNU readline. Unlike previous Python incarnations, GNU readline is
# now incorporated in an optional module, configured in the Setup file
# instead of by a configure script switch. You may have to insert a
# -L option pointing to the directory where libreadline.* lives,
# and you may have to change -ltermcap to -ltermlib or perhaps remove
# it, depending on your system -- see the GNU readline instructions.
# It's okay for this to be a shared library, too.
readline readline.c -lreadline -ltermcap
# Modules that should always be present (non UNIX dependent):
array arraymodule.c # array objects
cmath cmathmodule.c # -lm # complex math library functions
math mathmodule.c # -lm # math library functions, e.g. sin()
strop stropmodule.c # fast string operations implemented in C
struct structmodule.c # binary structure packing/unpacking
time timemodule.c # -lm # time operations and variables
operator operator.c # operator.add() and similar goodies
#_locale _localemodule.c # access to ISO C locale support
# Modules with some UNIX dependencies -- on by default:
# (If you have a really backward UNIX, select and socket may not be
# supported...)
fcntl fcntlmodule.c # fcntl(2) and ioctl(2)
pwd pwdmodule.c # pwd(3)
grp grpmodule.c # grp(3)
select selectmodule.c # select(2); not on ancient System V
socket socketmodule.c # socket(2); not on ancient System V
#_socket socketmodule.c # socket(2); use this one for BeOS sockets
errno errnomodule.c # posix (UNIX) errno values
# The crypt module is now disabled by default because it breaks builds
# on many systems (where -lcrypt is needed), e.g. Linux (I believe).
#crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems
# Some more UNIX dependent modules -- off by default, since these
# are not supported by all UNIX systems:
nis nismodule.c # Sun yellow pages -- not everywhere
termios termios.c # Steen Lumholt's termios module
resource resource.c # Jeremy Hylton's rlimit interface
# Multimedia modules -- off by default.
# These don't work for 64-bit platforms!!!
# These represent audio samples or images as strings:
@NO64BIT@audioop audioop.c # Operations on audio samples
@NO64BIT@imageop imageop.c # Operations on images
@NO64BIT@rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
# The stdwin module provides a simple, portable (between X11 and Mac)
# windowing interface. You need to ftp the STDWIN library, e.g. from
# ftp://ftp.cwi.nl/pub/stdwin. (If you get it elsewhere, be sure to
# get version 1.0 or higher!) The STDWIN variable must point to the
# STDWIN toplevel directory.
# Uncomment and edit as needed:
#STDWIN=/ufs/guido/src/stdwin
# Uncomment these lines:
#STDWINPATH=:lib-stdwin
#LIBTEXTEDIT=$(STDWIN)/$(MACHDEP)/Packs/textedit/libtextedit.a
#LIBX11STDWIN=$(STDWIN)/$(MACHDEP)/Ports/x11/libstdwin.a
#stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBX11STDWIN) -lX11
# Use this instead of the last two lines above for alphanumeric stdwin:
#LIBALFASTDWIN=$(STDWIN)/$(MACHDEP)/Ports/alfa/libstdwin.a
#stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBALFASTDWIN) -ltermcap
# The md5 module implements the RSA Data Security, Inc. MD5
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# md5c.c and md5.h are included here.
md5 md5module.c md5c.c
# The sha module implements the SHA checksum algorithm.
# (NIST's Secure Hash Algorithm.)
sha shamodule.c
# The mpz module interfaces to the GNU Multiple Precision library.
# You need to ftp the GNU MP library.
# The GMP variable must point to the GMP source directory.
# This was originally written and tested against GMP 1.2 and 1.3.2.
# It has been modified by Rob Hooft to work with 2.0.2 as well, but I
# haven't tested it recently.
# A compatible MP library unencombered by the GPL also exists. It was
# posted to comp.sources.misc in volume 40 and is widely available from
# FTP archive sites. One URL for it is:
# ftp://gatekeeper.dec.com/.b/usenet/comp.sources.misc/volume40/fgmp/part01.Z
#GMP=/usr/src/gnu/lib/libgmp
#mpz mpzmodule.c -I$(GMP) $(GMP)/libgmp.a
mpz mpzmodule.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lgmp
# SGI IRIX specific modules -- off by default.
# These module work on any SGI machine:
# *** gl must be enabled higher up in this file ***
#fm fmmodule.c $(GLHACK) -lfm -lgl # Font Manager
#sgi sgimodule.c # sgi.nap() and a few more
# This module requires the header file
# /usr/people/4Dgifts/iristools/include/izoom.h:
#imgfile imgfile.c -limage -lgutil -lgl -lm # Image Processing Utilities
# These modules require the Multimedia Development Option (I think):
#al almodule.c -laudio # Audio Library
#cd cdmodule.c -lcdaudio -lds -lmediad # CD Audio Library
#cl clmodule.c -lcl -lawareaudio # Compression Library
#sv svmodule.c yuvconvert.c -lsvideo -lXext -lX11 # Starter Video
# The FORMS library, by Mark Overmars, implements user interface
# components such as dialogs and buttons using SGI's GL and FM
# libraries. You must ftp the FORMS library separately from
# ftp://ftp.cs.ruu.nl/pub/SGI/FORMS. It was tested with FORMS 2.2a.
# NOTE: if you want to be able to use FORMS and curses simultaneously
# (or both link them statically into the same binary), you must
# compile all of FORMS with the cc option "-Dclear=__GLclear".
# The FORMS variable must point to the FORMS subdirectory of the forms
# toplevel directory:
#FORMS=/ufs/guido/src/forms/FORMS
#fl flmodule.c -I$(FORMS) $(GLHACK) $(FORMS)/libforms.a -lfm -lgl
# SunOS specific modules -- off by default:
#sunaudiodev sunaudiodev.c
# George Neville-Neil's timing module:
timing timingmodule.c
# The _tkinter module.
#
# The TKPATH variable is always enabled, to save you the effort.
TKPATH=:lib-tk
# The command for _tkinter is long and site specific. Please
# uncomment and/or edit those parts as indicated. If you don't have a
# specific extension (e.g. Tix or BLT), leave the corresponding line
# commented out. (Leave the trailing backslashes in! If you
# experience strange errors, you may want to join all uncommented
# lines and remove the backslashes -- the backslash interpretation is
# done by the shell's "read" command and it may not be implemented on
# every system.
# *** Always uncomment this (leave the leading underscore in!):
# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
# -I/usr/local/include \
# *** Uncomment and edit to reflect where your X11 header files are:
# -I/usr/X11R6/include \
# *** Or uncomment this for Solaris:
# -I/usr/openwin/include \
# *** Uncomment and edit for Tix extension only:
# -DWITH_TIX -ltix4.1.8.0 \
# *** Uncomment and edit for BLT extension only:
# -DWITH_BLT -I/usr/local/blt/blt8.0-unoff/include -lBLT8.0 \
# *** Uncomment and edit for PIL (TkImaging) extension only:
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \
# *** Uncomment and edit for TOGL extension only:
# -DWITH_TOGL togl.c \
# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
# -L/usr/local/lib \
# *** Uncomment and edit to reflect your Tcl/Tk versions:
# -ltk8.0 -ltcl8.0 \
# *** Uncomment and edit to reflect where your X11 libraries are:
# -L/usr/X11R6/lib \
# *** Or uncomment this for Solaris:
# -L/usr/openwin/lib \
# *** Uncomment these for TOGL extension only:
# -lGL -lGLU -lXext -lXmu \
# *** Uncomment for AIX:
# -lld \
# *** Always uncomment this; X11 libraries to link with:
# -lX11
# Lance Ellinghaus's modules:
rotor rotormodule.c # enigma-inspired encryption
syslog syslogmodule.c # syslog daemon interface
# Lance's curses module. This requires the System V version of
# curses, sometimes known as ncurses (e.g. on Linux, link with
# -lncurses instead of -lcurses; on SunOS 4.1.3, insert -I/usr/5include
# -L/usr/5lib before -lcurses).
curses cursesmodule.c -lcurses -ltermcap
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
new newmodule.c
# Generic (SunOS / SVR4) dynamic loading module.
# This is not needed for dynamic loading of Python modules --
# it is a highly experimental and dangerous device for calling
# *arbitrary* C functions in *arbitrary* shared libraries:
#dl dlmodule.c
# Modules that provide persistent dictionary-like semantics. You will
# probably want to arrange for at least one of them to be available on
# your machine, though none are defined by default because of library
# dependencies. The Python module anydbm.py provides an
# implementation independent wrapper for these; dumbdbm.py provides
# similar functionality (but slower of course) implemented in Python.
# The standard Unix dbm module:
dbm dbmmodule.c # dbm(3) may require -lndbm or similar
# Anthony Baxter's gdbm module. GNU dbm(3) will require -lgdbm:
#gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
# Berkeley DB interface.
#
# This requires the Berkeley DB code, see
# ftp://ftp.cs.berkeley.edu/pub/4bsd/db.1.85.tar.gz
#
# Edit the variables DB and DBPORT to point to the db top directory
# and the subdirectory of PORT where you built it.
#
# (See http://www.jenkon-dev.com/~rd/python/ for an interface to
# BSD DB 2.1.0.)
#DB=/depot/sundry/src/berkeley-db/db.1.85
#DBPORT=$(DB)/PORT/irix.5.3
#bsddb bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a
bsddb bsddbmodule.o
# David Wayne Williams' soundex module (obsolete -- this will disappear!)
#soundex soundex.c
# Helper module for various ascii-encoders
binascii binascii.c
# Fred Drake's interface to the Python parser
parser parsermodule.c
# Digital Creations' cStringIO and cPickle
cStringIO cStringIO.c
cPickle cPickle.c
# Lee Busby's SIGFPE modules.
# The library to link fpectl with is platform specific.
# Choose *one* of the options below for fpectl:
# For SGI IRIX (tested on 5.3):
#fpectl fpectlmodule.c -lfpe
# For Solaris with SunPro compiler (tested on Solaris 2.5 with SunPro C 4.2):
# (Without the compiler you don't have -lsunmath.)
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
# For other systems: see instructions in fpectlmodule.c.
fpectl fpectlmodule.c
# Test module for fpectl. No extra libraries needed.
fpetest fpetestmodule.c
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.cdrom.com/pub/infozip/zlib/
zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Example -- included for reference only:
# xx xxmodule.c

View File

@ -1,47 +0,0 @@
@NOSHARED@*shared*
# The _tkinter module.
#
# The TKPATH variable is always enabled, to save you the effort.
TKPATH=:lib-tk
# The command for _tkinter is long and site specific. Please
# uncomment and/or edit those parts as indicated. If you don't have a
# specific extension (e.g. Tix or BLT), leave the corresponding line
# commented out. (Leave the trailing backslashes in! If you
# experience strange errors, you may want to join all uncommented
# lines and remove the backslashes -- the backslash interpretation is
# done by the shell's "read" command and it may not be implemented on
# every system.
# *** Always uncomment this (leave the leading underscore in!):
_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
-I${PREFIX}/include -I${PREFIX}/include/tcl8.0 \
-I${PREFIX}/include/tk8.0 \
# *** Uncomment and edit to reflect where your X11 header files are:
-I${X11BASE}/include \
# *** Or uncomment this for Solaris:
# -I/usr/openwin/include \
# *** Uncomment and edit for Tix extension only:
# -DWITH_TIX -ltix4.1.8.0 \
# *** Uncomment and edit for BLT extension only:
# -DWITH_BLT -I${PREFIX}/blt/blt8.0-unoff/include -lBLT8.0 \
# *** Uncomment and edit for PIL (TkImaging) extension only:
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \
# *** Uncomment and edit for TOGL extension only:
# -DWITH_TOGL togl.c \
# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
-L${PREFIX}/lib -L${PREFIX}/lib \
# *** Uncomment and edit to reflect your Tcl/Tk versions:
-ltk80 -ltcl80 \
# *** Uncomment and edit to reflect where your X11 libraries are:
-L${X11BASE}/lib \
# *** Or uncomment this for Solaris:
# -L/usr/openwin/lib \
# *** Uncomment these for TOGL extension only:
# -lGL -lGLU -lXext -lXmu \
# *** Uncomment for AIX:
# -lld \
# *** Always uncomment this; X11 libraries to link with:
-lX11

View File

@ -1,3 +0,0 @@
MD5 (py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
RMD160 (py152.tgz) = 25717d98fe7c01d42a78ffb08b8abc660ec2daa6
SHA1 (py152.tgz) = 2d648d07b1aa1aab32a3a24851c33715141779b9

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Lib_tempfile_py,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Lib/tempfile.py.orig Wed Dec 8 00:37:54 1999
+++ Lib/tempfile.py Wed Dec 8 00:38:10 1999
@@ -24,7 +24,7 @@
pwd = os.getcwd()
except (AttributeError, os.error):
pwd = os.curdir
- attempdirs = ['/usr/tmp', '/tmp', pwd]
+ attempdirs = ['/var/tmp', '/tmp', pwd]
if os.name == 'nt':
attempdirs.insert(0, 'C:\\TEMP')
attempdirs.insert(0, '\\TEMP')

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Makefile.in.orig Tue Dec 9 16:18:33 1997
+++ Makefile.in Sat Dec 13 11:19:12 1997
@@ -131,8 +131,8 @@
# Portable install script (configure doesn't always guess right)
INSTALL= @srcdir@/install-sh -c
-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
-INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
+INSTALL_DATA= ${BSD_INSTALL_DATA}
# --with-PACKAGE options for configure script
# e.g. --with-readline --with-svr5 --with-solaris --with-thread

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-configure_in,v 1.1 2001/10/16 18:46:00 drahn Exp $
--- configure.in.orig Tue Oct 16 10:18:35 2001
+++ configure.in Tue Oct 16 10:19:36 2001
@@ -468,7 +468,8 @@ then
Linux*) LDSHARED="gcc -shared";;
dgux*) LDSHARED="ld -G";;
FreeBSD*/3*) LDSHARED="gcc -shared";;
- FreeBSD*|OpenBSD*) LDSHARED="ld -Bshareable";;
+ FreeBSD*) LDSHARED="ld -Bshareable";;
+ OpenBSD*) LDSHARED="cc -shared";;
NetBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then
@@ -521,7 +522,7 @@ then
# loading of any modules which reference it in System.framework
next/4*|next/5*) LINKFORSHARED="-u __dummy -framework System" ;;
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
- NetBSD*)
+ NetBSD*|OpenBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then
LINKFORSHARED="-Wl,--export-dynamic"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-fpectlmodule_c,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Modules/fpectlmodule.c.orig Mon Jan 3 11:07:19 2000
+++ Modules/fpectlmodule.c Mon Jan 3 11:12:24 2000
@@ -160,7 +160,7 @@
signal(SIGFPE, handler);
/*-- DEC ALPHA OSF --------------------------------------------------------*/
-#elif defined(__alpha)
+#elif defined(__alpha) && !defined(__OpenBSD__)
/* References: exception_intro, ieee man pages */
/* cc -c -I/usr/local/python/include fpectlmodule.c */
/* ld -shared -o fpectlmodule.so fpectlmodule.o */

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-mpzmodule_c,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Modules/mpzmodule.c.orig Sat Feb 26 18:00:40 2000
+++ Modules/mpzmodule.c Sat Feb 26 18:02:31 2000
@@ -91,8 +91,9 @@
** allocate it himself
*/
-#include "gmp.h"
-#include "gmp-mparam.h"
+#include <gmp.h>
+#define BITS_PER_MP_LIMB mp_bits_per_limb
+extern int mp_bits_per_limb;
#if __GNU_MP__ + 0 == 2
#define GMP2

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-test_fcntl_py,v 1.2 2001/10/16 15:38:15 naddy Exp $
--- Lib/test/test_fcntl.py.orig Sat Dec 9 02:05:29 2000
+++ Lib/test/test_fcntl.py Sat Dec 9 02:07:12 2000
@@ -18,7 +18,8 @@ if verbose:
if sys.platform in ('netbsd1',
'freebsd2', 'freebsd3',
- 'bsdos2', 'bsdos3', 'bsdos4'):
+ 'bsdos2', 'bsdos3', 'bsdos4',
+ 'openbsd3'):
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0)
elif sys.platform in ['aix3', 'aix4']:
lockdata = struct.pack('hhlllii', FCNTL.F_WRLCK, 0, 0, 0, 0, 0, 0)

View File

@ -1,18 +0,0 @@
#! /bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2000/12/13 05:09:48 jasoni Exp $
#
# Python 1.5.2 deinstall script.
#
set -e
PATH=/bin:/usr/bin
PREFIX=${PKG_PREFIX:-/usr/local}
if [ -L ${PREFIX}/bin/python ]; then
LINK=`readlink ${PREFIX}/bin/python`
if [ ${LINK} == "python1.5" ]; then
rm -f ${PREFIX}/bin/python
fi
fi
exit 0

View File

@ -1,21 +0,0 @@
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The Python
Library Reference documents built-in and standard types,
constants, functions and modules. Finally, the Python
Reference Manual describes the syntax and semantics of the
core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an
extension language for existing applications. See the
internal documentation for hints.
Flavors:
tk - builds tkinter module, depends on Tk
threads - build with thread support
no_tools - do not build tools package
WWW: ${HOMEPAGE}

View File

@ -1,19 +0,0 @@
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The Python
Library Reference documents built-in and standard types,
constants, functions and modules. Finally, the Python
Reference Manual describes the syntax and semantics of the
core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an
exten-sion language for existing applications. See the
internal documentation for hints.
This package contains extra tools that python users
may find useful.
WWW: ${HOMEPAGE}

View File

@ -1,52 +0,0 @@
#! /bin/sh
#
# $OpenBSD: INSTALL,v 1.2 2001/08/21 04:10:24 jasoni Exp $
#
# python1.5.2 installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
do_notice()
{
echo
echo "+---------------"
echo "|"
echo "| $1 installation status:"
echo "|"
echo "| - there appears to be another version of python installed, to avoid"
echo "| conflict, this python binary has been installed as:"
echo "| ${PREFIX}/bin/python1.5"
echo "|"
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
: nothing to pre-install for this port
;;
POST-INSTALL)
if [ ! -e ${PREFIX}/bin/python ]; then
ln -s python1.5 ${PREFIX}/bin/python
else
do_notice $1
fi
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
;;
esac
exit 0

View File

@ -1,4 +0,0 @@
@comment $OpenBSD: PFRAG.mm,v 1.1.1.1 2000/12/13 05:09:48 jasoni Exp $
lib/python1.5/lib-dynload/audioop.so
lib/python1.5/lib-dynload/imageop.so
lib/python1.5/lib-dynload/rgbimgmodule.so

View File

@ -1,38 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2000/12/13 05:09:48 jasoni Exp $
%%tk%%
%%mm%%
lib/python1.5/lib-dynload/arraymodule.so
lib/python1.5/lib-dynload/binascii.so
lib/python1.5/lib-dynload/bsddbmodule.so
lib/python1.5/lib-dynload/cPickle.so
lib/python1.5/lib-dynload/cStringIO.so
lib/python1.5/lib-dynload/cmathmodule.so
lib/python1.5/lib-dynload/cursesmodule.so
lib/python1.5/lib-dynload/dbmmodule.so
lib/python1.5/lib-dynload/errnomodule.so
lib/python1.5/lib-dynload/fcntlmodule.so
lib/python1.5/lib-dynload/fpectlmodule.so
lib/python1.5/lib-dynload/fpetestmodule.so
lib/python1.5/lib-dynload/grpmodule.so
lib/python1.5/lib-dynload/mathmodule.so
lib/python1.5/lib-dynload/md5module.so
lib/python1.5/lib-dynload/mpzmodule.so
lib/python1.5/lib-dynload/newmodule.so
lib/python1.5/lib-dynload/nismodule.so
lib/python1.5/lib-dynload/operator.so
lib/python1.5/lib-dynload/parsermodule.so
lib/python1.5/lib-dynload/pwdmodule.so
lib/python1.5/lib-dynload/readline.so
lib/python1.5/lib-dynload/resource.so
lib/python1.5/lib-dynload/rotormodule.so
lib/python1.5/lib-dynload/selectmodule.so
lib/python1.5/lib-dynload/shamodule.so
lib/python1.5/lib-dynload/socketmodule.so
lib/python1.5/lib-dynload/stropmodule.so
lib/python1.5/lib-dynload/structmodule.so
lib/python1.5/lib-dynload/syslogmodule.so
lib/python1.5/lib-dynload/termios.so
lib/python1.5/lib-dynload/timemodule.so
lib/python1.5/lib-dynload/timingmodule.so
lib/python1.5/lib-dynload/zlibmodule.so
@dirrm lib/python1.5/lib-dynload

View File

@ -1,48 +0,0 @@
@comment $OpenBSD: PFRAG.tk,v 1.2 2001/08/31 22:53:26 jasoni Exp $
lib/python1.5/lib-dynload/_tkinter.so
lib/python1.5/lib-tk/Canvas.py
lib/python1.5/lib-tk/Canvas.pyc
lib/python1.5/lib-tk/Canvas.pyo
lib/python1.5/lib-tk/Dialog.py
lib/python1.5/lib-tk/Dialog.pyc
lib/python1.5/lib-tk/Dialog.pyo
lib/python1.5/lib-tk/FileDialog.py
lib/python1.5/lib-tk/FileDialog.pyc
lib/python1.5/lib-tk/FileDialog.pyo
lib/python1.5/lib-tk/FixTk.py
lib/python1.5/lib-tk/FixTk.pyc
lib/python1.5/lib-tk/FixTk.pyo
lib/python1.5/lib-tk/ScrolledText.py
lib/python1.5/lib-tk/ScrolledText.pyc
lib/python1.5/lib-tk/ScrolledText.pyo
lib/python1.5/lib-tk/SimpleDialog.py
lib/python1.5/lib-tk/SimpleDialog.pyc
lib/python1.5/lib-tk/SimpleDialog.pyo
lib/python1.5/lib-tk/Tkconstants.py
lib/python1.5/lib-tk/Tkconstants.pyc
lib/python1.5/lib-tk/Tkconstants.pyo
lib/python1.5/lib-tk/Tkdnd.py
lib/python1.5/lib-tk/Tkdnd.pyc
lib/python1.5/lib-tk/Tkdnd.pyo
lib/python1.5/lib-tk/Tkinter.py
lib/python1.5/lib-tk/Tkinter.pyc
lib/python1.5/lib-tk/Tkinter.pyo
lib/python1.5/lib-tk/tkColorChooser.py
lib/python1.5/lib-tk/tkColorChooser.pyc
lib/python1.5/lib-tk/tkColorChooser.pyo
lib/python1.5/lib-tk/tkCommonDialog.py
lib/python1.5/lib-tk/tkCommonDialog.pyc
lib/python1.5/lib-tk/tkCommonDialog.pyo
lib/python1.5/lib-tk/tkFileDialog.py
lib/python1.5/lib-tk/tkFileDialog.pyc
lib/python1.5/lib-tk/tkFileDialog.pyo
lib/python1.5/lib-tk/tkFont.py
lib/python1.5/lib-tk/tkFont.pyc
lib/python1.5/lib-tk/tkFont.pyo
lib/python1.5/lib-tk/tkMessageBox.py
lib/python1.5/lib-tk/tkMessageBox.pyc
lib/python1.5/lib-tk/tkMessageBox.pyo
lib/python1.5/lib-tk/tkSimpleDialog.py
lib/python1.5/lib-tk/tkSimpleDialog.pyc
lib/python1.5/lib-tk/tkSimpleDialog.pyo
@dirrm lib/python1.5/lib-tk

View File

@ -1,900 +0,0 @@
@comment $OpenBSD: PLIST,v 1.4 2001/09/16 16:21:50 naddy Exp $
@option no-default-conflict
@pkgcfl python-1.5*
bin/python1.5
include/python1.5/Python.h
include/python1.5/abstract.h
include/python1.5/bitset.h
include/python1.5/bufferobject.h
include/python1.5/cStringIO.h
include/python1.5/ceval.h
include/python1.5/classobject.h
include/python1.5/cobject.h
include/python1.5/compile.h
include/python1.5/complexobject.h
include/python1.5/config.h
include/python1.5/dictobject.h
include/python1.5/errcode.h
include/python1.5/eval.h
include/python1.5/fileobject.h
include/python1.5/floatobject.h
include/python1.5/frameobject.h
include/python1.5/funcobject.h
include/python1.5/graminit.h
include/python1.5/grammar.h
include/python1.5/import.h
include/python1.5/intobject.h
include/python1.5/intrcheck.h
include/python1.5/listobject.h
include/python1.5/longintrepr.h
include/python1.5/longobject.h
include/python1.5/marshal.h
include/python1.5/metagrammar.h
include/python1.5/methodobject.h
include/python1.5/modsupport.h
include/python1.5/moduleobject.h
include/python1.5/mymalloc.h
include/python1.5/mymath.h
include/python1.5/myproto.h
include/python1.5/myselect.h
include/python1.5/mytime.h
include/python1.5/node.h
include/python1.5/object.h
include/python1.5/objimpl.h
include/python1.5/opcode.h
include/python1.5/osdefs.h
include/python1.5/parsetok.h
include/python1.5/patchlevel.h
include/python1.5/pgenheaders.h
include/python1.5/pydebug.h
include/python1.5/pyerrors.h
include/python1.5/pyfpe.h
include/python1.5/pystate.h
include/python1.5/pythonrun.h
include/python1.5/pythread.h
include/python1.5/rangeobject.h
include/python1.5/rename2.h
include/python1.5/sliceobject.h
include/python1.5/stringobject.h
include/python1.5/structmember.h
include/python1.5/sysmodule.h
include/python1.5/thread.h
include/python1.5/token.h
include/python1.5/traceback.h
include/python1.5/tupleobject.h
lib/python1.5/BaseHTTPServer.py
lib/python1.5/BaseHTTPServer.pyc
lib/python1.5/BaseHTTPServer.pyo
lib/python1.5/Bastion.py
lib/python1.5/Bastion.pyc
lib/python1.5/Bastion.pyo
lib/python1.5/CGIHTTPServer.py
lib/python1.5/CGIHTTPServer.pyc
lib/python1.5/CGIHTTPServer.pyo
lib/python1.5/ConfigParser.py
lib/python1.5/ConfigParser.pyc
lib/python1.5/ConfigParser.pyo
lib/python1.5/MimeWriter.py
lib/python1.5/MimeWriter.pyc
lib/python1.5/MimeWriter.pyo
lib/python1.5/Queue.py
lib/python1.5/Queue.pyc
lib/python1.5/Queue.pyo
lib/python1.5/SimpleHTTPServer.py
lib/python1.5/SimpleHTTPServer.pyc
lib/python1.5/SimpleHTTPServer.pyo
lib/python1.5/SocketServer.py
lib/python1.5/SocketServer.pyc
lib/python1.5/SocketServer.pyo
lib/python1.5/StringIO.py
lib/python1.5/StringIO.pyc
lib/python1.5/StringIO.pyo
lib/python1.5/UserDict.py
lib/python1.5/UserDict.pyc
lib/python1.5/UserDict.pyo
lib/python1.5/UserList.py
lib/python1.5/UserList.pyc
lib/python1.5/UserList.pyo
lib/python1.5/aifc.py
lib/python1.5/aifc.pyc
lib/python1.5/aifc.pyo
lib/python1.5/anydbm.py
lib/python1.5/anydbm.pyc
lib/python1.5/anydbm.pyo
lib/python1.5/asynchat.py
lib/python1.5/asynchat.pyc
lib/python1.5/asynchat.pyo
lib/python1.5/asyncore.py
lib/python1.5/asyncore.pyc
lib/python1.5/asyncore.pyo
lib/python1.5/audiodev.py
lib/python1.5/audiodev.pyc
lib/python1.5/audiodev.pyo
lib/python1.5/base64.py
lib/python1.5/base64.pyc
lib/python1.5/base64.pyo
lib/python1.5/bdb.py
lib/python1.5/bdb.pyc
lib/python1.5/bdb.pyo
lib/python1.5/binhex.py
lib/python1.5/binhex.pyc
lib/python1.5/binhex.pyo
lib/python1.5/bisect.py
lib/python1.5/bisect.pyc
lib/python1.5/bisect.pyo
lib/python1.5/calendar.py
lib/python1.5/calendar.pyc
lib/python1.5/calendar.pyo
lib/python1.5/cgi.py
lib/python1.5/cgi.pyc
lib/python1.5/cgi.pyo
lib/python1.5/cmd.py
lib/python1.5/cmd.pyc
lib/python1.5/cmd.pyo
lib/python1.5/cmp.py
lib/python1.5/cmp.pyc
lib/python1.5/cmp.pyo
lib/python1.5/cmpcache.py
lib/python1.5/cmpcache.pyc
lib/python1.5/cmpcache.pyo
lib/python1.5/code.py
lib/python1.5/code.pyc
lib/python1.5/code.pyo
lib/python1.5/codeop.py
lib/python1.5/codeop.pyc
lib/python1.5/codeop.pyo
lib/python1.5/colorsys.py
lib/python1.5/colorsys.pyc
lib/python1.5/colorsys.pyo
lib/python1.5/commands.py
lib/python1.5/commands.pyc
lib/python1.5/commands.pyo
lib/python1.5/compileall.py
lib/python1.5/compileall.pyc
lib/python1.5/compileall.pyo
lib/python1.5/config/Makefile
lib/python1.5/config/Makefile.pre.in
lib/python1.5/config/Setup
lib/python1.5/config/Setup.local
lib/python1.5/config/Setup.thread
lib/python1.5/config/config.c
lib/python1.5/config/config.c.in
lib/python1.5/config/install-sh
lib/python1.5/config/libpython1.5.a
lib/python1.5/config/makesetup
lib/python1.5/config/python.o
lib/python1.5/copy.py
lib/python1.5/copy.pyc
lib/python1.5/copy.pyo
lib/python1.5/copy_reg.py
lib/python1.5/copy_reg.pyc
lib/python1.5/copy_reg.pyo
lib/python1.5/dbhash.py
lib/python1.5/dbhash.pyc
lib/python1.5/dbhash.pyo
lib/python1.5/dircache.py
lib/python1.5/dircache.pyc
lib/python1.5/dircache.pyo
lib/python1.5/dircmp.py
lib/python1.5/dircmp.pyc
lib/python1.5/dircmp.pyo
lib/python1.5/dis.py
lib/python1.5/dis.pyc
lib/python1.5/dis.pyo
lib/python1.5/dospath.py
lib/python1.5/dospath.pyc
lib/python1.5/dospath.pyo
lib/python1.5/dumbdbm.py
lib/python1.5/dumbdbm.pyc
lib/python1.5/dumbdbm.pyo
lib/python1.5/dump.py
lib/python1.5/dump.pyc
lib/python1.5/dump.pyo
lib/python1.5/exceptions.py
lib/python1.5/exceptions.pyc
lib/python1.5/exceptions.pyo
lib/python1.5/fileinput.py
lib/python1.5/fileinput.pyc
lib/python1.5/fileinput.pyo
lib/python1.5/find.py
lib/python1.5/find.pyc
lib/python1.5/find.pyo
lib/python1.5/fnmatch.py
lib/python1.5/fnmatch.pyc
lib/python1.5/fnmatch.pyo
lib/python1.5/formatter.py
lib/python1.5/formatter.pyc
lib/python1.5/formatter.pyo
lib/python1.5/fpformat.py
lib/python1.5/fpformat.pyc
lib/python1.5/fpformat.pyo
lib/python1.5/ftplib.py
lib/python1.5/ftplib.pyc
lib/python1.5/ftplib.pyo
lib/python1.5/getopt.py
lib/python1.5/getopt.pyc
lib/python1.5/getopt.pyo
lib/python1.5/getpass.py
lib/python1.5/getpass.pyc
lib/python1.5/getpass.pyo
lib/python1.5/glob.py
lib/python1.5/glob.pyc
lib/python1.5/glob.pyo
lib/python1.5/gopherlib.py
lib/python1.5/gopherlib.pyc
lib/python1.5/gopherlib.pyo
lib/python1.5/grep.py
lib/python1.5/grep.pyc
lib/python1.5/grep.pyo
lib/python1.5/gzip.py
lib/python1.5/gzip.pyc
lib/python1.5/gzip.pyo
lib/python1.5/htmlentitydefs.py
lib/python1.5/htmlentitydefs.pyc
lib/python1.5/htmlentitydefs.pyo
lib/python1.5/htmllib.py
lib/python1.5/htmllib.pyc
lib/python1.5/htmllib.pyo
lib/python1.5/httplib.py
lib/python1.5/httplib.pyc
lib/python1.5/httplib.pyo
lib/python1.5/ihooks.py
lib/python1.5/ihooks.pyc
lib/python1.5/ihooks.pyo
lib/python1.5/imaplib.py
lib/python1.5/imaplib.pyc
lib/python1.5/imaplib.pyo
lib/python1.5/imghdr.py
lib/python1.5/imghdr.pyc
lib/python1.5/imghdr.pyo
lib/python1.5/keyword.py
lib/python1.5/keyword.pyc
lib/python1.5/keyword.pyo
lib/python1.5/knee.py
lib/python1.5/knee.pyc
lib/python1.5/knee.pyo
%%SHARED%%
lib/python1.5/lib-stdwin/Abstract.py
lib/python1.5/lib-stdwin/Abstract.pyc
lib/python1.5/lib-stdwin/Abstract.pyo
lib/python1.5/lib-stdwin/BoxParent.py
lib/python1.5/lib-stdwin/BoxParent.pyc
lib/python1.5/lib-stdwin/BoxParent.pyo
lib/python1.5/lib-stdwin/Buttons.py
lib/python1.5/lib-stdwin/Buttons.pyc
lib/python1.5/lib-stdwin/Buttons.pyo
lib/python1.5/lib-stdwin/CSplit.py
lib/python1.5/lib-stdwin/CSplit.pyc
lib/python1.5/lib-stdwin/CSplit.pyo
lib/python1.5/lib-stdwin/DirList.py
lib/python1.5/lib-stdwin/DirList.pyc
lib/python1.5/lib-stdwin/DirList.pyo
lib/python1.5/lib-stdwin/FormSplit.py
lib/python1.5/lib-stdwin/FormSplit.pyc
lib/python1.5/lib-stdwin/FormSplit.pyo
lib/python1.5/lib-stdwin/HVSplit.py
lib/python1.5/lib-stdwin/HVSplit.pyc
lib/python1.5/lib-stdwin/HVSplit.pyo
lib/python1.5/lib-stdwin/Histogram.py
lib/python1.5/lib-stdwin/Histogram.pyc
lib/python1.5/lib-stdwin/Histogram.pyo
lib/python1.5/lib-stdwin/Sliders.py
lib/python1.5/lib-stdwin/Sliders.pyc
lib/python1.5/lib-stdwin/Sliders.pyo
lib/python1.5/lib-stdwin/Soundogram.py
lib/python1.5/lib-stdwin/Soundogram.pyc
lib/python1.5/lib-stdwin/Soundogram.pyo
lib/python1.5/lib-stdwin/Split.py
lib/python1.5/lib-stdwin/Split.pyc
lib/python1.5/lib-stdwin/Split.pyo
lib/python1.5/lib-stdwin/StripChart.py
lib/python1.5/lib-stdwin/StripChart.pyc
lib/python1.5/lib-stdwin/StripChart.pyo
lib/python1.5/lib-stdwin/TextEdit.py
lib/python1.5/lib-stdwin/TextEdit.pyc
lib/python1.5/lib-stdwin/TextEdit.pyo
lib/python1.5/lib-stdwin/TransParent.py
lib/python1.5/lib-stdwin/TransParent.pyc
lib/python1.5/lib-stdwin/TransParent.pyo
lib/python1.5/lib-stdwin/VUMeter.py
lib/python1.5/lib-stdwin/VUMeter.pyc
lib/python1.5/lib-stdwin/VUMeter.pyo
lib/python1.5/lib-stdwin/WindowParent.py
lib/python1.5/lib-stdwin/WindowParent.pyc
lib/python1.5/lib-stdwin/WindowParent.pyo
lib/python1.5/lib-stdwin/WindowSched.py
lib/python1.5/lib-stdwin/WindowSched.pyc
lib/python1.5/lib-stdwin/WindowSched.pyo
lib/python1.5/lib-stdwin/anywin.py
lib/python1.5/lib-stdwin/anywin.pyc
lib/python1.5/lib-stdwin/anywin.pyo
lib/python1.5/lib-stdwin/basewin.py
lib/python1.5/lib-stdwin/basewin.pyc
lib/python1.5/lib-stdwin/basewin.pyo
lib/python1.5/lib-stdwin/dirwin.py
lib/python1.5/lib-stdwin/dirwin.pyc
lib/python1.5/lib-stdwin/dirwin.pyo
lib/python1.5/lib-stdwin/filewin.py
lib/python1.5/lib-stdwin/filewin.pyc
lib/python1.5/lib-stdwin/filewin.pyo
lib/python1.5/lib-stdwin/formatter.py
lib/python1.5/lib-stdwin/formatter.pyc
lib/python1.5/lib-stdwin/formatter.pyo
lib/python1.5/lib-stdwin/gwin.py
lib/python1.5/lib-stdwin/gwin.pyc
lib/python1.5/lib-stdwin/gwin.pyo
lib/python1.5/lib-stdwin/listwin.py
lib/python1.5/lib-stdwin/listwin.pyc
lib/python1.5/lib-stdwin/listwin.pyo
lib/python1.5/lib-stdwin/mainloop.py
lib/python1.5/lib-stdwin/mainloop.pyc
lib/python1.5/lib-stdwin/mainloop.pyo
lib/python1.5/lib-stdwin/rect.py
lib/python1.5/lib-stdwin/rect.pyc
lib/python1.5/lib-stdwin/rect.pyo
lib/python1.5/lib-stdwin/srcwin.py
lib/python1.5/lib-stdwin/srcwin.pyc
lib/python1.5/lib-stdwin/srcwin.pyo
lib/python1.5/lib-stdwin/stdwinevents.py
lib/python1.5/lib-stdwin/stdwinevents.pyc
lib/python1.5/lib-stdwin/stdwinevents.pyo
lib/python1.5/lib-stdwin/stdwinq.py
lib/python1.5/lib-stdwin/stdwinq.pyc
lib/python1.5/lib-stdwin/stdwinq.pyo
lib/python1.5/lib-stdwin/tablewin.py
lib/python1.5/lib-stdwin/tablewin.pyc
lib/python1.5/lib-stdwin/tablewin.pyo
lib/python1.5/lib-stdwin/textwin.py
lib/python1.5/lib-stdwin/textwin.pyc
lib/python1.5/lib-stdwin/textwin.pyo
lib/python1.5/lib-stdwin/wdb.py
lib/python1.5/lib-stdwin/wdb.pyc
lib/python1.5/lib-stdwin/wdb.pyo
lib/python1.5/lib-stdwin/wdbframewin.py
lib/python1.5/lib-stdwin/wdbframewin.pyc
lib/python1.5/lib-stdwin/wdbframewin.pyo
lib/python1.5/lib-stdwin/wdbsrcwin.py
lib/python1.5/lib-stdwin/wdbsrcwin.pyc
lib/python1.5/lib-stdwin/wdbsrcwin.pyo
lib/python1.5/linecache.py
lib/python1.5/linecache.pyc
lib/python1.5/linecache.pyo
lib/python1.5/locale.py
lib/python1.5/locale.pyc
lib/python1.5/locale.pyo
lib/python1.5/macpath.py
lib/python1.5/macpath.pyc
lib/python1.5/macpath.pyo
lib/python1.5/macurl2path.py
lib/python1.5/macurl2path.pyc
lib/python1.5/macurl2path.pyo
lib/python1.5/mailbox.py
lib/python1.5/mailbox.pyc
lib/python1.5/mailbox.pyo
lib/python1.5/mailcap.py
lib/python1.5/mailcap.pyc
lib/python1.5/mailcap.pyo
lib/python1.5/mhlib.py
lib/python1.5/mhlib.pyc
lib/python1.5/mhlib.pyo
lib/python1.5/mimetools.py
lib/python1.5/mimetools.pyc
lib/python1.5/mimetools.pyo
lib/python1.5/mimetypes.py
lib/python1.5/mimetypes.pyc
lib/python1.5/mimetypes.pyo
lib/python1.5/mimify.py
lib/python1.5/mimify.pyc
lib/python1.5/mimify.pyo
lib/python1.5/multifile.py
lib/python1.5/multifile.pyc
lib/python1.5/multifile.pyo
lib/python1.5/mutex.py
lib/python1.5/mutex.pyc
lib/python1.5/mutex.pyo
lib/python1.5/netrc.py
lib/python1.5/netrc.pyc
lib/python1.5/netrc.pyo
lib/python1.5/nntplib.py
lib/python1.5/nntplib.pyc
lib/python1.5/nntplib.pyo
lib/python1.5/ntpath.py
lib/python1.5/ntpath.pyc
lib/python1.5/ntpath.pyo
lib/python1.5/nturl2path.py
lib/python1.5/nturl2path.pyc
lib/python1.5/nturl2path.pyo
lib/python1.5/os.py
lib/python1.5/os.pyc
lib/python1.5/os.pyo
lib/python1.5/packmail.py
lib/python1.5/packmail.pyc
lib/python1.5/packmail.pyo
lib/python1.5/pdb.doc
lib/python1.5/pdb.py
lib/python1.5/pdb.pyc
lib/python1.5/pdb.pyo
lib/python1.5/pickle.py
lib/python1.5/pickle.pyc
lib/python1.5/pickle.pyo
lib/python1.5/pipes.py
lib/python1.5/pipes.pyc
lib/python1.5/pipes.pyo
lib/python1.5/plat-openbsd3/FCNTL.py
lib/python1.5/plat-openbsd3/FCNTL.pyc
lib/python1.5/plat-openbsd3/FCNTL.pyo
lib/python1.5/plat-openbsd3/IN.py
lib/python1.5/plat-openbsd3/IN.pyc
lib/python1.5/plat-openbsd3/IN.pyo
lib/python1.5/plat-openbsd3/SOCKET.py
lib/python1.5/plat-openbsd3/SOCKET.pyc
lib/python1.5/plat-openbsd3/SOCKET.pyo
lib/python1.5/plat-openbsd3/TERMIOS.py
lib/python1.5/plat-openbsd3/TERMIOS.pyc
lib/python1.5/plat-openbsd3/TERMIOS.pyo
lib/python1.5/plat-openbsd3/regen
lib/python1.5/popen2.py
lib/python1.5/popen2.pyc
lib/python1.5/popen2.pyo
lib/python1.5/poplib.py
lib/python1.5/poplib.pyc
lib/python1.5/poplib.pyo
lib/python1.5/posixfile.py
lib/python1.5/posixfile.pyc
lib/python1.5/posixfile.pyo
lib/python1.5/posixpath.py
lib/python1.5/posixpath.pyc
lib/python1.5/posixpath.pyo
lib/python1.5/pprint.py
lib/python1.5/pprint.pyc
lib/python1.5/pprint.pyo
lib/python1.5/profile.doc
lib/python1.5/profile.py
lib/python1.5/profile.pyc
lib/python1.5/profile.pyo
lib/python1.5/pstats.py
lib/python1.5/pstats.pyc
lib/python1.5/pstats.pyo
lib/python1.5/pty.py
lib/python1.5/pty.pyc
lib/python1.5/pty.pyo
lib/python1.5/py_compile.py
lib/python1.5/py_compile.pyc
lib/python1.5/py_compile.pyo
lib/python1.5/pyclbr.py
lib/python1.5/pyclbr.pyc
lib/python1.5/pyclbr.pyo
lib/python1.5/quopri.py
lib/python1.5/quopri.pyc
lib/python1.5/quopri.pyo
lib/python1.5/random.py
lib/python1.5/random.pyc
lib/python1.5/random.pyo
lib/python1.5/re.py
lib/python1.5/re.pyc
lib/python1.5/re.pyo
lib/python1.5/reconvert.py
lib/python1.5/reconvert.pyc
lib/python1.5/reconvert.pyo
lib/python1.5/regex_syntax.py
lib/python1.5/regex_syntax.pyc
lib/python1.5/regex_syntax.pyo
lib/python1.5/regsub.py
lib/python1.5/regsub.pyc
lib/python1.5/regsub.pyo
lib/python1.5/repr.py
lib/python1.5/repr.pyc
lib/python1.5/repr.pyo
lib/python1.5/rexec.py
lib/python1.5/rexec.pyc
lib/python1.5/rexec.pyo
lib/python1.5/rfc822.py
lib/python1.5/rfc822.pyc
lib/python1.5/rfc822.pyo
lib/python1.5/rlcompleter.py
lib/python1.5/rlcompleter.pyc
lib/python1.5/rlcompleter.pyo
lib/python1.5/sched.py
lib/python1.5/sched.pyc
lib/python1.5/sched.pyo
lib/python1.5/sgmllib.py
lib/python1.5/sgmllib.pyc
lib/python1.5/sgmllib.pyo
lib/python1.5/shelve.py
lib/python1.5/shelve.pyc
lib/python1.5/shelve.pyo
lib/python1.5/shlex.py
lib/python1.5/shlex.pyc
lib/python1.5/shlex.pyo
lib/python1.5/shutil.py
lib/python1.5/shutil.pyc
lib/python1.5/shutil.pyo
lib/python1.5/site.py
lib/python1.5/site.pyc
lib/python1.5/site.pyo
lib/python1.5/smtplib.py
lib/python1.5/smtplib.pyc
lib/python1.5/smtplib.pyo
lib/python1.5/sndhdr.py
lib/python1.5/sndhdr.pyc
lib/python1.5/sndhdr.pyo
lib/python1.5/stat.py
lib/python1.5/stat.pyc
lib/python1.5/stat.pyo
lib/python1.5/statcache.py
lib/python1.5/statcache.pyc
lib/python1.5/statcache.pyo
lib/python1.5/statvfs.py
lib/python1.5/statvfs.pyc
lib/python1.5/statvfs.pyo
lib/python1.5/string.py
lib/python1.5/string.pyc
lib/python1.5/string.pyo
lib/python1.5/sunau.py
lib/python1.5/sunau.pyc
lib/python1.5/sunau.pyo
lib/python1.5/sunaudio.py
lib/python1.5/sunaudio.pyc
lib/python1.5/sunaudio.pyo
lib/python1.5/symbol.py
lib/python1.5/symbol.pyc
lib/python1.5/symbol.pyo
lib/python1.5/telnetlib.py
lib/python1.5/telnetlib.pyc
lib/python1.5/telnetlib.pyo
lib/python1.5/tempfile.py
lib/python1.5/tempfile.pyc
lib/python1.5/tempfile.pyo
lib/python1.5/test/__init__.py
lib/python1.5/test/__init__.pyc
lib/python1.5/test/__init__.pyo
lib/python1.5/test/audiotest.au
lib/python1.5/test/autotest.py
lib/python1.5/test/autotest.pyc
lib/python1.5/test/autotest.pyo
lib/python1.5/test/greyrgb.uue
lib/python1.5/test/output/test_MimeWriter
lib/python1.5/test/output/test_al
lib/python1.5/test/output/test_array
lib/python1.5/test/output/test_audioop
lib/python1.5/test/output/test_binascii
lib/python1.5/test/output/test_bsddb
lib/python1.5/test/output/test_builtin
lib/python1.5/test/output/test_cd
lib/python1.5/test/output/test_cl
lib/python1.5/test/output/test_cmath
lib/python1.5/test/output/test_cpickle
lib/python1.5/test/output/test_crypt
lib/python1.5/test/output/test_dbm
lib/python1.5/test/output/test_dl
lib/python1.5/test/output/test_errno
lib/python1.5/test/output/test_exceptions
lib/python1.5/test/output/test_fcntl
lib/python1.5/test/output/test_gdbm
lib/python1.5/test/output/test_gl
lib/python1.5/test/output/test_grammar
lib/python1.5/test/output/test_grp
lib/python1.5/test/output/test_gzip
lib/python1.5/test/output/test_imageop
lib/python1.5/test/output/test_imgfile
lib/python1.5/test/output/test_long
lib/python1.5/test/output/test_math
lib/python1.5/test/output/test_md5
lib/python1.5/test/output/test_new
lib/python1.5/test/output/test_nis
lib/python1.5/test/output/test_ntpath
lib/python1.5/test/output/test_opcodes
lib/python1.5/test/output/test_operations
lib/python1.5/test/output/test_operator
lib/python1.5/test/output/test_pickle
lib/python1.5/test/output/test_pkg
lib/python1.5/test/output/test_popen2
lib/python1.5/test/output/test_pow
lib/python1.5/test/output/test_pwd
lib/python1.5/test/output/test_re
lib/python1.5/test/output/test_regex
lib/python1.5/test/output/test_rfc822
lib/python1.5/test/output/test_rgbimg
lib/python1.5/test/output/test_rotor
lib/python1.5/test/output/test_select
lib/python1.5/test/output/test_sha
lib/python1.5/test/output/test_signal
lib/python1.5/test/output/test_socket
lib/python1.5/test/output/test_strftime
lib/python1.5/test/output/test_strop
lib/python1.5/test/output/test_struct
lib/python1.5/test/output/test_sunaudiodev
lib/python1.5/test/output/test_thread
lib/python1.5/test/output/test_time
lib/python1.5/test/output/test_timing
lib/python1.5/test/output/test_tokenize
lib/python1.5/test/output/test_types
lib/python1.5/test/output/test_unpack
lib/python1.5/test/output/test_userdict
lib/python1.5/test/output/test_userlist
lib/python1.5/test/output/test_xmllib
lib/python1.5/test/output/test_zlib
lib/python1.5/test/pystone.py
lib/python1.5/test/pystone.pyc
lib/python1.5/test/pystone.pyo
lib/python1.5/test/re_tests.py
lib/python1.5/test/re_tests.pyc
lib/python1.5/test/re_tests.pyo
lib/python1.5/test/regex_tests.py
lib/python1.5/test/regex_tests.pyc
lib/python1.5/test/regex_tests.pyo
lib/python1.5/test/regrtest.py
lib/python1.5/test/regrtest.pyc
lib/python1.5/test/regrtest.pyo
lib/python1.5/test/reperf.py
lib/python1.5/test/reperf.pyc
lib/python1.5/test/reperf.pyo
lib/python1.5/test/sortperf.py
lib/python1.5/test/sortperf.pyc
lib/python1.5/test/sortperf.pyo
lib/python1.5/test/test_MimeWriter.py
lib/python1.5/test/test_MimeWriter.pyc
lib/python1.5/test/test_MimeWriter.pyo
lib/python1.5/test/test_al.py
lib/python1.5/test/test_al.pyc
lib/python1.5/test/test_al.pyo
lib/python1.5/test/test_array.py
lib/python1.5/test/test_array.pyc
lib/python1.5/test/test_array.pyo
lib/python1.5/test/test_audioop.py
lib/python1.5/test/test_audioop.pyc
lib/python1.5/test/test_audioop.pyo
lib/python1.5/test/test_b1.py
lib/python1.5/test/test_b1.pyc
lib/python1.5/test/test_b1.pyo
lib/python1.5/test/test_b2.py
lib/python1.5/test/test_b2.pyc
lib/python1.5/test/test_b2.pyo
lib/python1.5/test/test_binascii.py
lib/python1.5/test/test_binascii.pyc
lib/python1.5/test/test_binascii.pyo
lib/python1.5/test/test_bsddb.py
lib/python1.5/test/test_bsddb.pyc
lib/python1.5/test/test_bsddb.pyo
lib/python1.5/test/test_builtin.py
lib/python1.5/test/test_builtin.pyc
lib/python1.5/test/test_builtin.pyo
lib/python1.5/test/test_cd.py
lib/python1.5/test/test_cd.pyc
lib/python1.5/test/test_cd.pyo
lib/python1.5/test/test_cl.py
lib/python1.5/test/test_cl.pyc
lib/python1.5/test/test_cl.pyo
lib/python1.5/test/test_cmath.py
lib/python1.5/test/test_cmath.pyc
lib/python1.5/test/test_cmath.pyo
lib/python1.5/test/test_cpickle.py
lib/python1.5/test/test_cpickle.pyc
lib/python1.5/test/test_cpickle.pyo
lib/python1.5/test/test_crypt.py
lib/python1.5/test/test_crypt.pyc
lib/python1.5/test/test_crypt.pyo
lib/python1.5/test/test_dbm.py
lib/python1.5/test/test_dbm.pyc
lib/python1.5/test/test_dbm.pyo
lib/python1.5/test/test_dl.py
lib/python1.5/test/test_dl.pyc
lib/python1.5/test/test_dl.pyo
lib/python1.5/test/test_errno.py
lib/python1.5/test/test_errno.pyc
lib/python1.5/test/test_errno.pyo
lib/python1.5/test/test_exceptions.py
lib/python1.5/test/test_exceptions.pyc
lib/python1.5/test/test_exceptions.pyo
lib/python1.5/test/test_fcntl.py
lib/python1.5/test/test_fcntl.pyc
lib/python1.5/test/test_fcntl.pyo
lib/python1.5/test/test_gdbm.py
lib/python1.5/test/test_gdbm.pyc
lib/python1.5/test/test_gdbm.pyo
lib/python1.5/test/test_gl.py
lib/python1.5/test/test_gl.pyc
lib/python1.5/test/test_gl.pyo
lib/python1.5/test/test_grammar.py
lib/python1.5/test/test_grammar.pyc
lib/python1.5/test/test_grammar.pyo
lib/python1.5/test/test_grp.py
lib/python1.5/test/test_grp.pyc
lib/python1.5/test/test_grp.pyo
lib/python1.5/test/test_gzip.py
lib/python1.5/test/test_gzip.pyc
lib/python1.5/test/test_gzip.pyo
lib/python1.5/test/test_imageop.py
lib/python1.5/test/test_imageop.pyc
lib/python1.5/test/test_imageop.pyo
lib/python1.5/test/test_imgfile.py
lib/python1.5/test/test_imgfile.pyc
lib/python1.5/test/test_imgfile.pyo
lib/python1.5/test/test_long.py
lib/python1.5/test/test_long.pyc
lib/python1.5/test/test_long.pyo
lib/python1.5/test/test_math.py
lib/python1.5/test/test_math.pyc
lib/python1.5/test/test_math.pyo
lib/python1.5/test/test_md5.py
lib/python1.5/test/test_md5.pyc
lib/python1.5/test/test_md5.pyo
lib/python1.5/test/test_new.py
lib/python1.5/test/test_new.pyc
lib/python1.5/test/test_new.pyo
lib/python1.5/test/test_nis.py
lib/python1.5/test/test_nis.pyc
lib/python1.5/test/test_nis.pyo
lib/python1.5/test/test_ntpath.py
lib/python1.5/test/test_ntpath.pyc
lib/python1.5/test/test_ntpath.pyo
lib/python1.5/test/test_opcodes.py
lib/python1.5/test/test_opcodes.pyc
lib/python1.5/test/test_opcodes.pyo
lib/python1.5/test/test_operations.py
lib/python1.5/test/test_operations.pyc
lib/python1.5/test/test_operations.pyo
lib/python1.5/test/test_operator.py
lib/python1.5/test/test_operator.pyc
lib/python1.5/test/test_operator.pyo
lib/python1.5/test/test_pickle.py
lib/python1.5/test/test_pickle.pyc
lib/python1.5/test/test_pickle.pyo
lib/python1.5/test/test_pkg.py
lib/python1.5/test/test_pkg.pyc
lib/python1.5/test/test_pkg.pyo
lib/python1.5/test/test_popen2.py
lib/python1.5/test/test_popen2.pyc
lib/python1.5/test/test_popen2.pyo
lib/python1.5/test/test_pow.py
lib/python1.5/test/test_pow.pyc
lib/python1.5/test/test_pow.pyo
lib/python1.5/test/test_pwd.py
lib/python1.5/test/test_pwd.pyc
lib/python1.5/test/test_pwd.pyo
lib/python1.5/test/test_re.py
lib/python1.5/test/test_re.pyc
lib/python1.5/test/test_re.pyo
lib/python1.5/test/test_regex.py
lib/python1.5/test/test_regex.pyc
lib/python1.5/test/test_regex.pyo
lib/python1.5/test/test_rfc822.py
lib/python1.5/test/test_rfc822.pyc
lib/python1.5/test/test_rfc822.pyo
lib/python1.5/test/test_rgbimg.py
lib/python1.5/test/test_rgbimg.pyc
lib/python1.5/test/test_rgbimg.pyo
lib/python1.5/test/test_rotor.py
lib/python1.5/test/test_rotor.pyc
lib/python1.5/test/test_rotor.pyo
lib/python1.5/test/test_select.py
lib/python1.5/test/test_select.pyc
lib/python1.5/test/test_select.pyo
lib/python1.5/test/test_sha.py
lib/python1.5/test/test_sha.pyc
lib/python1.5/test/test_sha.pyo
lib/python1.5/test/test_signal.py
lib/python1.5/test/test_signal.pyc
lib/python1.5/test/test_signal.pyo
lib/python1.5/test/test_socket.py
lib/python1.5/test/test_socket.pyc
lib/python1.5/test/test_socket.pyo
lib/python1.5/test/test_strftime.py
lib/python1.5/test/test_strftime.pyc
lib/python1.5/test/test_strftime.pyo
lib/python1.5/test/test_strop.py
lib/python1.5/test/test_strop.pyc
lib/python1.5/test/test_strop.pyo
lib/python1.5/test/test_struct.py
lib/python1.5/test/test_struct.pyc
lib/python1.5/test/test_struct.pyo
lib/python1.5/test/test_sunaudiodev.py
lib/python1.5/test/test_sunaudiodev.pyc
lib/python1.5/test/test_sunaudiodev.pyo
lib/python1.5/test/test_support.py
lib/python1.5/test/test_support.pyc
lib/python1.5/test/test_support.pyo
lib/python1.5/test/test_thread.py
lib/python1.5/test/test_thread.pyc
lib/python1.5/test/test_thread.pyo
lib/python1.5/test/test_time.py
lib/python1.5/test/test_time.pyc
lib/python1.5/test/test_time.pyo
lib/python1.5/test/test_timing.py
lib/python1.5/test/test_timing.pyc
lib/python1.5/test/test_timing.pyo
lib/python1.5/test/test_tokenize.py
lib/python1.5/test/test_tokenize.pyc
lib/python1.5/test/test_tokenize.pyo
lib/python1.5/test/test_types.py
lib/python1.5/test/test_types.pyc
lib/python1.5/test/test_types.pyo
lib/python1.5/test/test_unpack.py
lib/python1.5/test/test_unpack.pyc
lib/python1.5/test/test_unpack.pyo
lib/python1.5/test/test_userdict.py
lib/python1.5/test/test_userdict.pyc
lib/python1.5/test/test_userdict.pyo
lib/python1.5/test/test_userlist.py
lib/python1.5/test/test_userlist.pyc
lib/python1.5/test/test_userlist.pyo
lib/python1.5/test/test_xmllib.py
lib/python1.5/test/test_xmllib.pyc
lib/python1.5/test/test_xmllib.pyo
lib/python1.5/test/test_zlib.py
lib/python1.5/test/test_zlib.pyc
lib/python1.5/test/test_zlib.pyo
lib/python1.5/test/testall.py
lib/python1.5/test/testall.pyc
lib/python1.5/test/testall.pyo
lib/python1.5/test/testimg.uue
lib/python1.5/test/testimgr.uue
lib/python1.5/test/testrgb.uue
lib/python1.5/test/tokenize_tests.py
lib/python1.5/test/tokenize_tests.pyc
lib/python1.5/test/tokenize_tests.pyo
lib/python1.5/threading.py
lib/python1.5/threading.pyc
lib/python1.5/threading.pyo
lib/python1.5/toaiff.py
lib/python1.5/toaiff.pyc
lib/python1.5/toaiff.pyo
lib/python1.5/token.py
lib/python1.5/token.pyc
lib/python1.5/token.pyo
lib/python1.5/tokenize.py
lib/python1.5/tokenize.pyc
lib/python1.5/tokenize.pyo
lib/python1.5/traceback.py
lib/python1.5/traceback.pyc
lib/python1.5/traceback.pyo
lib/python1.5/tty.py
lib/python1.5/tty.pyc
lib/python1.5/tty.pyo
lib/python1.5/turtle.py
lib/python1.5/turtle.pyc
lib/python1.5/turtle.pyo
lib/python1.5/types.py
lib/python1.5/types.pyc
lib/python1.5/types.pyo
lib/python1.5/tzparse.py
lib/python1.5/tzparse.pyc
lib/python1.5/tzparse.pyo
lib/python1.5/urllib.py
lib/python1.5/urllib.pyc
lib/python1.5/urllib.pyo
lib/python1.5/urlparse.py
lib/python1.5/urlparse.pyc
lib/python1.5/urlparse.pyo
lib/python1.5/user.py
lib/python1.5/user.pyc
lib/python1.5/user.pyo
lib/python1.5/util.py
lib/python1.5/util.pyc
lib/python1.5/util.pyo
lib/python1.5/uu.py
lib/python1.5/uu.pyc
lib/python1.5/uu.pyo
lib/python1.5/wave.py
lib/python1.5/wave.pyc
lib/python1.5/wave.pyo
lib/python1.5/whichdb.py
lib/python1.5/whichdb.pyc
lib/python1.5/whichdb.pyo
lib/python1.5/whrandom.py
lib/python1.5/whrandom.pyc
lib/python1.5/whrandom.pyo
lib/python1.5/xdrlib.py
lib/python1.5/xdrlib.pyc
lib/python1.5/xdrlib.pyo
lib/python1.5/xmllib.py
lib/python1.5/xmllib.pyc
lib/python1.5/xmllib.pyo
man/man1/python.1
@dirrm include/python1.5
@dirrm lib/python1.5/config
@dirrm lib/python1.5/lib-stdwin
@dirrm lib/python1.5/plat-openbsd3
@dirrm lib/python1.5/test/output
@dirrm lib/python1.5/test
@dirrm lib/python1.5

View File

@ -1,205 +0,0 @@
@comment $OpenBSD: PLIST-tools,v 1.1.1.1 2000/12/13 05:09:51 jasoni Exp $
@pkgdep python-1.5.2-*
lib/python1.5/Tools/README
lib/python1.5/Tools/audiopy/README
lib/python1.5/Tools/audiopy/audiopy
lib/python1.5/Tools/bgen/README
lib/python1.5/Tools/bgen/bgen/bgen.py
lib/python1.5/Tools/bgen/bgen/bgenBuffer.py
lib/python1.5/Tools/bgen/bgen/bgenGenerator.py
lib/python1.5/Tools/bgen/bgen/bgenGeneratorGroup.py
lib/python1.5/Tools/bgen/bgen/bgenHeapBuffer.py
lib/python1.5/Tools/bgen/bgen/bgenModule.py
lib/python1.5/Tools/bgen/bgen/bgenObjectDefinition.py
lib/python1.5/Tools/bgen/bgen/bgenOutput.py
lib/python1.5/Tools/bgen/bgen/bgenStackBuffer.py
lib/python1.5/Tools/bgen/bgen/bgenStringBuffer.py
lib/python1.5/Tools/bgen/bgen/bgenType.py
lib/python1.5/Tools/bgen/bgen/bgenVariable.py
lib/python1.5/Tools/bgen/bgen/bgenlocations.py
lib/python1.5/Tools/bgen/bgen/macsupport.py
lib/python1.5/Tools/bgen/bgen/scantools.py
lib/python1.5/Tools/faqwiz/README
lib/python1.5/Tools/faqwiz/faqconf.py
lib/python1.5/Tools/faqwiz/faqcust.py
lib/python1.5/Tools/faqwiz/faqw.py
lib/python1.5/Tools/faqwiz/faqwiz.py
lib/python1.5/Tools/freeze/.cvsignore
lib/python1.5/Tools/freeze/README
lib/python1.5/Tools/freeze/bkfile.py
lib/python1.5/Tools/freeze/checkextensions.py
lib/python1.5/Tools/freeze/checkextensions_win32.py
lib/python1.5/Tools/freeze/extensions_win32.ini
lib/python1.5/Tools/freeze/freeze.py
lib/python1.5/Tools/freeze/hello.py
lib/python1.5/Tools/freeze/makeconfig.py
lib/python1.5/Tools/freeze/makefreeze.py
lib/python1.5/Tools/freeze/makemakefile.py
lib/python1.5/Tools/freeze/modulefinder.py
lib/python1.5/Tools/freeze/parsesetup.py
lib/python1.5/Tools/freeze/win32.html
lib/python1.5/Tools/freeze/winmakemakefile.py
lib/python1.5/Tools/idle/AutoExpand.py
lib/python1.5/Tools/idle/AutoIndent.py
lib/python1.5/Tools/idle/Bindings.py
lib/python1.5/Tools/idle/ChangeLog
lib/python1.5/Tools/idle/ClassBrowser.py
lib/python1.5/Tools/idle/ColorDelegator.py
lib/python1.5/Tools/idle/Debugger.py
lib/python1.5/Tools/idle/Delegator.py
lib/python1.5/Tools/idle/EditorWindow.py
lib/python1.5/Tools/idle/FileList.py
lib/python1.5/Tools/idle/FormatParagraph.py
lib/python1.5/Tools/idle/FrameViewer.py
lib/python1.5/Tools/idle/GrepDialog.py
lib/python1.5/Tools/idle/History.py
lib/python1.5/Tools/idle/IOBinding.py
lib/python1.5/Tools/idle/MultiScrolledLists.py
lib/python1.5/Tools/idle/NEWS.txt
lib/python1.5/Tools/idle/OutputWindow.py
lib/python1.5/Tools/idle/PathBrowser.py
lib/python1.5/Tools/idle/Percolator.py
lib/python1.5/Tools/idle/PyShell.py
lib/python1.5/Tools/idle/README.txt
lib/python1.5/Tools/idle/ReplaceDialog.py
lib/python1.5/Tools/idle/ScriptBinding.py
lib/python1.5/Tools/idle/ScrolledList.py
lib/python1.5/Tools/idle/SearchBinding.py
lib/python1.5/Tools/idle/SearchDialog.py
lib/python1.5/Tools/idle/SearchDialogBase.py
lib/python1.5/Tools/idle/SearchEngine.py
lib/python1.5/Tools/idle/Separator.py
lib/python1.5/Tools/idle/StackViewer.py
lib/python1.5/Tools/idle/TODO.txt
lib/python1.5/Tools/idle/UndoDelegator.py
lib/python1.5/Tools/idle/WidgetRedirector.py
lib/python1.5/Tools/idle/WindowList.py
lib/python1.5/Tools/idle/ZoomHeight.py
lib/python1.5/Tools/idle/eventparse.py
lib/python1.5/Tools/idle/extend.py
lib/python1.5/Tools/idle/extend.txt
lib/python1.5/Tools/idle/help.txt
lib/python1.5/Tools/idle/idle.bat
lib/python1.5/Tools/idle/idle.py
lib/python1.5/Tools/idle/idle.pyw
lib/python1.5/Tools/idle/idlever.py
lib/python1.5/Tools/idle/keydefs.py
lib/python1.5/Tools/idle/testcode.py
lib/python1.5/Tools/modulator/EXAMPLE.py
lib/python1.5/Tools/modulator/README
lib/python1.5/Tools/modulator/ScrolledListbox.py
lib/python1.5/Tools/modulator/Templates/copyright
lib/python1.5/Tools/modulator/Templates/module_head
lib/python1.5/Tools/modulator/Templates/module_method
lib/python1.5/Tools/modulator/Templates/module_tail
lib/python1.5/Tools/modulator/Templates/object_head
lib/python1.5/Tools/modulator/Templates/object_method
lib/python1.5/Tools/modulator/Templates/object_mlist
lib/python1.5/Tools/modulator/Templates/object_new
lib/python1.5/Tools/modulator/Templates/object_structure
lib/python1.5/Tools/modulator/Templates/object_tail
lib/python1.5/Tools/modulator/Templates/object_tp_as_mapping
lib/python1.5/Tools/modulator/Templates/object_tp_as_number
lib/python1.5/Tools/modulator/Templates/object_tp_as_sequence
lib/python1.5/Tools/modulator/Templates/object_tp_call
lib/python1.5/Tools/modulator/Templates/object_tp_compare
lib/python1.5/Tools/modulator/Templates/object_tp_dealloc
lib/python1.5/Tools/modulator/Templates/object_tp_getattr
lib/python1.5/Tools/modulator/Templates/object_tp_hash
lib/python1.5/Tools/modulator/Templates/object_tp_print
lib/python1.5/Tools/modulator/Templates/object_tp_repr
lib/python1.5/Tools/modulator/Templates/object_tp_setattr
lib/python1.5/Tools/modulator/Templates/object_tp_str
lib/python1.5/Tools/modulator/Tkextra.py
lib/python1.5/Tools/modulator/genmodule.py
lib/python1.5/Tools/modulator/modulator.py
lib/python1.5/Tools/modulator/varsubst.py
lib/python1.5/Tools/pynche/ChipViewer.py
lib/python1.5/Tools/pynche/ColorDB.py
lib/python1.5/Tools/pynche/DetailsViewer.py
lib/python1.5/Tools/pynche/ListViewer.py
lib/python1.5/Tools/pynche/Main.py
lib/python1.5/Tools/pynche/PyncheWidget.py
lib/python1.5/Tools/pynche/README
lib/python1.5/Tools/pynche/StripViewer.py
lib/python1.5/Tools/pynche/Switchboard.py
lib/python1.5/Tools/pynche/TextViewer.py
lib/python1.5/Tools/pynche/TypeinViewer.py
lib/python1.5/Tools/pynche/X/rgb.txt
lib/python1.5/Tools/pynche/X/xlicense.txt
lib/python1.5/Tools/pynche/__init__.py
lib/python1.5/Tools/pynche/pyColorChooser.py
lib/python1.5/Tools/pynche/pynche
lib/python1.5/Tools/pynche/pynche.pyw
lib/python1.5/Tools/scripts/README
lib/python1.5/Tools/scripts/byteyears.py
lib/python1.5/Tools/scripts/checkpyc.py
lib/python1.5/Tools/scripts/classfix.py
lib/python1.5/Tools/scripts/copytime.py
lib/python1.5/Tools/scripts/crlf.py
lib/python1.5/Tools/scripts/cvsfiles.py
lib/python1.5/Tools/scripts/dutree.doc
lib/python1.5/Tools/scripts/dutree.py
lib/python1.5/Tools/scripts/eptags.py
lib/python1.5/Tools/scripts/findlinksto.py
lib/python1.5/Tools/scripts/fixcid.py
lib/python1.5/Tools/scripts/fixheader.py
lib/python1.5/Tools/scripts/fixnotice.py
lib/python1.5/Tools/scripts/fixps.py
lib/python1.5/Tools/scripts/ftpmirror.py
lib/python1.5/Tools/scripts/h2py.py
lib/python1.5/Tools/scripts/ifdef.py
lib/python1.5/Tools/scripts/lfcr.py
lib/python1.5/Tools/scripts/linktree.py
lib/python1.5/Tools/scripts/lll.py
lib/python1.5/Tools/scripts/logmerge.py
lib/python1.5/Tools/scripts/mailerdaemon.py
lib/python1.5/Tools/scripts/methfix.py
lib/python1.5/Tools/scripts/mkreal.py
lib/python1.5/Tools/scripts/ndiff.py
lib/python1.5/Tools/scripts/nm2def.py
lib/python1.5/Tools/scripts/objgraph.py
lib/python1.5/Tools/scripts/pathfix.py
lib/python1.5/Tools/scripts/pdeps.py
lib/python1.5/Tools/scripts/pindent.py
lib/python1.5/Tools/scripts/ptags.py
lib/python1.5/Tools/scripts/rgrep.py
lib/python1.5/Tools/scripts/suff.py
lib/python1.5/Tools/scripts/sum5.py
lib/python1.5/Tools/scripts/tabnanny.py
lib/python1.5/Tools/scripts/tabpolice.py
lib/python1.5/Tools/scripts/texi2html.py
lib/python1.5/Tools/scripts/treesync.py
lib/python1.5/Tools/scripts/untabify.py
lib/python1.5/Tools/scripts/which.py
lib/python1.5/Tools/scripts/xxci.py
lib/python1.5/Tools/versioncheck/README
lib/python1.5/Tools/versioncheck/_checkversion.py
lib/python1.5/Tools/versioncheck/checkversions.py
lib/python1.5/Tools/versioncheck/pyversioncheck.py
lib/python1.5/Tools/webchecker/README
lib/python1.5/Tools/webchecker/robotparser.py
lib/python1.5/Tools/webchecker/tktools.py
lib/python1.5/Tools/webchecker/wcgui.py
lib/python1.5/Tools/webchecker/wcmac.py
lib/python1.5/Tools/webchecker/wcnew.py
lib/python1.5/Tools/webchecker/webchecker.py
lib/python1.5/Tools/webchecker/websucker.py
lib/python1.5/Tools/webchecker/wsgui.py
lib/python1.5/Tools/world/README
lib/python1.5/Tools/world/world
@dirrm lib/python1.5/Tools/world
@dirrm lib/python1.5/Tools/webchecker
@dirrm lib/python1.5/Tools/versioncheck
@dirrm lib/python1.5/Tools/scripts
@dirrm lib/python1.5/Tools/pynche/X
@dirrm lib/python1.5/Tools/pynche
@dirrm lib/python1.5/Tools/modulator/Templates
@dirrm lib/python1.5/Tools/modulator
@dirrm lib/python1.5/Tools/idle
@dirrm lib/python1.5/Tools/freeze
@dirrm lib/python1.5/Tools/faqwiz
@dirrm lib/python1.5/Tools/bgen/bgen
@dirrm lib/python1.5/Tools/bgen
@dirrm lib/python1.5/Tools/audiopy
@dirrm lib/python1.5/Tools