# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-envisage # py-envisage/Makefile # py-envisage/distinfo # py-envisage/pkg-descr # echo c - py-envisage mkdir -p py-envisage > /dev/null 2>&1 echo x - py-envisage/Makefile sed 's/^X//' >py-envisage/Makefile << 'a22f7e61d73442642231d9600187adc4' X# Created by: Vladimir Chukharev X# $FreeBSD$ X XPORTNAME= envisage XPORTVERSION= 4.4.0 XCATEGORIES= devel python XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= Vladimir.Chukharev@gmail.com XCOMMENT= Framework for building applications with plug-ins from Enthought X XLICENSE= BSD3CLAUSE X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:${PORTSDIR}/devel/py-traits X XUSES= python:2 XUSE_PYTHON= autoplist distutils XUSE_GITHUB= yes XGH_PROJECT= ${PORTNAME} XGH_ACCOUNT= enthought XNO_BUILD= yes XNO_ARCH= yes X X.include a22f7e61d73442642231d9600187adc4 echo x - py-envisage/distinfo sed 's/^X//' >py-envisage/distinfo << 'a5fa848c1490ae475c3e19df108659ab' XSHA256 (enthought-envisage-4.4.0_GH0.tar.gz) = b85ab3b6f7dce0135d773d5fc66e578152a33af704ae2d82f4711d98be017465 XSIZE (enthought-envisage-4.4.0_GH0.tar.gz) = 503838 a5fa848c1490ae475c3e19df108659ab echo x - py-envisage/pkg-descr sed 's/^X//' >py-envisage/pkg-descr << '22ee70c989272475507f7717080a22b9' XEnvisage is a Python-based framework for building extensible applications, that Xis, applications whose functionality can be extended by adding "plug-ins". XEnvisage provides a standard mechanism for features to be added to an Xapplication, whether by the original developer or by someone else. In fact, Xwhen you build an application using Envisage, the entire application consists Xprimarily of plug-ins. In this respect, it is similar to the Eclipse and XNetbeans frameworks for Java applications. XEach plug-in is able to: X * Advertise where and how it can be extended (its "extension points"). X * Contribute extensions to the extension points offered by other plug-ins. X * Create and share the objects that perform the real work of the application X ("services"). XThe Envisage project provides the basic machinery of the Envisage framework. XThis project contains no plug-ins. You are free to use: X * plug-ins from the EnvisagePlugins project X * plug-ins from other ETS projects that expose their functionality as plug-ins X * plug-ins that you create yourself X XWWW: http://www.github.com/enthought/envisage 22ee70c989272475507f7717080a22b9 exit