pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip clean-up: remove cutecom
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Jul 8 08:30:56 2022 +0200
Changeset: e815bab16386ecd399b7b0314c2dc508334e78ba
Modified Files:
Makefile
Removed Files:
cutecom/DESCR
cutecom/Makefile
cutecom/PLIST
cutecom/TODO
cutecom/distinfo
cutecom/patches/patch-qcppdialogimpl.cpp
cutecom/patches/patch-qcppdialogimpl.h
Log Message:
wip clean-up: remove cutecom
No source available.
EOL Qt4.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e815bab16386ecd399b7b0314c2dc508334e78ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
cutecom/DESCR | 1 -
cutecom/Makefile | 27 --------------------------
cutecom/PLIST | 3 ---
cutecom/TODO | 2 --
cutecom/distinfo | 7 -------
cutecom/patches/patch-qcppdialogimpl.cpp | 29 ----------------------------
cutecom/patches/patch-qcppdialogimpl.h | 33 --------------------------------
8 files changed, 103 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 00fc7adb7c..680c41b980 100644
--- a/Makefile
+++ b/Makefile
@@ -559,7 +559,6 @@ SUBDIR+= cufflinks
SUBDIR+= cufflinks-2.2.1
SUBDIR+= cup
SUBDIR+= cut-and-run
-SUBDIR+= cutecom
SUBDIR+= cvc3
SUBDIR+= cvs-syncmail
SUBDIR+= cvs2darcs
diff --git a/cutecom/DESCR b/cutecom/DESCR
deleted file mode 100644
index 1b58703f62..0000000000
--- a/cutecom/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-CuteCom is a graphical serial terminal, like minicom.
diff --git a/cutecom/Makefile b/cutecom/Makefile
deleted file mode 100644
index f6de9122f3..0000000000
--- a/cutecom/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/11/17 17:31:58 othyro Exp $
-#
-
-VERSION= 0.22.0
-DISTNAME= cutecom-${VERSION}
-PKGREVISION= 1
-CATEGORIES= comms
-MASTER_SITES= http://cutecom.sourceforge.net/
-
-MAINTAINER= helgoman%users.sourceforge.net@localhost
-HOMEPAGE= http://cutecom.sourceforge.net/
-COMMENT= Graphical serial terminal
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= lrzsz>=0.12.20:../../comms/lrzsz
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-
-SUBST_CLASSES+= pkgmandir
-SUBST_FILES.pkgmandir= CMakeLists.txt
-SUBST_MESSAGE.pkgmandir= Fixing PKGMANDIR.
-SUBST_STAGE.pkgmandir= pre-configure
-SUBST_SED.pkgmandir= -e "s|share/man|${PKGMANDIR}|1"
-
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/cutecom/PLIST b/cutecom/PLIST
deleted file mode 100644
index ff2ca46acb..0000000000
--- a/cutecom/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/11/17 17:28:45 othyro Exp $
-bin/cutecom
-man/man1/cutecom.1
diff --git a/cutecom/TODO b/cutecom/TODO
deleted file mode 100644
index 17c11b869e..0000000000
--- a/cutecom/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-* maybe add more devices in patches/patch-qcppdialogimpl.h
-* test on platforms (NetBSD seems to work...)
diff --git a/cutecom/distinfo b/cutecom/distinfo
deleted file mode 100644
index 567d0df2a1..0000000000
--- a/cutecom/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2012/11/16 22:25:07 helgoman Exp $
-
-RMD160 (cutecom-0.22.0.tar.gz) = 32111bcf756b7972e5428f96e2b4352083794c39
-SHA512 (cutecom-0.22.0.tar.gz) = 507b42b943f20d07429c3629ebdf358ca6551a57a2addc4c8560993b7c2d1304ef258f7d2ac8c62b13bcdfc797574b7e1dfac8b0c0086072407de7f71a2d0a26
-Size (cutecom-0.22.0.tar.gz) = 23208 bytes
-SHA1 (patch-qcppdialogimpl.cpp) = d728a010be6816d6f255c4c78871948061b11843
-SHA1 (patch-qcppdialogimpl.h) = 99e6ef41438ed671b8cd55d84c115fa7e441becb
diff --git a/cutecom/patches/patch-qcppdialogimpl.cpp b/cutecom/patches/patch-qcppdialogimpl.cpp
deleted file mode 100644
index b056907a3e..0000000000
--- a/cutecom/patches/patch-qcppdialogimpl.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-qcppdialogimpl.cpp,v 1.1 2012/11/16 22:25:07 helgoman Exp $
-
-#Make DEVICES available depending of the installing system
---- qcppdialogimpl.cpp.orig 2009-06-25 20:10:49.000000000 +0000
-+++ qcppdialogimpl.cpp
-@@ -16,7 +16,7 @@
-
- */
-
--#include "qcppdialogimpl.h"
-+#include <qcppdialogimpl.h>
-
- #include <qcombobox.h>
- #include <qpushbutton.h>
-@@ -351,12 +351,12 @@ void QCPPDialogImpl::readSettings()
- QStringList devices=settings.value("/cutecom/AllDevices").toStringList();
- if (!entryFound)
- {
-- devices<<"/dev/ttyS0"<<"/dev/ttyS1"<<"/dev/ttyS2"<<"/dev/ttyS3";
-+ devices<<DEVLIST;
- }
-
- m_deviceCb->insertItems(0, devices);
-
-- int indexOfCurrentDevice = devices.indexOf(settings.value("/cutecom/CurrentDevice", "/dev/ttyS0").toString());
-+ int indexOfCurrentDevice = devices.indexOf(settings.value("/cutecom/CurrentDevice", DEFAULT_DEV).toString());
- // fprintf(stderr, "currentDEev: -%s - index: %d\n", settings.value("/cutecom/CurrentDevice", "/dev/ttyS0").toString().toLatin1().constData(), indexOfCurrentDevice);
- if (indexOfCurrentDevice!=-1)
- {
diff --git a/cutecom/patches/patch-qcppdialogimpl.h b/cutecom/patches/patch-qcppdialogimpl.h
deleted file mode 100644
index 2de9b180a7..0000000000
--- a/cutecom/patches/patch-qcppdialogimpl.h
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-qcppdialogimpl.h,v 1.1 2012/11/16 22:25:07 helgoman Exp $
-
-#Add devices for several systems
---- qcppdialogimpl.h.orig 2009-06-23 20:35:06.000000000 +0000
-+++ qcppdialogimpl.h
-@@ -105,4 +105,27 @@ class QCPPDialogImpl:public QWidget, pub
-
- };
-
-+#if defined(__FreeBSD__)
-+
-+#define DEVLIST "/dev/cuaU0"<<"/dev/cuaU1"<<"/dev/cuad0"<<"/dev/cuad1";
-+#define DEFAULT_DEV "/dev/cuaU0"
-+
-+#elif defined(__APPLE__)
-+
-+#define DEVLIST "/dev/cu.usbserial"<<"/dev/cu.KeySerial1";
-+#define DEFAULT_DEV "/dev/cu.usbserial"
-+
-+#elif defined(__Linux__)
-+
-+#define DEVLIST "/dev/ttyS0"<<"/dev/ttyS1"<<"/dev/ttyS2"<<"/dev/ttyS3";
-+#define DEFAULT_DEV "/dev/ttyS0"
-+
-+#else // Default to NetBSD devices.
-+
-+#define DEVLIST "/dev/tty00" << "/dev/tty01" << "/dev/ttyU0" << "/dev/ttyU1";
-+#define DEFAULT_DEV "/dev/ttyU0"
-+
-+#endif
-+
-+
- #endif
Home |
Main Index |
Thread Index |
Old Index