[Lunar-commits] r26690 - in moonbase/trunk/libs: . libbinio

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Nov 11 04:08:36 CET 2007


Author: zbiggy
Date: 2007-11-11 04:08:36 +0100 (Sun, 11 Nov 2007)
New Revision: 26690

Added:
   moonbase/trunk/libs/libbinio/
   moonbase/trunk/libs/libbinio/DETAILS
Log:
libbinio: a library for binary streams manipulation.
Required dependency for incoming adplug family of modules.

Adplug modules will be added a little bit later as adplug author decided to include my patch in main tree.
Or sooner if I will not keep up waiting and ask someone to upload my patch to Lunar's patch_url.


Added: moonbase/trunk/libs/libbinio/DETAILS
===================================================================
--- moonbase/trunk/libs/libbinio/DETAILS	                        (rev 0)
+++ moonbase/trunk/libs/libbinio/DETAILS	2007-11-11 03:08:36 UTC (rev 26690)
@@ -0,0 +1,20 @@
+          MODULE=libbinio
+         VERSION=1.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/libbinio/
+      SOURCE_VFY=sha1:47db5f7448245f38b9d26c8b11f53a07b6f6da73
+        WEB_SITE=http://libbinio.sourceforge.net
+         ENTERED=20071031
+         UPDATED=20071031
+           SHORT="Binary I/O stream class library"
+
+cat << EOF
+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 formsof
+machine-internal binary data representation.
+
+It further employs no special I/O protocol and can be used on
+arbitrary binary data sources.
+EOF



More information about the Lunar-commits mailing list