diff options
author | petef <petef@FreeBSD.org> | 2001-11-30 04:50:49 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-30 04:50:49 +0000 |
commit | 1cfeb90260da2f872403b1e61d32574594b2df9c (patch) | |
tree | 59e14bf84bf7b4006225808c7b4d0a2b327441c6 /textproc/orchard-c | |
parent | 5b41039e69f4dd00f1d75097eaffcf9466de4c44 (diff) | |
download | FreeBSD-ports-1cfeb90260da2f872403b1e61d32574594b2df9c.zip FreeBSD-ports-1cfeb90260da2f872403b1e61d32574594b2df9c.tar.gz |
Add orchard-c-0.5.1, an innovative, lightweight API for event stream and
tree views of XML
PR: 24948
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc/orchard-c')
-rw-r--r-- | textproc/orchard-c/Makefile | 36 | ||||
-rw-r--r-- | textproc/orchard-c/distinfo | 1 | ||||
-rw-r--r-- | textproc/orchard-c/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/orchard-c/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/orchard-c/pkg-plist | 6 |
5 files changed, 52 insertions, 0 deletions
diff --git a/textproc/orchard-c/Makefile b/textproc/orchard-c/Makefile new file mode 100644 index 0000000..f54ac9c --- /dev/null +++ b/textproc/orchard-c/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: orchard +# Date created: 08 Feb 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= orchard-c +PORTVERSION= 0.5.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= orchard +DISTNAME= Orchard-C-${PORTVERSION} + +MAINTAINER= skv@protey.ru + +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 \ + gc:${PORTSDIR}/devel/boehm-gc + +USE_AUTOCONF= yes +USE_LIBTOOL= yes +USE_PYTHON= yes +USE_QT_VER= 2 +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib + +MAKE_ENV+= RM="${RM} -f" +INSTALLS_SHLIB= yes + +post-patch: + @${PERL} -pi -e 's,CFLAGS = -I. -g -O2,CFLAGS = -I. \@CFLAGS\@,' \ + ${WRKSRC}/Makefile.in + @${PERL} -pi -e 's,^#!/usr/bin/env python,#!${PYTHON_CMD},' \ + ${WRKSRC}/moc.py + +.include <bsd.port.mk> diff --git a/textproc/orchard-c/distinfo b/textproc/orchard-c/distinfo new file mode 100644 index 0000000..9f1e4d8 --- /dev/null +++ b/textproc/orchard-c/distinfo @@ -0,0 +1 @@ +MD5 (Orchard-C-0.5.1.tar.gz) = c9b1d61090d1b20e122063e509d57c65 diff --git a/textproc/orchard-c/pkg-comment b/textproc/orchard-c/pkg-comment new file mode 100644 index 0000000..72da51b --- /dev/null +++ b/textproc/orchard-c/pkg-comment @@ -0,0 +1 @@ +Innovative, lightweight API for event stream and tree views of XML diff --git a/textproc/orchard-c/pkg-descr b/textproc/orchard-c/pkg-descr new file mode 100644 index 0000000..9c376c7 --- /dev/null +++ b/textproc/orchard-c/pkg-descr @@ -0,0 +1,8 @@ +Orchard is an innovative, lightweight API for event stream and tree +views of XML and data represented in XML. Orchard merges the best +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 --git a/textproc/orchard-c/pkg-plist b/textproc/orchard-c/pkg-plist new file mode 100644 index 0000000..56a5bae --- /dev/null +++ b/textproc/orchard-c/pkg-plist @@ -0,0 +1,6 @@ +include/moc.h +include/moc_cexcept.h +include/moc_generated.h +lib/liborchard.a +lib/liborchard.so +lib/liborchard.so.0 |