Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
220311
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozsár Zsolt committed Mar 11, 2022
1 parent 8046bcc commit 7a1562a
Show file tree
Hide file tree
Showing 48 changed files with 295 additions and 328 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile |
# | Makefile for Unix-like systems |
# +----------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions Makefile.global.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile.global |
# | Global makefile for Unix-like systems |
# +----------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
**MM5DRead * Status reader program for MM5D device**
Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
Homepage: <http://www.szerafingomba.hu/softwares/>
GitHub: <https://github.com/pozsarzs/mm5dread>

**Software**

- architecture: amd64, i386
- operation system: Linux, Windows
- version: v0.1
- version: v0.2
- language: en
- licence: EUPL v1.1
- user interface: GUI
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
rem ----------------------------------------------------------------------------
rem MM5DRead v0.1 * Status reader program for MM5D device
rem Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
rem MM5DRead v0.2 * Status reader program for MM5D device
rem Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
rem build.bat
rem Utility for build/install/uninstall application on Windows
rem ----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions config/mkshortcut.vbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'+-----------------------------------------------------------------------------+
'| MM5DRead v0.1 * Status reader program for MM5D device |
'| Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
'| MM5DRead v0.2 * Status reader program for MM5D device |
'| Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
'| mkshortcut.vbs |
'| Make shortcut |
'+-----------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl +--------------------------------------------------------------------------+
dnl | MM5DRead v0.1 * Status reader program for MM5D device |
dnl | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
dnl | MM5DRead v0.2 * Status reader program for MM5D device |
dnl | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
dnl | configure.in |
dnl | Autoconf input file for unix-like systems |
dnl +--------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions desktop/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile |
# | Makefile for desktop files |
# +----------------------------------------------------------------------------+
Expand Down
12 changes: 6 additions & 6 deletions documents/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation instruction for source and binary tar.gz package
a. From source package

Build and install:
$ tar -xzf mm5dread-0.1.tar.gz
$ tar -xzf mm5dread-0.2.tar.gz
$ ./configure
$ make
# make install
Expand All @@ -17,11 +17,11 @@ a. From source package
b. From binary package

Install:
# tar -xzf mm5dread-0.1-i586.tar.gz
# tar -xzf mm5dread-0.2-i586.tar.gz
# cd mm5dread
# ./create_links
or
# tar -xzf mm5dread-0.1-i586.tar.gz
# tar -xzf mm5dread-0.2-i586.tar.gz
# cd mm5dread
# ./install

Expand All @@ -38,7 +38,7 @@ b. From binary package
a. From source package

Build and install:
> tar -xzf mm5dread-0.1.tar.gz
> tar -xzf mm5dread-0.2.tar.gz
> build.bat
> build.bat install

Expand All @@ -47,7 +47,7 @@ a. From source package

c. From binary package

> unzip mm5dread-0.1-win32.zip
> unzip mm5dread-0.2-win32.zip

---------------------------------------------------------------------------------
MM5DRead * Copyright (C) 2020 Pozsar Zsolt <pozsar.zsolt@szerafingomba.hu>
MM5DRead * Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
4 changes: 2 additions & 2 deletions documents/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile |
# | Makefile for documents |
# +----------------------------------------------------------------------------+
Expand Down
30 changes: 15 additions & 15 deletions documents/README
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ software via network.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a. Visit homepage (see later) to download installer packages:

architecture operation system filename
--------------------------------------------------------------------
(all) (source code) mm5dread-0.1.tar.gz
ix86 Debian GNU/Linux mm5dread_0.1-1_i386.deb
ix86 Linux mm5dread-0.1-i586.bin
ix86 Linux mm5dread-0.1-i586.tar.gz
ix86 Windows 32 bit mm5dread-0.1-win32.exe
ix86 Windows 32 bit mm5dread-0.1-win32.msi
ix86 Windows 32 bit mm5dread-0.1-win32.zip
Linux: mm5dread_0.3-1_amd64.deb Debian GNU/Linux
mm5dread-0.3-amd64.bin (linux-amd64)
mm5dread-0.3-amd64.tar.gz (linux-amd64)
mm5dread_0.3-1_i386.deb Debian GNU/Linux
mm5dread-0.3-i586.bin (linux-i586)
mm5dread-0.3-i586.tar.gz (linux-i586)

Windows: mm5dread-0.3-win32.exe
mm5dread-0.3-win32.msi
mm5dread-0.3-win32.zip

source: mm5dread-0.3.tar.gz


b. Download from Github

Expand All @@ -36,12 +40,8 @@ c. Download from Debian repository

3. Contact
~~~~~~~~~~

Homepage: <http://www.szerafingomba.hu/softwares/>
Author: Pozsar Zsolt
Tax ID: 60407850-1-36
Registration num.: 20703695

Author: Pozsár Zsolt
E-mail: <pozsar.zsolt@szerafingomba.hu>
Phone: +36 56/470-272
Mobile: +36 30/249-5030
Expand All @@ -51,4 +51,4 @@ c. Download from Debian repository
Hungary

---------------------------------------------------------------------------------
MM5DRead * Copyright (C) 2020 Pozsar Zsolt <pozsar.zsolt@szerafingomba.hu>
MM5DRead * Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
2 changes: 1 addition & 1 deletion documents/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.1
0.2

12 changes: 12 additions & 0 deletions documents/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
XMMEEC (0.2) unstable; urgency=low

* Shorted URL.

-- Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> Fri, 11 Mar 2022 04:58:00


MM3DRead (0.1) unstable; urgency=low

* Initial release.

-- Pozsar Zsolt <pozsar.zsolt@szerafingomba.hu> Thu, 20 Aug 2020 08:00:00
1 change: 1 addition & 0 deletions documents/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
4 changes: 2 additions & 2 deletions languages/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile |
# | Makefile for translations |
# +----------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions manuals/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | Makefile |
# | Makefile for manual pages |
# +----------------------------------------------------------------------------+
Expand Down
11 changes: 3 additions & 8 deletions manuals/mm5dread_en.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.TH "mm3dread" "1" "0.1" "Pozsar Zsolt" "Status reader program for MM5D device"
.TH "mm5dread" "1" "0.2" "Pozsar Zsolt" "Status reader program for MM5D device"
.SH "NAME"
.LP
MM5DRead \- Status reader program for MM5D device
.SH "SYNTAX"
.LP
\fBmm5dread\fP [-h | --help | -v | --version]
.br
.SH OPTIONS
.SH "OPTIONS"
.TP
.B \-h \-\-help
Write useable parameters.
Expand All @@ -30,9 +30,4 @@ configuration file
.br
.SH "AUTHOR"
.LP
Pozsar Zsolt
.br
Web: \fIhttp://www.szerafingomba.hu/softwares/\fR
.br
E-mail: \fIpozsar.zsolt@szerafingomba.hu\fR

Pozsár Zsolt \fIpozsar.zsolt@szerafingomba.hu\fR
15 changes: 0 additions & 15 deletions packaging/freebsd-txz/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions packaging/freebsd-txz/pkg-descr

This file was deleted.

8 changes: 0 additions & 8 deletions packaging/freebsd-txz/pkg-plist

This file was deleted.

6 changes: 3 additions & 3 deletions packaging/linux-bin/create_links
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | create_links |
# | Symbolic link creator script |
# +----------------------------------------------------------------------------+
Expand All @@ -21,7 +21,7 @@ README=./README
clear
echo "--------------------------------------------------------------------------------"
echo "$SWN $SWV symbolic link creator script"
echo "Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "--------------------------------------------------------------------------------"
if [ `whoami` != 'root' ]
then echo 'ERROR: You are not root!'; exit
Expand Down
6 changes: 3 additions & 3 deletions packaging/linux-bin/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | install |
# | Installer script |
# +----------------------------------------------------------------------------+
Expand Down Expand Up @@ -31,7 +31,7 @@ README=$INSTDIR/README
clear
echo "--------------------------------------------------------------------------------"
echo "$SWN $SWV installer script"
echo "Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "--------------------------------------------------------------------------------"
if [ `whoami` != 'root' ]
then echo 'ERROR: You are not root!'; exit
Expand Down
6 changes: 3 additions & 3 deletions packaging/linux-bin/remove_links
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | remove_links |
# | Symbolic link remover script |
# +----------------------------------------------------------------------------+
Expand All @@ -17,7 +17,7 @@ BINFILE=mm5dread
clear
echo "--------------------------------------------------------------------------------"
echo "$SWN $SWV symbolic link remover script"
echo "Copyright (C) 2019-2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "--------------------------------------------------------------------------------"
if [ `whoami` != 'root' ]
then echo 'ERROR: You are not root!'; exit
Expand Down
6 changes: 3 additions & 3 deletions packaging/linux-bin/uninstall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# +----------------------------------------------------------------------------+
# | MM5DRead v0.1 * Status reader program for MM5D device |
# | Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | MM5DRead v0.2 * Status reader program for MM5D device |
# | Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu> |
# | uninstall |
# | Uninstaller script |
# +----------------------------------------------------------------------------+
Expand All @@ -17,7 +17,7 @@ BINFILE=mm5dread
clear
echo "--------------------------------------------------------------------------------"
echo "$SWN $SWV uninstaller script"
echo "Copyright (C) 2020 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "Copyright (C) 2020-2022 Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>"
echo "--------------------------------------------------------------------------------"
if [ `whoami` != 'root' ]
then echo 'ERROR: You are not root!'; exit
Expand Down
9 changes: 9 additions & 0 deletions packaging/linux-deb-amd64/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: mm5dread
Version: 0.2
Section: misc
Priority: extra
Architecture: amd64
Installed-Size: 5908 kB
Maintainer: Pozsár Zsolt <pozsar.zsolt@szerafingomba.hu>
Depends: libc6, libglib2.0-0, libgtk2.0-0
Description: Status reader program for MM5D device
10 changes: 10 additions & 0 deletions packaging/linux-deb-amd64/md5sums
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
efae2e7b68fb13fc0059869f4608be8e usr/bin/mm3dread
c9c034d706ac5b20907ce7d6560a1212 usr/share/applications/mm3dread.desktop
4994f4cacf022e01ffda29f5627f7ab5 usr/share/doc/mm3dread/AUTHORS
6f002fc7acda32f7a00a05db4133898f usr/share/doc/mm3dread/changelog.gz
40a29a5ec427fc848370a7b2ee2f3aaf usr/share/doc/mm3dread/copyright
5c28cd5996e2154a3cc4b02183f5cb06 usr/share/doc/mm3dread/README
41cf1884673a8ad6f57cff3abca53ee2 usr/share/doc/mm3dread/VERSION
9a552eb38c0d069ca60e88e836b4de02 usr/share/locale/hu/LC_MESSAGES/mm3dread.mo
b0180aea21537a1657c3a6f46d16d7d3 usr/share/man/man1/mm3dread.1.gz
103da7d9d3ed00f1433816a8405ca64e usr/share/pixmaps/mm3dread.xpm
7 changes: 7 additions & 0 deletions packaging/linux-deb-amd64/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/mm3dread -a -d /usr/share/doc/mm3dread ]; then
ln -sf /usr/share/doc/mm3dread /usr/doc/mm3dread
fi
fi
5 changes: 5 additions & 0 deletions packaging/linux-deb-amd64/prerm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mm3dread ]; then
rm -f /usr/doc/mm3dread
fi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mm5dread
Version: 0.1
Version: 0.2
Section: misc
Priority: extra
Architecture: i386
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed packaging/linux-deb/changelog.Debian.gz
Binary file not shown.
6 changes: 0 additions & 6 deletions packaging/linux-deb/copyright

This file was deleted.

2 changes: 0 additions & 2 deletions packaging/linux-deb/mm5dread

This file was deleted.

Loading

0 comments on commit 7a1562a

Please sign in to comment.