diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-17 15:39:43 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-17 15:39:43 +0000 |
commit | 9e307c4661e0766432276cf9733868691d530a30 (patch) | |
tree | a28c13512761811e5691526485363c58face155f /lang | |
parent | 8dbed517bc29122a2b3997b8def4b2787ce5bb18 (diff) | |
download | ports-9e307c4661e0766432276cf9733868691d530a30.tar.gz ports-9e307c4661e0766432276cf9733868691d530a30.zip |
Notes
Diffstat (limited to 'lang')
30 files changed, 900 insertions, 45 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python+ipv6/pkg-plist b/lang/python+ipv6/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python+ipv6/pkg-plist +++ b/lang/python+ipv6/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python-devel/pkg-plist b/lang/python-devel/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python-devel/pkg-plist +++ b/lang/python-devel/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python/Makefile b/lang/python/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python15/pkg-plist b/lang/python15/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python15/pkg-plist +++ b/lang/python15/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python20/pkg-plist b/lang/python20/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python20/pkg-plist +++ b/lang/python20/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python21/pkg-plist b/lang/python21/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python21/pkg-plist +++ b/lang/python21/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python22/pkg-plist b/lang/python22/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python22/pkg-plist +++ b/lang/python22/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python23/pkg-plist b/lang/python23/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python23/pkg-plist +++ b/lang/python23/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python24/pkg-plist b/lang/python24/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python24/pkg-plist +++ b/lang/python24/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python25/pkg-plist b/lang/python25/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python25/pkg-plist +++ b/lang/python25/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python26/pkg-plist b/lang/python26/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python26/pkg-plist +++ b/lang/python26/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python27/pkg-plist b/lang/python27/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python27/pkg-plist +++ b/lang/python27/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python30/pkg-plist b/lang/python30/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python30/pkg-plist +++ b/lang/python30/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python31/pkg-plist b/lang/python31/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python31/pkg-plist +++ b/lang/python31/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 04399cd63ba7..7b7d74c2c53e 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $ +# $Id: Makefile,v 1.5 1996/05/11 23:34:13 jkh Exp $ # DISTNAME= python1.3 @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/Python-1.3 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall +INSTALL_TARGET= install libinstall maninstall inclinstall post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist index c6d3df3e09e0..00ae386e8ea2 100644 --- a/lang/python32/pkg-plist +++ b/lang/python32/pkg-plist @@ -1,6 +1,8 @@ bin/python @exec mkdir -p %D/share/python/freebsd2 +@exec mkdir -p %D/include/Py @unexec rmdir %D/share/python/freebsd2 +@unexec rmdir %D/include/Py share/python/stdwin/wdbsrcwin.py share/python/stdwin/BoxParent.py share/python/stdwin/Buttons.py @@ -474,4 +476,59 @@ share/python/wave.pyc share/python/whatsound.pyc share/python/whrandom.pyc share/python/zmod.pyc -man/man1/python.1.gz +include/Py/Python.h +include/Py/abstract.h +include/Py/accessobject.h +include/Py/allobjects.h +include/Py/assert.h +include/Py/bitset.h +include/Py/bltinmodule.h +include/Py/ceval.h +include/Py/cgensupport.h +include/Py/classobject.h +include/Py/compile.h +include/Py/dictobject.h +include/Py/errcode.h +include/Py/errors.h +include/Py/eval.h +include/Py/fileobject.h +include/Py/floatobject.h +include/Py/frameobject.h +include/Py/funcobject.h +include/Py/graminit.h +include/Py/grammar.h +include/Py/import.h +include/Py/node.h +include/Py/intobject.h +include/Py/intrcheck.h +include/Py/listobject.h +include/Py/longintrepr.h +include/Py/longobject.h +include/Py/mappingobject.h +include/Py/marshal.h +include/Py/metagrammar.h +include/Py/methodobject.h +include/Py/modsupport.h +include/Py/moduleobject.h +include/Py/mymalloc.h +include/Py/mymath.h +include/Py/myproto.h +include/Py/myselect.h +include/Py/mytime.h +include/Py/object.h +include/Py/objimpl.h +include/Py/opcode.h +include/Py/osdefs.h +include/Py/parsetok.h +include/Py/patchlevel.h +include/Py/pgenheaders.h +include/Py/pythonrun.h +include/Py/rangeobject.h +include/Py/rename2.h +include/Py/stringobject.h +include/Py/structmember.h +include/Py/sysmodule.h +include/Py/thread.h +include/Py/token.h +include/Py/traceback.h +include/Py/tupleobject.h |