Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a2f0bc84dd41ed7c98c59dab0878973745b94638)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a2f0bc84dd41ed7c98c59dab0878973745b94638)
  • Date: Tue, 24 Apr 2007 19:17:13 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 4 ++++
libs/c-ares/279D5C91.gpg |binary
libs/c-ares/DETAILS | 16 ++++++++++++++++
libs/c-ares/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit fa2f23540c26fbe24aa164953020ecfe5dc3adeb
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

c-ares: new spell, asynchronous dns resolver library

diff --git a/ChangeLog b/ChangeLog
index d650a91..30bea62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libs/c-ares: new spell, asynchronous DNS resolver library,
+ can be used by curl, bzflag, aria2, tor and others
+
2007-04-24 Treeve Jelbert <treeve AT sourcemage.org>
* utils/hal-info: new spell, needed for latest hal

diff --git a/libs/c-ares/279D5C91.gpg b/libs/c-ares/279D5C91.gpg
new file mode 100644
index 0000000..29d254f
Binary files /dev/null and b/libs/c-ares/279D5C91.gpg differ
diff --git a/libs/c-ares/DETAILS b/libs/c-ares/DETAILS
new file mode 100755
index 0000000..7c19bd6
--- /dev/null
+++ b/libs/c-ares/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=c-ares
+ VERSION=1.3.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://daniel.haxx.se/projects/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://daniel.haxx.se/projects/$SPELL/$SOURCE2
+ SOURCE_GPG=279D5C91.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE="http://daniel.haxx.se/projects/c-ares/";
+ LICENSE[0]=MIT
+ ENTERED=20070425
+ SHORT="A C library that resolves names asynchronously."
+cat << EOF
+c-ares is a C library that resolves names asynchronously.
+EOF
diff --git a/libs/c-ares/HISTORY b/libs/c-ares/HISTORY
new file mode 100644
index 0000000..3a4498d
--- /dev/null
+++ b/libs/c-ares/HISTORY
@@ -0,0 +1,3 @@
+2007-04-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, HISTORY: created spell
+ * 279D5C91.gpg: created spell, upstream key



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a2f0bc84dd41ed7c98c59dab0878973745b94638), Andraž Levstik, 04/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page