From 85d1ba55173188e2114001149780f404098f6593 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 28 Feb 2004 11:38:36 +0000 Subject: Add ossp-xds, a generic and extensible encoding and decoding framework for the serialization of arbitrary ISO C data types. OSSP xds consists of three components: the generic encoding and decoding framework, a set of shipped engines to encode and decode values in certain existing formats (Sun RPC/XDR and XDS/XML are currently provided), and a run-time context, which is used to manage buffers, registered engines, etc. The library is designed to allow fully recursive and efficient encoding/decoding of arbitrary nested data. PR: ports/63182 Submitted by: Kimura Fuyuki --- devel/ossp-xds/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 devel/ossp-xds/Makefile (limited to 'devel/ossp-xds/Makefile') diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile new file mode 100644 index 000000000000..a1b63fa3b33b --- /dev/null +++ b/devel/ossp-xds/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: OSSP xds +# Date created: 22 February 2004 +# Whom: Kimura Fuyuki +# +# $FreeBSD$ +# + +PORTNAME= xds +PORTVERSION= 0.9.0 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/ +PKGNAMEPREFIX= ossp- + +MAINTAINER= fuyuki@nigredo.org +COMMENT= A generic and extensible framework for serialization + +USE_LIBTOOL_VER= 15 +INSTALLS_SHLIB= yes + +MAN1= xds-config.1 +MAN3= xds.3 + +test: + cd ${WRKSRC}; make check + +.include -- cgit v1.2.3