mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
* Update python 1.5.1 -> 1.5.2
* Remove python-beta
This commit is contained in:
parent
ff9f1c323f
commit
b1860f81da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18042
65 changed files with 1628 additions and 1317 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.126 1999/03/19 22:23:38 asami Exp $
|
||||
# $Id: Makefile,v 1.127 1999/04/03 02:05:32 steve Exp $
|
||||
#
|
||||
|
||||
SUBDIR += ETHOberonV4
|
||||
|
@ -67,7 +67,6 @@
|
|||
SUBDIR += pike
|
||||
SUBDIR += ptoc
|
||||
SUBDIR += python
|
||||
SUBDIR += python-beta
|
||||
SUBDIR += rexx-imc
|
||||
SUBDIR += ruby
|
||||
SUBDIR += scheme48
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
*** Python/importdl.c.orig Tue Sep 29 12:17:52 1998
|
||||
--- Python/importdl.c Tue Sep 29 12:18:40 1998
|
||||
***************
|
||||
*** 211,217 ****
|
||||
extern char *Py_GetProgramName();
|
||||
|
||||
#ifndef FUNCNAME_PATTERN
|
||||
! #if defined(__hp9000s300) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__BORLANDC__)
|
||||
#define FUNCNAME_PATTERN "_init%.200s"
|
||||
#else
|
||||
#define FUNCNAME_PATTERN "init%.200s"
|
||||
--- 211,217 ----
|
||||
extern char *Py_GetProgramName();
|
||||
|
||||
#ifndef FUNCNAME_PATTERN
|
||||
! #if defined(__hp9000s300) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(__ELF__)) || defined(__OpenBSD__) || defined(__BORLANDC__)
|
||||
#define FUNCNAME_PATTERN "_init%.200s"
|
||||
#else
|
||||
#define FUNCNAME_PATTERN "init%.200s"
|
||||
|
11
lang/python+ipv6/files/patch-ad
Normal file
11
lang/python+ipv6/files/patch-ad
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Lib/tempfile.py- Fri Apr 16 15:22:41 1999
|
||||
+++ Lib/tempfile.py Fri Apr 16 15:23:16 1999
|
||||
@@ -24,7 +24,7 @@
|
||||
pwd = os.getcwd()
|
||||
except (AttributeError, os.error):
|
||||
pwd = os.curdir
|
||||
- attempdirs = ['/usr/tmp', '/tmp', pwd]
|
||||
+ attempdirs = ['/var/tmp', '/usr/tmp', '/tmp', pwd]
|
||||
if os.name == 'nt':
|
||||
attempdirs.insert(0, 'C:\\TEMP')
|
||||
attempdirs.insert(0, '\\TEMP')
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
*** Python/importdl.c.orig Tue Sep 29 12:17:52 1998
|
||||
--- Python/importdl.c Tue Sep 29 12:18:40 1998
|
||||
***************
|
||||
*** 211,217 ****
|
||||
extern char *Py_GetProgramName();
|
||||
|
||||
#ifndef FUNCNAME_PATTERN
|
||||
! #if defined(__hp9000s300) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__BORLANDC__)
|
||||
#define FUNCNAME_PATTERN "_init%.200s"
|
||||
#else
|
||||
#define FUNCNAME_PATTERN "init%.200s"
|
||||
--- 211,217 ----
|
||||
extern char *Py_GetProgramName();
|
||||
|
||||
#ifndef FUNCNAME_PATTERN
|
||||
! #if defined(__hp9000s300) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(__ELF__)) || defined(__OpenBSD__) || defined(__BORLANDC__)
|
||||
#define FUNCNAME_PATTERN "_init%.200s"
|
||||
#else
|
||||
#define FUNCNAME_PATTERN "init%.200s"
|
||||
|
11
lang/python15/files/patch-ad
Normal file
11
lang/python15/files/patch-ad
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Lib/tempfile.py- Fri Apr 16 15:22:41 1999
|
||||
+++ Lib/tempfile.py Fri Apr 16 15:23:16 1999
|
||||
@@ -24,7 +24,7 @@
|
||||
pwd = os.getcwd()
|
||||
except (AttributeError, os.error):
|
||||
pwd = os.curdir
|
||||
- attempdirs = ['/usr/tmp', '/tmp', pwd]
|
||||
+ attempdirs = ['/var/tmp', '/usr/tmp', '/tmp', pwd]
|
||||
if os.name == 'nt':
|
||||
attempdirs.insert(0, 'C:\\TEMP')
|
||||
attempdirs.insert(0, '\\TEMP')
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
|
@ -1,41 +1,31 @@
|
|||
# New ports collection makefile for: python
|
||||
# Version required: 1.5
|
||||
# Version required: 1.5.2
|
||||
# Date created: 08 August 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
|
||||
# $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pyth151
|
||||
PKGNAME= python-1.5.1
|
||||
DISTNAME= py152
|
||||
PKGNAME= python-1.5.2
|
||||
CATEGORIES= lang python tk80
|
||||
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
||||
ftp://ftp.cwi.nl/pub/python/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
|
||||
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
|
||||
bltinmodule.2.txt bltinmodule.3.txt \
|
||||
ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
|
||||
freeze.1.txt \
|
||||
gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
|
||||
import.1.txt longobject.1.txt object.1.txt \
|
||||
parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
|
||||
string.1.txt stringobject.1.txt stropmodule.1.txt \
|
||||
timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt
|
||||
|
||||
MAINTAINER= tg@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= ${TK_DEPENDS}
|
||||
|
||||
DIST_SUBDIR= python
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.1
|
||||
WRKSRC= ${WRKDIR}/Python-1.5.2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fpectl
|
||||
MAKE_FLAGS= 'OPT=${CFLAGS}'
|
||||
INSTALL_TARGET= install
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
MAN1= python.1
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
#
|
||||
# The standard setup file
|
||||
|
@ -75,9 +65,7 @@ PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so
|
|||
.endif
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd3.sh; \
|
||||
${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
||||
|
||||
post-configure:
|
||||
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
||||
|
@ -87,29 +75,23 @@ post-configure:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == elf
|
||||
LDFLAGS+= -rdynamic
|
||||
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd3
|
||||
.elif ${OSVERSION} >= 300000
|
||||
PLATFORMS=plat-freebsd2 plat-freebsd4
|
||||
.else
|
||||
.else
|
||||
PLATFORMS=plat-freebsd3 plat-freebsd4
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
for platform in ${PLATFORMS}; do \
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/* \
|
||||
${PREFIX}/lib/python1.5/$$platform/; \
|
||||
done
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
||||
${PREFIX}/lib/python1.5/${platform}/
|
||||
.endfor
|
||||
@${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/doc/python
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
||||
|
|
|
@ -1,29 +1 @@
|
|||
MD5 (python/pyth151.tgz) = 485f5febc1d2865abea2adc72a345827
|
||||
MD5 (python/_tkinter.1.txt) = 7298bfd731a613a28e2cb72ad8e3e266
|
||||
MD5 (python/SocketServer.1.txt) = 7ad43e38616efa28b28710e686462494
|
||||
MD5 (python/bltinmodule.1.txt) = c1edf803162860802d45c32d9799daaa
|
||||
MD5 (python/bltinmodule.2.txt) = 07ba49023b28437733ec611ddf4558fb
|
||||
MD5 (python/bltinmodule.3.txt) = 7ebef8ec99284c743ae4804638780bd7
|
||||
MD5 (python/ceval.1.txt) = 1d062f62a16189df9832defd22aa9735
|
||||
MD5 (python/classobject.1.txt) = f65618df540a8819299b65eafe775e6a
|
||||
MD5 (python/configure.2.txt) = a51d521cf899a74b234f5b0fc1a2207c
|
||||
MD5 (python/fileobject.1.txt) = 20ebd260276bdf6c3723c62a370e1c8c
|
||||
MD5 (python/freeze.1.txt) = 7cb9266ba6db670cd019cf27c77468ef
|
||||
MD5 (python/gzip.1.txt) = 55140b037c55b19795ed4543986c2fd4
|
||||
MD5 (python/imaplib.1.txt) = ece2e50e69e7ec86c1a9cc310d5ae220
|
||||
MD5 (python/imaplib.2.txt) = f8cb53849055badd3037545a92d1a123
|
||||
MD5 (python/imaplib.3.txt) = 3a8180096777c690c5ffd8c4fbd6c38b
|
||||
MD5 (python/import.1.txt) = 15ab480458410b0450b07f3eedb15cda
|
||||
MD5 (python/longobject.1.txt) = 069fe0a8fdeaa60a8cf5ff68877a66a3
|
||||
MD5 (python/object.1.txt) = f03bad9c3d67190232fce407b0c0fa51
|
||||
MD5 (python/parsermodule.1.txt) = 24e41667e705fbe310e8d8dd85da706d
|
||||
MD5 (python/pcre.1.txt) = f3776741849f1be9fc1cd55dc0faeadd
|
||||
MD5 (python/sgmllib.1.txt) = e5ef0538266ff97efd830dfdcc2fcdd5
|
||||
MD5 (python/sgmllib.2.txt) = 0ad52d457fbc84fbffe5b7b984e3d8d4
|
||||
MD5 (python/string.1.txt) = 581f5dc5c173e8f9927a5a71f7c2b0cc
|
||||
MD5 (python/stringobject.1.txt) = d1ccf56c0db0ba1df715ce55a5788ed3
|
||||
MD5 (python/stropmodule.1.txt) = 0f7729796b64cfdf7ad63d74e95fac9d
|
||||
MD5 (python/timemodule.1.txt) = 7f53c69797c03c7db56f117514790e0d
|
||||
MD5 (python/urllib.1.txt) = d8b46f39d521d5d6738fe4c6e905a313
|
||||
MD5 (python/urllib.2.txt) = e0189571f5b40a87be4c20ad13a02e62
|
||||
MD5 (python/zlibmodule.1.txt) = 7d8dfda5f91fd370e001d1f544afd279
|
||||
MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752
|
||||
|
|
|
@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
|
|||
|
||||
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
|
||||
|
||||
new newmodule.c
|
||||
#new newmodule.c
|
||||
|
||||
|
||||
# Generic (SunOS / SVR4) dynamic loading module.
|
||||
|
@ -356,13 +356,13 @@ bsddb bsddbmodule.o
|
|||
|
||||
|
||||
# David Wayne Williams' soundex module
|
||||
soundex soundex.c
|
||||
#soundex soundex.c
|
||||
|
||||
# Helper module for various ascii-encoders
|
||||
binascii binascii.c
|
||||
|
||||
# Fred Drake's interface to the Python parser.
|
||||
parser parsermodule.c
|
||||
#parser parsermodule.c
|
||||
|
||||
# Digital Creations' cStringIO and cPickle
|
||||
cStringIO cStringIO.c
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/python1.5
|
||||
bin/python
|
||||
share/doc/python/COPYRIGHT
|
||||
include/python1.5/Python.h
|
||||
include/python1.5/abstract.h
|
||||
include/python1.5/bitset.h
|
||||
include/python1.5/bufferobject.h
|
||||
include/python1.5/cStringIO.h
|
||||
include/python1.5/ceval.h
|
||||
include/python1.5/classobject.h
|
||||
|
@ -48,6 +50,7 @@ include/python1.5/pyerrors.h
|
|||
include/python1.5/pyfpe.h
|
||||
include/python1.5/pystate.h
|
||||
include/python1.5/pythonrun.h
|
||||
include/python1.5/pythread.h
|
||||
include/python1.5/rangeobject.h
|
||||
include/python1.5/rename2.h
|
||||
include/python1.5/sliceobject.h
|
||||
|
@ -97,6 +100,12 @@ lib/python1.5/aifc.pyo
|
|||
lib/python1.5/anydbm.py
|
||||
lib/python1.5/anydbm.pyc
|
||||
lib/python1.5/anydbm.pyo
|
||||
lib/python1.5/asynchat.py
|
||||
lib/python1.5/asynchat.pyc
|
||||
lib/python1.5/asynchat.pyo
|
||||
lib/python1.5/asyncore.py
|
||||
lib/python1.5/asyncore.pyc
|
||||
lib/python1.5/asyncore.pyo
|
||||
lib/python1.5/audiodev.py
|
||||
lib/python1.5/audiodev.pyc
|
||||
lib/python1.5/audiodev.pyo
|
||||
|
@ -130,6 +139,9 @@ lib/python1.5/cmpcache.pyo
|
|||
lib/python1.5/code.py
|
||||
lib/python1.5/code.pyc
|
||||
lib/python1.5/code.pyo
|
||||
lib/python1.5/codeop.py
|
||||
lib/python1.5/codeop.pyc
|
||||
lib/python1.5/codeop.pyo
|
||||
lib/python1.5/colorsys.py
|
||||
lib/python1.5/colorsys.pyc
|
||||
lib/python1.5/colorsys.pyo
|
||||
|
@ -372,6 +384,9 @@ lib/python1.5/lib-tk/Dialog.pyo
|
|||
lib/python1.5/lib-tk/FileDialog.py
|
||||
lib/python1.5/lib-tk/FileDialog.pyc
|
||||
lib/python1.5/lib-tk/FileDialog.pyo
|
||||
lib/python1.5/lib-tk/FixTk.py
|
||||
lib/python1.5/lib-tk/FixTk.pyc
|
||||
lib/python1.5/lib-tk/FixTk.pyo
|
||||
lib/python1.5/lib-tk/ScrolledText.py
|
||||
lib/python1.5/lib-tk/ScrolledText.pyc
|
||||
lib/python1.5/lib-tk/ScrolledText.pyo
|
||||
|
@ -396,6 +411,9 @@ lib/python1.5/lib-tk/tkCommonDialog.pyo
|
|||
lib/python1.5/lib-tk/tkFileDialog.py
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyc
|
||||
lib/python1.5/lib-tk/tkFileDialog.pyo
|
||||
lib/python1.5/lib-tk/tkFont.py
|
||||
lib/python1.5/lib-tk/tkFont.pyc
|
||||
lib/python1.5/lib-tk/tkFont.pyo
|
||||
lib/python1.5/lib-tk/tkMessageBox.py
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyc
|
||||
lib/python1.5/lib-tk/tkMessageBox.pyo
|
||||
|
@ -438,6 +456,9 @@ lib/python1.5/multifile.pyo
|
|||
lib/python1.5/mutex.py
|
||||
lib/python1.5/mutex.pyc
|
||||
lib/python1.5/mutex.pyo
|
||||
lib/python1.5/netrc.py
|
||||
lib/python1.5/netrc.pyc
|
||||
lib/python1.5/netrc.pyo
|
||||
lib/python1.5/nntplib.py
|
||||
lib/python1.5/nntplib.pyc
|
||||
lib/python1.5/nntplib.pyo
|
||||
|
@ -502,9 +523,6 @@ lib/python1.5/plat-freebsd4/TERMIOS.py
|
|||
lib/python1.5/plat-freebsd4/TERMIOS.pyc
|
||||
lib/python1.5/plat-freebsd4/TERMIOS.pyo
|
||||
lib/python1.5/plat-freebsd4/regen
|
||||
lib/python1.5/poly.py
|
||||
lib/python1.5/poly.pyc
|
||||
lib/python1.5/poly.pyo
|
||||
lib/python1.5/popen2.py
|
||||
lib/python1.5/popen2.pyc
|
||||
lib/python1.5/popen2.pyo
|
||||
|
@ -575,6 +593,9 @@ lib/python1.5/sgmllib.pyo
|
|||
lib/python1.5/shelve.py
|
||||
lib/python1.5/shelve.pyc
|
||||
lib/python1.5/shelve.pyo
|
||||
lib/python1.5/shlex.py
|
||||
lib/python1.5/shlex.pyc
|
||||
lib/python1.5/shlex.pyo
|
||||
lib/python1.5/shutil.py
|
||||
lib/python1.5/shutil.pyc
|
||||
lib/python1.5/shutil.pyo
|
||||
|
@ -593,6 +614,9 @@ lib/python1.5/stat.pyo
|
|||
lib/python1.5/statcache.py
|
||||
lib/python1.5/statcache.pyc
|
||||
lib/python1.5/statcache.pyo
|
||||
lib/python1.5/statvfs.py
|
||||
lib/python1.5/statvfs.pyc
|
||||
lib/python1.5/statvfs.pyo
|
||||
lib/python1.5/string.py
|
||||
lib/python1.5/string.pyc
|
||||
lib/python1.5/string.pyo
|
||||
|
@ -619,6 +643,7 @@ lib/python1.5/test/autotest.py
|
|||
lib/python1.5/test/autotest.pyc
|
||||
lib/python1.5/test/autotest.pyo
|
||||
lib/python1.5/test/greyrgb.uue
|
||||
lib/python1.5/test/output/test_MimeWriter
|
||||
lib/python1.5/test/output/test_al
|
||||
lib/python1.5/test/output/test_array
|
||||
lib/python1.5/test/output/test_audioop
|
||||
|
@ -628,6 +653,7 @@ lib/python1.5/test/output/test_builtin
|
|||
lib/python1.5/test/output/test_cd
|
||||
lib/python1.5/test/output/test_cl
|
||||
lib/python1.5/test/output/test_cmath
|
||||
lib/python1.5/test/output/test_cpickle
|
||||
lib/python1.5/test/output/test_crypt
|
||||
lib/python1.5/test/output/test_dbm
|
||||
lib/python1.5/test/output/test_dl
|
||||
|
@ -638,23 +664,30 @@ lib/python1.5/test/output/test_gdbm
|
|||
lib/python1.5/test/output/test_gl
|
||||
lib/python1.5/test/output/test_grammar
|
||||
lib/python1.5/test/output/test_grp
|
||||
lib/python1.5/test/output/test_gzip
|
||||
lib/python1.5/test/output/test_imageop
|
||||
lib/python1.5/test/output/test_imgfile
|
||||
lib/python1.5/test/output/test_long
|
||||
lib/python1.5/test/output/test_math
|
||||
lib/python1.5/test/output/test_md5
|
||||
lib/python1.5/test/output/test_new
|
||||
lib/python1.5/test/output/test_nis
|
||||
lib/python1.5/test/output/test_ntpath
|
||||
lib/python1.5/test/output/test_opcodes
|
||||
lib/python1.5/test/output/test_operations
|
||||
lib/python1.5/test/output/test_operator
|
||||
lib/python1.5/test/output/test_pickle
|
||||
lib/python1.5/test/output/test_pkg
|
||||
lib/python1.5/test/output/test_popen2
|
||||
lib/python1.5/test/output/test_pow
|
||||
lib/python1.5/test/output/test_pwd
|
||||
lib/python1.5/test/output/test_re
|
||||
lib/python1.5/test/output/test_regex
|
||||
lib/python1.5/test/output/test_rfc822
|
||||
lib/python1.5/test/output/test_rgbimg
|
||||
lib/python1.5/test/output/test_rotor
|
||||
lib/python1.5/test/output/test_select
|
||||
lib/python1.5/test/output/test_sha
|
||||
lib/python1.5/test/output/test_signal
|
||||
lib/python1.5/test/output/test_socket
|
||||
lib/python1.5/test/output/test_strftime
|
||||
|
@ -667,6 +700,8 @@ lib/python1.5/test/output/test_timing
|
|||
lib/python1.5/test/output/test_tokenize
|
||||
lib/python1.5/test/output/test_types
|
||||
lib/python1.5/test/output/test_unpack
|
||||
lib/python1.5/test/output/test_userdict
|
||||
lib/python1.5/test/output/test_userlist
|
||||
lib/python1.5/test/output/test_xmllib
|
||||
lib/python1.5/test/output/test_zlib
|
||||
lib/python1.5/test/pystone.py
|
||||
|
@ -681,6 +716,15 @@ lib/python1.5/test/regex_tests.pyo
|
|||
lib/python1.5/test/regrtest.py
|
||||
lib/python1.5/test/regrtest.pyc
|
||||
lib/python1.5/test/regrtest.pyo
|
||||
lib/python1.5/test/reperf.py
|
||||
lib/python1.5/test/reperf.pyc
|
||||
lib/python1.5/test/reperf.pyo
|
||||
lib/python1.5/test/sortperf.py
|
||||
lib/python1.5/test/sortperf.pyc
|
||||
lib/python1.5/test/sortperf.pyo
|
||||
lib/python1.5/test/test_MimeWriter.py
|
||||
lib/python1.5/test/test_MimeWriter.pyc
|
||||
lib/python1.5/test/test_MimeWriter.pyo
|
||||
lib/python1.5/test/test_al.py
|
||||
lib/python1.5/test/test_al.pyc
|
||||
lib/python1.5/test/test_al.pyo
|
||||
|
@ -714,6 +758,9 @@ lib/python1.5/test/test_cl.pyo
|
|||
lib/python1.5/test/test_cmath.py
|
||||
lib/python1.5/test/test_cmath.pyc
|
||||
lib/python1.5/test/test_cmath.pyo
|
||||
lib/python1.5/test/test_cpickle.py
|
||||
lib/python1.5/test/test_cpickle.pyc
|
||||
lib/python1.5/test/test_cpickle.pyo
|
||||
lib/python1.5/test/test_crypt.py
|
||||
lib/python1.5/test/test_crypt.pyc
|
||||
lib/python1.5/test/test_crypt.pyo
|
||||
|
@ -744,12 +791,18 @@ lib/python1.5/test/test_grammar.pyo
|
|||
lib/python1.5/test/test_grp.py
|
||||
lib/python1.5/test/test_grp.pyc
|
||||
lib/python1.5/test/test_grp.pyo
|
||||
lib/python1.5/test/test_gzip.py
|
||||
lib/python1.5/test/test_gzip.pyc
|
||||
lib/python1.5/test/test_gzip.pyo
|
||||
lib/python1.5/test/test_imageop.py
|
||||
lib/python1.5/test/test_imageop.pyc
|
||||
lib/python1.5/test/test_imageop.pyo
|
||||
lib/python1.5/test/test_imgfile.py
|
||||
lib/python1.5/test/test_imgfile.pyc
|
||||
lib/python1.5/test/test_imgfile.pyo
|
||||
lib/python1.5/test/test_long.py
|
||||
lib/python1.5/test/test_long.pyc
|
||||
lib/python1.5/test/test_long.pyo
|
||||
lib/python1.5/test/test_math.py
|
||||
lib/python1.5/test/test_math.pyc
|
||||
lib/python1.5/test/test_math.pyo
|
||||
|
@ -762,6 +815,9 @@ lib/python1.5/test/test_new.pyo
|
|||
lib/python1.5/test/test_nis.py
|
||||
lib/python1.5/test/test_nis.pyc
|
||||
lib/python1.5/test/test_nis.pyo
|
||||
lib/python1.5/test/test_ntpath.py
|
||||
lib/python1.5/test/test_ntpath.pyc
|
||||
lib/python1.5/test/test_ntpath.pyo
|
||||
lib/python1.5/test/test_opcodes.py
|
||||
lib/python1.5/test/test_opcodes.pyc
|
||||
lib/python1.5/test/test_opcodes.pyo
|
||||
|
@ -771,9 +827,15 @@ lib/python1.5/test/test_operations.pyo
|
|||
lib/python1.5/test/test_operator.py
|
||||
lib/python1.5/test/test_operator.pyc
|
||||
lib/python1.5/test/test_operator.pyo
|
||||
lib/python1.5/test/test_pickle.py
|
||||
lib/python1.5/test/test_pickle.pyc
|
||||
lib/python1.5/test/test_pickle.pyo
|
||||
lib/python1.5/test/test_pkg.py
|
||||
lib/python1.5/test/test_pkg.pyc
|
||||
lib/python1.5/test/test_pkg.pyo
|
||||
lib/python1.5/test/test_popen2.py
|
||||
lib/python1.5/test/test_popen2.pyc
|
||||
lib/python1.5/test/test_popen2.pyo
|
||||
lib/python1.5/test/test_pow.py
|
||||
lib/python1.5/test/test_pow.pyc
|
||||
lib/python1.5/test/test_pow.pyo
|
||||
|
@ -786,6 +848,9 @@ lib/python1.5/test/test_re.pyo
|
|||
lib/python1.5/test/test_regex.py
|
||||
lib/python1.5/test/test_regex.pyc
|
||||
lib/python1.5/test/test_regex.pyo
|
||||
lib/python1.5/test/test_rfc822.py
|
||||
lib/python1.5/test/test_rfc822.pyc
|
||||
lib/python1.5/test/test_rfc822.pyo
|
||||
lib/python1.5/test/test_rgbimg.py
|
||||
lib/python1.5/test/test_rgbimg.pyc
|
||||
lib/python1.5/test/test_rgbimg.pyo
|
||||
|
@ -795,6 +860,9 @@ lib/python1.5/test/test_rotor.pyo
|
|||
lib/python1.5/test/test_select.py
|
||||
lib/python1.5/test/test_select.pyc
|
||||
lib/python1.5/test/test_select.pyo
|
||||
lib/python1.5/test/test_sha.py
|
||||
lib/python1.5/test/test_sha.pyc
|
||||
lib/python1.5/test/test_sha.pyo
|
||||
lib/python1.5/test/test_signal.py
|
||||
lib/python1.5/test/test_signal.pyc
|
||||
lib/python1.5/test/test_signal.pyo
|
||||
|
@ -834,6 +902,12 @@ lib/python1.5/test/test_types.pyo
|
|||
lib/python1.5/test/test_unpack.py
|
||||
lib/python1.5/test/test_unpack.pyc
|
||||
lib/python1.5/test/test_unpack.pyo
|
||||
lib/python1.5/test/test_userdict.py
|
||||
lib/python1.5/test/test_userdict.pyc
|
||||
lib/python1.5/test/test_userdict.pyo
|
||||
lib/python1.5/test/test_userlist.py
|
||||
lib/python1.5/test/test_userlist.pyc
|
||||
lib/python1.5/test/test_userlist.pyo
|
||||
lib/python1.5/test/test_xmllib.py
|
||||
lib/python1.5/test/test_xmllib.pyc
|
||||
lib/python1.5/test/test_xmllib.pyo
|
||||
|
@ -852,9 +926,6 @@ lib/python1.5/test/tokenize_tests.pyo
|
|||
lib/python1.5/threading.py
|
||||
lib/python1.5/threading.pyc
|
||||
lib/python1.5/threading.pyo
|
||||
lib/python1.5/threading_api.py
|
||||
lib/python1.5/threading_api.pyc
|
||||
lib/python1.5/threading_api.pyo
|
||||
lib/python1.5/toaiff.py
|
||||
lib/python1.5/toaiff.pyc
|
||||
lib/python1.5/toaiff.pyo
|
||||
|
@ -870,6 +941,9 @@ lib/python1.5/traceback.pyo
|
|||
lib/python1.5/tty.py
|
||||
lib/python1.5/tty.pyc
|
||||
lib/python1.5/tty.pyo
|
||||
lib/python1.5/turtle.py
|
||||
lib/python1.5/turtle.pyc
|
||||
lib/python1.5/turtle.pyo
|
||||
lib/python1.5/types.py
|
||||
lib/python1.5/types.pyc
|
||||
lib/python1.5/types.pyo
|
||||
|
@ -894,9 +968,6 @@ lib/python1.5/uu.pyo
|
|||
lib/python1.5/wave.py
|
||||
lib/python1.5/wave.pyc
|
||||
lib/python1.5/wave.pyo
|
||||
lib/python1.5/whatsound.py
|
||||
lib/python1.5/whatsound.pyc
|
||||
lib/python1.5/whatsound.pyo
|
||||
lib/python1.5/whichdb.py
|
||||
lib/python1.5/whichdb.pyc
|
||||
lib/python1.5/whichdb.pyo
|
||||
|
@ -909,20 +980,17 @@ lib/python1.5/xdrlib.pyo
|
|||
lib/python1.5/xmllib.py
|
||||
lib/python1.5/xmllib.pyc
|
||||
lib/python1.5/xmllib.pyo
|
||||
lib/python1.5/zmod.py
|
||||
lib/python1.5/zmod.pyc
|
||||
lib/python1.5/zmod.pyo
|
||||
share/doc/python/COPYRIGHT
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm include/python1.5
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/plat-freebsd2
|
||||
@dirrm lib/python1.5/plat-freebsd3
|
||||
@dirrm lib/python1.5/lib-tk
|
||||
@dirrm lib/python1.5/lib-stdwin
|
||||
@dirrm lib/python1.5/lib-dynload
|
||||
@dirrm lib/python1.5/config
|
||||
@dirrm lib/python1.5/plat-freebsd4
|
||||
@dirrm lib/python1.5/site-packages
|
||||
@dirrm lib/python1.5/test/output
|
||||
@dirrm lib/python1.5/test
|
||||
@dirrm lib/python1.5
|
||||
@dirrm include/python1.5
|
||||
@exec mkdir -p %D/lib/python1.5/site-packages
|
||||
@dirrm share/doc/python
|
||||
|
|
Loading…
Add table
Reference in a new issue