pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ExmanIDE Initial import of ExmanIDE-0.9.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bb18fa7bd81
branches: trunk
changeset: 478175:8bb18fa7bd81
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Jul 19 03:07:36 2004 +0000
description:
Initial import of ExmanIDE-0.9.4.
ExmanIDE is an integrated development environment for Python, written
in Python. Features include internationalization, simple project
management, debugging, and C++ support.
diffstat:
devel/ExmanIDE/DESCR | 3 +
devel/ExmanIDE/Makefile | 46 +++++++++++++++++++++
devel/ExmanIDE/PLIST | 101 ++++++++++++++++++++++++++++++++++++++++++++++++
devel/ExmanIDE/distinfo | 4 +
4 files changed, 154 insertions(+), 0 deletions(-)
diffs (170 lines):
diff -r 69a58c63dc56 -r 8bb18fa7bd81 devel/ExmanIDE/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ExmanIDE/DESCR Mon Jul 19 03:07:36 2004 +0000
@@ -0,0 +1,3 @@
+ExmanIDE is an integrated development environment for Python, written
+in Python. Features include internationalization, simple project
+management, debugging, and C++ support.
diff -r 69a58c63dc56 -r 8bb18fa7bd81 devel/ExmanIDE/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ExmanIDE/Makefile Mon Jul 19 03:07:36 2004 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 03:07:36 minskim Exp $
+
+DISTNAME= ExmanIDE-0.9.4
+CATEGORIES= devel
+MASTER_SITES= http://kldp.net/download.php/715/
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://exmanide.kldp.net/
+COMMENT= Integrated development environment for Python
+
+DEPENDS+= ${PYPKGPREFIX}-wxWindows>=2.4.2:../../py-wxWindows
+
+WRKSRC= ${WRKDIR}/${PKGBASE}
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth
+
+SUBST_CLASSES+= mod
+SUBST_MESSAGE.mod= "Fixing deprecated module names."
+SUBST_STAGE.mod= post-patch
+SUBST_FILES.mod= Profile.py SourceEditor.py
+SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g'
+
+SUBST_CLASSES+= py
+SUBST_MESSAGE.py= "Fixing paths in a wrapper script."
+SUBST_STAGE.py= post-patch
+SUBST_FILES.py= ExmanIDE
+SUBST_SED.py= -e 's,python \$$0\.pyw,${PYTHONBIN} ${PREFIX}/share/${PKGBASE}/ExmanIDE.pyw,g'
+
+PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ExmanIDE ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/${PKGBASE}
+ cd ${WRKSRC} && ${PAX} -rwppm '-s|.*/CVS.*$$||' \
+ '-s|.*/ExmanIDE$$||' '-s|.*/.xvpics.*$$||' \
+ . ${PREFIX}/share/${PKGBASE}
+ ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/${PKGBASE}
+ ${PYTHONBIN} -O ${PYCOMPILEALL} ${PREFIX}/share/${PKGBASE}
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 69a58c63dc56 -r 8bb18fa7bd81 devel/ExmanIDE/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ExmanIDE/PLIST Mon Jul 19 03:07:36 2004 +0000
@@ -0,0 +1,101 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/19 03:07:36 minskim Exp $
+bin/ExmanIDE
+share/ExmanIDE/About.py
+share/ExmanIDE/About.pyc
+share/ExmanIDE/About.pyo
+share/ExmanIDE/BackEnd.py
+share/ExmanIDE/BackEnd.pyc
+share/ExmanIDE/BackEnd.pyo
+share/ExmanIDE/COPYING
+share/ExmanIDE/Environment.py
+share/ExmanIDE/Environment.pyc
+share/ExmanIDE/Environment.pyo
+share/ExmanIDE/ExmanConfig.py
+share/ExmanIDE/ExmanConfig.pyc
+share/ExmanIDE/ExmanConfig.pyo
+share/ExmanIDE/ExmanIDE.exprj
+share/ExmanIDE/ExmanIDE.pyw
+share/ExmanIDE/ExmanUpdaterClient.py
+share/ExmanIDE/ExmanUpdaterClient.pyc
+share/ExmanIDE/ExmanUpdaterClient.pyo
+share/ExmanIDE/FrontEnd.py
+share/ExmanIDE/FrontEnd.pyc
+share/ExmanIDE/FrontEnd.pyo
+share/ExmanIDE/InitDebug.py
+share/ExmanIDE/InitDebug.pyc
+share/ExmanIDE/InitDebug.pyo
+share/ExmanIDE/InitExecute.py
+share/ExmanIDE/InitExecute.pyc
+share/ExmanIDE/InitExecute.pyo
+share/ExmanIDE/Language.py
+share/ExmanIDE/Language.pyc
+share/ExmanIDE/Language.pyo
+share/ExmanIDE/Profile.py
+share/ExmanIDE/Profile.pyc
+share/ExmanIDE/Profile.pyo
+share/ExmanIDE/Project.py
+share/ExmanIDE/Project.pyc
+share/ExmanIDE/Project.pyo
+share/ExmanIDE/README.txt
+share/ExmanIDE/SourceEditor.py
+share/ExmanIDE/SourceEditor.pyc
+share/ExmanIDE/SourceEditor.pyo
+share/ExmanIDE/StcStyle.py
+share/ExmanIDE/StcStyle.pyc
+share/ExmanIDE/StcStyle.pyo
+share/ExmanIDE/Stdin.py
+share/ExmanIDE/Stdin.pyc
+share/ExmanIDE/Stdin.pyo
+share/ExmanIDE/TotalExplorer.py
+share/ExmanIDE/TotalExplorer.pyc
+share/ExmanIDE/TotalExplorer.pyo
+share/ExmanIDE/explorericon.py
+share/ExmanIDE/explorericon.pyc
+share/ExmanIDE/explorericon.pyo
+share/ExmanIDE/gen_python_api.py
+share/ExmanIDE/gen_python_api.pyc
+share/ExmanIDE/gen_python_api.pyo
+share/ExmanIDE/getext.py
+share/ExmanIDE/getext.pyc
+share/ExmanIDE/getext.pyo
+share/ExmanIDE/icon.py
+share/ExmanIDE/icon.pyc
+share/ExmanIDE/icon.pyo
+share/ExmanIDE/images.py
+share/ExmanIDE/images.pyc
+share/ExmanIDE/images.pyo
+share/ExmanIDE/images/1rightarrow.png
+share/ExmanIDE/images/dbgrun.png
+share/ExmanIDE/images/dbgrunto.png
+share/ExmanIDE/images/dbgstep.png
+share/ExmanIDE/images/fileclose.png
+share/ExmanIDE/images/filenew.png
+share/ExmanIDE/images/fileopen.png
+share/ExmanIDE/images/fileopen16.png
+share/ExmanIDE/images/fileopen_darkblue.png
+share/ExmanIDE/images/filesave.png
+share/ExmanIDE/images/icon.xpm
+share/ExmanIDE/images/player_stop.png
+share/ExmanIDE/images/projectwizard.png
+share/ExmanIDE/images/splash.png
+share/ExmanIDE/md5sum.py
+share/ExmanIDE/md5sum.pyc
+share/ExmanIDE/md5sum.pyo
+share/ExmanIDE/portalocker.py
+share/ExmanIDE/portalocker.pyc
+share/ExmanIDE/portalocker.pyo
+share/ExmanIDE/python.api
+share/ExmanIDE/safe.py
+share/ExmanIDE/safe.pyc
+share/ExmanIDE/safe.pyo
+share/ExmanIDE/tcplog.py
+share/ExmanIDE/tcplog.pyc
+share/ExmanIDE/tcplog.pyo
+share/ExmanIDE/timeoutsocket.py
+share/ExmanIDE/timeoutsocket.pyc
+share/ExmanIDE/timeoutsocket.pyo
+share/ExmanIDE/udplog.py
+share/ExmanIDE/udplog.pyc
+share/ExmanIDE/udplog.pyo
+@dirrm share/ExmanIDE/images
+@dirrm share/ExmanIDE
diff -r 69a58c63dc56 -r 8bb18fa7bd81 devel/ExmanIDE/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ExmanIDE/distinfo Mon Jul 19 03:07:36 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/19 03:07:36 minskim Exp $
+
+SHA1 (ExmanIDE-0.9.4.tar.gz) = ded053c45d3681687547dce8c31e0063f302b026
+Size (ExmanIDE-0.9.4.tar.gz) = 365495 bytes
Home |
Main Index |
Thread Index |
Old Index