Update to use Python.

PR:		27837
Submitted by:	maintainer
This commit is contained in:
Peter Pentchev 2001-06-27 13:53:02 +00:00
parent 8c410f8959
commit 4c05bcfac5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44504
3 changed files with 9 additions and 8 deletions

View file

@ -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

View file

@ -1 +1 @@
XML-based RAD
A really rapid XML-based application development system

View file

@ -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