diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 20:49:02 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 20:49:02 +0000 |
commit | 7b9e158ae7273537821fa4d85853a0d996d1e0c7 (patch) | |
tree | 6afd3b0c8e21567740c8a358cd5ef8d16a282085 | |
parent | Upgrade to 2.04 (diff) |
New port: IDLE - an Integrated DeveLopment Environment for Python
PR: 17977
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes:
svn path=/head/; revision=28347
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/idle/Makefile | 36 | ||||
-rw-r--r-- | devel/idle/distinfo | 1 | ||||
-rw-r--r-- | devel/idle/pkg-comment | 1 | ||||
-rw-r--r-- | devel/idle/pkg-descr | 3 | ||||
-rw-r--r-- | devel/idle/pkg-plist | 65 | ||||
-rw-r--r-- | devel/idlefork/Makefile | 36 | ||||
-rw-r--r-- | devel/idlefork/distinfo | 1 | ||||
-rw-r--r-- | devel/idlefork/pkg-comment | 1 | ||||
-rw-r--r-- | devel/idlefork/pkg-descr | 3 | ||||
-rw-r--r-- | devel/idlefork/pkg-plist | 65 |
11 files changed, 213 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 11f55b98a8e6..52510cca2e1a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -71,6 +71,7 @@ SUBDIR += gperf SUBDIR += gtksheet SUBDIR += id-utils + SUBDIR += idle SUBDIR += ilu SUBDIR += imake SUBDIR += jam diff --git a/devel/idle/Makefile b/devel/idle/Makefile new file mode 100644 index 000000000000..7c9c125f6af0 --- /dev/null +++ b/devel/idle/Makefile @@ -0,0 +1,36 @@ +# 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@altavista.net + +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> diff --git a/devel/idle/distinfo b/devel/idle/distinfo new file mode 100644 index 000000000000..6a47a7f25f81 --- /dev/null +++ b/devel/idle/distinfo @@ -0,0 +1 @@ +MD5 (idle-0.5.tgz) = 852b3d9592fd21b029d4ddef4cd1c663 diff --git a/devel/idle/pkg-comment b/devel/idle/pkg-comment new file mode 100644 index 000000000000..6b05be6a4fed --- /dev/null +++ b/devel/idle/pkg-comment @@ -0,0 +1 @@ +IDLE - an Integrated DeveLopment Environment for Python diff --git a/devel/idle/pkg-descr b/devel/idle/pkg-descr new file mode 100644 index 000000000000..ee70d7a8bf66 --- /dev/null +++ b/devel/idle/pkg-descr @@ -0,0 +1,3 @@ +IDLE - an Integrated DeveLopment Environment for Python. + +WWW: http://www.python.org/idle/ diff --git a/devel/idle/pkg-plist b/devel/idle/pkg-plist new file mode 100644 index 000000000000..d77b7d3eb663 --- /dev/null +++ b/devel/idle/pkg-plist @@ -0,0 +1,65 @@ +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 diff --git a/devel/idlefork/Makefile b/devel/idlefork/Makefile new file mode 100644 index 000000000000..7c9c125f6af0 --- /dev/null +++ b/devel/idlefork/Makefile @@ -0,0 +1,36 @@ +# 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@altavista.net + +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> diff --git a/devel/idlefork/distinfo b/devel/idlefork/distinfo new file mode 100644 index 000000000000..6a47a7f25f81 --- /dev/null +++ b/devel/idlefork/distinfo @@ -0,0 +1 @@ +MD5 (idle-0.5.tgz) = 852b3d9592fd21b029d4ddef4cd1c663 diff --git a/devel/idlefork/pkg-comment b/devel/idlefork/pkg-comment new file mode 100644 index 000000000000..6b05be6a4fed --- /dev/null +++ b/devel/idlefork/pkg-comment @@ -0,0 +1 @@ +IDLE - an Integrated DeveLopment Environment for Python diff --git a/devel/idlefork/pkg-descr b/devel/idlefork/pkg-descr new file mode 100644 index 000000000000..ee70d7a8bf66 --- /dev/null +++ b/devel/idlefork/pkg-descr @@ -0,0 +1,3 @@ +IDLE - an Integrated DeveLopment Environment for Python. + +WWW: http://www.python.org/idle/ diff --git a/devel/idlefork/pkg-plist b/devel/idlefork/pkg-plist new file mode 100644 index 000000000000..d77b7d3eb663 --- /dev/null +++ b/devel/idlefork/pkg-plist @@ -0,0 +1,65 @@ +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 |