From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 11:20:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB816A4CE for ; Sat, 21 Feb 2004 11:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6383F43D1F for ; Sat, 21 Feb 2004 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1LJK2bv047391 for ; Sat, 21 Feb 2004 11:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1LJK212047390; Sat, 21 Feb 2004 11:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 21 Feb 2004 11:20:02 -0800 (PST) Resent-Message-Id: <200402211920.i1LJK212047390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7F316A4CE for ; Sat, 21 Feb 2004 11:12:14 -0800 (PST) Received: from mgate11.so-net.ne.jp (mgate11.so-net.ne.jp [210.139.254.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA6E43D2D for ; Sat, 21 Feb 2004 11:12:13 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate11.so-net.ne.jp with ESMTP id i1LJCCr09127 for ; Sun, 22 Feb 2004 04:12:12 +0900 (JST) Received: from ns.nigredo.org (p29d93c.spprac00.ap.so-net.ne.jp [218.41.217.60]) by mail.dg8.so-net.ne.jp with ESMTP id i1LJCBE24387 for ; Sun, 22 Feb 2004 04:12:11 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 3D84020A6 for ; Sun, 22 Feb 2004 04:12:12 +0900 (JST) Message-Id: <863c94i6wk.wl%fuyuki@nigredo.org> Date: Sun, 22 Feb 2004 04:12:11 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63182: New port: devel/ossp-xds - extensible data serialization X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 19:20:02 -0000 >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 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 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: