Date: Thu, 08 Feb 2001 12:19:26 +0300 From: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24948: New port: Orchard - innovative, lightweight API for event stream and tree views of XML and data represented in XML Message-ID: <E14QnEc-000EOQ-00@jivago.ryazan.ru>
next in thread | raw e-mail | index | archive | help
>Number: 24948 >Category: ports >Synopsis: New port: Orchard - innovative, lightweight API for event stream and tree views of XML and data represented in XML >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 08 01:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: New port: Orchard - innovative, lightweight API for event stream and tree views of XML and data represented in XML >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: # # orchard # orchard/Makefile # orchard/distinfo # orchard/files # orchard/files/patch-Makefile.in # orchard/pkg-plist # orchard/pkg-comment # orchard/pkg-descr # echo c - orchard mkdir -p orchard > /dev/null 2>&1 echo x - orchard/Makefile sed 's/^X//' >orchard/Makefile << 'END-of-orchard/Makefile' X# New ports collection makefile for: orchard X# Date created: 08 Feb 2001 X# Whom: Sergey Skvortsov <skv@protey.ru> X# X# $FreeBSD$ X# X XPORTNAME= Orchard-C XPORTVERSION= 0.5.0 XCATEGORIES= textproc XMASTER_SITES= ftp://orchard.sourceforge.net/pub/orchard/ \ X http://axKit.org/download/ X XMAINTAINER= skv@protey.ru X XLIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 XRUN_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/gc XBUILD_DEPENDS= python:${PORTSDIR}/lang/python X XINSTALLS_SHLIB= yes XLDCONFIG_DIRS= %%PREFIX%%/lib X XUSE_AUTOCONF= yes XCONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib XUSE_LIBTOOL= yes X XMAKE_ENV+= RM="${RM} -f" X X.include <bsd.port.mk> END-of-orchard/Makefile echo x - orchard/distinfo sed 's/^X//' >orchard/distinfo << 'END-of-orchard/distinfo' XMD5 (Orchard-C-0.5.0.tar.gz) = 3b32c83aebbfd25e9716a1f5dd6d0cf8 END-of-orchard/distinfo echo c - orchard/files mkdir -p orchard/files > /dev/null 2>&1 echo x - orchard/files/patch-Makefile.in sed 's/^X//' >orchard/files/patch-Makefile.in << 'END-of-orchard/files/patch-Makefile.in' X*** Makefile.in.orig Sun Jan 28 04:17:32 2001 X--- Makefile.in Thu Feb 1 17:33:00 2001 X*************** X*** 35,41 **** X SHELL = /bin/sh X X LIBS = -lexpat -lgc X! CFLAGS = -I. -g -O2 X TESTSRCS = t/node_unit.moc t/node_func.moc t/MyNode.moc \ X t/list_unit.moc t/int_unit.moc t/string_unit.moc t/hash_unit.moc \ X t/symbol_unit.moc t/key_unit.moc t/if_unit.moc t/MyHandler.moc \ X--- 35,41 ---- X SHELL = /bin/sh X X LIBS = -lexpat -lgc X! CFLAGS = -I. -I$(includedir) -g -O2 X TESTSRCS = t/node_unit.moc t/node_func.moc t/MyNode.moc \ X t/list_unit.moc t/int_unit.moc t/string_unit.moc t/hash_unit.moc \ X t/symbol_unit.moc t/key_unit.moc t/if_unit.moc t/MyHandler.moc \ X*************** X*** 148,153 **** X--- 148,154 ---- X $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY) X $(INSTALL_DATA) moc.h $(DESTDIR)$(includedir)/moc.h X $(INSTALL_DATA) moc_generated.h $(DESTDIR)$(includedir)/moc_generated.h X+ $(INSTALL_DATA) cexcept.h $(DESTDIR)$(includedir)/cexcept.h X X uninstall: X $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY); END-of-orchard/files/patch-Makefile.in echo x - orchard/pkg-plist sed 's/^X//' >orchard/pkg-plist << 'END-of-orchard/pkg-plist' Xinclude/moc_generated.h Xinclude/moc.h Xlib/liborchard.a Xlib/liborchard.so Xlib/liborchard.so.0 END-of-orchard/pkg-plist echo x - orchard/pkg-comment sed 's/^X//' >orchard/pkg-comment << 'END-of-orchard/pkg-comment' Xinnovative, lightweight API for event stream and tree views of XML and data represented in XML END-of-orchard/pkg-comment echo x - orchard/pkg-descr sed 's/^X//' >orchard/pkg-descr << 'END-of-orchard/pkg-descr' XOrchard is an innovative, lightweight API for event stream and tree Xviews of XML and data represented in XML. Orchard merges the best Xparts of SAX and DOM while greatly simplifying both at the same time. X XWWW: http://beauvoir.phil.unc.edu/groves END-of-orchard/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14QnEc-000EOQ-00>