Say godbye to idle - newest version now bundled with Python1.6.
This commit is contained in:
parent
aafae9e00c
commit
2c7449c5d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32929
11 changed files with 0 additions and 215 deletions
|
@ -105,7 +105,6 @@
|
|||
SUBDIR += i960-rtems-gcc
|
||||
SUBDIR += i960-rtems-gdb
|
||||
SUBDIR += id-utils
|
||||
SUBDIR += idle
|
||||
SUBDIR += ilu
|
||||
SUBDIR += imake
|
||||
SUBDIR += imake-4
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
# New ports collection makefile for: idle
|
||||
# Date created: 13 April 2000
|
||||
# Whom: Maxim Sobolev <sobomax@altavista.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= idle
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.python.org/idle/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
do-build:
|
||||
${LOCALBASE}/bin/python \
|
||||
${LOCALBASE}/lib/python1.5/compileall.py ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/idle/Icons
|
||||
@cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} *.py? help.txt ${PREFIX}/share/idle
|
||||
@${INSTALL_DATA} ${WRKSRC}/Icons/* ${PREFIX}/share/idle/Icons
|
||||
@printf "#!/bin/sh\n${LOCALBASE}/bin/python ${PREFIX}/share/idle/idle.pyc\n" \
|
||||
> ${WRKDIR}/idle.sh
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/idle.sh ${PREFIX}/bin/idle
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/idle
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} NEWS.txt README.txt TODO.txt \
|
||||
extend.txt ${PREFIX}/share/doc/idle
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (idle-0.5.tgz) = 852b3d9592fd21b029d4ddef4cd1c663
|
|
@ -1 +0,0 @@
|
|||
An Integrated DeveLopment Environment for Python
|
|
@ -1,3 +0,0 @@
|
|||
IDLE - an Integrated DeveLopment Environment for Python.
|
||||
|
||||
WWW: http://www.python.org/idle/
|
|
@ -1,65 +0,0 @@
|
|||
bin/idle
|
||||
share/doc/idle/NEWS.txt
|
||||
share/doc/idle/README.txt
|
||||
share/doc/idle/TODO.txt
|
||||
share/doc/idle/extend.txt
|
||||
share/idle/AutoExpand.pyc
|
||||
share/idle/AutoIndent.pyc
|
||||
share/idle/Bindings.pyc
|
||||
share/idle/CallTipWindow.pyc
|
||||
share/idle/CallTips.pyc
|
||||
share/idle/ClassBrowser.pyc
|
||||
share/idle/ColorDelegator.pyc
|
||||
share/idle/Debugger.pyc
|
||||
share/idle/Delegator.pyc
|
||||
share/idle/EditorWindow.pyc
|
||||
share/idle/FileList.pyc
|
||||
share/idle/FormatParagraph.pyc
|
||||
share/idle/FrameViewer.pyc
|
||||
share/idle/GrepDialog.pyc
|
||||
share/idle/IOBinding.pyc
|
||||
share/idle/Icons/folder.gif
|
||||
share/idle/Icons/minusnode.gif
|
||||
share/idle/Icons/openfolder.gif
|
||||
share/idle/Icons/plusnode.gif
|
||||
share/idle/Icons/python.gif
|
||||
share/idle/Icons/tk.gif
|
||||
share/idle/IdleHistory.pyc
|
||||
share/idle/IdlePrefs.pyc
|
||||
share/idle/MultiScrolledLists.pyc
|
||||
share/idle/MultiStatusBar.pyc
|
||||
share/idle/ObjectBrowser.pyc
|
||||
share/idle/OldStackViewer.pyc
|
||||
share/idle/OutputWindow.pyc
|
||||
share/idle/PathBrowser.pyc
|
||||
share/idle/Percolator.pyc
|
||||
share/idle/PyParse.pyc
|
||||
share/idle/PyShell.pyc
|
||||
share/idle/ReplaceDialog.pyc
|
||||
share/idle/ScriptBinding.pyc
|
||||
share/idle/ScrolledList.pyc
|
||||
share/idle/SearchBinding.pyc
|
||||
share/idle/SearchDialog.pyc
|
||||
share/idle/SearchDialogBase.pyc
|
||||
share/idle/SearchEngine.pyc
|
||||
share/idle/Separator.pyc
|
||||
share/idle/StackViewer.pyc
|
||||
share/idle/ToolTip.pyc
|
||||
share/idle/TreeWidget.pyc
|
||||
share/idle/UndoDelegator.pyc
|
||||
share/idle/WidgetRedirector.pyc
|
||||
share/idle/WindowList.pyc
|
||||
share/idle/ZoomHeight.pyc
|
||||
share/idle/__init__.pyc
|
||||
share/idle/eventparse.pyc
|
||||
share/idle/extend.pyc
|
||||
share/idle/help.txt
|
||||
share/idle/idle.pyc
|
||||
share/idle/idle.pyw
|
||||
share/idle/idlever.pyc
|
||||
share/idle/keydefs.pyc
|
||||
share/idle/pyclbr.pyc
|
||||
share/idle/testcode.pyc
|
||||
@dirrm share/idle/Icons
|
||||
@dirrm share/idle
|
||||
@dirrm share/doc/idle
|
|
@ -1,37 +0,0 @@
|
|||
# New ports collection makefile for: idle
|
||||
# Date created: 13 April 2000
|
||||
# Whom: Maxim Sobolev <sobomax@altavista.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= idle
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.python.org/idle/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
do-build:
|
||||
${LOCALBASE}/bin/python \
|
||||
${LOCALBASE}/lib/python1.5/compileall.py ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/idle/Icons
|
||||
@cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} *.py? help.txt ${PREFIX}/share/idle
|
||||
@${INSTALL_DATA} ${WRKSRC}/Icons/* ${PREFIX}/share/idle/Icons
|
||||
@printf "#!/bin/sh\n${LOCALBASE}/bin/python ${PREFIX}/share/idle/idle.pyc\n" \
|
||||
> ${WRKDIR}/idle.sh
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/idle.sh ${PREFIX}/bin/idle
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/idle
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} NEWS.txt README.txt TODO.txt \
|
||||
extend.txt ${PREFIX}/share/doc/idle
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (idle-0.5.tgz) = 852b3d9592fd21b029d4ddef4cd1c663
|
|
@ -1 +0,0 @@
|
|||
An Integrated DeveLopment Environment for Python
|
|
@ -1,3 +0,0 @@
|
|||
IDLE - an Integrated DeveLopment Environment for Python.
|
||||
|
||||
WWW: http://www.python.org/idle/
|
|
@ -1,65 +0,0 @@
|
|||
bin/idle
|
||||
share/doc/idle/NEWS.txt
|
||||
share/doc/idle/README.txt
|
||||
share/doc/idle/TODO.txt
|
||||
share/doc/idle/extend.txt
|
||||
share/idle/AutoExpand.pyc
|
||||
share/idle/AutoIndent.pyc
|
||||
share/idle/Bindings.pyc
|
||||
share/idle/CallTipWindow.pyc
|
||||
share/idle/CallTips.pyc
|
||||
share/idle/ClassBrowser.pyc
|
||||
share/idle/ColorDelegator.pyc
|
||||
share/idle/Debugger.pyc
|
||||
share/idle/Delegator.pyc
|
||||
share/idle/EditorWindow.pyc
|
||||
share/idle/FileList.pyc
|
||||
share/idle/FormatParagraph.pyc
|
||||
share/idle/FrameViewer.pyc
|
||||
share/idle/GrepDialog.pyc
|
||||
share/idle/IOBinding.pyc
|
||||
share/idle/Icons/folder.gif
|
||||
share/idle/Icons/minusnode.gif
|
||||
share/idle/Icons/openfolder.gif
|
||||
share/idle/Icons/plusnode.gif
|
||||
share/idle/Icons/python.gif
|
||||
share/idle/Icons/tk.gif
|
||||
share/idle/IdleHistory.pyc
|
||||
share/idle/IdlePrefs.pyc
|
||||
share/idle/MultiScrolledLists.pyc
|
||||
share/idle/MultiStatusBar.pyc
|
||||
share/idle/ObjectBrowser.pyc
|
||||
share/idle/OldStackViewer.pyc
|
||||
share/idle/OutputWindow.pyc
|
||||
share/idle/PathBrowser.pyc
|
||||
share/idle/Percolator.pyc
|
||||
share/idle/PyParse.pyc
|
||||
share/idle/PyShell.pyc
|
||||
share/idle/ReplaceDialog.pyc
|
||||
share/idle/ScriptBinding.pyc
|
||||
share/idle/ScrolledList.pyc
|
||||
share/idle/SearchBinding.pyc
|
||||
share/idle/SearchDialog.pyc
|
||||
share/idle/SearchDialogBase.pyc
|
||||
share/idle/SearchEngine.pyc
|
||||
share/idle/Separator.pyc
|
||||
share/idle/StackViewer.pyc
|
||||
share/idle/ToolTip.pyc
|
||||
share/idle/TreeWidget.pyc
|
||||
share/idle/UndoDelegator.pyc
|
||||
share/idle/WidgetRedirector.pyc
|
||||
share/idle/WindowList.pyc
|
||||
share/idle/ZoomHeight.pyc
|
||||
share/idle/__init__.pyc
|
||||
share/idle/eventparse.pyc
|
||||
share/idle/extend.pyc
|
||||
share/idle/help.txt
|
||||
share/idle/idle.pyc
|
||||
share/idle/idle.pyw
|
||||
share/idle/idlever.pyc
|
||||
share/idle/keydefs.pyc
|
||||
share/idle/pyclbr.pyc
|
||||
share/idle/testcode.pyc
|
||||
@dirrm share/idle/Icons
|
||||
@dirrm share/idle
|
||||
@dirrm share/doc/idle
|
Loading…
Reference in a new issue