Index: head/devel/py-envisage/Makefile =================================================================== --- head/devel/py-envisage/Makefile (revision 411294) +++ head/devel/py-envisage/Makefile (revision 411295) @@ -1,22 +1,23 @@ # Created by: Vladimir Chukharev # $FreeBSD$ PORTNAME= envisage -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.1 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= Vladimir.Chukharev@gmail.com -COMMENT= Framework for building applications with plug-ins from Enthought +COMMENT= Enthought extensible application framework -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE PSFL LGPL20 +LICENSE_COMB= multi +# See image_LICENSE.txt files for per file license information RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:${PORTSDIR}/devel/py-traits -USES= python:2 +USES= python:-2.7 USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= enthought NO_ARCH= yes .include Index: head/devel/py-envisage/distinfo =================================================================== --- head/devel/py-envisage/distinfo (revision 411294) +++ head/devel/py-envisage/distinfo (revision 411295) @@ -1,2 +1,2 @@ -SHA256 (enthought-envisage-4.4.0_GH0.tar.gz) = b85ab3b6f7dce0135d773d5fc66e578152a33af704ae2d82f4711d98be017465 -SIZE (enthought-envisage-4.4.0_GH0.tar.gz) = 503838 +SHA256 (envisage-4.5.1.tar.gz) = 3d918c3e8d46af92d4720024a731d6805b8a8a65b219a44512650545608e8377 +SIZE (envisage-4.5.1.tar.gz) = 232198 Index: head/devel/py-envisage/pkg-descr =================================================================== --- head/devel/py-envisage/pkg-descr (revision 411294) +++ head/devel/py-envisage/pkg-descr (revision 411295) @@ -1,15 +1,15 @@ Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding "plug-ins". Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else. In fact, when you build an application using Envisage, the entire application consists primarily of plug-ins. In this respect, it is similar to the Eclipse and Netbeans frameworks for Java applications. Each plug-in is able to: * Advertise where and how it can be extended (its "extension points"). * Contribute extensions to the extension points offered by other plug-ins. * Create and share the objects that perform the real work of the application ("services"). The Envisage project provides the basic machinery of the Envisage framework. -WWW: http://www.github.com/enthought/envisage +WWW: http://code.enthought.com/projects/envisage