From owner-cvs-all@FreeBSD.ORG Mon May 9 20:13:31 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF1FE16A4ED; Mon, 9 May 2005 20:13:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B92A43D46; Mon, 9 May 2005 20:13:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j49KDVS6097274; Mon, 9 May 2005 20:13:31 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j49KDVi0097273; Mon, 9 May 2005 20:13:31 GMT (envelope-from jylefort) Message-Id: <200505092013.j49KDVi0097273@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 9 May 2005 20:13:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/libbinio Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 20:13:31 -0000 jylefort 2005-05-09 20:13:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libbinio Makefile distinfo pkg-descr pkg-plist Log: The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources. WWW: http://libbinio.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt Revision Changes Path 1.1884 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/libbinio/Makefile (new) 1.1 +2 -0 ports/devel/libbinio/distinfo (new) 1.1 +14 -0 ports/devel/libbinio/pkg-descr (new) 1.1 +7 -0 ports/devel/libbinio/pkg-plist (new)