[Lunar-commits] <moonbase> cutecom(4): serial terminal on qt3 and qt4 GUI similar to minicom but more nice
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Apr 20 22:34:50 CEST 2008
commit 24104a5000df818a31ccc20294ba6e468c008c64
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Apr 20 22:34:50 2008 +0200
cutecom(4): serial terminal on qt3 and qt4 GUI similar to minicom but more nice
---
qt-apps/cutecom/BUILD | 7 +++++++
qt-apps/cutecom/DEPENDS | 1 +
qt-apps/cutecom/DETAILS | 25 +++++++++++++++++++++++++
qt4-apps/cutecom4/BUILD | 9 +++++++++
qt4-apps/cutecom4/DEPENDS | 1 +
qt4-apps/cutecom4/DETAILS | 27 +++++++++++++++++++++++++++
6 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/qt-apps/cutecom/BUILD b/qt-apps/cutecom/BUILD
new file mode 100644
index 0000000..859f50f
--- /dev/null
+++ b/qt-apps/cutecom/BUILD
@@ -0,0 +1,7 @@
+(
+
+. /etc/profile.d/qt3.rc
+[ -f /etc/profile.d/kde3.rc ] && . /etc/profile.d/kde3.rc
+default_build
+
+) > $C_FIFO 2>&1
diff --git a/qt-apps/cutecom/DEPENDS b/qt-apps/cutecom/DEPENDS
new file mode 100644
index 0000000..1bb30a0
--- /dev/null
+++ b/qt-apps/cutecom/DEPENDS
@@ -0,0 +1 @@
+depends qt3
diff --git a/qt-apps/cutecom/DETAILS b/qt-apps/cutecom/DETAILS
new file mode 100644
index 0000000..3fd746d
--- /dev/null
+++ b/qt-apps/cutecom/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=cutecom
+ VERSION=0.14.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_URL=http://cutecom.sourceforge.net/
+SOURCE_VFY=sha1:52446f329d6b6efc0243449adec902d5457e566a
+ WEB_SITE=http://cutecom.sourceforge.net/
+ ENTERED=20080419
+ UPDATED=20080420
+ SHORT="graphical serial terminal, like minicom"
+cat << EOF
+CuteCom is a graphical serial terminal, like minicom
+* easy to use GUI
+* no cryptic keyboard shortcuts
+* lineoriented interface instead of character-oriented
+* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work
+* input history
+* a cute GUI ;-)
+* xmodem, ymodem, zmodem support (requires the sz tools)
+* easy to differentiate between typed text and echoed text
+* select between read/write, read-only and write-only open mode
+* open the device without changing its settings
+* hexadecimal input and output
+* configurable line end characters (LF, CR, LFCR)
+* configurable delay between characters
+EOF
diff --git a/qt4-apps/cutecom4/BUILD b/qt4-apps/cutecom4/BUILD
new file mode 100644
index 0000000..3af3868
--- /dev/null
+++ b/qt4-apps/cutecom4/BUILD
@@ -0,0 +1,9 @@
+(
+
+. /etc/profile.d/qt4.rc
+[ -f /etc/profile.d/kde4.rc ] && . /etc/profile.d/kde4.rc
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/cutecom4/DEPENDS b/qt4-apps/cutecom4/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/qt4-apps/cutecom4/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/qt4-apps/cutecom4/DETAILS b/qt4-apps/cutecom4/DETAILS
new file mode 100644
index 0000000..c2ea443
--- /dev/null
+++ b/qt4-apps/cutecom4/DETAILS
@@ -0,0 +1,27 @@
+ MODULE=cutecom4
+ VERSION=0.20.0
+ SOURCE=cutecom-$VERSION.tar.gz
+ SOURCE_URL=http://cutecom.sourceforge.net/
+ SOURCE_VFY=sha1:36d430ab25e7f53128c27f39f67a0fe9a2dd18af
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/cutecom-$VERSION
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://cutecom.sourceforge.net/
+ ENTERED=20080419
+ UPDATED=20080420
+ SHORT="graphical serial terminal, like minicom"
+cat << EOF
+CuteCom is a graphical serial terminal, like minicom
+* easy to use GUI
+* no cryptic keyboard shortcuts
+* lineoriented interface instead of character-oriented
+* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work
+* input history
+* a cute GUI ;-)
+* xmodem, ymodem, zmodem support (requires the sz tools)
+* easy to differentiate between typed text and echoed text
+* select between read/write, read-only and write-only open mode
+* open the device without changing its settings
+* hexadecimal input and output
+* configurable line end characters (LF, CR, LFCR)
+* configurable delay between characters
+EOF
More information about the Lunar-commits
mailing list