DEADSOFTWARE

add new target: Ubuntu 18.04 LTS
authorИван <d.ivan.krsk@gmail.com>
Wed, 6 Jun 2018 17:32:42 +0000 (00:32 +0700)
committerИван <d.ivan.krsk@gmail.com>
Wed, 6 Jun 2018 17:32:42 +0000 (00:32 +0700)
README.md
dev/deb/changelog
dev/deb/control_beaver [new file with mode: 0644]

index 0cb371915f0ec8d020333f278b3203dc482d1b89..8a303fe39fef879886a84f5e45b2f21e9e6010b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ Tested on:
 * Windows XP, 7, 10
 * OpenBSD 6.2
 * Fedora Core 17
-* Ubuntu 14.04, 16.04 LTS
-* Ubuntu GNOME 17.04, 17.10
+* Ubuntu 14.04, 16.04 LTS, 17.10, 18.04 LTS
+* Ubuntu GNOME 17.04
 * Arch Linux 4.9.6
-* Debian 9.3 Xfce/Mate/GNOME
+* Debian 9.3, 9.4 Xfce/Mate/GNOME
 * Red Hat Enterprise Linux Server 6.3
 * FreeBSD 11.0
 
@@ -38,6 +38,13 @@ Installation of required packages in Ubuntu (should work also with other Debian-
                sudo apt-get update
                sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-icon-theme-full
 
+       Ubuntu 18.04 Bionic Beaver:
+
+               sudo dpkg --add-architecture i386
+               sudo apt-get update
+               sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
+
+
 To build BlackBox:
 
        cd BlackBox
index 88419f11e7dfb3d6a5b2c88092fc5f2c8ea2708c..0d2d499d982af80cf22474a86e7ba64ede0bf9cb 100644 (file)
@@ -1,5 +1,18 @@
 bbcb ({#VERSION}) unstable; urgency=low
 
+  * center issue-#186 aligning code procedure syntax with docu
+  * center issue-#184 HYPERLINK ignored in RTF import
+
+ -- Ivan Denisov <d.ivan.krsk@gmail.com>  Tue, 7 June 2018 01:00:00 +0700
+
+bbcb (1.7~a1.70) unstable; urgency=low
+
+  * HostCFrames buttons and edit fields improved
+
+ -- Ivan Denisov <d.ivan.krsk@gmail.com>  Tue, 15 May 2018 14:20:00 +0700
+
+bbcb (1.7~a1.68) unstable; urgency=low
+
   * HostFiles64 for large files (by A.V.Shiryaev)
 
  -- Ivan Denisov <d.ivan.krsk@gmail.com>  Sat, 10 Mar 2018 00:20:00 +0700
diff --git a/dev/deb/control_beaver b/dev/deb/control_beaver
new file mode 100644 (file)
index 0000000..9f10b3b
--- /dev/null
@@ -0,0 +1,28 @@
+Source: bbcb
+Section: devel
+Maintainer: Ivan Denisov <d.ivan.krsk@gmail.com>
+Homepage: https://github.com/bbcb/bbcp
+Package: bbcb
+Version: {#VERSION}
+Priority: optional
+Installed-Size: 11500
+Architecture: i386
+Depends: libc6, libgtk2.0-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, gtk2-engines-pixbuf, libatk-adaptor, libgail-common, gnome-themes-extra
+Description: IDE for Component Pascal programming language.
+ BlackBox Component Builder is an IDE for Component Pascal programming language.
+ .
+ BlackBox consists of modules, compiler and environment for their work over OS.
+ .
+ It is also providing facilities for interface design and modules extension.
+ .
+ Component Pascal is strongly typed and module based. The compiler is very fast.
+ .
+ Each module is a unit of compilation and execution.
+ .
+ Modules are brought into memory when specified. There is no need for "headers".
+ .
+ Symbol files are automatically generated by the compiler for exported items.
+ .
+ Data structures are automatically garbage collected when no longer referenced.
+ .
+ The framework comes with a complete set of documentation for each module.