[Lunar-commits] <moonbase> cutecom: Version bump, changing the DEPENDS from qt3 to qt4 and moving it to qt4-apps.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 30 14:55:29 CET 2009


commit 61b35e83d1af3e2561a17b685897450f20d2dca8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 30 08:55:29 2009 -0500

    cutecom: Version bump, changing the DEPENDS from qt3 to qt4 and moving it to qt4-apps.
---
 qt-apps/cutecom/BUILD    |    7 -------
 qt-apps/cutecom/DEPENDS  |    1 -
 qt-apps/cutecom/DETAILS  |   25 -------------------------
 qt4-apps/cutecom/BUILD   |   16 ++++++++++++++++
 qt4-apps/cutecom/DEPENDS |    2 ++
 qt4-apps/cutecom/DETAILS |   26 ++++++++++++++++++++++++++
 6 files changed, 44 insertions(+), 33 deletions(-)

diff --git a/qt-apps/cutecom/BUILD b/qt-apps/cutecom/BUILD
deleted file mode 100644
index 859f50f..0000000
--- a/qt-apps/cutecom/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-. /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
deleted file mode 100644
index 1bb30a0..0000000
--- a/qt-apps/cutecom/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends qt3
diff --git a/qt-apps/cutecom/DETAILS b/qt-apps/cutecom/DETAILS
deleted file mode 100644
index 3fd746d..0000000
--- a/qt-apps/cutecom/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
-    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/cutecom/BUILD b/qt4-apps/cutecom/BUILD
new file mode 100644
index 0000000..00dddf9
--- /dev/null
+++ b/qt4-apps/cutecom/BUILD
@@ -0,0 +1,16 @@
+(
+
+  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+  source /etc/profile.d/qt4.rc  &&
+
+  mkdir $OOTB_DIR &&
+  cd $OOTB_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/cutecom/DEPENDS b/qt4-apps/cutecom/DEPENDS
new file mode 100644
index 0000000..a67e7a8
--- /dev/null
+++ b/qt4-apps/cutecom/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake
+depends qt4
diff --git a/qt4-apps/cutecom/DETAILS b/qt4-apps/cutecom/DETAILS
new file mode 100644
index 0000000..ec44277
--- /dev/null
+++ b/qt4-apps/cutecom/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=cutecom
+         VERSION=0.22.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://cutecom.sourceforge.net/
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+      SOURCE_VFY=sha1:a23f9ddf3d1a4467568c872477fc8c6da07c1711
+        WEB_SITE=http://cutecom.sourceforge.net/
+         ENTERED=20080419
+         UPDATED=20091230
+           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