Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7da7aafd6947fe12b88c7aea19bca9fbf1f507fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7da7aafd6947fe12b88c7aea19bca9fbf1f507fa)
  • Date: Wed, 9 May 2012 05:38:54 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
crypto/npth/DETAILS | 28 ++++++++++++++++++++++++++++
crypto/npth/HISTORY | 2 ++
3 files changed, 33 insertions(+)

New commits:
commit 9d66ecd4c82005926fd247104de8a10a2576f85f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

crypto/npth: new spell, new GNU Portable Threads Library

diff --git a/ChangeLog b/ChangeLog
index fb31882..2ccf5b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/npth: new spell, new GNU Portable Threads Library
+
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* libs/libusbx: new spell
fork of original libusb project
diff --git a/crypto/npth/DETAILS b/crypto/npth/DETAILS
new file mode 100755
index 0000000..0997b8d
--- /dev/null
+++ b/crypto/npth/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=npth
+ VERSION=0.90
+
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/npth/$SOURCE
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY"
+
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.gnupg.org/
+ ENTERED=20120509
+ LICENSE[0]=GPL
+ SHORT="new GNU Portable Threads Library"
+cat << EOF
+nPth - The New GNU Portable Threads Library
+
+This is a library to provide the GNU Pth API and thus a
+non-preemptive threads implementation.
+
+In contrast to GNU Pth is is based on the system's standard threads
+implementation. This allows the use of libraries which are not
+compatible to GNU Pth. Experience with a Windows Pth emulation
+showed that this is a solid way to provide a co-routine based
+framework.
+EOF
diff --git a/crypto/npth/HISTORY b/crypto/npth/HISTORY
new file mode 100644
index 0000000..8677c78
--- /dev/null
+++ b/crypto/npth/HISTORY
@@ -0,0 +1,2 @@
+2012-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.90



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7da7aafd6947fe12b88c7aea19bca9fbf1f507fa), Ladislav Hagara, 05/09/2012

Archive powered by MHonArc 2.6.24.

Top of Page