diff options
author | roam <roam@FreeBSD.org> | 2001-06-27 21:53:02 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-27 21:53:02 +0800 |
commit | 49ea9cc40f55aa58f548ccccfaf6f9759dee247a (patch) | |
tree | e0d511609ddc408fd79489aa6d9c672b5c656359 /devel/entity | |
parent | 0e829604633ad3a1cb32096a72238703d4fea2bd (diff) | |
download | freebsd-ports-gnome-49ea9cc40f55aa58f548ccccfaf6f9759dee247a.tar.gz freebsd-ports-gnome-49ea9cc40f55aa58f548ccccfaf6f9759dee247a.tar.zst freebsd-ports-gnome-49ea9cc40f55aa58f548ccccfaf6f9759dee247a.zip |
Update to use Python.
PR: 27837
Submitted by: maintainer
Diffstat (limited to 'devel/entity')
-rw-r--r-- | devel/entity/Makefile | 9 | ||||
-rw-r--r-- | devel/entity/pkg-comment | 2 | ||||
-rw-r--r-- | devel/entity/pkg-descr | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile index 27fedd090b64..5551a1af829a 100644 --- a/devel/entity/Makefile +++ b/devel/entity/Makefile @@ -8,15 +8,16 @@ PORTNAME= entity PORTVERSION= 0.7.2 CATEGORIES= devel -MASTER_SITES= http://entity.evilplan.org/Download/files/all-versions/ +MASTER_SITES= http://www.entity.cx/Download/files/all-versions/ -MAINTAINER= jesse@cylant.com +MAINTAINER= jesse_mcconnell@hotmail.com LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-tcl=no \ - --enable-python=no +CONFIGURE_ARGS+= --enable-tcl=no + USE_GMAKE= yes USE_GTK= yes INSTALLS_SHLIB= yes diff --git a/devel/entity/pkg-comment b/devel/entity/pkg-comment index 0cf8fc4a9f8a..cc79d79494bc 100644 --- a/devel/entity/pkg-comment +++ b/devel/entity/pkg-comment @@ -1 +1 @@ -XML-based RAD +A really rapid XML-based application development system diff --git a/devel/entity/pkg-descr b/devel/entity/pkg-descr index fc7908dd6494..c873b91b738c 100644 --- a/devel/entity/pkg-descr +++ b/devel/entity/pkg-descr @@ -16,9 +16,9 @@ and undo. The interface for creating UIs and programming in Entity is quite intuitive and allows for rapid application development. Entity currently supports Perl, -Python, and C for doing runtime XML creation and modification. +Python, TCL, Javascript, and C for doing runtime XML creation and modification. -WWW: http://entity.evilplan.org +WWW: http://www.entity.cx - filbert -jesse@cylant.com +jesse_mcconnell@hotmail.com |