[med-svn] [Git][med-team/libdisorder][upstream] New upstream version 0.0.2+git20130809.8062ee1

Andreas Tille gitlab at salsa.debian.org
Sun Apr 15 11:05:41 BST 2018


Andreas Tille pushed to branch upstream at Debian Med / libdisorder


Commits:
a910d0fd by Andreas Tille at 2018-04-15T10:48:38+02:00
New upstream version 0.0.2+git20130809.8062ee1
- - - - -


14 changed files:

- README
- CONTRIBUTORS → code/CONTRIBUTORS
- COPYING → code/COPYING
- LICENSE → code/LICENSE
- + code/README
- TODO → code/TODO
- VERSION → code/VERSION
- include/disorder.h → code/include/disorder.h
- man/shannon_H.3 → code/man/shannon_H.3
- src/Makefile → code/src/Makefile
- src/disorder.c → code/src/disorder.c
- test/entropy.png → code/test/entropy.png
- test/test.c → code/test/test.c
- tool/ropy.c → code/tool/ropy.c


Changes:

=====================================
README
=====================================
--- a/README
+++ b/README
@@ -1,23 +1,17 @@
-libdisorder: entropy measurement
-$Id$
-----------------------------------------------------------------------------
+The libdisorder project is a simple C library for entropy measurement of
+byte streams and other data.
 
-This is a readme file. See 
+The homepage is:
 
-     http://libdisorder.freshdefense.net/
+     http://libdisorder.freshdefense.net
 
-for more information.
+You can also retrieve the code from:
 
-libdisorder is a small, simple C library for use by programmers in
-other programs. There is a small test program included that opens
-/dev/urandom and calls libdisorder in the `test/' directory. There is
-also a command-line tool, `ropy' in the `tool/' directory for reporting
-on the entropy of normal files.
+     http://code.dyne.org/?r=libdisorder
 
-You will probably want to pipe the output of libdisorder to some other
-math analysis or graphing environment (e.g., gnuplot).
-
-The library's primary function reports entropy in bits: essentially,
-this is the number of bits necessary to encode the actual level of
-information contained in the data passed to the library: it is the
-theoretical maximum amount of compression possible.
\ No newline at end of file
+Plans include adding new entropy measurement functions as well as a module
+for supporting the parsing or chunking of data format tokens (for example,
+this mechanism would support measuring the entropy of an HTML document in
+terms of the tags it uses, where each tag is considered a "token"). This
+mechanism can be extended to any structured data format: files, network
+protocols, etc.
\ No newline at end of file


=====================================
CONTRIBUTORS → code/CONTRIBUTORS
=====================================


=====================================
COPYING → code/COPYING
=====================================


=====================================
LICENSE → code/LICENSE
=====================================


=====================================
code/README
=====================================
--- /dev/null
+++ b/code/README
@@ -0,0 +1,23 @@
+libdisorder: entropy measurement
+$Id$
+----------------------------------------------------------------------------
+
+This is a readme file. See 
+
+     http://libdisorder.freshdefense.net/
+
+for more information.
+
+libdisorder is a small, simple C library for use by programmers in
+other programs. There is a small test program included that opens
+/dev/urandom and calls libdisorder in the `test/' directory. There is
+also a command-line tool, `ropy' in the `tool/' directory for reporting
+on the entropy of normal files.
+
+You will probably want to pipe the output of libdisorder to some other
+math analysis or graphing environment (e.g., gnuplot).
+
+The library's primary function reports entropy in bits: essentially,
+this is the number of bits necessary to encode the actual level of
+information contained in the data passed to the library: it is the
+theoretical maximum amount of compression possible.
\ No newline at end of file


=====================================
TODO → code/TODO
=====================================


=====================================
VERSION → code/VERSION
=====================================


=====================================
include/disorder.h → code/include/disorder.h
=====================================


=====================================
man/shannon_H.3 → code/man/shannon_H.3
=====================================


=====================================
src/Makefile → code/src/Makefile
=====================================


=====================================
src/disorder.c → code/src/disorder.c
=====================================


=====================================
test/entropy.png → code/test/entropy.png
=====================================
Binary files a/test/entropy.png and b/code/test/entropy.png differ


=====================================
test/test.c → code/test/test.c
=====================================


=====================================
tool/ropy.c → code/tool/ropy.c
=====================================



View it on GitLab: https://salsa.debian.org/med-team/libdisorder/commit/a910d0fd31295ecf47fc73dc281fa5fb5df66b27

---
View it on GitLab: https://salsa.debian.org/med-team/libdisorder/commit/a910d0fd31295ecf47fc73dc281fa5fb5df66b27
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180415/2f986d89/attachment-0001.html>


More information about the debian-med-commit mailing list