DEADSOFTWARE

encoder example improved, fpstest example deleted
authorIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 31 Mar 2017 07:41:46 +0000 (14:41 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 31 Mar 2017 07:41:46 +0000 (14:41 +0700)
README
README.md
examples/encoder/README
examples/encoder/Std/Mod/Coder.odc [changed mode: 0755->0644]
examples/encoder/System/Mod/Init.odc [changed mode: 0755->0644]
examples/encoder/runc
examples/fpstest/Test/Mod/Fps.odc [deleted file]
examples/fpstest/run [deleted file]

diff --git a/README b/README
index ded79f3643011ad6e2104f84fa46d3b4e86cda31..d218757ade507ef53665c5b8cc472f6c6aa6206d 100644 (file)
--- a/README
+++ b/README
@@ -7,6 +7,7 @@ Tested on:
 * Fedora Core 17
 * Ubuntu 14.04, 16.04 LTS
 * FreeBSD 11.0
+* Debian Mate
 
 Directories structure:
 
@@ -15,8 +16,7 @@ Directories structure:
 
        examples/
                encoder/ - encoding subsystems by StdCoder from the command line
-               fpstest/ - loop and fonts test
-               server/ - static single-thread web-server
+               server/  - static single-thread web-server
 
 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
 
index d605670237c892bd2a9ae1b1bca936848189bb11..bd363f455cfbee7aba67a79948782ee0f7020522 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,8 +13,7 @@ Directories structure:
 
        examples/
                encoder/ - encoding subsystems by StdCoder from the command line
-               fpstest/ - loop and fonts test
-               server/ - static single-thread web-server
+               server/  - static single-thread web-server
 
 Installation of required packages in Ubuntu (should work also with other Debian-based OS):
 
index c93b01efd8f7d71fe008ec7adad2ba4347a993b2..a6f265a5ffc52ef5af1da12a3cd9d4a2d6c666f8 100755 (executable)
@@ -1,11 +1,10 @@
-Application for web-service which edcode BlackBox subsystems.
+Application for web-service which encode BlackBox subsystems.
 Used by http://gitlab.molpit.org for processing of repository hooks.
 
-Author: Ivan Denisov, denisov@molpit.org
-
 Installation for Linux
 
 1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
+       cd ../../BlackBox
        ./switch-target `uname -s` Interp
        ./build
        ./export ../Linux_Interp
old mode 100755 (executable)
new mode 100644 (file)
index 8c07a14..1cb7c32
Binary files a/examples/encoder/Std/Mod/Coder.odc and b/examples/encoder/Std/Mod/Coder.odc differ
old mode 100755 (executable)
new mode 100644 (file)
index 742194f..a512b2b
Binary files a/examples/encoder/System/Mod/Init.odc and b/examples/encoder/System/Mod/Init.odc differ
index d79b6dcdd6163f125e6cf7208646721cf7c86364..54b8e6289c787c967dbfe7b012b279c94b3e43c2 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
   BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
-../../Linux_Interp/blackboxc $@
+../../Linux_Interp/blackbox $@
diff --git a/examples/fpstest/Test/Mod/Fps.odc b/examples/fpstest/Test/Mod/Fps.odc
deleted file mode 100644 (file)
index 5358485..0000000
Binary files a/examples/fpstest/Test/Mod/Fps.odc and /dev/null differ
diff --git a/examples/fpstest/run b/examples/fpstest/run
deleted file mode 100755 (executable)
index 9022e9d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# fix Ubuntu-specific problems:
-unset UBUNTU_MENUPROXY
-unset GTK_MODULES
-export LIBOVERLAY_SCROLLBAR=0
-env \
-  BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
-../../BlackBox/blackbox