Date: Sat, 28 Feb 2004 03:38:36 -0800 (PST) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ossp-xds Makefile distinfo pkg-descr pkg-plist Message-ID: <200402281138.i1SBca8p084890@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004/02/28 03:38:36 PST
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ossp-xds Makefile distinfo pkg-descr pkg-plist
Log:
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 <fuyuki@nigredo.org>
Revision Changes Path
1.1456 +1 -0 ports/devel/Makefile
1.1 +26 -0 ports/devel/ossp-xds/Makefile (new)
1.1 +2 -0 ports/devel/ossp-xds/distinfo (new)
1.1 +10 -0 ports/devel/ossp-xds/pkg-descr (new)
1.1 +6 -0 ports/devel/ossp-xds/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402281138.i1SBca8p084890>
