Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b05d8c126eac1f4a4f9f8a981fdfff4fb75b6c5a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b05d8c126eac1f4a4f9f8a981fdfff4fb75b6c5a)
  • Date: Fri, 6 Apr 2018 18:24:57 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 ++++-
python-pypi/asciinema/DEPENDS | 2 ++
python-pypi/asciinema/DETAILS | 14 ++++++++++++++
python-pypi/asciinema/HISTORY | 2 ++
4 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit b05d8c126eac1f4a4f9f8a981fdfff4fb75b6c5a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ChangeLog: correct entry

commit c86ac9343ca8f07761e6ab1ce955d6dae5a51a87
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

asciinema: new spell, terminal session recorder

diff --git a/ChangeLog b/ChangeLog
index 1f3d738..a37f2ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+2018-04-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/asciinema: new spell, terminal session recorder
+
2018-04-05 Vlad Glagolev <stealth AT sourcemage.org>
- * wm-addons/jgmenu:new spell, simple X11 menu
+ * wm-addons/jgmenu: new spell, simple X11 menu

2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
* net/openresolv: new spell, DNS management framework
diff --git a/python-pypi/asciinema/DEPENDS b/python-pypi/asciinema/DEPENDS
new file mode 100755
index 0000000..1dbcc02
--- /dev/null
+++ b/python-pypi/asciinema/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends SETUPTOOLS
diff --git a/python-pypi/asciinema/DETAILS b/python-pypi/asciinema/DETAILS
new file mode 100755
index 0000000..71427a2
--- /dev/null
+++ b/python-pypi/asciinema/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=asciinema
+ VERSION=2.0.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/asciinema/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:abc7e2a83032520d42b45524fbd103bd974b6857274fbb923b274d11f0a81a8d06cd1e97f1b7d6432a47e1ded6df5e37e52c69caaf7f15b1bf8b53f17dfc07d1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://asciinema.org/
+ LICENSE[0]=GPL
+ ENTERED=20180406
+ SHORT="terminal session recorder"
+cat << EOF
+asciinema lets you easily record terminal sessions and replay them in a
+terminal as well as in a web browser.
+EOF
diff --git a/python-pypi/asciinema/HISTORY b/python-pypi/asciinema/HISTORY
new file mode 100644
index 0000000..aa8ffc3
--- /dev/null
+++ b/python-pypi/asciinema/HISTORY
@@ -0,0 +1,2 @@
+2018-04-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b05d8c126eac1f4a4f9f8a981fdfff4fb75b6c5a), Vlad Glagolev, 04/06/2018

Archive powered by MHonArc 2.6.24.

Top of Page