Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb10a30532f4f9f41fa871bade09d1116f989b08)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb10a30532f4f9f41fa871bade09d1116f989b08)
  • Date: Tue, 10 Jan 2017 03:02:21 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
libs/ivykis/DETAILS | 16 ++++++++++++++++
libs/ivykis/HISTORY | 3 +++
3 files changed, 22 insertions(+)

New commits:
commit fb10a30532f4f9f41fa871bade09d1116f989b08
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/ivykis: new spell, asynchronous I/O-assisting library

diff --git a/ChangeLog b/ChangeLog
index 1bc7f05..d788712 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-01-08 Pavel Vinogradov <public AT sourcemage.org>
+ * libs/ivykis: new spell, asynchronous I/O-assisting library
+
2017-01-08 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add AFE11347: public key "Martin Pitt
<martinpitt AT gnome.org>"

diff --git a/libs/ivykis/DETAILS b/libs/ivykis/DETAILS
new file mode 100755
index 0000000..9355f05
--- /dev/null
+++ b/libs/ivykis/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ivykis
+ VERSION=0.41
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/buytenh/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:6e12768c7f2a17fb4a108f1a46cffd9aeb3bc81e88efafcddc96938bf306d4612db181d5f49278cbf309a93baf59cc4b932d02706b6309af6e8bd10517d73ce4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/buytenh/ivykis/";
+ LICENSE[0]="LGPL"
+ ENTERED=20170108
+ KEYWORDS=""
+ SHORT="asynchronous I/O-assisting library"
+cat << EOF
+ivykis is a library for asynchronous I/O readiness notification. It is a
+thin, portable wrapper around OS-provided mechanisms such as epoll_create(2),
+kqueue(2), poll(2), poll(7d) (/dev/poll), port_create(3C) and select(2).
+EOF
diff --git a/libs/ivykis/HISTORY b/libs/ivykis/HISTORY
new file mode 100644
index 0000000..b8eeb28
--- /dev/null
+++ b/libs/ivykis/HISTORY
@@ -0,0 +1,3 @@
+2017-01-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb10a30532f4f9f41fa871bade09d1116f989b08), Pavel Vinogradov, 01/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page