From owner-freebsd-ports Fri Apr 13 20: 0:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9933437B50B for ; Fri, 13 Apr 2001 20:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3E309841992; Fri, 13 Apr 2001 20:00:09 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ACCD37B505 for ; Fri, 13 Apr 2001 19:50:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3E2oaq41480; Fri, 13 Apr 2001 19:50:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200104140250.f3E2oaq41480@freefall.freebsd.org> Date: Fri, 13 Apr 2001 19:50:36 -0700 (PDT) From: jesse@cylant.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26560: Update port: devel/entity Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26560 >Category: ports >Synopsis: Update port: devel/entity >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 13 20:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jesse McConnell >Release: 4.3-BETA >Organization: >Environment: FreeBSD jammerwock 4.3-BETA FreeBSD 4.3-BETA #1: Thu Mar 15 18:38:47 PST 2001 root@jammerwock:/usr/obj/usr/src/sys/JAMMERWOCK i386 >Description: Update port from 0.6.6 to 0.7.2 >How-To-Repeat: >Fix: # 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: # # entity # entity/Makefile # entity/distinfo # entity/pkg-comment # entity/pkg-descr # entity/pkg-plist # entity/files # entity/files/patch-renders-csink-resolve.c # entity/README.html # echo c - entity mkdir -p entity > /dev/null 2>&1 echo x - entity/Makefile sed 's/^X//' >entity/Makefile << 'END-of-entity/Makefile' X# New ports collection makefile for: entity X# Date created: 15 June 2000 X# Whom: Jesse McConnell X# X# $FreeBSD: ports/devel/entity/Makefile,v 1.2 2001/01/16 17:30:16 sobomax Exp $ X# X XPORTNAME= entity XPORTVERSION= 0.7.2 XCATEGORIES= devel XMASTER_SITES= http://entity.evilplan.org/Download/files/all-versions/ X XMAINTAINER= jesse@cylant.com X XLIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre X X#PREFIX= ${LOCALBASE} X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-tcl=no \ X --enable-python=no \ X --prefix=${PREFIX} XUSE_GMAKE= yes XUSE_GTK= yes XINSTALLS_SHLIB= yes X XMAN1= entity.1 X Xpost-install: X ${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib X ${MKDIR} ${PREFIX}/share/entity X cd ${WRKSRC}/apps && \ X pax -r -w `ls | ${GREP} -v Makefile` ${PREFIX}/share/entity X X.include END-of-entity/Makefile echo x - entity/distinfo sed 's/^X//' >entity/distinfo << 'END-of-entity/distinfo' XMD5 (entity-0.7.2.tar.gz) = e3c99f264d40c7ae822033d2f77be293 END-of-entity/distinfo echo x - entity/pkg-comment sed 's/^X//' >entity/pkg-comment << 'END-of-entity/pkg-comment' XXML-based RAD END-of-entity/pkg-comment echo x - entity/pkg-descr sed 's/^X//' >entity/pkg-descr << 'END-of-entity/pkg-descr' XEntity is an application framework built around XML. The core of Entity is Xactually an engine that allows you to create objects out of XML by supplying Xmethods for creation, attribute-setting, and destruction of XML nodes in a Xtree. X XThis design allows you to create tags in XML which can be used to represent Xpretty much any object. We have used this to create a set of tags for the GTK+ Xtoolkit, allowing you to create graphical applications using XML, and an Xembedded scripting language. X XAny scripting language supported by Entity can be used to change the XML tree Xduring runtime, and the changes are immediately reflected in the rendered Xrepresentation of the XML. Using XML for the user interface, data storage, and Xcode of an application allows you to easily implement configuration, saving, Xand undo. X XThe interface for creating UIs and programming in Entity is quite intuitive and Xallows for rapid application development. Entity currently supports Perl, XPython, and C for doing runtime XML creation and modification. X XWWW: http://entity.evilplan.org X X- filbert Xjesse@cylant.com END-of-entity/pkg-descr echo x - entity/pkg-plist sed 's/^X//' >entity/pkg-plist << 'END-of-entity/pkg-plist' Xbin/entity Xbin/entity-config Xlib/libentitynjs.so.1 Xlib/libentitynjs.so Xlib/libentitynjs.la Xlib/entity/include/gextensions.h Xlib/entity/include/gslist.h Xlib/entity/include/gqueue.h Xlib/entity/include/x31hash.h Xlib/entity/include/ebuffer.h Xlib/entity/include/econfig.h Xlib/entity/include/edebug.h Xlib/entity/include/elements.h Xlib/entity/include/enode.h Xlib/entity/include/entity.h Xlib/entity/include/enode-base.h Xlib/entity/include/enode-attribs.h Xlib/entity/include/enode-call.h Xlib/entity/include/enode-data.h Xlib/entity/include/enode-destroy.h Xlib/entity/include/enode-event.h Xlib/entity/include/enode-kv.h Xlib/entity/include/enode-search.h Xlib/entity/include/enode-treewalk.h Xlib/entity/include/enode-xml.h Xlib/entity/include/erend.h Xlib/entity/include/eutils.h Xlib/entity/include/rargv.h Xlib/entity/include/mainloop.h Xlib/entity/include/renderers.h Xlib/entity/include/xml-parser.h Xlib/entity/include/entity-config.h Xlib/entity/clib/librendcoregtk.so Xlib/entity/clib/librendcoregtk.la Xlib/entity/clib/librendextragtk.so Xlib/entity/clib/librendextragtk.la Xlib/entity/clib/librendcembed.so Xlib/entity/clib/librendcembed.la Xlib/entity/clib/librendnjs.so Xlib/entity/clib/librendnjs.la Xlib/entity/clib/librendsystem.so Xlib/entity/clib/librendsystem.la Xlib/entity/Entity.pl Xlib/entity/E-init.pl Xlib/entity/ENode.pl Xlib/entity/csink_dns_resolve Xlib/entity/config/rendcoregtk.conf Xlib/entity/config/rendextragtk.conf Xlib/entity/config/rendcembed.conf Xlib/entity/config/rendnjs.conf Xlib/entity/config/rendsystem.conf Xlib/entity/libtool Xlib/libentity.so.0 Xlib/libentity.so Xlib/libentity.la Xshare/entity/element-browser.e Xshare/entity/enview.e Xshare/entity/ev.e Xshare/entity/freaky-coo.e Xshare/entity/omega-race-tags.e Xshare/entity/omega-race.e X@dirrm lib/entity/include X@dirrm lib/entity/clib X@dirrm lib/entity/config X@dirrm lib/entity X@dirrm share/entity END-of-entity/pkg-plist echo c - entity/files mkdir -p entity/files > /dev/null 2>&1 echo x - entity/files/patch-renders-csink-resolve.c sed 's/^X//' >entity/files/patch-renders-csink-resolve.c << 'END-of-entity/files /patch-renders-csink-resolve.c' X--- renderers/csink/resolve.c.old Wed Mar 14 20:40:09 2001 X+++ renderers/csink/resolve.c Fri Apr 6 11:16:29 2001 X@@ -1,6 +1,7 @@ X #include X #include X #include X+#include X #include X #include X #include END-of-entity/files/patch-renders-csink-resolve.c echo x - entity/README.html sed 's/^X//' >entity/README.html << 'END-of-entity/README.html' X X The FreeBSD Ports Collection (devel/entity) X

The FreeBSD Ports Collection ("devel/entity")


X X X

You are now in the directory for the port "devel/entity" (package name "enti ty-0.6.6"). X X

This is the one-line description for this port: X X


XXML-based RAD X


X X

Please read the "description file" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "XFree86-3.3.6_4 gettext-0.10.35 glib-1.2.8 gmake -3.79.1 gtk-1.2.8 pcre-3.1" to build. X

XThis port requires package(s) "XFree86-3.3.6_4 gettext-0.10.35 glib-1.2.8 gtk-1 .2.8 pcre-3.1" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-entity/README.html exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message