Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5375cecbf5bbf8742851e1295a541d62132557e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5375cecbf5bbf8742851e1295a541d62132557e7)
  • Date: Sat, 2 Sep 2017 05:27:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
net/picocom/BUILD | 1 +
net/picocom/DETAILS | 29 +++++++++++++++++++++++++++++
net/picocom/HISTORY | 2 ++
net/picocom/INSTALL | 2 ++
5 files changed, 37 insertions(+)

New commits:
commit 5375cecbf5bbf8742851e1295a541d62132557e7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

picocom: new spell, Minimal dumb-terminal emulation program

diff --git a/ChangeLog b/ChangeLog
index 2299b05..2ef0131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-02 Ismael Luceno <ismael AT sourcemage.org>
+ * net/picocom: new spell, Minimal dumb-terminal emulation program
+
2017-08-30 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add B9BFA089 Scarlett Clark <sgclark AT kde.org>
* kde5-extra/libmediawiki: added
diff --git a/net/picocom/BUILD b/net/picocom/BUILD
new file mode 100755
index 0000000..e81c18c
--- /dev/null
+++ b/net/picocom/BUILD
@@ -0,0 +1 @@
+make CFLAGS="$CFLAGS -Wall"
diff --git a/net/picocom/DETAILS b/net/picocom/DETAILS
new file mode 100755
index 0000000..14d503d
--- /dev/null
+++ b/net/picocom/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=picocom
+ VERSION=2.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/npat-efault/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/npat-efault/picocom";
+ LICENSE[0]="GPLv2"
+ ENTERED=20170901
+ KEYWORDS=""
+ SHORT="Minimal dumb-terminal emulation program"
+cat << EOF
+As its name suggests, picocom is a minimal dumb-terminal emulation program.
It
+is, in principle, very much like minicom, only it's "pico" instead of "mini"!
+
+It was designed to serve as a simple, manual, modem configuration, testing,
+and debugging tool. It has also served (quite well) as a low-tech serial
+communications program to allow access to all types of devices that provide
+serial consoles. It could also prove useful in many other similar tasks.
+
+It is ideal for embedded systems since its memory footprint is minimal
+(approximately 30K, when stripped). Apart from being a handy little tool,
+picocom's source distribution includes a simple, easy to use, and thoroughly
+documented terminal-management library, which could serve other projects as
+well. This library hides the termios(3) calls, and provides a less complex
and
+safer (though certainly less feature-rich) interface. picocom runs on Linux,
+and with no or minor modifications it could run on any Unix-like system with
+the termios(3) library.
+EOF
diff --git a/net/picocom/HISTORY b/net/picocom/HISTORY
new file mode 100644
index 0000000..035fde0
--- /dev/null
+++ b/net/picocom/HISTORY
@@ -0,0 +1,2 @@
+2017-09-01 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/net/picocom/INSTALL b/net/picocom/INSTALL
new file mode 100755
index 0000000..28061e5
--- /dev/null
+++ b/net/picocom/INSTALL
@@ -0,0 +1,2 @@
+install -m755 -D -t "$INSTALL_ROOT"/usr/bin picocom
+install -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man1 picocom.1



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5375cecbf5bbf8742851e1295a541d62132557e7), Ismael Luceno, 09/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page