summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Henrique Lima Melara <charlesmelara@outlook.com>2020-06-27 15:53:53 -0300
committerAndrej Shadura <andrewsh@debian.org>2020-07-06 13:24:15 +0200
commit0efbe4f3c0a8286530307de72df3aa96dc03bf9f (patch)
treedc78c6279846c3e4ac923e076d281771cc0be6b7
parent87cd6568afe048024572e00fc4d8e4aa43abf0b4 (diff)
debian/mcu8051ide.*: removed.
Not necessary since we're now using the makefile provided by the upstream and the manpage is already provided. Gbp-Dch: full
-rw-r--r--debian/mcu8051ide.1201
-rw-r--r--debian/mcu8051ide.install31
-rw-r--r--debian/mcu8051ide.manpages1
3 files changed, 0 insertions, 233 deletions
diff --git a/debian/mcu8051ide.1 b/debian/mcu8051ide.1
deleted file mode 100644
index 4782038..0000000
--- a/debian/mcu8051ide.1
+++ /dev/null
@@ -1,201 +0,0 @@
-.\"
-.\" MCU 8051 IDE - Itegrated development environment for MCS-51 based microcontrollers
-.\" Copyright (C) 2007 Martin Osmera
-.\"
-.\" This program is free software; you can redistribute it and/or modify
-.\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation; either version 2 of the License, or
-.\" (at your option) any later version.
-.\"
-.\" This program is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-.\"
-.TH MCU8051IDE "1" "16 December 2007" "User Commands"
-.SH NAME MCU8051IDE \- Integrated development environment for MCS-51 based microcontrollers
-.SH SYNOPSIS
-.B mcu8051ide
-.RB [ \-\-help ]
-.RB [ \-h ]
-.RB [ \-\-assemble
-.IR asm_file ]
-.RB [ \-\-compile
-.IR asm_file ]
-.RB [ \-\-iram\-size
-.IR size ]
-.RB [ \-\-code\-size
-.IR size ]
-.RB [ \-\-xram\-size
-.IR size ]
-.RB [ \-\-no\-opt ]
-.RB [ \-\-quiet ]
-.RB [ \-q ]
-.RB [ \-\-nosplash ]
-.RB [ \-\-nocolor ]
-.RB [ \-n ]
-.RB [ \-\-version ]
-.RB [ \-V ]
-.RB [ \-\-defaults ]
-.RB [ \-\-disassemble ]
-.RB [ \-\-minimalized ]
-.RB [ \-\-config\-file
-.IR filename ]
-.RB [ \-\-check\-libraries ]
-.RB [ \-\-ignore\-last\-session ]
-.RB [ \-\-open\-project
-.IR project ]
-.RB [ \-\-reset\-user\-settings ]
-.RB [ \-\-hex2bin
-.IR input
-.IR output ]
-.RB [ \-\-bin2hex
-.IR input
-.IR output ]
-.RB [ \-\-sim2hex
-.IR input
-.IR output ]
-.RB [ \-\-sim2bin
-.IR input
-.IR output ]
-.RB [ \-\-normalize\-hex
-.IR input ]
-.RB [ \-\-auto\-indent
-.IR input ]
-.RB [ \-\-comp\-quiet ]
-.RB [ \-\-no\-sim ]
-.RB [ \-\-no\-bin ]
-.RB [ \-\-no\-lst ]
-.RB [ \-\-no\-hex ]
-.RB [ \-\-warning\-level
-.IR N ]
-
-.SH DESCRIPTION
-\fB MCU 8051 IDE\fR is tool for developing programs in assembly language and C languge (with SDCC) for micronstollers based on industrial standard MCS-51. It consist of editor with syntax highlight, auto completion, syntax validation and command line, compiler with support for macro-instructions (even macro in macro), simulator, scientific calculator, (rich) text editor for writing to do lists, hexadecimal editor and many other tools.
-
-.SH OPTIONS
-.TP
-\fB\-\-help\fR, \fB\-h\fR
-Display short help text
-.TP
-\fB\-\-quiet\fR, \-q\fR
-Don't display status of initialization progress on startup
-.TP
-\fB\-\-nosplash\fR
-Don't show splash screen
-.TP
-\fB\-\-nocolor\fR, \-n\fR
-Disable color output
-.TP
-\fB\-\-version\fR, \fB\-V\fR
-Display version information
-.TP
-\fB\-\-defaults\fR
-Start with default settings (low level GUI settings (panel sizes ...))
-.TP
-\fB\-\-minimalized\fR
-Start with minimalized window
-.TP
-\fB\-\-config\-file \fIfilename\fR
-Specify path to file containg user settings
-.TP
-\fB\-\-check\-libraries\fR
-Check if all nessesary Tcl libraries are avaible
-.TP
-\fB\-\-ignore\-last\-session\fR
-Start with an empty session (no project will be opened at startup)
-.TP
-\fB\-\-open\-project \fIproject\fR
-Open only this project
-.TP
-\fB\-\-reset\-user\-settings\fR
-Reset all user settings to defaults
-.TP
-\fB\-\-hex2bin \fIinput output\fR
-Convert Intel Hex 8 file to binary file
-.TP
-\fB\-\-bin2hex \fIinput output\fR
-Convert binary file to Intel Hex 8 file
-.TP
-\fB\-\-sim2hex \fIinput output\fR
-Convert MCU 8051 IDE v0.9.1 simulator file to Intel Hex 8 file
-.TP
-\fB\-\-sim2bin \fIinput output\fR
-Convert MCU 8051 IDE v0.9.1 simulator file to binary file
-.TP
-\fB\-\-normalize\-hex \fIinput\fR
-Normalize IHEX8 file
-.TP
-\fB\-\-auto\-indent \fIinput\fR
-Reformat indention in source code
-.TP
-\fB\-\-disassemble \fIinput\fR
-Disaseble IHEX8 code and store result in input.asm
-.TP
-\fB\-\-assemble \fIasm_file\fR
-Assemble the asm_file and exit program
-.TP
-\fB\-\-compile \fIasm_file\fR
-The same as \-\-assemble
-.TP
-\fB\-\-iram\-size \fIsize\fR
-Set size of internal data memory (eg. 1K or 1024) (default: 0x100)
-.TP
-\fB\-\-code\-size \fIsize\fR
-Set size of program memory (eg. 1K or 1024) (default: 0x10000)
-.TP
-\fB\-\-xram\-size \fIsize\fR
-Set size of external data memory (eg. 1K or 1024) (default: 0x10000)
-.TP
-\fB\-\-no\-opt\fR
-Disable compiler optimalizations
-.TP
-\fB\-\-comp\-quiet\fR
-Suppress compiler console output
-.TP
-\fB\-\-no\-sim\fR
-Do not generate SIM file (for MCU 8051 IDE simulator)
-.TP
-\fB\-\-no\-bin\fR
-Do not generate binary object code
-.TP
-\fB\-\-no\-lst\fR
-Do not generate code listing
-.TP
-\fB\-\-no\-hex\fR
-.TP
-\fB\-\-warning\-level \fIN\fR
-Do not generate IHEX8 object code; 3 - Nothing; 2 - Errros only; 1 - Errors + Warnings; 0 - All (Default)
-
-.SH FILES
-.TP
-.I /usr/share/mcu8051ide/data/tips.conf
-XML file containing tips. (Dialog "Tip of the day")
-.TP
-.I /usr/share/mcu8051ide/data/mcus.conf
-XML definition of supported MCUs. \fBWarning: MCU 8051 IDE cannot run without this file.\fR Please do not rely on format of this file. It may be changed in future version without any warning.
-.TP
-.I ~/.mcu8051ide/last_session.conf
-INI like definition of the last session.
-.TP
-.I ~/.mcu8051ide/base.conf
-Base configuration file. It contains only three configuration keys separated by spaces, please do not rely on format of this file. It may be changed in future version without any warning.
-.TP
-.I ~/.mcu8051ide/config.conf
-Main configuration file (INI like). Readable and I hope user friendly.
-
-.SH NOTES
-List of supported porcessors is very short yet. Please post suggestions to martin.osmera@gmail.com .
-.SH SUPPORTED PROCESSORS
-8051, 80C51, 8052, AT89C2051, AT89C4051, AT89C51, AT89C51RC, AT89C52, AT89C55WD, AT89LV51, AT89LV52, AT89LV55, AT89S52, AT89LS51, AT89LS52, AT89S8253, AT89S2051, AT89S4051, AT89S52, AT89LS51, AT89LS52, AT89S8253, AT89S2051, AT89S4051, T87C5101, T83C5101, T83C5102, TS80C32X2, TS80C52X2, TS87C52X2, AT80C32X2, AT80C52X2, AT87C52X2, AT80C54X2, AT80C58X2, AT87C54X2, AT87C58X2, TS80C54X2, TS80C58X2, TS87C54X2, TS87C58X2, TS80C31X2, AT80C31X2
-
-.SH TO DO
-Add support for more MCS\-51 based microcontrollers.
-Fix all bugs.
-
-.SH AUTHOR
-Martin Osmera <martin.osmera@gmail.com>
diff --git a/debian/mcu8051ide.install b/debian/mcu8051ide.install
deleted file mode 100644
index 47f0e93..0000000
--- a/debian/mcu8051ide.install
+++ /dev/null
@@ -1,31 +0,0 @@
-data/ usr/share/mcu8051ide/
-icons/ usr/share/mcu8051ide/
-icons/other/ usr/share/mcu8051ide/icons/
-icons/22x22/ usr/share/mcu8051ide/icons/
-icons/32x32/ usr/share/mcu8051ide/icons/
-icons/16x16/ usr/share/mcu8051ide/icons/
-icons/mcu/ usr/share/mcu8051ide/icons/
-icons/flag/ usr/share/mcu8051ide/icons/
-lib/ usr/share/mcu8051ide/
-lib/pale/ usr/share/mcu8051ide/lib/
-lib/utilities/ usr/share/mcu8051ide/lib/
-lib/editor/ usr/share/mcu8051ide/lib/
-lib/lib/ usr/share/mcu8051ide/lib/
-lib/compiler/ usr/share/mcu8051ide/lib/
-lib/simulator/ usr/share/mcu8051ide/lib/
-lib/simulator/engine/ usr/share/mcu8051ide/lib/simulator/
-lib/rightpanel/ usr/share/mcu8051ide/lib/
-lib/leftpanel/ usr/share/mcu8051ide/lib/
-lib/bottompanel/ usr/share/mcu8051ide/lib/
-lib/dialogues/ usr/share/mcu8051ide/lib/
-lib/configdialogues/ usr/share/mcu8051ide/lib/
-demo/ usr/share/mcu8051ide/
-doc/handbook/ usr/share/mcu8051ide/doc/
-translations/ usr/share/mcu8051ide/
-
-# Install execution wrappers
-mcu8051ide usr/bin/
-mcu8051ide.png usr/share/pixmaps/
-mcu8051ide.appdata.xml usr/share/appdata/
-mcu8051ide.desktop usr/share/applications/
-application-x-mcu8051ide.xml usr/share/mime/packages/
diff --git a/debian/mcu8051ide.manpages b/debian/mcu8051ide.manpages
deleted file mode 100644
index 496692b..0000000
--- a/debian/mcu8051ide.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/mcu8051ide.1