From 1f8e9733e2d9638df7521e718c95a5c60e79a108 Mon Sep 17 00:00:00 2001 From: alek Date: Tue, 17 May 2005 17:53:25 +0000 Subject: [PATCH] Remove old version as we have newer ones. ok mbalmer@, krw@ (and others too) --- lang/python/2.1/Makefile | 8 - lang/python/2.1/distinfo | 4 - lang/python/2.1/files/CHANGES.OpenBSD | 27 - lang/python/2.1/files/Setup | 424 ------- lang/python/2.1/files/Setup.expat | 24 - lang/python/2.1/files/Setup.gdbm | 9 - lang/python/2.1/files/Setup.mpz | 19 - lang/python/2.1/files/Setup.tkinter | 49 - lang/python/2.1/files/idle | 4 - lang/python/2.1/patches/patch-Lib_os_py | 79 -- lang/python/2.1/patches/patch-Lib_tempfile_py | 24 - .../2.1/patches/patch-Lib_test_test_fcntl_py | 19 - lang/python/2.1/patches/patch-Makefile_pre_in | 32 - .../2.1/patches/patch-Modules_Setup_dist | 19 - .../2.1/patches/patch-Modules__tkinter_c | 99 -- .../2.1/patches/patch-Modules_makesetup | 11 - .../2.1/patches/patch-Modules_nismodule_c | 12 - .../2.1/patches/patch-Python_thread_pthread_h | 39 - .../2.1/patches/patch-Tools_scripts_pydoc | 9 - lang/python/2.1/patches/patch-configure_in | 79 -- lang/python/2.1/patches/patch-setup_py | 48 - lang/python/2.1/pkg/DEINSTALL | 20 - lang/python/2.1/pkg/DEINSTALL-idle | 16 - lang/python/2.1/pkg/DESCR | 23 - lang/python/2.1/pkg/DESCR-expat | 14 - lang/python/2.1/pkg/DESCR-gdbm | 14 - lang/python/2.1/pkg/DESCR-idle | 14 - lang/python/2.1/pkg/DESCR-mpz | 15 - lang/python/2.1/pkg/DESCR-tests | 14 - lang/python/2.1/pkg/DESCR-tkinter | 15 - lang/python/2.1/pkg/DESCR-tools | 14 - lang/python/2.1/pkg/INSTALL | 45 - lang/python/2.1/pkg/INSTALL-idle | 30 - lang/python/2.1/pkg/PFRAG.mm-shared | 4 - lang/python/2.1/pkg/PFRAG.no-shared-tkinter | 53 - lang/python/2.1/pkg/PFRAG.shared | 50 - lang/python/2.1/pkg/PFRAG.tkinter | 2 - lang/python/2.1/pkg/PLIST | 1031 ----------------- lang/python/2.1/pkg/PLIST-expat | 4 - lang/python/2.1/pkg/PLIST-gdbm | 4 - lang/python/2.1/pkg/PLIST-idle | 76 -- lang/python/2.1/pkg/PLIST-mpz | 4 - lang/python/2.1/pkg/PLIST-tests | 637 ---------- lang/python/2.1/pkg/PLIST-tkinter | 56 - lang/python/2.1/pkg/PLIST-tools | 193 --- lang/python/Makefile | 3 +- 46 files changed, 1 insertion(+), 3388 deletions(-) delete mode 100644 lang/python/2.1/Makefile delete mode 100644 lang/python/2.1/distinfo delete mode 100644 lang/python/2.1/files/CHANGES.OpenBSD delete mode 100644 lang/python/2.1/files/Setup delete mode 100644 lang/python/2.1/files/Setup.expat delete mode 100644 lang/python/2.1/files/Setup.gdbm delete mode 100644 lang/python/2.1/files/Setup.mpz delete mode 100644 lang/python/2.1/files/Setup.tkinter delete mode 100755 lang/python/2.1/files/idle delete mode 100644 lang/python/2.1/patches/patch-Lib_os_py delete mode 100644 lang/python/2.1/patches/patch-Lib_tempfile_py delete mode 100644 lang/python/2.1/patches/patch-Lib_test_test_fcntl_py delete mode 100644 lang/python/2.1/patches/patch-Makefile_pre_in delete mode 100644 lang/python/2.1/patches/patch-Modules_Setup_dist delete mode 100644 lang/python/2.1/patches/patch-Modules__tkinter_c delete mode 100644 lang/python/2.1/patches/patch-Modules_makesetup delete mode 100644 lang/python/2.1/patches/patch-Modules_nismodule_c delete mode 100644 lang/python/2.1/patches/patch-Python_thread_pthread_h delete mode 100644 lang/python/2.1/patches/patch-Tools_scripts_pydoc delete mode 100644 lang/python/2.1/patches/patch-configure_in delete mode 100644 lang/python/2.1/patches/patch-setup_py delete mode 100644 lang/python/2.1/pkg/DEINSTALL delete mode 100644 lang/python/2.1/pkg/DEINSTALL-idle delete mode 100644 lang/python/2.1/pkg/DESCR delete mode 100644 lang/python/2.1/pkg/DESCR-expat delete mode 100644 lang/python/2.1/pkg/DESCR-gdbm delete mode 100644 lang/python/2.1/pkg/DESCR-idle delete mode 100644 lang/python/2.1/pkg/DESCR-mpz delete mode 100644 lang/python/2.1/pkg/DESCR-tests delete mode 100644 lang/python/2.1/pkg/DESCR-tkinter delete mode 100644 lang/python/2.1/pkg/DESCR-tools delete mode 100644 lang/python/2.1/pkg/INSTALL delete mode 100644 lang/python/2.1/pkg/INSTALL-idle delete mode 100644 lang/python/2.1/pkg/PFRAG.mm-shared delete mode 100644 lang/python/2.1/pkg/PFRAG.no-shared-tkinter delete mode 100644 lang/python/2.1/pkg/PFRAG.shared delete mode 100644 lang/python/2.1/pkg/PFRAG.tkinter delete mode 100644 lang/python/2.1/pkg/PLIST delete mode 100644 lang/python/2.1/pkg/PLIST-expat delete mode 100644 lang/python/2.1/pkg/PLIST-gdbm delete mode 100644 lang/python/2.1/pkg/PLIST-idle delete mode 100644 lang/python/2.1/pkg/PLIST-mpz delete mode 100644 lang/python/2.1/pkg/PLIST-tests delete mode 100644 lang/python/2.1/pkg/PLIST-tkinter delete mode 100644 lang/python/2.1/pkg/PLIST-tools diff --git a/lang/python/2.1/Makefile b/lang/python/2.1/Makefile deleted file mode 100644 index c4c4c943f17..00000000000 --- a/lang/python/2.1/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $OpenBSD: Makefile,v 1.8 2005/03/03 21:59:57 alek Exp $ - -VERSION= 2.1 -PATCHLEVEL= .3 -PKG_PATCHLEVEL= p4 - -.include - diff --git a/lang/python/2.1/distinfo b/lang/python/2.1/distinfo deleted file mode 100644 index 26e4447abcb..00000000000 --- a/lang/python/2.1/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (Python-2.1.3.tgz) = a8b04cdc822a6fc833ed9b99c7fba589 -RMD160 (Python-2.1.3.tgz) = d7216480cf884507d97bf7932767871977fc1ccc -SHA1 (Python-2.1.3.tgz) = 7042a5c5fd60d334c0ac227885d68a4c305713b4 -SIZE (Python-2.1.3.tgz) = 6194432 diff --git a/lang/python/2.1/files/CHANGES.OpenBSD b/lang/python/2.1/files/CHANGES.OpenBSD deleted file mode 100644 index 2612ac112fb..00000000000 --- a/lang/python/2.1/files/CHANGES.OpenBSD +++ /dev/null @@ -1,27 +0,0 @@ -As required by item 3 of the PSF license, here is a brief summary -of changes made to this version of Python for the OpenBSD package. - -1. tempfile.py was patched to not try /usr/tmp as a possible - tempfile directory. - -2. libpython is created as a shared library, and the pthread stack - size was doubled to support this with complex applications such - as Zope. - -3. OpenBSD threads are used for threading support. - -4. The interpreter is called "python2.1" in order to support multiple - versions of Python coexisting on the same system. If no "python" - binary exists, a symlink to "python2.1" is created when package - is installed. - Same process applies to IDLE binary (idle) and pydoc. - -5. os.py: security fixes for _execvpe(). Function taken from Python - 2.2.3 - -6. Regression tests have been taught about OpenBSD. - -These changes are available in the OpenBSD CVS repository - in ports/lang/python. - -$OpenBSD: CHANGES.OpenBSD,v 1.4 2004/12/30 23:45:07 alek Exp $ diff --git a/lang/python/2.1/files/Setup b/lang/python/2.1/files/Setup deleted file mode 100644 index a00f841310a..00000000000 --- a/lang/python/2.1/files/Setup +++ /dev/null @@ -1,424 +0,0 @@ -# $OpenBSD: Setup,v 1.3 2004/12/30 23:45:07 alek Exp $ -# -*- 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.dist; 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 and *.dist files are in the source -# directory.) - -# Each line in this file describes one or more optional modules. -# Modules enabled here will not be compiled by the setup.py script, -# so the file can be used to override setup.py's behavior. - -# Lines have the following structure: -# -# ... [ ...] [ ...] [ ...] -# -# is anything ending in .c (.C, .cc, .c++ are C++ files) -# is anything starting with -I, -D, -U or -C -# is anything ending in .a or beginning with -l or -L -# 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 -# -# = -# -# 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) - -# Path component for the Tkinter-related modules -# The TKPATH variable is always enabled, to save you the effort. -TKPATH=:lib-tk - -COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(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. - -# This only contains the minimal set of modules required to run the -# setup.py script in the root of the Python source tree. - -posix posixmodule.c # posix (UNIX) system calls -_sre _sre.c # Fredrik Lundh's new regular expressions - -# The rest of the modules listed in this file are all commented out by -# default. Usually they can be detected and built as dynamically -# loaded modules by the new setup.py script added in Python 2.1. If -# you're on a platform that doesn't support dynamic loading, want to -# compile modules statically into the Python binary, or need to -# specify some odd set of compiler switches, you can uncomment the -# appropriate lines below. - -# ====================================================================== - -# The SGI specific GL module: - -GLHACK=-Dclear=__GLclear -#gl glmodule.c cgensupport.c -I$(srcdir) $(GLHACK) -lgl -lX11 - -# 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() -struct structmodule.c # binary structure packing/unpacking -time timemodule.c # -lm # time operations and variables -operator operator.c # operator.add() and similar goodies -_weakref _weakref.c # basic weak reference support -_codecs _codecsmodule.c # access to the builtin codecs and codec registry -_testcapi _testcapimodule.c # Python C API test module - -unicodedata unicodedata.c # static Unicode character database - -_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) -errno errnomodule.c # posix (UNIX) errno values -select selectmodule.c # select(2); not on ancient System V - -# Memory-mapped files (also works on Win32). -mmap mmapmodule.c - -# Dynamic readlines -#xreadlines xreadlinesmodule.c - -# for socket(2), without SSL support. -#_socket socketmodule.c - -# Socket module compiled with SSL support; you must comment out the other -# socket line above, and possibly edit the SSL variable: -#SSL=/usr/local/ssl -_socket socketmodule.c \ - -DUSE_SSL -I/usr/include/ssl -lssl -lcrypto - -# The crypt module is now disabled by default because it breaks builds -# on many systems (where -lcrypt is needed), e.g. Linux (I believe). -# -# First, look at Setup.config; configure may have set this for you. - -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 -lnsl # 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 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 - - -# 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 - - -# A Linux specific module -- off by default; this may also work on -# some *BSDs. - -#linuxaudiodev linuxaudiodev.c - - -# George Neville-Neil's timing module: - -timing timingmodule.c - - -# The _tkinter module. -# -# 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 libraries are: -# -L/usr/local/lib \ -# *** 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 -ltix8.1.8.2 \ -# *** 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: -# (See http://www.pythonware.com/products/pil/ for more info) -# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \ -# *** Uncomment and edit for TOGL extension only: -# -DWITH_TOGL togl.c \ -# *** Uncomment and edit to reflect your Tcl/Tk versions: -# -ltk8.2 -ltcl8.2 \ -# *** 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 - - -# Curses support, requring the System V version of curses, often -# provided by the ncurses library. e.g. on Linux, link with -lncurses -# instead of -lcurses; on SunOS 4.1.3, insert -I/usr/5include -# -L/usr/5lib before -lcurses). -# -# First, look at Setup.config; configure may have set this for you. - -_curses _cursesmodule.c -lcurses -ltermcap -# Wrapper for the panel library that's part of ncurses and SYSV curses. -_curses_panel _curses_panel.c -lpanel -lcurses - - -# 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 has been moved to Setup.config so that -# it will be compiled as a shared library by default. Compiling it as -# a built-in module causes conflicts with the pybsddb3 module since it -# creates a static dependency on an out-of-date version of db.so. -# -# First, look at Setup.config; configure may have set this for you. - -dbm dbmmodule.c # dbm(3) may require -lndbm or similar - -# Anthony Baxter's gdbm module. GNU dbm(3) will require -lgdbm: -# -# First, look at Setup.config; configure may have set this for you. - -#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://electricrain.com/greg/python/bsddb3/ for an interface to -# BSD DB 3.x.) - -# Note: If a db.h file is found by configure, bsddb will be enabled -# automatically via Setup.config.in. It only needs to be enabled here -# if it is not automatically enabled there; check the generated -# Setup.config before enabling it here. - -#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 - - - -# 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 -lz - diff --git a/lang/python/2.1/files/Setup.expat b/lang/python/2.1/files/Setup.expat deleted file mode 100644 index aa976e75089..00000000000 --- a/lang/python/2.1/files/Setup.expat +++ /dev/null @@ -1,24 +0,0 @@ -# $OpenBSD: Setup.expat,v 1.3 2004/12/30 23:45:08 alek Exp $ - -@NOSHARED@*shared* - -# Interface to the Expat XML parser -# -# Expat is written by James Clark and must be downloaded separately -# (see below). The pyexpat module was written by Paul Prescod after a -# prototype by Jack Jansen. -# -# The Expat dist includes Windows .lib and .dll files. Home page is at -# http://www.jclark.com/xml/expat.html, the current production release is -# always ftp://ftp.jclark.com/pub/xml/expat.zip. -# -# EXPAT_DIR, below, should point to the expat/ directory created by -# unpacking the Expat source distribution. -# -# Note: the expat build process doesn't yet build a libexpat.a; you can -# do this manually while we try convince the author to add it. To do so, -# cd to EXPAT_DIR, run "make" if you have not done so, then run: -# -# ar cr libexpat.a xmltok/*.o xmlparse/*.o -# -pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(LOCALBASE)/include -L$(LOCALBASE)/lib -lexpat diff --git a/lang/python/2.1/files/Setup.gdbm b/lang/python/2.1/files/Setup.gdbm deleted file mode 100644 index e78d94a6c26..00000000000 --- a/lang/python/2.1/files/Setup.gdbm +++ /dev/null @@ -1,9 +0,0 @@ -# $OpenBSD: Setup.gdbm,v 1.2 2004/12/30 23:45:08 alek Exp $ - -@NOSHARED@*shared* - -# Anthony Baxter's gdbm module. GNU dbm(3) will require -lgdbm: -# -# First, look at Setup.config; configure may have set this for you. - -gdbm gdbmmodule.c -I$(LOCALBASE)/include -L$(LOCALBASE)/lib -lgdbm diff --git a/lang/python/2.1/files/Setup.mpz b/lang/python/2.1/files/Setup.mpz deleted file mode 100644 index c032686669d..00000000000 --- a/lang/python/2.1/files/Setup.mpz +++ /dev/null @@ -1,19 +0,0 @@ -# $OpenBSD: Setup.mpz,v 1.2 2004/12/30 23:45:08 alek Exp $ - -@NOSHARED@*shared* - -# 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=/ufs/guido/src/gmp -#mpz mpzmodule.c -I$(GMP) $(GMP)/libgmp.a -mpz mpzmodule.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lgmp diff --git a/lang/python/2.1/files/Setup.tkinter b/lang/python/2.1/files/Setup.tkinter deleted file mode 100644 index ea67c36a175..00000000000 --- a/lang/python/2.1/files/Setup.tkinter +++ /dev/null @@ -1,49 +0,0 @@ -# $OpenBSD: Setup.tkinter,v 1.4 2004/12/30 23:45:08 alek Exp $ - -@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${LOCALBASE}/include/tcl8.4 \ - -I${LOCALBASE}/include/tk8.4 \ -# *** 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/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${LOCALBASE}/lib \ -# *** Uncomment and edit to reflect your Tcl/Tk versions: - -ltk84 -ltcl84 \ -# *** 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 diff --git a/lang/python/2.1/files/idle b/lang/python/2.1/files/idle deleted file mode 100755 index d6b9169f31a..00000000000 --- a/lang/python/2.1/files/idle +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $OpenBSD: idle,v 1.2 2004/12/30 23:45:08 alek Exp $ - -/usr/bin/env python@VERSION@ @LOCALBASE@/lib/python@VERSION@/Tools/idle/idle.py diff --git a/lang/python/2.1/patches/patch-Lib_os_py b/lang/python/2.1/patches/patch-Lib_os_py deleted file mode 100644 index bc1d2241483..00000000000 --- a/lang/python/2.1/patches/patch-Lib_os_py +++ /dev/null @@ -1,79 +0,0 @@ -$OpenBSD: patch-Lib_os_py,v 1.1 2002/10/08 02:52:25 brad Exp $ ---- Lib/os.py.orig Mon Oct 7 21:55:08 2002 -+++ Lib/os.py Mon Oct 7 21:55:31 2002 -@@ -291,7 +291,7 @@ def execvp(file, args): - _execvpe(file, args) - - def execvpe(file, args, env): -- """execv(file, args, env) -+ """execvpe(file, args, env) - - Execute the executable file (which is searched for along $PATH) - with argument list args and environment env , replacing the -@@ -301,8 +301,9 @@ def execvpe(file, args, env): - - __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"]) - --_notfound = None - def _execvpe(file, args, env=None): -+ from errno import ENOENT, ENOTDIR -+ - if env is not None: - func = execve - argrest = (args, env) -@@ -310,7 +311,7 @@ def _execvpe(file, args, env=None): - func = execv - argrest = (args,) - env = environ -- global _notfound -+ - head, tail = path.split(file) - if head: - apply(func, (file,) + argrest) -@@ -320,30 +321,21 @@ def _execvpe(file, args, env=None): - else: - envpath = defpath - PATH = envpath.split(pathsep) -- if not _notfound: -- if sys.platform[:4] == 'beos': -- # Process handling (fork, wait) under BeOS (up to 5.0) -- # doesn't interoperate reliably with the thread interlocking -- # that happens during an import. The actual error we need -- # is the same on BeOS for posix.open() et al., ENOENT. -- try: unlink('/_#.# ## #.#') -- except error, _notfound: pass -- else: -- import tempfile -- t = tempfile.mktemp() -- # Exec a file that is guaranteed not to exist -- try: execv(t, ('blah',)) -- except error, _notfound: pass -- exc, arg = error, _notfound -+ saved_exc = None -+ saved_tb = None - for dir in PATH: - fullname = path.join(dir, file) - try: - apply(func, (fullname,) + argrest) -- except error, (errno, msg): -- if errno != arg[0]: -- exc, arg = error, (errno, msg) -- raise exc, arg -- -+ except error, e: -+ tb = sys.exc_info()[2] -+ if (e.errno != ENOENT and e.errno != ENOTDIR -+ and saved_exc is None): -+ saved_exc = e -+ saved_tb = tb -+ if saved_exc: -+ raise error, saved_exc, saved_tb -+ raise error, e, tb - - # Change environ to automatically call putenv() if it exists - try: -@@ -560,3 +552,4 @@ if _exists("fork"): - stdout, stdin = popen2.popen4(cmd, bufsize) - return stdin, stdout - __all__.append("popen4") -+ diff --git a/lang/python/2.1/patches/patch-Lib_tempfile_py b/lang/python/2.1/patches/patch-Lib_tempfile_py deleted file mode 100644 index 67e2a354b8d..00000000000 --- a/lang/python/2.1/patches/patch-Lib_tempfile_py +++ /dev/null @@ -1,24 +0,0 @@ -$OpenBSD: patch-Lib_tempfile_py,v 1.2 2002/05/11 21:35:13 matt Exp $ ---- Lib/tempfile.py.orig Fri Mar 2 00:51:16 2001 -+++ Lib/tempfile.py Fri May 10 21:47:43 2002 -@@ -4,7 +4,7 @@ - # how to choose a temp directory or filename on MS-DOS or other - # systems so it may have to be changed... - --import os -+import os, sys - - __all__ = ["mktemp", "TemporaryFile", "tempdir", "gettempprefix"] - -@@ -21,7 +21,10 @@ def gettempdir(): - pwd = os.getcwd() - except (AttributeError, os.error): - pwd = os.curdir -- attempdirs = ['/tmp', '/var/tmp', '/usr/tmp', pwd] -+ if sys.platform[0:7] == 'openbsd': -+ attempdirs = ['/tmp', '/var/tmp', pwd] -+ else: -+ attempdirs = ['/tmp', '/var/tmp', '/usr/tmp', pwd] - if os.name == 'nt': - attempdirs.insert(0, 'C:\\TEMP') - attempdirs.insert(0, '\\TEMP') diff --git a/lang/python/2.1/patches/patch-Lib_test_test_fcntl_py b/lang/python/2.1/patches/patch-Lib_test_test_fcntl_py deleted file mode 100644 index a3e8419b504..00000000000 --- a/lang/python/2.1/patches/patch-Lib_test_test_fcntl_py +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-Lib_test_test_fcntl_py,v 1.4 2004/02/03 07:39:51 sturm Exp $ ---- Lib/test/test_fcntl.py.orig 2001-04-11 22:58:20.000000000 +0200 -+++ Lib/test/test_fcntl.py 2003-12-29 20:22:46.000000000 +0100 -@@ -18,9 +18,13 @@ if verbose: - - if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1', - 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', -- 'bsdos2', 'bsdos3', 'bsdos4', -- 'openbsd', 'openbsd2'): -+ 'bsdos2', 'bsdos3', 'bsdos4'): - lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0) -+elif sys.platform in ['openbsd', 'openbsd2', 'openbsd3']: -+ if sys.maxint == 2147483647: -+ lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0) -+ else: -+ lockdata = struct.pack('ixxxxixxxxihh', 0, 0, 0, FCNTL.F_WRLCK, 0) - elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']: - lockdata = struct.pack('hhlllii', FCNTL.F_WRLCK, 0, 0, 0, 0, 0, 0) - else: diff --git a/lang/python/2.1/patches/patch-Makefile_pre_in b/lang/python/2.1/patches/patch-Makefile_pre_in deleted file mode 100644 index b0520c4154a..00000000000 --- a/lang/python/2.1/patches/patch-Makefile_pre_in +++ /dev/null @@ -1,32 +0,0 @@ -$OpenBSD: patch-Makefile_pre_in,v 1.1 2002/02/15 19:42:18 matt Exp $ ---- Makefile.pre.in.orig Thu Jul 19 15:21:05 2001 -+++ Makefile.pre.in Mon Sep 24 13:40:20 2001 -@@ -274,7 +274,7 @@ all: $(PYTHON) oldsharedmods sharedmods - $(PYTHON): Modules/$(MAINOBJ) $(LDLIBRARY) - $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \ - Modules/$(MAINOBJ) \ -- $(LDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) -+ -lpython$(VERSION) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) - - platform: $(PYTHON) - ./$(PYTHON) -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform -@@ -325,6 +325,10 @@ libpython$(VERSION).so: $(LIBRARY) - ;; \ - esac - -+# This rule for OpenBSD... -+libpython$(VERSION).so.$(MAJOR).$(MINOR): $(LIBRARY) -+ $(LDSHARED) -o $@ $(LIBRARY_OBJS) -+ - # This rule is here for OPENSTEP/Rhapsody/MacOSX - libpython$(VERSION).dylib: $(LIBRARY) - libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \ -@@ -552,7 +556,7 @@ maninstall: - fi; \ - done - $(INSTALL_DATA) $(srcdir)/Misc/python.man \ -- $(MANDIR)/man1/python.1 -+ $(MANDIR)/man1/python2.1.1 - - # Install the library - PLATDIR= plat-$(MACHDEP) diff --git a/lang/python/2.1/patches/patch-Modules_Setup_dist b/lang/python/2.1/patches/patch-Modules_Setup_dist deleted file mode 100644 index 3738ebb2520..00000000000 --- a/lang/python/2.1/patches/patch-Modules_Setup_dist +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-Modules_Setup_dist,v 1.1 2002/10/08 02:52:25 brad Exp $ ---- Modules/Setup.dist.orig Thu Mar 22 17:18:55 2001 -+++ Modules/Setup.dist Mon Oct 7 21:51:07 2002 -@@ -97,6 +97,7 @@ PYTHONPATH=$(COREPYTHONPATH) - # setup.py script in the root of the Python source tree. - - posix posixmodule.c # posix (UNIX) system calls -+errno errnomodule.c # posix (UNIX) errno values - _sre _sre.c # Fredrik Lundh's new regular expressions - - # The rest of the modules listed in this file are all commented out by -@@ -162,7 +163,6 @@ GLHACK=-Dclear=__GLclear - #fcntl fcntlmodule.c # fcntl(2) and ioctl(2) - #pwd pwdmodule.c # pwd(3) - #grp grpmodule.c # grp(3) --#errno errnomodule.c # posix (UNIX) errno values - #select selectmodule.c # select(2); not on ancient System V - - # Memory-mapped files (also works on Win32). diff --git a/lang/python/2.1/patches/patch-Modules__tkinter_c b/lang/python/2.1/patches/patch-Modules__tkinter_c deleted file mode 100644 index 012e636bccb..00000000000 --- a/lang/python/2.1/patches/patch-Modules__tkinter_c +++ /dev/null @@ -1,99 +0,0 @@ -$OpenBSD: patch-Modules__tkinter_c,v 1.1 2004/01/03 17:32:57 sturm Exp $ ---- Modules/_tkinter.c.orig 2001-07-19 11:43:12.000000000 +0200 -+++ Modules/_tkinter.c 2004-01-03 18:27:10.000000000 +0100 -@@ -294,8 +294,8 @@ static char * - Merge(PyObject *args) - { - PyObject *tmp = NULL; -- char *argvStore[ARGSZ]; -- char **argv = NULL; -+ CONST84 char *argvStore[ARGSZ]; -+ CONST84 char **argv = NULL; - int fvStore[ARGSZ]; - int *fv = NULL; - int argc = 0, fvc = 0, i; -@@ -320,7 +320,7 @@ Merge(PyObject *args) - argc = PyTuple_Size(args); - - if (argc > ARGSZ) { -- argv = (char **)ckalloc(argc * sizeof(char *)); -+ argv = (CONST84 char **)ckalloc(argc * sizeof(char *)); - fv = (int *)ckalloc(argc * sizeof(int)); - if (argv == NULL || fv == NULL) { - PyErr_NoMemory(); -@@ -355,7 +355,7 @@ Merge(PyObject *args) - finally: - for (i = 0; i < fvc; i++) - if (fv[i]) { -- ckfree(argv[i]); -+ ckfree((char *)argv[i]); - } - if (argv != argvStore) - ckfree(FREECAST argv); -@@ -372,7 +372,7 @@ static PyObject * - Split(char *list) - { - int argc; -- char **argv; -+ CONST84 char **argv; - PyObject *v; - - if (list == NULL) { -@@ -397,7 +397,7 @@ Split(char *list) - PyObject *w; - - for (i = 0; i < argc; i++) { -- if ((w = Split(argv[i])) == NULL) { -+ if ((w = Split((char *)argv[i])) == NULL) { - Py_DECREF(v); - v = NULL; - break; -@@ -621,8 +621,8 @@ Tkapp_Call(PyObject *self, PyObject *arg - else { - /* We could request the object result here, but doing - so would confuse applications that expect a string. */ -- char *s = Tcl_GetStringResult(interp); -- char *p = s; -+ CONST84 char *s = Tcl_GetStringResult(interp); -+ CONST84 char *p = s; - /* If the result contains any bytes with the top bit set, - it's UTF-8 and we should decode it to Unicode */ - while (*p != '\0') { -@@ -908,7 +908,8 @@ Tkapp_AddErrorInfo(PyObject *self, PyObj - static PyObject * - SetVar(PyObject *self, PyObject *args, int flags) - { -- char *name1, *name2, *ok, *s; -+ char *name1, *name2, *s; -+ CONST84 char *ok; - PyObject *newValue; - PyObject *tmp; - -@@ -968,7 +969,8 @@ Tkapp_GlobalSetVar(PyObject *self, PyObj - static PyObject * - GetVar(PyObject *self, PyObject *args, int flags) - { -- char *name1, *name2=NULL, *s; -+ char *name1, *name2=NULL; -+ CONST84 char *s; - PyObject *res = NULL; - - if (!PyArg_ParseTuple(args, "s|s:getvar", &name1, &name2)) -@@ -1177,7 +1179,7 @@ Tkapp_SplitList(PyObject *self, PyObject - { - char *list; - int argc; -- char **argv; -+ CONST84 char **argv; - PyObject *v; - int i; - -@@ -1343,7 +1345,7 @@ Tkapp_CreateCommand(PyObject *self, PyOb - data->func = func; - - ENTER_TCL -- err = Tcl_CreateCommand(Tkapp_Interp(self), cmdName, PythonCmd, -+ err = Tcl_CreateCommand(Tkapp_Interp(self), cmdName, (Tcl_CmdProc *)PythonCmd, - (ClientData)data, PythonCmdDelete); - LEAVE_TCL - if (err == NULL) { diff --git a/lang/python/2.1/patches/patch-Modules_makesetup b/lang/python/2.1/patches/patch-Modules_makesetup deleted file mode 100644 index 189276e7dfb..00000000000 --- a/lang/python/2.1/patches/patch-Modules_makesetup +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-Modules_makesetup,v 1.1 2004/04/18 12:13:58 sturm Exp $ ---- Modules/makesetup.orig 2004-04-10 13:58:56.000000000 +0200 -+++ Modules/makesetup 2004-04-10 14:00:28.000000000 +0200 -@@ -163,6 +163,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' | - -rpath) libs="$libs $arg"; skip=libs;; - --rpath) libs="$libs $arg"; skip=libs;; - -[A-Zl]*) libs="$libs $arg";; -+ -pthread*) libs="$libs $arg";; - *.a) libs="$libs $arg";; - *.so) libs="$libs $arg";; - *.sl) libs="$libs $arg";; diff --git a/lang/python/2.1/patches/patch-Modules_nismodule_c b/lang/python/2.1/patches/patch-Modules_nismodule_c deleted file mode 100644 index fce0938dbd5..00000000000 --- a/lang/python/2.1/patches/patch-Modules_nismodule_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-Modules_nismodule_c,v 1.1 2003/12/30 17:05:30 sturm Exp $ ---- Modules/nismodule.c.orig 2003-12-29 20:24:28.000000000 +0100 -+++ Modules/nismodule.c 2003-12-29 20:25:19.000000000 +0100 -@@ -68,7 +68,7 @@ nis_mapname (char *map, int *pfix) - return map; - } - --typedef int (*foreachfunc)(int, char *, int, char *, int, char *); -+typedef int (*foreachfunc)(u_long, char *, int, char *, int, void *); - - struct ypcallback_data { - PyObject *dict; diff --git a/lang/python/2.1/patches/patch-Python_thread_pthread_h b/lang/python/2.1/patches/patch-Python_thread_pthread_h deleted file mode 100644 index 979b271c74d..00000000000 --- a/lang/python/2.1/patches/patch-Python_thread_pthread_h +++ /dev/null @@ -1,39 +0,0 @@ -$OpenBSD: patch-Python_thread_pthread_h,v 1.2 2002/05/11 21:35:13 matt Exp $ - - This has been submitted to the Python team as patch 554841. - ---- Python/thread_pthread.h.orig Thu Jan 10 06:12:20 2002 -+++ Python/thread_pthread.h Mon Feb 25 15:37:53 2002 -@@ -128,16 +128,21 @@ PyThread_start_new_thread(void (*func)(v - { - pthread_t th; - int success; --#ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED -+#if defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) || defined(THREAD_STACK_SIZE) - pthread_attr_t attrs; - #endif - dprintf(("PyThread_start_new_thread called\n")); - if (!initialized) - PyThread_init_thread(); --#ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED -+#if defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) || defined(THREAD_STACK_SIZE) - pthread_attr_init(&attrs); -+#endif -+#ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED - pthread_attr_setscope(&attrs, PTHREAD_SCOPE_SYSTEM); - #endif -+#ifdef THREAD_STACK_SIZE -+ pthread_attr_setstacksize(&attrs, THREAD_STACK_SIZE); -+#endif - - success = pthread_create(&th, - #if defined(PY_PTHREAD_D4) -@@ -153,7 +158,7 @@ PyThread_start_new_thread(void (*func)(v - func, - arg - #elif defined(PY_PTHREAD_STD) --#ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED -+#if defined(PTHREAD_SYSTEM_SCHED_SUPPORTED) || defined(THREAD_STACK_SIZE) - &attrs, - #else - (pthread_attr_t*)NULL, diff --git a/lang/python/2.1/patches/patch-Tools_scripts_pydoc b/lang/python/2.1/patches/patch-Tools_scripts_pydoc deleted file mode 100644 index df58b7db81a..00000000000 --- a/lang/python/2.1/patches/patch-Tools_scripts_pydoc +++ /dev/null @@ -1,9 +0,0 @@ -$OpenBSD: patch-Tools_scripts_pydoc,v 1.1 2003/12/30 17:05:30 sturm Exp $ ---- Tools/scripts/pydoc.orig 2003-12-29 20:25:52.000000000 +0100 -+++ Tools/scripts/pydoc 2003-12-29 20:25:56.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python2.1 - - import pydoc - pydoc.cli() diff --git a/lang/python/2.1/patches/patch-configure_in b/lang/python/2.1/patches/patch-configure_in deleted file mode 100644 index 1877466d8bc..00000000000 --- a/lang/python/2.1/patches/patch-configure_in +++ /dev/null @@ -1,79 +0,0 @@ -$OpenBSD: patch-configure_in,v 1.3 2002/05/12 19:32:41 matt Exp $ - - This has been submitted to the Python team as part of patch - 554718. - ---- configure.in.orig Thu Dec 27 16:55:46 2001 -+++ configure.in Mon Jan 14 12:15:41 2002 -@@ -614,7 +614,20 @@ then - Linux*) LDSHARED="gcc -shared";; - dgux*) LDSHARED="ld -G";; - BSD/OS*/4*) LDSHARED="gcc -shared";; -- OpenBSD*) LDSHARED="ld -Bshareable";; -+ OpenBSD*) -+ if [[ "`$CC -dM -E - =2.1,<2.2 -bin/pydoc2.1 -bin/python2.1 -include/python2.1/ -include/python2.1/Python.h -include/python2.1/abstract.h -include/python2.1/bitset.h -include/python2.1/bufferobject.h -include/python2.1/cStringIO.h -include/python2.1/cellobject.h -include/python2.1/ceval.h -include/python2.1/classobject.h -include/python2.1/cobject.h -include/python2.1/codecs.h -include/python2.1/compile.h -include/python2.1/complexobject.h -include/python2.1/config.h -include/python2.1/dictobject.h -include/python2.1/errcode.h -include/python2.1/eval.h -include/python2.1/fileobject.h -include/python2.1/floatobject.h -include/python2.1/frameobject.h -include/python2.1/funcobject.h -include/python2.1/graminit.h -include/python2.1/grammar.h -include/python2.1/import.h -include/python2.1/intobject.h -include/python2.1/intrcheck.h -include/python2.1/listobject.h -include/python2.1/longintrepr.h -include/python2.1/longobject.h -include/python2.1/marshal.h -include/python2.1/metagrammar.h -include/python2.1/methodobject.h -include/python2.1/modsupport.h -include/python2.1/moduleobject.h -include/python2.1/node.h -include/python2.1/object.h -include/python2.1/objimpl.h -include/python2.1/opcode.h -include/python2.1/osdefs.h -include/python2.1/parsetok.h -include/python2.1/patchlevel.h -include/python2.1/pgenheaders.h -include/python2.1/py_curses.h -include/python2.1/pydebug.h -include/python2.1/pyerrors.h -include/python2.1/pyfpe.h -include/python2.1/pygetopt.h -include/python2.1/pymem.h -include/python2.1/pyport.h -include/python2.1/pystate.h -include/python2.1/pythonrun.h -include/python2.1/pythread.h -include/python2.1/rangeobject.h -include/python2.1/sliceobject.h -include/python2.1/stringobject.h -include/python2.1/structmember.h -include/python2.1/symtable.h -include/python2.1/sysmodule.h -include/python2.1/token.h -include/python2.1/traceback.h -include/python2.1/tupleobject.h -include/python2.1/ucnhash.h -include/python2.1/unicodeobject.h -lib/python2.1/ -lib/python2.1/BaseHTTPServer.py -lib/python2.1/BaseHTTPServer.pyc -lib/python2.1/BaseHTTPServer.pyo -lib/python2.1/Bastion.py -lib/python2.1/Bastion.pyc -lib/python2.1/Bastion.pyo -lib/python2.1/CGIHTTPServer.py -lib/python2.1/CGIHTTPServer.pyc -lib/python2.1/CGIHTTPServer.pyo -lib/python2.1/ConfigParser.py -lib/python2.1/ConfigParser.pyc -lib/python2.1/ConfigParser.pyo -lib/python2.1/Cookie.py -lib/python2.1/Cookie.pyc -lib/python2.1/Cookie.pyo -lib/python2.1/LICENSE.txt -lib/python2.1/MimeWriter.py -lib/python2.1/MimeWriter.pyc -lib/python2.1/MimeWriter.pyo -lib/python2.1/Queue.py -lib/python2.1/Queue.pyc -lib/python2.1/Queue.pyo -lib/python2.1/SimpleHTTPServer.py -lib/python2.1/SimpleHTTPServer.pyc -lib/python2.1/SimpleHTTPServer.pyo -lib/python2.1/SocketServer.py -lib/python2.1/SocketServer.pyc -lib/python2.1/SocketServer.pyo -lib/python2.1/StringIO.py -lib/python2.1/StringIO.pyc -lib/python2.1/StringIO.pyo -lib/python2.1/TERMIOS.py -lib/python2.1/TERMIOS.pyc -lib/python2.1/TERMIOS.pyo -lib/python2.1/UserDict.py -lib/python2.1/UserDict.pyc -lib/python2.1/UserDict.pyo -lib/python2.1/UserList.py -lib/python2.1/UserList.pyc -lib/python2.1/UserList.pyo -lib/python2.1/UserString.py -lib/python2.1/UserString.pyc -lib/python2.1/UserString.pyo -lib/python2.1/__future__.py -lib/python2.1/__future__.pyc -lib/python2.1/__future__.pyo -lib/python2.1/aifc.py -lib/python2.1/aifc.pyc -lib/python2.1/aifc.pyo -lib/python2.1/anydbm.py -lib/python2.1/anydbm.pyc -lib/python2.1/anydbm.pyo -lib/python2.1/asynchat.py -lib/python2.1/asynchat.pyc -lib/python2.1/asynchat.pyo -lib/python2.1/asyncore.py -lib/python2.1/asyncore.pyc -lib/python2.1/asyncore.pyo -lib/python2.1/atexit.py -lib/python2.1/atexit.pyc -lib/python2.1/atexit.pyo -lib/python2.1/audiodev.py -lib/python2.1/audiodev.pyc -lib/python2.1/audiodev.pyo -lib/python2.1/base64.py -lib/python2.1/base64.pyc -lib/python2.1/base64.pyo -lib/python2.1/bdb.py -lib/python2.1/bdb.pyc -lib/python2.1/bdb.pyo -lib/python2.1/binhex.py -lib/python2.1/binhex.pyc -lib/python2.1/binhex.pyo -lib/python2.1/bisect.py -lib/python2.1/bisect.pyc -lib/python2.1/bisect.pyo -lib/python2.1/calendar.py -lib/python2.1/calendar.pyc -lib/python2.1/calendar.pyo -lib/python2.1/cgi.py -lib/python2.1/cgi.pyc -lib/python2.1/cgi.pyo -lib/python2.1/chunk.py -lib/python2.1/chunk.pyc -lib/python2.1/chunk.pyo -lib/python2.1/cmd.py -lib/python2.1/cmd.pyc -lib/python2.1/cmd.pyo -lib/python2.1/code.py -lib/python2.1/code.pyc -lib/python2.1/code.pyo -lib/python2.1/codecs.py -lib/python2.1/codecs.pyc -lib/python2.1/codecs.pyo -lib/python2.1/codeop.py -lib/python2.1/codeop.pyc -lib/python2.1/codeop.pyo -lib/python2.1/colorsys.py -lib/python2.1/colorsys.pyc -lib/python2.1/colorsys.pyo -lib/python2.1/commands.py -lib/python2.1/commands.pyc -lib/python2.1/commands.pyo -lib/python2.1/compileall.py -lib/python2.1/compileall.pyc -lib/python2.1/compileall.pyo -lib/python2.1/config/ -lib/python2.1/config/Makefile -lib/python2.1/config/Makefile.pre.in -lib/python2.1/config/Setup -lib/python2.1/config/Setup.config -lib/python2.1/config/Setup.local -lib/python2.1/config/config.c -lib/python2.1/config/config.c.in -lib/python2.1/config/install-sh -lib/python2.1/config/libpython2.1.a -lib/python2.1/config/makesetup -lib/python2.1/config/python.o -lib/python2.1/copy.py -lib/python2.1/copy.pyc -lib/python2.1/copy.pyo -lib/python2.1/copy_reg.py -lib/python2.1/copy_reg.pyc -lib/python2.1/copy_reg.pyo -lib/python2.1/curses/ -lib/python2.1/curses/__init__.py -lib/python2.1/curses/__init__.pyc -lib/python2.1/curses/__init__.pyo -lib/python2.1/curses/ascii.py -lib/python2.1/curses/ascii.pyc -lib/python2.1/curses/ascii.pyo -lib/python2.1/curses/has_key.py -lib/python2.1/curses/has_key.pyc -lib/python2.1/curses/has_key.pyo -lib/python2.1/curses/panel.py -lib/python2.1/curses/panel.pyc -lib/python2.1/curses/panel.pyo -lib/python2.1/curses/textpad.py -lib/python2.1/curses/textpad.pyc -lib/python2.1/curses/textpad.pyo -lib/python2.1/curses/wrapper.py -lib/python2.1/curses/wrapper.pyc -lib/python2.1/curses/wrapper.pyo -lib/python2.1/dbhash.py -lib/python2.1/dbhash.pyc -lib/python2.1/dbhash.pyo -lib/python2.1/difflib.py -lib/python2.1/difflib.pyc -lib/python2.1/difflib.pyo -lib/python2.1/dircache.py -lib/python2.1/dircache.pyc -lib/python2.1/dircache.pyo -lib/python2.1/dis.py -lib/python2.1/dis.pyc -lib/python2.1/dis.pyo -lib/python2.1/distutils/ -lib/python2.1/distutils/README -lib/python2.1/distutils/__init__.py -lib/python2.1/distutils/__init__.pyc -lib/python2.1/distutils/__init__.pyo -lib/python2.1/distutils/archive_util.py -lib/python2.1/distutils/archive_util.pyc -lib/python2.1/distutils/archive_util.pyo -lib/python2.1/distutils/bcppcompiler.py -lib/python2.1/distutils/bcppcompiler.pyc -lib/python2.1/distutils/bcppcompiler.pyo -lib/python2.1/distutils/ccompiler.py -lib/python2.1/distutils/ccompiler.pyc -lib/python2.1/distutils/ccompiler.pyo -lib/python2.1/distutils/cmd.py -lib/python2.1/distutils/cmd.pyc -lib/python2.1/distutils/cmd.pyo -lib/python2.1/distutils/command/ -lib/python2.1/distutils/command/__init__.py -lib/python2.1/distutils/command/__init__.pyc -lib/python2.1/distutils/command/__init__.pyo -lib/python2.1/distutils/command/bdist.py -lib/python2.1/distutils/command/bdist.pyc -lib/python2.1/distutils/command/bdist.pyo -lib/python2.1/distutils/command/bdist_dumb.py -lib/python2.1/distutils/command/bdist_dumb.pyc -lib/python2.1/distutils/command/bdist_dumb.pyo -lib/python2.1/distutils/command/bdist_rpm.py -lib/python2.1/distutils/command/bdist_rpm.pyc -lib/python2.1/distutils/command/bdist_rpm.pyo -lib/python2.1/distutils/command/bdist_wininst.py -lib/python2.1/distutils/command/bdist_wininst.pyc -lib/python2.1/distutils/command/bdist_wininst.pyo -lib/python2.1/distutils/command/build.py -lib/python2.1/distutils/command/build.pyc -lib/python2.1/distutils/command/build.pyo -lib/python2.1/distutils/command/build_clib.py -lib/python2.1/distutils/command/build_clib.pyc -lib/python2.1/distutils/command/build_clib.pyo -lib/python2.1/distutils/command/build_ext.py -lib/python2.1/distutils/command/build_ext.pyc -lib/python2.1/distutils/command/build_ext.pyo -lib/python2.1/distutils/command/build_py.py -lib/python2.1/distutils/command/build_py.pyc -lib/python2.1/distutils/command/build_py.pyo -lib/python2.1/distutils/command/build_scripts.py -lib/python2.1/distutils/command/build_scripts.pyc -lib/python2.1/distutils/command/build_scripts.pyo -lib/python2.1/distutils/command/clean.py -lib/python2.1/distutils/command/clean.pyc -lib/python2.1/distutils/command/clean.pyo -lib/python2.1/distutils/command/command_template -lib/python2.1/distutils/command/config.py -lib/python2.1/distutils/command/config.pyc -lib/python2.1/distutils/command/config.pyo -lib/python2.1/distutils/command/install.py -lib/python2.1/distutils/command/install.pyc -lib/python2.1/distutils/command/install.pyo -lib/python2.1/distutils/command/install_data.py -lib/python2.1/distutils/command/install_data.pyc -lib/python2.1/distutils/command/install_data.pyo -lib/python2.1/distutils/command/install_headers.py -lib/python2.1/distutils/command/install_headers.pyc -lib/python2.1/distutils/command/install_headers.pyo -lib/python2.1/distutils/command/install_lib.py -lib/python2.1/distutils/command/install_lib.pyc -lib/python2.1/distutils/command/install_lib.pyo -lib/python2.1/distutils/command/install_scripts.py -lib/python2.1/distutils/command/install_scripts.pyc -lib/python2.1/distutils/command/install_scripts.pyo -lib/python2.1/distutils/command/sdist.py -lib/python2.1/distutils/command/sdist.pyc -lib/python2.1/distutils/command/sdist.pyo -lib/python2.1/distutils/core.py -lib/python2.1/distutils/core.pyc -lib/python2.1/distutils/core.pyo -lib/python2.1/distutils/cygwinccompiler.py -lib/python2.1/distutils/cygwinccompiler.pyc -lib/python2.1/distutils/cygwinccompiler.pyo -lib/python2.1/distutils/dep_util.py -lib/python2.1/distutils/dep_util.pyc -lib/python2.1/distutils/dep_util.pyo -lib/python2.1/distutils/dir_util.py -lib/python2.1/distutils/dir_util.pyc -lib/python2.1/distutils/dir_util.pyo -lib/python2.1/distutils/dist.py -lib/python2.1/distutils/dist.pyc -lib/python2.1/distutils/dist.pyo -lib/python2.1/distutils/errors.py -lib/python2.1/distutils/errors.pyc -lib/python2.1/distutils/errors.pyo -lib/python2.1/distutils/extension.py -lib/python2.1/distutils/extension.pyc -lib/python2.1/distutils/extension.pyo -lib/python2.1/distutils/fancy_getopt.py -lib/python2.1/distutils/fancy_getopt.pyc -lib/python2.1/distutils/fancy_getopt.pyo -lib/python2.1/distutils/file_util.py -lib/python2.1/distutils/file_util.pyc -lib/python2.1/distutils/file_util.pyo -lib/python2.1/distutils/filelist.py -lib/python2.1/distutils/filelist.pyc -lib/python2.1/distutils/filelist.pyo -lib/python2.1/distutils/msvccompiler.py -lib/python2.1/distutils/msvccompiler.pyc -lib/python2.1/distutils/msvccompiler.pyo -lib/python2.1/distutils/mwerkscompiler.py -lib/python2.1/distutils/mwerkscompiler.pyc -lib/python2.1/distutils/mwerkscompiler.pyo -lib/python2.1/distutils/spawn.py -lib/python2.1/distutils/spawn.pyc -lib/python2.1/distutils/spawn.pyo -lib/python2.1/distutils/sysconfig.py -lib/python2.1/distutils/sysconfig.pyc -lib/python2.1/distutils/sysconfig.pyo -lib/python2.1/distutils/text_file.py -lib/python2.1/distutils/text_file.pyc -lib/python2.1/distutils/text_file.pyo -lib/python2.1/distutils/unixccompiler.py -lib/python2.1/distutils/unixccompiler.pyc -lib/python2.1/distutils/unixccompiler.pyo -lib/python2.1/distutils/util.py -lib/python2.1/distutils/util.pyc -lib/python2.1/distutils/util.pyo -lib/python2.1/distutils/version.py -lib/python2.1/distutils/version.pyc -lib/python2.1/distutils/version.pyo -lib/python2.1/doctest.py -lib/python2.1/doctest.pyc -lib/python2.1/doctest.pyo -lib/python2.1/dospath.py -lib/python2.1/dospath.pyc -lib/python2.1/dospath.pyo -lib/python2.1/dumbdbm.py -lib/python2.1/dumbdbm.pyc -lib/python2.1/dumbdbm.pyo -lib/python2.1/encodings/ -lib/python2.1/encodings/__init__.py -lib/python2.1/encodings/__init__.pyc -lib/python2.1/encodings/__init__.pyo -lib/python2.1/encodings/aliases.py -lib/python2.1/encodings/aliases.pyc -lib/python2.1/encodings/aliases.pyo -lib/python2.1/encodings/ascii.py -lib/python2.1/encodings/ascii.pyc -lib/python2.1/encodings/ascii.pyo -lib/python2.1/encodings/charmap.py -lib/python2.1/encodings/charmap.pyc -lib/python2.1/encodings/charmap.pyo -lib/python2.1/encodings/cp037.py -lib/python2.1/encodings/cp037.pyc -lib/python2.1/encodings/cp037.pyo -lib/python2.1/encodings/cp1006.py -lib/python2.1/encodings/cp1006.pyc -lib/python2.1/encodings/cp1006.pyo -lib/python2.1/encodings/cp1026.py -lib/python2.1/encodings/cp1026.pyc -lib/python2.1/encodings/cp1026.pyo -lib/python2.1/encodings/cp1250.py -lib/python2.1/encodings/cp1250.pyc -lib/python2.1/encodings/cp1250.pyo -lib/python2.1/encodings/cp1251.py -lib/python2.1/encodings/cp1251.pyc -lib/python2.1/encodings/cp1251.pyo -lib/python2.1/encodings/cp1252.py -lib/python2.1/encodings/cp1252.pyc -lib/python2.1/encodings/cp1252.pyo -lib/python2.1/encodings/cp1253.py -lib/python2.1/encodings/cp1253.pyc -lib/python2.1/encodings/cp1253.pyo -lib/python2.1/encodings/cp1254.py -lib/python2.1/encodings/cp1254.pyc -lib/python2.1/encodings/cp1254.pyo -lib/python2.1/encodings/cp1255.py -lib/python2.1/encodings/cp1255.pyc -lib/python2.1/encodings/cp1255.pyo -lib/python2.1/encodings/cp1256.py -lib/python2.1/encodings/cp1256.pyc -lib/python2.1/encodings/cp1256.pyo -lib/python2.1/encodings/cp1257.py -lib/python2.1/encodings/cp1257.pyc -lib/python2.1/encodings/cp1257.pyo -lib/python2.1/encodings/cp1258.py -lib/python2.1/encodings/cp1258.pyc -lib/python2.1/encodings/cp1258.pyo -lib/python2.1/encodings/cp424.py -lib/python2.1/encodings/cp424.pyc -lib/python2.1/encodings/cp424.pyo -lib/python2.1/encodings/cp437.py -lib/python2.1/encodings/cp437.pyc -lib/python2.1/encodings/cp437.pyo -lib/python2.1/encodings/cp500.py -lib/python2.1/encodings/cp500.pyc -lib/python2.1/encodings/cp500.pyo -lib/python2.1/encodings/cp737.py -lib/python2.1/encodings/cp737.pyc -lib/python2.1/encodings/cp737.pyo -lib/python2.1/encodings/cp775.py -lib/python2.1/encodings/cp775.pyc -lib/python2.1/encodings/cp775.pyo -lib/python2.1/encodings/cp850.py -lib/python2.1/encodings/cp850.pyc -lib/python2.1/encodings/cp850.pyo -lib/python2.1/encodings/cp852.py -lib/python2.1/encodings/cp852.pyc -lib/python2.1/encodings/cp852.pyo -lib/python2.1/encodings/cp855.py -lib/python2.1/encodings/cp855.pyc -lib/python2.1/encodings/cp855.pyo -lib/python2.1/encodings/cp856.py -lib/python2.1/encodings/cp856.pyc -lib/python2.1/encodings/cp856.pyo -lib/python2.1/encodings/cp857.py -lib/python2.1/encodings/cp857.pyc -lib/python2.1/encodings/cp857.pyo -lib/python2.1/encodings/cp860.py -lib/python2.1/encodings/cp860.pyc -lib/python2.1/encodings/cp860.pyo -lib/python2.1/encodings/cp861.py -lib/python2.1/encodings/cp861.pyc -lib/python2.1/encodings/cp861.pyo -lib/python2.1/encodings/cp862.py -lib/python2.1/encodings/cp862.pyc -lib/python2.1/encodings/cp862.pyo -lib/python2.1/encodings/cp863.py -lib/python2.1/encodings/cp863.pyc -lib/python2.1/encodings/cp863.pyo -lib/python2.1/encodings/cp864.py -lib/python2.1/encodings/cp864.pyc -lib/python2.1/encodings/cp864.pyo -lib/python2.1/encodings/cp865.py -lib/python2.1/encodings/cp865.pyc -lib/python2.1/encodings/cp865.pyo -lib/python2.1/encodings/cp866.py -lib/python2.1/encodings/cp866.pyc -lib/python2.1/encodings/cp866.pyo -lib/python2.1/encodings/cp869.py -lib/python2.1/encodings/cp869.pyc -lib/python2.1/encodings/cp869.pyo -lib/python2.1/encodings/cp874.py -lib/python2.1/encodings/cp874.pyc -lib/python2.1/encodings/cp874.pyo -lib/python2.1/encodings/cp875.py -lib/python2.1/encodings/cp875.pyc -lib/python2.1/encodings/cp875.pyo -lib/python2.1/encodings/iso8859_1.py -lib/python2.1/encodings/iso8859_1.pyc -lib/python2.1/encodings/iso8859_1.pyo -lib/python2.1/encodings/iso8859_10.py -lib/python2.1/encodings/iso8859_10.pyc -lib/python2.1/encodings/iso8859_10.pyo -lib/python2.1/encodings/iso8859_13.py -lib/python2.1/encodings/iso8859_13.pyc -lib/python2.1/encodings/iso8859_13.pyo -lib/python2.1/encodings/iso8859_14.py -lib/python2.1/encodings/iso8859_14.pyc -lib/python2.1/encodings/iso8859_14.pyo -lib/python2.1/encodings/iso8859_15.py -lib/python2.1/encodings/iso8859_15.pyc -lib/python2.1/encodings/iso8859_15.pyo -lib/python2.1/encodings/iso8859_2.py -lib/python2.1/encodings/iso8859_2.pyc -lib/python2.1/encodings/iso8859_2.pyo -lib/python2.1/encodings/iso8859_3.py -lib/python2.1/encodings/iso8859_3.pyc -lib/python2.1/encodings/iso8859_3.pyo -lib/python2.1/encodings/iso8859_4.py -lib/python2.1/encodings/iso8859_4.pyc -lib/python2.1/encodings/iso8859_4.pyo -lib/python2.1/encodings/iso8859_5.py -lib/python2.1/encodings/iso8859_5.pyc -lib/python2.1/encodings/iso8859_5.pyo -lib/python2.1/encodings/iso8859_6.py -lib/python2.1/encodings/iso8859_6.pyc -lib/python2.1/encodings/iso8859_6.pyo -lib/python2.1/encodings/iso8859_7.py -lib/python2.1/encodings/iso8859_7.pyc -lib/python2.1/encodings/iso8859_7.pyo -lib/python2.1/encodings/iso8859_8.py -lib/python2.1/encodings/iso8859_8.pyc -lib/python2.1/encodings/iso8859_8.pyo -lib/python2.1/encodings/iso8859_9.py -lib/python2.1/encodings/iso8859_9.pyc -lib/python2.1/encodings/iso8859_9.pyo -lib/python2.1/encodings/koi8_r.py -lib/python2.1/encodings/koi8_r.pyc -lib/python2.1/encodings/koi8_r.pyo -lib/python2.1/encodings/latin_1.py -lib/python2.1/encodings/latin_1.pyc -lib/python2.1/encodings/latin_1.pyo -lib/python2.1/encodings/mac_cyrillic.py -lib/python2.1/encodings/mac_cyrillic.pyc -lib/python2.1/encodings/mac_cyrillic.pyo -lib/python2.1/encodings/mac_greek.py -lib/python2.1/encodings/mac_greek.pyc -lib/python2.1/encodings/mac_greek.pyo -lib/python2.1/encodings/mac_iceland.py -lib/python2.1/encodings/mac_iceland.pyc -lib/python2.1/encodings/mac_iceland.pyo -lib/python2.1/encodings/mac_latin2.py -lib/python2.1/encodings/mac_latin2.pyc -lib/python2.1/encodings/mac_latin2.pyo -lib/python2.1/encodings/mac_roman.py -lib/python2.1/encodings/mac_roman.pyc -lib/python2.1/encodings/mac_roman.pyo -lib/python2.1/encodings/mac_turkish.py -lib/python2.1/encodings/mac_turkish.pyc -lib/python2.1/encodings/mac_turkish.pyo -lib/python2.1/encodings/mbcs.py -lib/python2.1/encodings/mbcs.pyc -lib/python2.1/encodings/mbcs.pyo -lib/python2.1/encodings/raw_unicode_escape.py -lib/python2.1/encodings/raw_unicode_escape.pyc -lib/python2.1/encodings/raw_unicode_escape.pyo -lib/python2.1/encodings/undefined.py -lib/python2.1/encodings/undefined.pyc -lib/python2.1/encodings/undefined.pyo -lib/python2.1/encodings/unicode_escape.py -lib/python2.1/encodings/unicode_escape.pyc -lib/python2.1/encodings/unicode_escape.pyo -lib/python2.1/encodings/unicode_internal.py -lib/python2.1/encodings/unicode_internal.pyc -lib/python2.1/encodings/unicode_internal.pyo -lib/python2.1/encodings/utf_16.py -lib/python2.1/encodings/utf_16.pyc -lib/python2.1/encodings/utf_16.pyo -lib/python2.1/encodings/utf_16_be.py -lib/python2.1/encodings/utf_16_be.pyc -lib/python2.1/encodings/utf_16_be.pyo -lib/python2.1/encodings/utf_16_le.py -lib/python2.1/encodings/utf_16_le.pyc -lib/python2.1/encodings/utf_16_le.pyo -lib/python2.1/encodings/utf_8.py -lib/python2.1/encodings/utf_8.pyc -lib/python2.1/encodings/utf_8.pyo -lib/python2.1/filecmp.py -lib/python2.1/filecmp.pyc -lib/python2.1/filecmp.pyo -lib/python2.1/fileinput.py -lib/python2.1/fileinput.pyc -lib/python2.1/fileinput.pyo -lib/python2.1/fnmatch.py -lib/python2.1/fnmatch.pyc -lib/python2.1/fnmatch.pyo -lib/python2.1/formatter.py -lib/python2.1/formatter.pyc -lib/python2.1/formatter.pyo -lib/python2.1/fpformat.py -lib/python2.1/fpformat.pyc -lib/python2.1/fpformat.pyo -lib/python2.1/ftplib.py -lib/python2.1/ftplib.pyc -lib/python2.1/ftplib.pyo -lib/python2.1/getopt.py -lib/python2.1/getopt.pyc -lib/python2.1/getopt.pyo -lib/python2.1/getpass.py -lib/python2.1/getpass.pyc -lib/python2.1/getpass.pyo -lib/python2.1/gettext.py -lib/python2.1/gettext.pyc -lib/python2.1/gettext.pyo -lib/python2.1/glob.py -lib/python2.1/glob.pyc -lib/python2.1/glob.pyo -lib/python2.1/gopherlib.py -lib/python2.1/gopherlib.pyc -lib/python2.1/gopherlib.pyo -lib/python2.1/gzip.py -lib/python2.1/gzip.pyc -lib/python2.1/gzip.pyo -lib/python2.1/htmlentitydefs.py -lib/python2.1/htmlentitydefs.pyc -lib/python2.1/htmlentitydefs.pyo -lib/python2.1/htmllib.py -lib/python2.1/htmllib.pyc -lib/python2.1/htmllib.pyo -lib/python2.1/httplib.py -lib/python2.1/httplib.pyc -lib/python2.1/httplib.pyo -lib/python2.1/ihooks.py -lib/python2.1/ihooks.pyc -lib/python2.1/ihooks.pyo -lib/python2.1/imaplib.py -lib/python2.1/imaplib.pyc -lib/python2.1/imaplib.pyo -lib/python2.1/imghdr.py -lib/python2.1/imghdr.pyc -lib/python2.1/imghdr.pyo -lib/python2.1/imputil.py -lib/python2.1/imputil.pyc -lib/python2.1/imputil.pyo -lib/python2.1/inspect.py -lib/python2.1/inspect.pyc -lib/python2.1/inspect.pyo -lib/python2.1/keyword.py -lib/python2.1/keyword.pyc -lib/python2.1/keyword.pyo -lib/python2.1/knee.py -lib/python2.1/knee.pyc -lib/python2.1/knee.pyo -lib/python2.1/lib-old/ -lib/python2.1/lib-old/Para.py -lib/python2.1/lib-old/Para.pyc -lib/python2.1/lib-old/Para.pyo -lib/python2.1/lib-old/addpack.py -lib/python2.1/lib-old/addpack.pyc -lib/python2.1/lib-old/addpack.pyo -lib/python2.1/lib-old/cmp.py -lib/python2.1/lib-old/cmp.pyc -lib/python2.1/lib-old/cmp.pyo -lib/python2.1/lib-old/cmpcache.py -lib/python2.1/lib-old/cmpcache.pyc -lib/python2.1/lib-old/cmpcache.pyo -lib/python2.1/lib-old/codehack.py -lib/python2.1/lib-old/codehack.pyc -lib/python2.1/lib-old/codehack.pyo -lib/python2.1/lib-old/dircmp.py -lib/python2.1/lib-old/dircmp.pyc -lib/python2.1/lib-old/dircmp.pyo -lib/python2.1/lib-old/dump.py -lib/python2.1/lib-old/dump.pyc -lib/python2.1/lib-old/dump.pyo -lib/python2.1/lib-old/find.py -lib/python2.1/lib-old/find.pyc -lib/python2.1/lib-old/find.pyo -lib/python2.1/lib-old/fmt.py -lib/python2.1/lib-old/fmt.pyc -lib/python2.1/lib-old/fmt.pyo -lib/python2.1/lib-old/grep.py -lib/python2.1/lib-old/grep.pyc -lib/python2.1/lib-old/grep.pyo -lib/python2.1/lib-old/lockfile.py -lib/python2.1/lib-old/lockfile.pyc -lib/python2.1/lib-old/lockfile.pyo -lib/python2.1/lib-old/newdir.py -lib/python2.1/lib-old/newdir.pyc -lib/python2.1/lib-old/newdir.pyo -lib/python2.1/lib-old/ni.py -lib/python2.1/lib-old/ni.pyc -lib/python2.1/lib-old/ni.pyo -lib/python2.1/lib-old/packmail.py -lib/python2.1/lib-old/packmail.pyc -lib/python2.1/lib-old/packmail.pyo -lib/python2.1/lib-old/poly.py -lib/python2.1/lib-old/poly.pyc -lib/python2.1/lib-old/poly.pyo -lib/python2.1/lib-old/rand.py -lib/python2.1/lib-old/rand.pyc -lib/python2.1/lib-old/rand.pyo -lib/python2.1/lib-old/tb.py -lib/python2.1/lib-old/tb.pyc -lib/python2.1/lib-old/tb.pyo -lib/python2.1/lib-old/util.py -lib/python2.1/lib-old/util.pyc -lib/python2.1/lib-old/util.pyo -lib/python2.1/lib-old/whatsound.py -lib/python2.1/lib-old/whatsound.pyc -lib/python2.1/lib-old/whatsound.pyo -lib/python2.1/lib-old/zmod.py -lib/python2.1/lib-old/zmod.pyc -lib/python2.1/lib-old/zmod.pyo -lib/python2.1/linecache.py -lib/python2.1/linecache.pyc -lib/python2.1/linecache.pyo -lib/python2.1/locale.py -lib/python2.1/locale.pyc -lib/python2.1/locale.pyo -lib/python2.1/macpath.py -lib/python2.1/macpath.pyc -lib/python2.1/macpath.pyo -lib/python2.1/macurl2path.py -lib/python2.1/macurl2path.pyc -lib/python2.1/macurl2path.pyo -lib/python2.1/mailbox.py -lib/python2.1/mailbox.pyc -lib/python2.1/mailbox.pyo -lib/python2.1/mailcap.py -lib/python2.1/mailcap.pyc -lib/python2.1/mailcap.pyo -lib/python2.1/mhlib.py -lib/python2.1/mhlib.pyc -lib/python2.1/mhlib.pyo -lib/python2.1/mimetools.py -lib/python2.1/mimetools.pyc -lib/python2.1/mimetools.pyo -lib/python2.1/mimetypes.py -lib/python2.1/mimetypes.pyc -lib/python2.1/mimetypes.pyo -lib/python2.1/mimify.py -lib/python2.1/mimify.pyc -lib/python2.1/mimify.pyo -lib/python2.1/multifile.py -lib/python2.1/multifile.pyc -lib/python2.1/multifile.pyo -lib/python2.1/mutex.py -lib/python2.1/mutex.pyc -lib/python2.1/mutex.pyo -lib/python2.1/netrc.py -lib/python2.1/netrc.pyc -lib/python2.1/netrc.pyo -lib/python2.1/nntplib.py -lib/python2.1/nntplib.pyc -lib/python2.1/nntplib.pyo -lib/python2.1/ntpath.py -lib/python2.1/ntpath.pyc -lib/python2.1/ntpath.pyo -lib/python2.1/nturl2path.py -lib/python2.1/nturl2path.pyc -lib/python2.1/nturl2path.pyo -lib/python2.1/os.py -lib/python2.1/os.pyc -lib/python2.1/os.pyo -lib/python2.1/pdb.doc -lib/python2.1/pdb.py -lib/python2.1/pdb.pyc -lib/python2.1/pdb.pyo -lib/python2.1/pickle.py -lib/python2.1/pickle.pyc -lib/python2.1/pickle.pyo -lib/python2.1/pipes.py -lib/python2.1/pipes.pyc -lib/python2.1/pipes.pyo -lib/python2.1/plat-openbsd3/ -lib/python2.1/plat-openbsd3/FCNTL.py -lib/python2.1/plat-openbsd3/FCNTL.pyc -lib/python2.1/plat-openbsd3/FCNTL.pyo -lib/python2.1/plat-openbsd3/IN.py -lib/python2.1/plat-openbsd3/IN.pyc -lib/python2.1/plat-openbsd3/IN.pyo -lib/python2.1/plat-openbsd3/SOCKET.py -lib/python2.1/plat-openbsd3/SOCKET.pyc -lib/python2.1/plat-openbsd3/SOCKET.pyo -lib/python2.1/plat-openbsd3/TERMIOS.py -lib/python2.1/plat-openbsd3/TERMIOS.pyc -lib/python2.1/plat-openbsd3/TERMIOS.pyo -lib/python2.1/plat-openbsd3/regen -lib/python2.1/popen2.py -lib/python2.1/popen2.pyc -lib/python2.1/popen2.pyo -lib/python2.1/poplib.py -lib/python2.1/poplib.pyc -lib/python2.1/poplib.pyo -lib/python2.1/posixfile.py -lib/python2.1/posixfile.pyc -lib/python2.1/posixfile.pyo -lib/python2.1/posixpath.py -lib/python2.1/posixpath.pyc -lib/python2.1/posixpath.pyo -lib/python2.1/pprint.py -lib/python2.1/pprint.pyc -lib/python2.1/pprint.pyo -lib/python2.1/pre.py -lib/python2.1/pre.pyc -lib/python2.1/pre.pyo -lib/python2.1/profile.doc -lib/python2.1/profile.py -lib/python2.1/profile.pyc -lib/python2.1/profile.pyo -lib/python2.1/pstats.py -lib/python2.1/pstats.pyc -lib/python2.1/pstats.pyo -lib/python2.1/pty.py -lib/python2.1/pty.pyc -lib/python2.1/pty.pyo -lib/python2.1/py_compile.py -lib/python2.1/py_compile.pyc -lib/python2.1/py_compile.pyo -lib/python2.1/pyclbr.py -lib/python2.1/pyclbr.pyc -lib/python2.1/pyclbr.pyo -lib/python2.1/pydoc.py -lib/python2.1/pydoc.pyc -lib/python2.1/pydoc.pyo -lib/python2.1/quopri.py -lib/python2.1/quopri.pyc -lib/python2.1/quopri.pyo -lib/python2.1/random.py -lib/python2.1/random.pyc -lib/python2.1/random.pyo -lib/python2.1/re.py -lib/python2.1/re.pyc -lib/python2.1/re.pyo -lib/python2.1/reconvert.py -lib/python2.1/reconvert.pyc -lib/python2.1/reconvert.pyo -lib/python2.1/regex_syntax.py -lib/python2.1/regex_syntax.pyc -lib/python2.1/regex_syntax.pyo -lib/python2.1/regsub.py -lib/python2.1/regsub.pyc -lib/python2.1/regsub.pyo -lib/python2.1/repr.py -lib/python2.1/repr.pyc -lib/python2.1/repr.pyo -lib/python2.1/rexec.py -lib/python2.1/rexec.pyc -lib/python2.1/rexec.pyo -lib/python2.1/rfc822.py -lib/python2.1/rfc822.pyc -lib/python2.1/rfc822.pyo -lib/python2.1/rlcompleter.py -lib/python2.1/rlcompleter.pyc -lib/python2.1/rlcompleter.pyo -lib/python2.1/robotparser.py -lib/python2.1/robotparser.pyc -lib/python2.1/robotparser.pyo -lib/python2.1/sched.py -lib/python2.1/sched.pyc -lib/python2.1/sched.pyo -lib/python2.1/sgmllib.py -lib/python2.1/sgmllib.pyc -lib/python2.1/sgmllib.pyo -lib/python2.1/shelve.py -lib/python2.1/shelve.pyc -lib/python2.1/shelve.pyo -lib/python2.1/shlex.py -lib/python2.1/shlex.pyc -lib/python2.1/shlex.pyo -lib/python2.1/shutil.py -lib/python2.1/shutil.pyc -lib/python2.1/shutil.pyo -lib/python2.1/site-packages/ -lib/python2.1/site-packages/README -lib/python2.1/site.py -lib/python2.1/site.pyc -lib/python2.1/site.pyo -lib/python2.1/smtpd.py -lib/python2.1/smtpd.pyc -lib/python2.1/smtpd.pyo -lib/python2.1/smtplib.py -lib/python2.1/smtplib.pyc -lib/python2.1/smtplib.pyo -lib/python2.1/sndhdr.py -lib/python2.1/sndhdr.pyc -lib/python2.1/sndhdr.pyo -lib/python2.1/socket.py -lib/python2.1/socket.pyc -lib/python2.1/socket.pyo -lib/python2.1/sre.py -lib/python2.1/sre.pyc -lib/python2.1/sre.pyo -lib/python2.1/sre_compile.py -lib/python2.1/sre_compile.pyc -lib/python2.1/sre_compile.pyo -lib/python2.1/sre_constants.py -lib/python2.1/sre_constants.pyc -lib/python2.1/sre_constants.pyo -lib/python2.1/sre_parse.py -lib/python2.1/sre_parse.pyc -lib/python2.1/sre_parse.pyo -lib/python2.1/stat.py -lib/python2.1/stat.pyc -lib/python2.1/stat.pyo -lib/python2.1/statcache.py -lib/python2.1/statcache.pyc -lib/python2.1/statcache.pyo -lib/python2.1/statvfs.py -lib/python2.1/statvfs.pyc -lib/python2.1/statvfs.pyo -lib/python2.1/string.py -lib/python2.1/string.pyc -lib/python2.1/string.pyo -lib/python2.1/stringold.py -lib/python2.1/stringold.pyc -lib/python2.1/stringold.pyo -lib/python2.1/sunau.py -lib/python2.1/sunau.pyc -lib/python2.1/sunau.pyo -lib/python2.1/sunaudio.py -lib/python2.1/sunaudio.pyc -lib/python2.1/sunaudio.pyo -lib/python2.1/symbol.py -lib/python2.1/symbol.pyc -lib/python2.1/symbol.pyo -lib/python2.1/symtable.py -lib/python2.1/symtable.pyc -lib/python2.1/symtable.pyo -lib/python2.1/tabnanny.py -lib/python2.1/tabnanny.pyc -lib/python2.1/tabnanny.pyo -lib/python2.1/telnetlib.py -lib/python2.1/telnetlib.pyc -lib/python2.1/telnetlib.pyo -lib/python2.1/tempfile.py -lib/python2.1/tempfile.pyc -lib/python2.1/tempfile.pyo -lib/python2.1/this.py -lib/python2.1/this.pyc -lib/python2.1/this.pyo -lib/python2.1/threading.py -lib/python2.1/threading.pyc -lib/python2.1/threading.pyo -lib/python2.1/toaiff.py -lib/python2.1/toaiff.pyc -lib/python2.1/toaiff.pyo -lib/python2.1/token.py -lib/python2.1/token.pyc -lib/python2.1/token.pyo -lib/python2.1/tokenize.py -lib/python2.1/tokenize.pyc -lib/python2.1/tokenize.pyo -lib/python2.1/traceback.py -lib/python2.1/traceback.pyc -lib/python2.1/traceback.pyo -lib/python2.1/tty.py -lib/python2.1/tty.pyc -lib/python2.1/tty.pyo -lib/python2.1/types.py -lib/python2.1/types.pyc -lib/python2.1/types.pyo -lib/python2.1/tzparse.py -lib/python2.1/tzparse.pyc -lib/python2.1/tzparse.pyo -lib/python2.1/unittest.py -lib/python2.1/unittest.pyc -lib/python2.1/unittest.pyo -lib/python2.1/urllib.py -lib/python2.1/urllib.pyc -lib/python2.1/urllib.pyo -lib/python2.1/urllib2.py -lib/python2.1/urllib2.pyc -lib/python2.1/urllib2.pyo -lib/python2.1/urlparse.py -lib/python2.1/urlparse.pyc -lib/python2.1/urlparse.pyo -lib/python2.1/user.py -lib/python2.1/user.pyc -lib/python2.1/user.pyo -lib/python2.1/uu.py -lib/python2.1/uu.pyc -lib/python2.1/uu.pyo -lib/python2.1/warnings.py -lib/python2.1/warnings.pyc -lib/python2.1/warnings.pyo -lib/python2.1/wave.py -lib/python2.1/wave.pyc -lib/python2.1/wave.pyo -lib/python2.1/weakref.py -lib/python2.1/weakref.pyc -lib/python2.1/weakref.pyo -lib/python2.1/webbrowser.py -lib/python2.1/webbrowser.pyc -lib/python2.1/webbrowser.pyo -lib/python2.1/whichdb.py -lib/python2.1/whichdb.pyc -lib/python2.1/whichdb.pyo -lib/python2.1/whrandom.py -lib/python2.1/whrandom.pyc -lib/python2.1/whrandom.pyo -lib/python2.1/xdrlib.py -lib/python2.1/xdrlib.pyc -lib/python2.1/xdrlib.pyo -lib/python2.1/xml/ -lib/python2.1/xml/__init__.py -lib/python2.1/xml/__init__.pyc -lib/python2.1/xml/__init__.pyo -lib/python2.1/xml/dom/ -lib/python2.1/xml/dom/__init__.py -lib/python2.1/xml/dom/__init__.pyc -lib/python2.1/xml/dom/__init__.pyo -lib/python2.1/xml/dom/domreg.py -lib/python2.1/xml/dom/domreg.pyc -lib/python2.1/xml/dom/domreg.pyo -lib/python2.1/xml/dom/minidom.py -lib/python2.1/xml/dom/minidom.pyc -lib/python2.1/xml/dom/minidom.pyo -lib/python2.1/xml/dom/pulldom.py -lib/python2.1/xml/dom/pulldom.pyc -lib/python2.1/xml/dom/pulldom.pyo -lib/python2.1/xml/parsers/ -lib/python2.1/xml/parsers/__init__.py -lib/python2.1/xml/parsers/__init__.pyc -lib/python2.1/xml/parsers/__init__.pyo -lib/python2.1/xml/parsers/expat.py -lib/python2.1/xml/parsers/expat.pyc -lib/python2.1/xml/parsers/expat.pyo -lib/python2.1/xml/sax/ -lib/python2.1/xml/sax/__init__.py -lib/python2.1/xml/sax/__init__.pyc -lib/python2.1/xml/sax/__init__.pyo -lib/python2.1/xml/sax/_exceptions.py -lib/python2.1/xml/sax/_exceptions.pyc -lib/python2.1/xml/sax/_exceptions.pyo -lib/python2.1/xml/sax/expatreader.py -lib/python2.1/xml/sax/expatreader.pyc -lib/python2.1/xml/sax/expatreader.pyo -lib/python2.1/xml/sax/handler.py -lib/python2.1/xml/sax/handler.pyc -lib/python2.1/xml/sax/handler.pyo -lib/python2.1/xml/sax/saxutils.py -lib/python2.1/xml/sax/saxutils.pyc -lib/python2.1/xml/sax/saxutils.pyo -lib/python2.1/xml/sax/xmlreader.py -lib/python2.1/xml/sax/xmlreader.pyc -lib/python2.1/xml/sax/xmlreader.pyo -lib/python2.1/xmllib.py -lib/python2.1/xmllib.pyc -lib/python2.1/xmllib.pyo -lib/python2.1/zipfile.py -lib/python2.1/zipfile.pyc -lib/python2.1/zipfile.pyo -@man man/man1/python2.1.1 -share/doc/python2.1/ -share/doc/python2.1/CHANGES.OpenBSD -%%tkinter%% -%%SHARED%% diff --git a/lang/python/2.1/pkg/PLIST-expat b/lang/python/2.1/pkg/PLIST-expat deleted file mode 100644 index 496d4d5f2e4..00000000000 --- a/lang/python/2.1/pkg/PLIST-expat +++ /dev/null @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST-expat,v 1.3 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-expat->=2.1,<2.2 -lib/python2.1/lib-dynload/pyexpat.so diff --git a/lang/python/2.1/pkg/PLIST-gdbm b/lang/python/2.1/pkg/PLIST-gdbm deleted file mode 100644 index 30903eb7bf0..00000000000 --- a/lang/python/2.1/pkg/PLIST-gdbm +++ /dev/null @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST-gdbm,v 1.2 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-gdbm->=2.1,<2.2 -lib/python2.1/lib-dynload/gdbmmodule.so diff --git a/lang/python/2.1/pkg/PLIST-idle b/lang/python/2.1/pkg/PLIST-idle deleted file mode 100644 index a0b072cf2bf..00000000000 --- a/lang/python/2.1/pkg/PLIST-idle +++ /dev/null @@ -1,76 +0,0 @@ -@comment $OpenBSD: PLIST-idle,v 1.3 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-idle->=2.1,<2.2 -bin/idle2.1 -lib/python2.1/Tools/ -lib/python2.1/Tools/idle/ -lib/python2.1/Tools/idle/AutoExpand.py -lib/python2.1/Tools/idle/AutoIndent.py -lib/python2.1/Tools/idle/Bindings.py -lib/python2.1/Tools/idle/BrowserControl.py -lib/python2.1/Tools/idle/CallTipWindow.py -lib/python2.1/Tools/idle/CallTips.py -lib/python2.1/Tools/idle/ChangeLog -lib/python2.1/Tools/idle/ClassBrowser.py -lib/python2.1/Tools/idle/ColorDelegator.py -lib/python2.1/Tools/idle/Debugger.py -lib/python2.1/Tools/idle/Delegator.py -lib/python2.1/Tools/idle/EditorWindow.py -lib/python2.1/Tools/idle/FileList.py -lib/python2.1/Tools/idle/FormatParagraph.py -lib/python2.1/Tools/idle/FrameViewer.py -lib/python2.1/Tools/idle/GrepDialog.py -lib/python2.1/Tools/idle/IOBinding.py -lib/python2.1/Tools/idle/Icons/ -lib/python2.1/Tools/idle/Icons/folder.gif -lib/python2.1/Tools/idle/Icons/minusnode.gif -lib/python2.1/Tools/idle/Icons/openfolder.gif -lib/python2.1/Tools/idle/Icons/plusnode.gif -lib/python2.1/Tools/idle/Icons/python.gif -lib/python2.1/Tools/idle/Icons/tk.gif -lib/python2.1/Tools/idle/IdleConf.py -lib/python2.1/Tools/idle/IdleHistory.py -lib/python2.1/Tools/idle/MultiScrolledLists.py -lib/python2.1/Tools/idle/MultiStatusBar.py -lib/python2.1/Tools/idle/NEWS.txt -lib/python2.1/Tools/idle/ObjectBrowser.py -lib/python2.1/Tools/idle/OldStackViewer.py -lib/python2.1/Tools/idle/OutputWindow.py -lib/python2.1/Tools/idle/ParenMatch.py -lib/python2.1/Tools/idle/PathBrowser.py -lib/python2.1/Tools/idle/Percolator.py -lib/python2.1/Tools/idle/PyParse.py -lib/python2.1/Tools/idle/PyShell.py -lib/python2.1/Tools/idle/README.txt -lib/python2.1/Tools/idle/RemoteInterp.py -lib/python2.1/Tools/idle/ReplaceDialog.py -lib/python2.1/Tools/idle/ScriptBinding.py -lib/python2.1/Tools/idle/ScrolledList.py -lib/python2.1/Tools/idle/SearchBinding.py -lib/python2.1/Tools/idle/SearchDialog.py -lib/python2.1/Tools/idle/SearchDialogBase.py -lib/python2.1/Tools/idle/SearchEngine.py -lib/python2.1/Tools/idle/Separator.py -lib/python2.1/Tools/idle/StackViewer.py -lib/python2.1/Tools/idle/TODO.txt -lib/python2.1/Tools/idle/ToolTip.py -lib/python2.1/Tools/idle/TreeWidget.py -lib/python2.1/Tools/idle/UndoDelegator.py -lib/python2.1/Tools/idle/WidgetRedirector.py -lib/python2.1/Tools/idle/WindowList.py -lib/python2.1/Tools/idle/ZoomHeight.py -lib/python2.1/Tools/idle/__init__.py -lib/python2.1/Tools/idle/config-unix.txt -lib/python2.1/Tools/idle/config-win.txt -lib/python2.1/Tools/idle/config.txt -lib/python2.1/Tools/idle/eventparse.py -lib/python2.1/Tools/idle/extend.txt -lib/python2.1/Tools/idle/help.txt -lib/python2.1/Tools/idle/idle -lib/python2.1/Tools/idle/idle.bat -lib/python2.1/Tools/idle/idle.py -lib/python2.1/Tools/idle/idle.pyw -lib/python2.1/Tools/idle/idlever.py -lib/python2.1/Tools/idle/keydefs.py -lib/python2.1/Tools/idle/setup.py -lib/python2.1/Tools/idle/testcode.py diff --git a/lang/python/2.1/pkg/PLIST-mpz b/lang/python/2.1/pkg/PLIST-mpz deleted file mode 100644 index 1e655a1aeea..00000000000 --- a/lang/python/2.1/pkg/PLIST-mpz +++ /dev/null @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST-mpz,v 1.4 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-mpz->=2.1,<2.2 -lib/python2.1/lib-dynload/mpzmodule.so diff --git a/lang/python/2.1/pkg/PLIST-tests b/lang/python/2.1/pkg/PLIST-tests deleted file mode 100644 index ab10aeab7b5..00000000000 --- a/lang/python/2.1/pkg/PLIST-tests +++ /dev/null @@ -1,637 +0,0 @@ -@comment $OpenBSD: PLIST-tests,v 1.5 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-tests->=2.1,<2.2 -lib/python2.1/test/ -lib/python2.1/test/README -lib/python2.1/test/__init__.py -lib/python2.1/test/__init__.pyc -lib/python2.1/test/__init__.pyo -lib/python2.1/test/audiotest.au -lib/python2.1/test/autotest.py -lib/python2.1/test/autotest.pyc -lib/python2.1/test/autotest.pyo -lib/python2.1/test/greyrgb.uue -lib/python2.1/test/nocaret.py -lib/python2.1/test/output/ -lib/python2.1/test/output/test_MimeWriter -lib/python2.1/test/output/test_StringIO -lib/python2.1/test/output/test___all__ -lib/python2.1/test/output/test___future__ -lib/python2.1/test/output/test_al -lib/python2.1/test/output/test_array -lib/python2.1/test/output/test_asynchat -lib/python2.1/test/output/test_atexit -lib/python2.1/test/output/test_audioop -lib/python2.1/test/output/test_augassign -lib/python2.1/test/output/test_bastion -lib/python2.1/test/output/test_binascii -lib/python2.1/test/output/test_binhex -lib/python2.1/test/output/test_bisect -lib/python2.1/test/output/test_bsddb -lib/python2.1/test/output/test_bufio -lib/python2.1/test/output/test_builtin -lib/python2.1/test/output/test_capi -lib/python2.1/test/output/test_cd -lib/python2.1/test/output/test_cfgparser -lib/python2.1/test/output/test_cgi -lib/python2.1/test/output/test_charmapcodec -lib/python2.1/test/output/test_cl -lib/python2.1/test/output/test_class -lib/python2.1/test/output/test_cmath -lib/python2.1/test/output/test_coercion -lib/python2.1/test/output/test_compare -lib/python2.1/test/output/test_compile -lib/python2.1/test/output/test_complex -lib/python2.1/test/output/test_contains -lib/python2.1/test/output/test_cookie -lib/python2.1/test/output/test_copy_reg -lib/python2.1/test/output/test_cpickle -lib/python2.1/test/output/test_crypt -lib/python2.1/test/output/test_dbm -lib/python2.1/test/output/test_difflib -lib/python2.1/test/output/test_dl -lib/python2.1/test/output/test_doctest -lib/python2.1/test/output/test_dospath -lib/python2.1/test/output/test_dumbdbm -lib/python2.1/test/output/test_errno -lib/python2.1/test/output/test_exceptions -lib/python2.1/test/output/test_extcall -lib/python2.1/test/output/test_fcntl -lib/python2.1/test/output/test_file -lib/python2.1/test/output/test_fnmatch -lib/python2.1/test/output/test_fork1 -lib/python2.1/test/output/test_format -lib/python2.1/test/output/test_funcattrs -lib/python2.1/test/output/test_future -lib/python2.1/test/output/test_gc -lib/python2.1/test/output/test_gdbm -lib/python2.1/test/output/test_getopt -lib/python2.1/test/output/test_gettext -lib/python2.1/test/output/test_gl -lib/python2.1/test/output/test_global -lib/python2.1/test/output/test_grammar -lib/python2.1/test/output/test_grp -lib/python2.1/test/output/test_gzip -lib/python2.1/test/output/test_hash -lib/python2.1/test/output/test_httplib -lib/python2.1/test/output/test_imageop -lib/python2.1/test/output/test_imgfile -lib/python2.1/test/output/test_import -lib/python2.1/test/output/test_inspect -lib/python2.1/test/output/test_largefile -lib/python2.1/test/output/test_linuxaudiodev -lib/python2.1/test/output/test_locale -lib/python2.1/test/output/test_long -lib/python2.1/test/output/test_longexp -lib/python2.1/test/output/test_mailbox -lib/python2.1/test/output/test_math -lib/python2.1/test/output/test_md5 -lib/python2.1/test/output/test_mimetools -lib/python2.1/test/output/test_minidom -lib/python2.1/test/output/test_mmap -lib/python2.1/test/output/test_mutants -lib/python2.1/test/output/test_new -lib/python2.1/test/output/test_nis -lib/python2.1/test/output/test_ntpath -lib/python2.1/test/output/test_opcodes -lib/python2.1/test/output/test_openpty -lib/python2.1/test/output/test_operations -lib/python2.1/test/output/test_operator -lib/python2.1/test/output/test_parser -lib/python2.1/test/output/test_pickle -lib/python2.1/test/output/test_pkg -lib/python2.1/test/output/test_poll -lib/python2.1/test/output/test_popen -lib/python2.1/test/output/test_popen2 -lib/python2.1/test/output/test_posixpath -lib/python2.1/test/output/test_pow -lib/python2.1/test/output/test_profile -lib/python2.1/test/output/test_pty -lib/python2.1/test/output/test_pwd -lib/python2.1/test/output/test_pyexpat -lib/python2.1/test/output/test_re -lib/python2.1/test/output/test_regex -lib/python2.1/test/output/test_rfc822 -lib/python2.1/test/output/test_rgbimg -lib/python2.1/test/output/test_richcmp -lib/python2.1/test/output/test_rotor -lib/python2.1/test/output/test_sax -lib/python2.1/test/output/test_scope -lib/python2.1/test/output/test_select -lib/python2.1/test/output/test_sha -lib/python2.1/test/output/test_signal -lib/python2.1/test/output/test_socket -lib/python2.1/test/output/test_socketserver -lib/python2.1/test/output/test_sre -lib/python2.1/test/output/test_strftime -lib/python2.1/test/output/test_string -lib/python2.1/test/output/test_strop -lib/python2.1/test/output/test_struct -lib/python2.1/test/output/test_sunaudiodev -lib/python2.1/test/output/test_sundry -lib/python2.1/test/output/test_symtable -lib/python2.1/test/output/test_thread -lib/python2.1/test/output/test_threadedtempfile -lib/python2.1/test/output/test_time -lib/python2.1/test/output/test_timing -lib/python2.1/test/output/test_tokenize -lib/python2.1/test/output/test_traceback -lib/python2.1/test/output/test_types -lib/python2.1/test/output/test_ucn -lib/python2.1/test/output/test_unicode -lib/python2.1/test/output/test_unicodedata -lib/python2.1/test/output/test_unpack -lib/python2.1/test/output/test_urllib -lib/python2.1/test/output/test_urlparse -lib/python2.1/test/output/test_userdict -lib/python2.1/test/output/test_userlist -lib/python2.1/test/output/test_userstring -lib/python2.1/test/output/test_wave -lib/python2.1/test/output/test_weakref -lib/python2.1/test/output/test_winreg -lib/python2.1/test/output/test_winsound -lib/python2.1/test/output/test_xmllib -lib/python2.1/test/output/test_xreadline -lib/python2.1/test/output/test_zipfile -lib/python2.1/test/output/test_zlib -lib/python2.1/test/pickletester.py -lib/python2.1/test/pickletester.pyc -lib/python2.1/test/pickletester.pyo -lib/python2.1/test/pystone.py -lib/python2.1/test/pystone.pyc -lib/python2.1/test/pystone.pyo -lib/python2.1/test/re_tests.py -lib/python2.1/test/re_tests.pyc -lib/python2.1/test/re_tests.pyo -lib/python2.1/test/regex_tests.py -lib/python2.1/test/regex_tests.pyc -lib/python2.1/test/regex_tests.pyo -lib/python2.1/test/regrtest.py -lib/python2.1/test/regrtest.pyc -lib/python2.1/test/regrtest.pyo -lib/python2.1/test/reperf.py -lib/python2.1/test/reperf.pyc -lib/python2.1/test/reperf.pyo -lib/python2.1/test/sortperf.py -lib/python2.1/test/sortperf.pyc -lib/python2.1/test/sortperf.pyo -lib/python2.1/test/string_tests.py -lib/python2.1/test/string_tests.pyc -lib/python2.1/test/string_tests.pyo -lib/python2.1/test/test.xml -lib/python2.1/test/test.xml.out -lib/python2.1/test/test_MimeWriter.py -lib/python2.1/test/test_MimeWriter.pyc -lib/python2.1/test/test_MimeWriter.pyo -lib/python2.1/test/test_StringIO.py -lib/python2.1/test/test_StringIO.pyc -lib/python2.1/test/test_StringIO.pyo -lib/python2.1/test/test___all__.py -lib/python2.1/test/test___all__.pyc -lib/python2.1/test/test___all__.pyo -lib/python2.1/test/test___future__.py -lib/python2.1/test/test___future__.pyc -lib/python2.1/test/test___future__.pyo -lib/python2.1/test/test_al.py -lib/python2.1/test/test_al.pyc -lib/python2.1/test/test_al.pyo -lib/python2.1/test/test_array.py -lib/python2.1/test/test_array.pyc -lib/python2.1/test/test_array.pyo -lib/python2.1/test/test_asynchat.py -lib/python2.1/test/test_asynchat.pyc -lib/python2.1/test/test_asynchat.pyo -lib/python2.1/test/test_atexit.py -lib/python2.1/test/test_atexit.pyc -lib/python2.1/test/test_atexit.pyo -lib/python2.1/test/test_audioop.py -lib/python2.1/test/test_audioop.pyc -lib/python2.1/test/test_audioop.pyo -lib/python2.1/test/test_augassign.py -lib/python2.1/test/test_augassign.pyc -lib/python2.1/test/test_augassign.pyo -lib/python2.1/test/test_b1.py -lib/python2.1/test/test_b1.pyc -lib/python2.1/test/test_b1.pyo -lib/python2.1/test/test_b2.py -lib/python2.1/test/test_b2.pyc -lib/python2.1/test/test_b2.pyo -lib/python2.1/test/test_bastion.py -lib/python2.1/test/test_bastion.pyc -lib/python2.1/test/test_bastion.pyo -lib/python2.1/test/test_binascii.py -lib/python2.1/test/test_binascii.pyc -lib/python2.1/test/test_binascii.pyo -lib/python2.1/test/test_binhex.py -lib/python2.1/test/test_binhex.pyc -lib/python2.1/test/test_binhex.pyo -lib/python2.1/test/test_bisect.py -lib/python2.1/test/test_bisect.pyc -lib/python2.1/test/test_bisect.pyo -lib/python2.1/test/test_bsddb.py -lib/python2.1/test/test_bsddb.pyc -lib/python2.1/test/test_bsddb.pyo -lib/python2.1/test/test_bufio.py -lib/python2.1/test/test_bufio.pyc -lib/python2.1/test/test_bufio.pyo -lib/python2.1/test/test_builtin.py -lib/python2.1/test/test_builtin.pyc -lib/python2.1/test/test_builtin.pyo -lib/python2.1/test/test_capi.py -lib/python2.1/test/test_capi.pyc -lib/python2.1/test/test_capi.pyo -lib/python2.1/test/test_cd.py -lib/python2.1/test/test_cd.pyc -lib/python2.1/test/test_cd.pyo -lib/python2.1/test/test_cfgparser.py -lib/python2.1/test/test_cfgparser.pyc -lib/python2.1/test/test_cfgparser.pyo -lib/python2.1/test/test_cgi.py -lib/python2.1/test/test_cgi.pyc -lib/python2.1/test/test_cgi.pyo -lib/python2.1/test/test_charmapcodec.py -lib/python2.1/test/test_charmapcodec.pyc -lib/python2.1/test/test_charmapcodec.pyo -lib/python2.1/test/test_cl.py -lib/python2.1/test/test_cl.pyc -lib/python2.1/test/test_cl.pyo -lib/python2.1/test/test_class.py -lib/python2.1/test/test_class.pyc -lib/python2.1/test/test_class.pyo -lib/python2.1/test/test_cmath.py -lib/python2.1/test/test_cmath.pyc -lib/python2.1/test/test_cmath.pyo -lib/python2.1/test/test_coercion.py -lib/python2.1/test/test_coercion.pyc -lib/python2.1/test/test_coercion.pyo -lib/python2.1/test/test_compare.py -lib/python2.1/test/test_compare.pyc -lib/python2.1/test/test_compare.pyo -lib/python2.1/test/test_compile.py -lib/python2.1/test/test_compile.pyc -lib/python2.1/test/test_compile.pyo -lib/python2.1/test/test_complex.py -lib/python2.1/test/test_complex.pyc -lib/python2.1/test/test_complex.pyo -lib/python2.1/test/test_contains.py -lib/python2.1/test/test_contains.pyc -lib/python2.1/test/test_contains.pyo -lib/python2.1/test/test_cookie.py -lib/python2.1/test/test_cookie.pyc -lib/python2.1/test/test_cookie.pyo -lib/python2.1/test/test_copy_reg.py -lib/python2.1/test/test_copy_reg.pyc -lib/python2.1/test/test_copy_reg.pyo -lib/python2.1/test/test_cpickle.py -lib/python2.1/test/test_cpickle.pyc -lib/python2.1/test/test_cpickle.pyo -lib/python2.1/test/test_crypt.py -lib/python2.1/test/test_crypt.pyc -lib/python2.1/test/test_crypt.pyo -lib/python2.1/test/test_dbm.py -lib/python2.1/test/test_dbm.pyc -lib/python2.1/test/test_dbm.pyo -lib/python2.1/test/test_difflib.py -lib/python2.1/test/test_difflib.pyc -lib/python2.1/test/test_difflib.pyo -lib/python2.1/test/test_dl.py -lib/python2.1/test/test_dl.pyc -lib/python2.1/test/test_dl.pyo -lib/python2.1/test/test_doctest.py -lib/python2.1/test/test_doctest.pyc -lib/python2.1/test/test_doctest.pyo -lib/python2.1/test/test_dospath.py -lib/python2.1/test/test_dospath.pyc -lib/python2.1/test/test_dospath.pyo -lib/python2.1/test/test_dumbdbm.py -lib/python2.1/test/test_dumbdbm.pyc -lib/python2.1/test/test_dumbdbm.pyo -lib/python2.1/test/test_errno.py -lib/python2.1/test/test_errno.pyc -lib/python2.1/test/test_errno.pyo -lib/python2.1/test/test_exceptions.py -lib/python2.1/test/test_exceptions.pyc -lib/python2.1/test/test_exceptions.pyo -lib/python2.1/test/test_extcall.py -lib/python2.1/test/test_extcall.pyc -lib/python2.1/test/test_extcall.pyo -lib/python2.1/test/test_fcntl.py -lib/python2.1/test/test_fcntl.pyc -lib/python2.1/test/test_fcntl.pyo -lib/python2.1/test/test_file.py -lib/python2.1/test/test_file.pyc -lib/python2.1/test/test_file.pyo -lib/python2.1/test/test_fnmatch.py -lib/python2.1/test/test_fnmatch.pyc -lib/python2.1/test/test_fnmatch.pyo -lib/python2.1/test/test_fork1.py -lib/python2.1/test/test_fork1.pyc -lib/python2.1/test/test_fork1.pyo -lib/python2.1/test/test_format.py -lib/python2.1/test/test_format.pyc -lib/python2.1/test/test_format.pyo -lib/python2.1/test/test_funcattrs.py -lib/python2.1/test/test_funcattrs.pyc -lib/python2.1/test/test_funcattrs.pyo -lib/python2.1/test/test_future.py -lib/python2.1/test/test_future.pyc -lib/python2.1/test/test_future.pyo -lib/python2.1/test/test_future1.py -lib/python2.1/test/test_future1.pyc -lib/python2.1/test/test_future1.pyo -lib/python2.1/test/test_future2.py -lib/python2.1/test/test_future2.pyc -lib/python2.1/test/test_future2.pyo -lib/python2.1/test/test_future3.py -lib/python2.1/test/test_future4.py -lib/python2.1/test/test_future5.py -lib/python2.1/test/test_future6.py -lib/python2.1/test/test_future7.py -lib/python2.1/test/test_gc.py -lib/python2.1/test/test_gc.pyc -lib/python2.1/test/test_gc.pyo -lib/python2.1/test/test_gdbm.py -lib/python2.1/test/test_gdbm.pyc -lib/python2.1/test/test_gdbm.pyo -lib/python2.1/test/test_getopt.py -lib/python2.1/test/test_getopt.pyc -lib/python2.1/test/test_getopt.pyo -lib/python2.1/test/test_gettext.py -lib/python2.1/test/test_gettext.pyc -lib/python2.1/test/test_gettext.pyo -lib/python2.1/test/test_gl.py -lib/python2.1/test/test_gl.pyc -lib/python2.1/test/test_gl.pyo -lib/python2.1/test/test_global.py -lib/python2.1/test/test_global.pyc -lib/python2.1/test/test_global.pyo -lib/python2.1/test/test_grammar.py -lib/python2.1/test/test_grammar.pyc -lib/python2.1/test/test_grammar.pyo -lib/python2.1/test/test_grp.py -lib/python2.1/test/test_grp.pyc -lib/python2.1/test/test_grp.pyo -lib/python2.1/test/test_gzip.py -lib/python2.1/test/test_gzip.pyc -lib/python2.1/test/test_gzip.pyo -lib/python2.1/test/test_hash.py -lib/python2.1/test/test_hash.pyc -lib/python2.1/test/test_hash.pyo -lib/python2.1/test/test_httplib.py -lib/python2.1/test/test_httplib.pyc -lib/python2.1/test/test_httplib.pyo -lib/python2.1/test/test_imageop.py -lib/python2.1/test/test_imageop.pyc -lib/python2.1/test/test_imageop.pyo -lib/python2.1/test/test_imgfile.py -lib/python2.1/test/test_imgfile.pyc -lib/python2.1/test/test_imgfile.pyo -lib/python2.1/test/test_import.py -lib/python2.1/test/test_import.pyc -lib/python2.1/test/test_import.pyo -lib/python2.1/test/test_inspect.py -lib/python2.1/test/test_inspect.pyc -lib/python2.1/test/test_inspect.pyo -lib/python2.1/test/test_largefile.py -lib/python2.1/test/test_largefile.pyc -lib/python2.1/test/test_largefile.pyo -lib/python2.1/test/test_linuxaudiodev.py -lib/python2.1/test/test_linuxaudiodev.pyc -lib/python2.1/test/test_linuxaudiodev.pyo -lib/python2.1/test/test_locale.py -lib/python2.1/test/test_locale.pyc -lib/python2.1/test/test_locale.pyo -lib/python2.1/test/test_long.py -lib/python2.1/test/test_long.pyc -lib/python2.1/test/test_long.pyo -lib/python2.1/test/test_longexp.py -lib/python2.1/test/test_longexp.pyc -lib/python2.1/test/test_longexp.pyo -lib/python2.1/test/test_mailbox.py -lib/python2.1/test/test_mailbox.pyc -lib/python2.1/test/test_mailbox.pyo -lib/python2.1/test/test_math.py -lib/python2.1/test/test_math.pyc -lib/python2.1/test/test_math.pyo -lib/python2.1/test/test_md5.py -lib/python2.1/test/test_md5.pyc -lib/python2.1/test/test_md5.pyo -lib/python2.1/test/test_mimetools.py -lib/python2.1/test/test_mimetools.pyc -lib/python2.1/test/test_mimetools.pyo -lib/python2.1/test/test_minidom.py -lib/python2.1/test/test_minidom.pyc -lib/python2.1/test/test_minidom.pyo -lib/python2.1/test/test_mmap.py -lib/python2.1/test/test_mmap.pyc -lib/python2.1/test/test_mmap.pyo -lib/python2.1/test/test_mutants.py -lib/python2.1/test/test_mutants.pyc -lib/python2.1/test/test_mutants.pyo -lib/python2.1/test/test_new.py -lib/python2.1/test/test_new.pyc -lib/python2.1/test/test_new.pyo -lib/python2.1/test/test_nis.py -lib/python2.1/test/test_nis.pyc -lib/python2.1/test/test_nis.pyo -lib/python2.1/test/test_ntpath.py -lib/python2.1/test/test_ntpath.pyc -lib/python2.1/test/test_ntpath.pyo -lib/python2.1/test/test_opcodes.py -lib/python2.1/test/test_opcodes.pyc -lib/python2.1/test/test_opcodes.pyo -lib/python2.1/test/test_openpty.py -lib/python2.1/test/test_openpty.pyc -lib/python2.1/test/test_openpty.pyo -lib/python2.1/test/test_operations.py -lib/python2.1/test/test_operations.pyc -lib/python2.1/test/test_operations.pyo -lib/python2.1/test/test_operator.py -lib/python2.1/test/test_operator.pyc -lib/python2.1/test/test_operator.pyo -lib/python2.1/test/test_parser.py -lib/python2.1/test/test_parser.pyc -lib/python2.1/test/test_parser.pyo -lib/python2.1/test/test_pickle.py -lib/python2.1/test/test_pickle.pyc -lib/python2.1/test/test_pickle.pyo -lib/python2.1/test/test_pkg.py -lib/python2.1/test/test_pkg.pyc -lib/python2.1/test/test_pkg.pyo -lib/python2.1/test/test_poll.py -lib/python2.1/test/test_poll.pyc -lib/python2.1/test/test_poll.pyo -lib/python2.1/test/test_popen.py -lib/python2.1/test/test_popen.pyc -lib/python2.1/test/test_popen.pyo -lib/python2.1/test/test_popen2.py -lib/python2.1/test/test_popen2.pyc -lib/python2.1/test/test_popen2.pyo -lib/python2.1/test/test_posixpath.py -lib/python2.1/test/test_posixpath.pyc -lib/python2.1/test/test_posixpath.pyo -lib/python2.1/test/test_pow.py -lib/python2.1/test/test_pow.pyc -lib/python2.1/test/test_pow.pyo -lib/python2.1/test/test_profile.py -lib/python2.1/test/test_profile.pyc -lib/python2.1/test/test_profile.pyo -lib/python2.1/test/test_pty.py -lib/python2.1/test/test_pty.pyc -lib/python2.1/test/test_pty.pyo -lib/python2.1/test/test_pwd.py -lib/python2.1/test/test_pwd.pyc -lib/python2.1/test/test_pwd.pyo -lib/python2.1/test/test_pyexpat.py -lib/python2.1/test/test_pyexpat.pyc -lib/python2.1/test/test_pyexpat.pyo -lib/python2.1/test/test_re.py -lib/python2.1/test/test_re.pyc -lib/python2.1/test/test_re.pyo -lib/python2.1/test/test_regex.py -lib/python2.1/test/test_regex.pyc -lib/python2.1/test/test_regex.pyo -lib/python2.1/test/test_rfc822.py -lib/python2.1/test/test_rfc822.pyc -lib/python2.1/test/test_rfc822.pyo -lib/python2.1/test/test_rgbimg.py -lib/python2.1/test/test_rgbimg.pyc -lib/python2.1/test/test_rgbimg.pyo -lib/python2.1/test/test_richcmp.py -lib/python2.1/test/test_richcmp.pyc -lib/python2.1/test/test_richcmp.pyo -lib/python2.1/test/test_rotor.py -lib/python2.1/test/test_rotor.pyc -lib/python2.1/test/test_rotor.pyo -lib/python2.1/test/test_sax.py -lib/python2.1/test/test_sax.pyc -lib/python2.1/test/test_sax.pyo -lib/python2.1/test/test_scope.py -lib/python2.1/test/test_scope.pyc -lib/python2.1/test/test_scope.pyo -lib/python2.1/test/test_select.py -lib/python2.1/test/test_select.pyc -lib/python2.1/test/test_select.pyo -lib/python2.1/test/test_sha.py -lib/python2.1/test/test_sha.pyc -lib/python2.1/test/test_sha.pyo -lib/python2.1/test/test_signal.py -lib/python2.1/test/test_signal.pyc -lib/python2.1/test/test_signal.pyo -lib/python2.1/test/test_socket.py -lib/python2.1/test/test_socket.pyc -lib/python2.1/test/test_socket.pyo -lib/python2.1/test/test_socketserver.py -lib/python2.1/test/test_socketserver.pyc -lib/python2.1/test/test_socketserver.pyo -lib/python2.1/test/test_sre.py -lib/python2.1/test/test_sre.pyc -lib/python2.1/test/test_sre.pyo -lib/python2.1/test/test_strftime.py -lib/python2.1/test/test_strftime.pyc -lib/python2.1/test/test_strftime.pyo -lib/python2.1/test/test_string.py -lib/python2.1/test/test_string.pyc -lib/python2.1/test/test_string.pyo -lib/python2.1/test/test_strop.py -lib/python2.1/test/test_strop.pyc -lib/python2.1/test/test_strop.pyo -lib/python2.1/test/test_struct.py -lib/python2.1/test/test_struct.pyc -lib/python2.1/test/test_struct.pyo -lib/python2.1/test/test_sunaudiodev.py -lib/python2.1/test/test_sunaudiodev.pyc -lib/python2.1/test/test_sunaudiodev.pyo -lib/python2.1/test/test_sundry.py -lib/python2.1/test/test_sundry.pyc -lib/python2.1/test/test_sundry.pyo -lib/python2.1/test/test_support.py -lib/python2.1/test/test_support.pyc -lib/python2.1/test/test_support.pyo -lib/python2.1/test/test_symtable.py -lib/python2.1/test/test_symtable.pyc -lib/python2.1/test/test_symtable.pyo -lib/python2.1/test/test_thread.py -lib/python2.1/test/test_thread.pyc -lib/python2.1/test/test_thread.pyo -lib/python2.1/test/test_threadedtempfile.py -lib/python2.1/test/test_threadedtempfile.pyc -lib/python2.1/test/test_threadedtempfile.pyo -lib/python2.1/test/test_time.py -lib/python2.1/test/test_time.pyc -lib/python2.1/test/test_time.pyo -lib/python2.1/test/test_timing.py -lib/python2.1/test/test_timing.pyc -lib/python2.1/test/test_timing.pyo -lib/python2.1/test/test_tokenize.py -lib/python2.1/test/test_tokenize.pyc -lib/python2.1/test/test_tokenize.pyo -lib/python2.1/test/test_traceback.py -lib/python2.1/test/test_traceback.pyc -lib/python2.1/test/test_traceback.pyo -lib/python2.1/test/test_types.py -lib/python2.1/test/test_types.pyc -lib/python2.1/test/test_types.pyo -lib/python2.1/test/test_ucn.py -lib/python2.1/test/test_ucn.pyc -lib/python2.1/test/test_ucn.pyo -lib/python2.1/test/test_unicode.py -lib/python2.1/test/test_unicode.pyc -lib/python2.1/test/test_unicode.pyo -lib/python2.1/test/test_unicodedata.py -lib/python2.1/test/test_unicodedata.pyc -lib/python2.1/test/test_unicodedata.pyo -lib/python2.1/test/test_unpack.py -lib/python2.1/test/test_unpack.pyc -lib/python2.1/test/test_unpack.pyo -lib/python2.1/test/test_urllib.py -lib/python2.1/test/test_urllib.pyc -lib/python2.1/test/test_urllib.pyo -lib/python2.1/test/test_urlparse.py -lib/python2.1/test/test_urlparse.pyc -lib/python2.1/test/test_urlparse.pyo -lib/python2.1/test/test_userdict.py -lib/python2.1/test/test_userdict.pyc -lib/python2.1/test/test_userdict.pyo -lib/python2.1/test/test_userlist.py -lib/python2.1/test/test_userlist.pyc -lib/python2.1/test/test_userlist.pyo -lib/python2.1/test/test_userstring.py -lib/python2.1/test/test_userstring.pyc -lib/python2.1/test/test_userstring.pyo -lib/python2.1/test/test_wave.py -lib/python2.1/test/test_wave.pyc -lib/python2.1/test/test_wave.pyo -lib/python2.1/test/test_weakref.py -lib/python2.1/test/test_weakref.pyc -lib/python2.1/test/test_weakref.pyo -lib/python2.1/test/test_winreg.py -lib/python2.1/test/test_winreg.pyc -lib/python2.1/test/test_winreg.pyo -lib/python2.1/test/test_winsound.py -lib/python2.1/test/test_winsound.pyc -lib/python2.1/test/test_winsound.pyo -lib/python2.1/test/test_xmllib.py -lib/python2.1/test/test_xmllib.pyc -lib/python2.1/test/test_xmllib.pyo -lib/python2.1/test/test_xreadline.py -lib/python2.1/test/test_xreadline.pyc -lib/python2.1/test/test_xreadline.pyo -lib/python2.1/test/test_zipfile.py -lib/python2.1/test/test_zipfile.pyc -lib/python2.1/test/test_zipfile.pyo -lib/python2.1/test/test_zlib.py -lib/python2.1/test/test_zlib.pyc -lib/python2.1/test/test_zlib.pyo -lib/python2.1/test/testall.py -lib/python2.1/test/testall.pyc -lib/python2.1/test/testall.pyo -lib/python2.1/test/testcodec.py -lib/python2.1/test/testcodec.pyc -lib/python2.1/test/testcodec.pyo -lib/python2.1/test/testimg.uue -lib/python2.1/test/testimgr.uue -lib/python2.1/test/testrgb.uue -lib/python2.1/test/tokenize_tests.py -lib/python2.1/test/tokenize_tests.pyc -lib/python2.1/test/tokenize_tests.pyo diff --git a/lang/python/2.1/pkg/PLIST-tkinter b/lang/python/2.1/pkg/PLIST-tkinter deleted file mode 100644 index d4261099691..00000000000 --- a/lang/python/2.1/pkg/PLIST-tkinter +++ /dev/null @@ -1,56 +0,0 @@ -@comment $OpenBSD: PLIST-tkinter,v 1.5 2005/03/03 21:59:58 alek Exp $ -@option no-default-conflict -@conflict python-tkinter->=2.1,<2.2 -lib/python2.1/lib-dynload/_tkinter.so -lib/python2.1/lib-tk/ -lib/python2.1/lib-tk/Canvas.py -lib/python2.1/lib-tk/Canvas.pyc -lib/python2.1/lib-tk/Canvas.pyo -lib/python2.1/lib-tk/Dialog.py -lib/python2.1/lib-tk/Dialog.pyc -lib/python2.1/lib-tk/Dialog.pyo -lib/python2.1/lib-tk/FileDialog.py -lib/python2.1/lib-tk/FileDialog.pyc -lib/python2.1/lib-tk/FileDialog.pyo -lib/python2.1/lib-tk/FixTk.py -lib/python2.1/lib-tk/FixTk.pyc -lib/python2.1/lib-tk/FixTk.pyo -lib/python2.1/lib-tk/ScrolledText.py -lib/python2.1/lib-tk/ScrolledText.pyc -lib/python2.1/lib-tk/ScrolledText.pyo -lib/python2.1/lib-tk/SimpleDialog.py -lib/python2.1/lib-tk/SimpleDialog.pyc -lib/python2.1/lib-tk/SimpleDialog.pyo -lib/python2.1/lib-tk/Tix.py -lib/python2.1/lib-tk/Tix.pyc -lib/python2.1/lib-tk/Tix.pyo -lib/python2.1/lib-tk/Tkconstants.py -lib/python2.1/lib-tk/Tkconstants.pyc -lib/python2.1/lib-tk/Tkconstants.pyo -lib/python2.1/lib-tk/Tkdnd.py -lib/python2.1/lib-tk/Tkdnd.pyc -lib/python2.1/lib-tk/Tkdnd.pyo -lib/python2.1/lib-tk/Tkinter.py -lib/python2.1/lib-tk/Tkinter.pyc -lib/python2.1/lib-tk/Tkinter.pyo -lib/python2.1/lib-tk/tkColorChooser.py -lib/python2.1/lib-tk/tkColorChooser.pyc -lib/python2.1/lib-tk/tkColorChooser.pyo -lib/python2.1/lib-tk/tkCommonDialog.py -lib/python2.1/lib-tk/tkCommonDialog.pyc -lib/python2.1/lib-tk/tkCommonDialog.pyo -lib/python2.1/lib-tk/tkFileDialog.py -lib/python2.1/lib-tk/tkFileDialog.pyc -lib/python2.1/lib-tk/tkFileDialog.pyo -lib/python2.1/lib-tk/tkFont.py -lib/python2.1/lib-tk/tkFont.pyc -lib/python2.1/lib-tk/tkFont.pyo -lib/python2.1/lib-tk/tkMessageBox.py -lib/python2.1/lib-tk/tkMessageBox.pyc -lib/python2.1/lib-tk/tkMessageBox.pyo -lib/python2.1/lib-tk/tkSimpleDialog.py -lib/python2.1/lib-tk/tkSimpleDialog.pyc -lib/python2.1/lib-tk/tkSimpleDialog.pyo -lib/python2.1/lib-tk/turtle.py -lib/python2.1/lib-tk/turtle.pyc -lib/python2.1/lib-tk/turtle.pyo diff --git a/lang/python/2.1/pkg/PLIST-tools b/lang/python/2.1/pkg/PLIST-tools deleted file mode 100644 index 2e48e39bbfb..00000000000 --- a/lang/python/2.1/pkg/PLIST-tools +++ /dev/null @@ -1,193 +0,0 @@ -@comment $OpenBSD: PLIST-tools,v 1.5 2004/09/18 10:11:57 espie Exp $ -@option no-default-conflict -@conflict python-tools->=2.1,<2.2 -lib/python2.1/Tools/ -lib/python2.1/Tools/README -lib/python2.1/Tools/audiopy/ -lib/python2.1/Tools/audiopy/README -lib/python2.1/Tools/audiopy/audiopy -lib/python2.1/Tools/bgen/ -lib/python2.1/Tools/bgen/README -lib/python2.1/Tools/bgen/bgen/ -lib/python2.1/Tools/bgen/bgen/bgen.py -lib/python2.1/Tools/bgen/bgen/bgenBuffer.py -lib/python2.1/Tools/bgen/bgen/bgenGenerator.py -lib/python2.1/Tools/bgen/bgen/bgenGeneratorGroup.py -lib/python2.1/Tools/bgen/bgen/bgenHeapBuffer.py -lib/python2.1/Tools/bgen/bgen/bgenModule.py -lib/python2.1/Tools/bgen/bgen/bgenObjectDefinition.py -lib/python2.1/Tools/bgen/bgen/bgenOutput.py -lib/python2.1/Tools/bgen/bgen/bgenStackBuffer.py -lib/python2.1/Tools/bgen/bgen/bgenStringBuffer.py -lib/python2.1/Tools/bgen/bgen/bgenType.py -lib/python2.1/Tools/bgen/bgen/bgenVariable.py -lib/python2.1/Tools/bgen/bgen/bgenlocations.py -lib/python2.1/Tools/bgen/bgen/macsupport.py -lib/python2.1/Tools/bgen/bgen/scantools.py -lib/python2.1/Tools/compiler/ -lib/python2.1/Tools/compiler/ast.txt -lib/python2.1/Tools/compiler/astgen.py -lib/python2.1/Tools/compiler/compile.py -lib/python2.1/Tools/compiler/compiler/ -lib/python2.1/Tools/compiler/compiler/__init__.py -lib/python2.1/Tools/compiler/compiler/ast.py -lib/python2.1/Tools/compiler/compiler/ast.txt -lib/python2.1/Tools/compiler/compiler/astgen.py -lib/python2.1/Tools/compiler/compiler/consts.py -lib/python2.1/Tools/compiler/compiler/future.py -lib/python2.1/Tools/compiler/compiler/misc.py -lib/python2.1/Tools/compiler/compiler/pyassem.py -lib/python2.1/Tools/compiler/compiler/pycodegen.py -lib/python2.1/Tools/compiler/compiler/symbols.py -lib/python2.1/Tools/compiler/compiler/transformer.py -lib/python2.1/Tools/compiler/compiler/visitor.py -lib/python2.1/Tools/compiler/demo.py -lib/python2.1/Tools/compiler/dumppyc.py -lib/python2.1/Tools/compiler/regrtest.py -lib/python2.1/Tools/compiler/setup.py -lib/python2.1/Tools/faqwiz/ -lib/python2.1/Tools/faqwiz/README -lib/python2.1/Tools/faqwiz/faqconf.py -lib/python2.1/Tools/faqwiz/faqcust.py -lib/python2.1/Tools/faqwiz/faqw.py -lib/python2.1/Tools/faqwiz/faqwiz.py -lib/python2.1/Tools/freeze/ -lib/python2.1/Tools/freeze/.cvsignore -lib/python2.1/Tools/freeze/README -lib/python2.1/Tools/freeze/bkfile.py -lib/python2.1/Tools/freeze/checkextensions.py -lib/python2.1/Tools/freeze/checkextensions_win32.py -lib/python2.1/Tools/freeze/extensions_win32.ini -lib/python2.1/Tools/freeze/freeze.py -lib/python2.1/Tools/freeze/hello.py -lib/python2.1/Tools/freeze/makeconfig.py -lib/python2.1/Tools/freeze/makefreeze.py -lib/python2.1/Tools/freeze/makemakefile.py -lib/python2.1/Tools/freeze/modulefinder.py -lib/python2.1/Tools/freeze/parsesetup.py -lib/python2.1/Tools/freeze/win32.html -lib/python2.1/Tools/freeze/winmakemakefile.py -lib/python2.1/Tools/i18n/ -lib/python2.1/Tools/i18n/msgfmt.py -lib/python2.1/Tools/i18n/pygettext.py -lib/python2.1/Tools/modulator/ -lib/python2.1/Tools/modulator/EXAMPLE.py -lib/python2.1/Tools/modulator/README -lib/python2.1/Tools/modulator/ScrolledListbox.py -lib/python2.1/Tools/modulator/Templates/ -lib/python2.1/Tools/modulator/Templates/copyright -lib/python2.1/Tools/modulator/Templates/module_head -lib/python2.1/Tools/modulator/Templates/module_method -lib/python2.1/Tools/modulator/Templates/module_tail -lib/python2.1/Tools/modulator/Templates/object_head -lib/python2.1/Tools/modulator/Templates/object_method -lib/python2.1/Tools/modulator/Templates/object_mlist -lib/python2.1/Tools/modulator/Templates/object_new -lib/python2.1/Tools/modulator/Templates/object_structure -lib/python2.1/Tools/modulator/Templates/object_tail -lib/python2.1/Tools/modulator/Templates/object_tp_as_mapping -lib/python2.1/Tools/modulator/Templates/object_tp_as_number -lib/python2.1/Tools/modulator/Templates/object_tp_as_sequence -lib/python2.1/Tools/modulator/Templates/object_tp_call -lib/python2.1/Tools/modulator/Templates/object_tp_compare -lib/python2.1/Tools/modulator/Templates/object_tp_dealloc -lib/python2.1/Tools/modulator/Templates/object_tp_getattr -lib/python2.1/Tools/modulator/Templates/object_tp_hash -lib/python2.1/Tools/modulator/Templates/object_tp_print -lib/python2.1/Tools/modulator/Templates/object_tp_repr -lib/python2.1/Tools/modulator/Templates/object_tp_setattr -lib/python2.1/Tools/modulator/Templates/object_tp_str -lib/python2.1/Tools/modulator/Tkextra.py -lib/python2.1/Tools/modulator/genmodule.py -lib/python2.1/Tools/modulator/modulator.py -lib/python2.1/Tools/modulator/varsubst.py -lib/python2.1/Tools/pynche/ -lib/python2.1/Tools/pynche/ChipViewer.py -lib/python2.1/Tools/pynche/ColorDB.py -lib/python2.1/Tools/pynche/DetailsViewer.py -lib/python2.1/Tools/pynche/ListViewer.py -lib/python2.1/Tools/pynche/Main.py -lib/python2.1/Tools/pynche/PyncheWidget.py -lib/python2.1/Tools/pynche/README -lib/python2.1/Tools/pynche/StripViewer.py -lib/python2.1/Tools/pynche/Switchboard.py -lib/python2.1/Tools/pynche/TextViewer.py -lib/python2.1/Tools/pynche/TypeinViewer.py -lib/python2.1/Tools/pynche/X/ -lib/python2.1/Tools/pynche/X/rgb.txt -lib/python2.1/Tools/pynche/X/xlicense.txt -lib/python2.1/Tools/pynche/__init__.py -lib/python2.1/Tools/pynche/html40colors.txt -lib/python2.1/Tools/pynche/namedcolors.txt -lib/python2.1/Tools/pynche/pyColorChooser.py -lib/python2.1/Tools/pynche/pynche -lib/python2.1/Tools/pynche/pynche.pyw -lib/python2.1/Tools/pynche/webcolors.txt -lib/python2.1/Tools/pynche/websafe.txt -lib/python2.1/Tools/scripts/ -lib/python2.1/Tools/scripts/README -lib/python2.1/Tools/scripts/byteyears.py -lib/python2.1/Tools/scripts/checkappend.py -lib/python2.1/Tools/scripts/checkpyc.py -lib/python2.1/Tools/scripts/classfix.py -lib/python2.1/Tools/scripts/copytime.py -lib/python2.1/Tools/scripts/crlf.py -lib/python2.1/Tools/scripts/cvsfiles.py -lib/python2.1/Tools/scripts/dutree.doc -lib/python2.1/Tools/scripts/dutree.py -lib/python2.1/Tools/scripts/eptags.py -lib/python2.1/Tools/scripts/findlinksto.py -lib/python2.1/Tools/scripts/fixcid.py -lib/python2.1/Tools/scripts/fixheader.py -lib/python2.1/Tools/scripts/fixnotice.py -lib/python2.1/Tools/scripts/fixps.py -lib/python2.1/Tools/scripts/ftpmirror.py -lib/python2.1/Tools/scripts/gencodec.py -lib/python2.1/Tools/scripts/h2py.py -lib/python2.1/Tools/scripts/ifdef.py -lib/python2.1/Tools/scripts/lfcr.py -lib/python2.1/Tools/scripts/linktree.py -lib/python2.1/Tools/scripts/lll.py -lib/python2.1/Tools/scripts/logmerge.py -lib/python2.1/Tools/scripts/mailerdaemon.py -lib/python2.1/Tools/scripts/methfix.py -lib/python2.1/Tools/scripts/mkreal.py -lib/python2.1/Tools/scripts/ndiff.py -lib/python2.1/Tools/scripts/nm2def.py -lib/python2.1/Tools/scripts/objgraph.py -lib/python2.1/Tools/scripts/parseentities.py -lib/python2.1/Tools/scripts/pathfix.py -lib/python2.1/Tools/scripts/pdeps.py -lib/python2.1/Tools/scripts/pindent.py -lib/python2.1/Tools/scripts/ptags.py -lib/python2.1/Tools/scripts/pydoc -lib/python2.1/Tools/scripts/pydoc.pyw -lib/python2.1/Tools/scripts/redemo.py -lib/python2.1/Tools/scripts/reindent.py -lib/python2.1/Tools/scripts/rgrep.py -lib/python2.1/Tools/scripts/suff.py -lib/python2.1/Tools/scripts/sum5.py -lib/python2.1/Tools/scripts/texi2html.py -lib/python2.1/Tools/scripts/trace.py -lib/python2.1/Tools/scripts/treesync.py -lib/python2.1/Tools/scripts/untabify.py -lib/python2.1/Tools/scripts/which.py -lib/python2.1/Tools/scripts/xxci.py -lib/python2.1/Tools/unicode/ -lib/python2.1/Tools/unicode/makeunicodedata.py -lib/python2.1/Tools/versioncheck/ -lib/python2.1/Tools/versioncheck/README -lib/python2.1/Tools/versioncheck/_checkversion.py -lib/python2.1/Tools/versioncheck/checkversions.py -lib/python2.1/Tools/versioncheck/pyversioncheck.py -lib/python2.1/Tools/webchecker/ -lib/python2.1/Tools/webchecker/README -lib/python2.1/Tools/webchecker/tktools.py -lib/python2.1/Tools/webchecker/wcgui.py -lib/python2.1/Tools/webchecker/wcmac.py -lib/python2.1/Tools/webchecker/webchecker.py -lib/python2.1/Tools/webchecker/websucker.py -lib/python2.1/Tools/webchecker/wsgui.py -lib/python2.1/Tools/world/ -lib/python2.1/Tools/world/README -lib/python2.1/Tools/world/world diff --git a/lang/python/Makefile b/lang/python/Makefile index ab9dcd6c7dc..09588fef5e5 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.50 2003/12/31 17:40:20 sturm Exp $ +# $OpenBSD: Makefile,v 1.51 2005/05/17 17:53:25 alek Exp $ -SUBDIR+= 2.1 SUBDIR+= 2.2 SUBDIR+= 2.3