Date: Thu, 22 Nov 2001 00:50:01 -0800 (PST) From: Sergey Skvortsov <skv@protey.ru> To: freebsd-ports@FreeBSD.org Subject: Re: ports/24948: New port: Orchard - innovative, lightweight API for event stream and tree views of XML and data represented in XML Message-ID: <200111220850.fAM8o1x10208@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24948; it has been noted by GNATS. From: Sergey Skvortsov <skv@protey.ru> To: freebsd-gnats-submit@FreeBSD.org, skv@protey.ru Cc: Subject: Re: ports/24948: New port: Orchard - innovative, lightweight API for event stream and tree views of XML and data represented in XML Date: Thu, 22 Nov 2001 11:37:25 +0300 diff -ur orchard-0.5.0/Makefile orchard/Makefile --- orchard-0.5.0/Makefile Thu Nov 22 11:26:30 2001 +++ orchard/Makefile Thu Nov 22 11:12:05 2001 @@ -6,22 +6,22 @@ # PORTNAME= Orchard-C -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= textproc -MASTER_SITES= ftp://orchard.sourceforge.net/pub/orchard/ \ - http://axKit.org/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= orchard MAINTAINER= skv@protey.ru -LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/gc +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 \ + gc:${PORTSDIR}/devel/boehm-gc BUILD_DEPENDS= python:${PORTSDIR}/lang/python INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib USE_AUTOCONF= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_LIBTOOL= yes MAKE_ENV+= RM="${RM} -f" diff -ur orchard-0.5.0/distinfo orchard/distinfo --- orchard-0.5.0/distinfo Thu Nov 22 11:26:30 2001 +++ orchard/distinfo Thu Sep 6 13:36:38 2001 @@ -1 +1 @@ -MD5 (Orchard-C-0.5.0.tar.gz) = 3b32c83aebbfd25e9716a1f5dd6d0cf8 +MD5 (Orchard-C-0.5.1.tar.gz) = c9b1d61090d1b20e122063e509d57c65 diff -ur orchard-0.5.0/files/patch-Makefile.in orchard/files/patch-Makefile.in --- orchard-0.5.0/files/patch-Makefile.in Thu Nov 22 11:26:30 2001 +++ orchard/files/patch-Makefile.in Wed Nov 21 18:11:08 2001 @@ -1,29 +1,11 @@ -*** Makefile.in.orig Sun Jan 28 04:17:32 2001 ---- Makefile.in Thu Feb 1 17:33:00 2001 -*************** -*** 35,41 **** - SHELL = /bin/sh - - LIBS = -lexpat -lgc -! CFLAGS = -I. -g -O2 - TESTSRCS = t/node_unit.moc t/node_func.moc t/MyNode.moc \ - t/list_unit.moc t/int_unit.moc t/string_unit.moc t/hash_unit.moc \ - t/symbol_unit.moc t/key_unit.moc t/if_unit.moc t/MyHandler.moc \ ---- 35,41 ---- - SHELL = /bin/sh - - LIBS = -lexpat -lgc -! CFLAGS = -I. -I$(includedir) -g -O2 - TESTSRCS = t/node_unit.moc t/node_func.moc t/MyNode.moc \ - t/list_unit.moc t/int_unit.moc t/string_unit.moc t/hash_unit.moc \ - t/symbol_unit.moc t/key_unit.moc t/if_unit.moc t/MyHandler.moc \ -*************** -*** 148,153 **** ---- 148,154 ---- - $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY) - $(INSTALL_DATA) moc.h $(DESTDIR)$(includedir)/moc.h - $(INSTALL_DATA) moc_generated.h $(DESTDIR)$(includedir)/moc_generated.h -+ $(INSTALL_DATA) cexcept.h $(DESTDIR)$(includedir)/cexcept.h - - uninstall: - $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY); +--- Makefile.in.orig Wed Nov 21 18:09:49 2001 ++++ Makefile.in Wed Nov 21 18:10:16 2001 +@@ -35,7 +35,7 @@ + SHELL = /bin/sh + + LIBS = -lexpat -lgc +-CFLAGS = -I. -g -O2 ++CFLAGS = -I. -g -O2 -I$(includedir) + TESTSRCS = t/node_unit.moc t/node_func.moc t/list_unit.moc \ + t/int_unit.moc t/string_unit.moc t/hash_unit.moc t/symbol_unit.moc \ + t/key_unit.moc t/filestream_unit.moc t/stringstream_unit.moc \ diff -ur orchard-0.5.0/pkg-comment orchard/pkg-comment --- orchard-0.5.0/pkg-comment Thu Nov 22 11:26:30 2001 +++ orchard/pkg-comment Sun Apr 29 16:02:50 2001 @@ -1 +1 @@ -innovative, lightweight API for event stream and tree views of XML and data represented in XML +Innovative, lightweight API for event stream and tree views of XML diff -ur orchard-0.5.0/pkg-descr orchard/pkg-descr --- orchard-0.5.0/pkg-descr Thu Nov 22 11:26:30 2001 +++ orchard/pkg-descr Wed Nov 21 17:45:55 2001 @@ -3,3 +3,6 @@ parts of SAX and DOM while greatly simplifying both at the same time. WWW: http://beauvoir.phil.unc.edu/groves + +-- Sergey Skvortsov +skv@protey.ru diff -ur orchard-0.5.0/pkg-plist orchard/pkg-plist --- orchard-0.5.0/pkg-plist Thu Nov 22 11:26:30 2001 +++ orchard/pkg-plist Thu Sep 6 17:27:30 2001 @@ -1,5 +1,6 @@ include/moc_generated.h include/moc.h +include/moc_cexcept.h lib/liborchard.a lib/liborchard.so lib/liborchard.so.0 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?200111220850.fAM8o1x10208>