Date: Sun, 22 Feb 2004 04:12:11 +0900 From: Kimura Fuyuki <fuyuki@nigredo.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63182: New port: devel/ossp-xds - extensible data serialization Message-ID: <863c94i6wk.wl%fuyuki@nigredo.org> Resent-Message-ID: <200402211920.i1LJK212047390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63182 >Category: ports >Synopsis: New port: devel/ossp-xds - extensible data serialization >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 11:20:02 PST 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RC2 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RC2 i386 >Description: The OSSP xds library is 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. WWW: http://www.ossp.org/pkg/lib/xds/ >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: # # ossp-xds # ossp-xds/Makefile # ossp-xds/distinfo # ossp-xds/pkg-plist # ossp-xds/pkg-descr # echo c - ossp-xds mkdir -p ossp-xds > /dev/null 2>&1 echo x - ossp-xds/Makefile sed 's/^X//' >ossp-xds/Makefile << 'END-of-ossp-xds/Makefile' X# New ports collection makefile for: OSSP xds X# Date created: 22 February 2004 X# Whom: Kimura Fuyuki <fuyuki@nigredo.org> X# X# $FreeBSD$ X# X XPORTNAME= xds XPORTVERSION= 0.9.0 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/ XPKGNAMEPREFIX= ossp- X XMAINTAINER= fuyuki@nigredo.org XCOMMENT= A generic and extensible framework for serialization X XUSE_LIBTOOL_VER= 15 XINSTALLS_SHLIB= yes X XMAN1= xds-config.1 XMAN3= xds.3 X Xtest: X cd ${WRKSRC}; make check X X.include <bsd.port.mk> END-of-ossp-xds/Makefile echo x - ossp-xds/distinfo sed 's/^X//' >ossp-xds/distinfo << 'END-of-ossp-xds/distinfo' XMD5 (xds-0.9.0.tar.gz) = adc4f2173d05447b03f8d790eee2eb66 XSIZE (xds-0.9.0.tar.gz) = 240772 END-of-ossp-xds/distinfo echo x - ossp-xds/pkg-plist sed 's/^X//' >ossp-xds/pkg-plist << 'END-of-ossp-xds/pkg-plist' Xbin/xds-config Xinclude/xds.h Xlib/libxds.a Xlib/libxds.la Xlib/libxds.so Xlib/libxds.so.9 END-of-ossp-xds/pkg-plist echo x - ossp-xds/pkg-descr sed 's/^X//' >ossp-xds/pkg-descr << 'END-of-ossp-xds/pkg-descr' XThe OSSP xds library is generic and extensible encoding and decoding Xframework for the serialization of arbitrary ISO C data types. OSSP Xxds consists of three components: the generic encoding and decoding Xframework, a set of shipped engines to encode and decode values in Xcertain existing formats (Sun RPC/XDR and XDS/XML are currently Xprovided), and a run-time context, which is used to manage buffers, Xregistered engines, etc. The library is designed to allow fully Xrecursive and efficient encoding/decoding of arbitrary nested data. X XWWW: http://www.ossp.org/pkg/lib/xds/ END-of-ossp-xds/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863c94i6wk.wl%fuyuki>