NOTICE: This package has been removed from pkgsrc

./wip/eric4, Python - IDE

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.5.0, Package name: eric4-4.5.0, Maintainer: helgoman

Eric is a full featured Python and Ruby editor and IDE, written in python.
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers the
professional coder. eric4 includes a plugin system, which allows easy
extension of the IDE functionality with plugins downloadable from the net.


Required to run:
[x11/qt4-sqlite3] [x11/py-qt4] [x11/qt4-qscintilla] [x11/py-qt4-qscintilla] [lang/python27]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/qt4-tools] [x11/xf86vidmodeproto] [x11/fixesproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto]

Package options: sqlite

Master sites:

SHA1: 4b9112ce55741de60929a7e6defc2b8d717af761
RMD160: b3eff69618bbb5ab4f10bbfbca3c2f9599c47026
Filesize: 7799.672 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-04 16:17:49 by othyro | Files touched by this commit (300) | Package removed
Log message:
Removing old/duplicate/archive copies of packages in HEAD.
   2012-11-12 16:59:46 by othyro | Files touched by this commit (23)
Log message:
MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 1/4. Let me know if this
breaks anything. Minor formatting and fixes in some files.
   2012-09-29 00:07:28 by Aleksej Saushev | Files touched by this commit (66)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-02-18 22:02:19 by Helge Muehlmeier | Files touched by this commit (1)
Log message:
remove PKGREVISION in Makefile.
   2012-02-18 21:54:44 by Helge Muehlmeier | Files touched by this commit (3) | Package updated
Log message:
Upgrade to new stable tree 4.5.0.

Maybe there is somebody able to update devel/eric4 because I don't have \ 
permissions to do that :)
   2010-07-13 20:39:32 by Thomas Klausner | Files touched by this commit (11)
Log message:
Remove *qt4-qscintilla, newer versions in x11.
   2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-05-29 22:27:15 by Helge Muehlmeier | Files touched by this commit (4) | Package updated
Log message:
snapshot-20100523 of eric4 released. It fixes some bugs and includes these changes.

*  added code to use the PYTHONPATH environment setting in the debuggers
* added code to indicate directories and files being symbolic links
* added code to save the editor zoom factor in the session file
* added code to update the file browser window (mostly) automatically
* added code to update the Others tab of the project browser (mostly) automatically
* added a menu to the highlighting styles config page to change individual \ 
aspects of a font only
* added code to show the keyboard shortcut to the tooltip of an action
* changed the Find in Files dialog to remember the history of the search string, \ 
replace string and the search directory
* added code to enhance the proxy configuration and removed the usage of QHttp