Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (725a919fc62457761226c0cb2c67bb6a6c0a64f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (725a919fc62457761226c0cb2c67bb6a6c0a64f9)
  • Date: Sun, 12 Aug 2007 16:35:52 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

ChangeLog | 3 +++
ftp/gnunet-gtk/DEPENDS | 2 ++
ftp/gnunet-gtk/DETAILS | 21 +++++++++++++++++++++
ftp/gnunet-gtk/HISTORY | 2 ++
ftp/gnunet/DEPENDS | 20 ++++++++++++++------
ftp/gnunet/DETAILS | 4 ++--
ftp/gnunet/HISTORY | 5 +++++
7 files changed, 49 insertions(+), 8 deletions(-)

New commits:
commit cde63f79059e130ec6541a3ebae4e4cf5d715208
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

gnunet-gtk: new spell

commit d69d2a17080f20545602c4a8a9aadae18476f705
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

gnunet: update to 0.7.2b, reworked deps

diff --git a/ChangeLog b/ChangeLog
index 866b573..5370bcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-12 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * ftp/gnunet-gtk: new spell, gui for gnunet
+
2007-08-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* wm-addons/wmforkplop: new spell, a process monitoring applet
similar to wmtop
diff --git a/ftp/gnunet-gtk/DEPENDS b/ftp/gnunet-gtk/DEPENDS
new file mode 100755
index 0000000..a81ea33
--- /dev/null
+++ b/ftp/gnunet-gtk/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends gnunet
diff --git a/ftp/gnunet-gtk/DETAILS b/ftp/gnunet-gtk/DETAILS
new file mode 100755
index 0000000..4b16c7d
--- /dev/null
+++ b/ftp/gnunet-gtk/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gnunet-gtk
+ VERSION=0.7.2b
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://gnunet.org/download/${SOURCE}
+
SOURCE_HASH=sha512:6bdf0097b36bf446feb10be01a61ec656e675a129c9135242081eb11fc6d50eaa91aac6a428849e47564cac9527175c005f121b7ceacef26d997844595303974
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/gnunet-gtk-${VERSION}
+ WEB_SITE=http://www.gnunet.org
+ ENTERED=20070812
+ LICENSE[0]=GPL
+ KEYWORDS="peertopeer ftp"
+ SHORT="gtk+2 gui for gnunet"
+cat << EOF
+Gtk+2 gui for gnunet.
+GNUnet is a framework for secure peer-to-peer networking that does not use
any
+centralized or otherwise trusted services. A first service implemented on
top of
+the networking layer allows anonymous censorship-resistant file-sharing.
GNUnet
+uses a simple, excess-based economic model to allocate resources. Peers in
+GNUnet monitor each others behavior with respect to resource usage; peers
that
+contribute to the network are rewarded with better service.
+EOF
+
diff --git a/ftp/gnunet-gtk/HISTORY b/ftp/gnunet-gtk/HISTORY
new file mode 100644
index 0000000..852aa6c
--- /dev/null
+++ b/ftp/gnunet-gtk/HISTORY
@@ -0,0 +1,2 @@
+2007-08-12 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created this spell
diff --git a/ftp/gnunet/DEPENDS b/ftp/gnunet/DEPENDS
index c471e4a..1631947 100755
--- a/ftp/gnunet/DEPENDS
+++ b/ftp/gnunet/DEPENDS
@@ -1,12 +1,20 @@
depends gmp &&
+depends curl &&
depends libgcrypt &&
depends libextractor &&
-depends sqlite &&
-optional_depends "gtk+" \
- "" \
- "--without-gtk" \
- "Would you like to use a GTK+ GUI?" &&
optional_depends "gettext" \
"" \
"--without-gettext" \
- "Would you like to use gettext?"
+ "Would you like to use gettext?" &&
+optional_depends "mysql" \
+ "" \
+ "--without-mysql" \
+ "Would you like to use mysql?" &&
+optional_depends "sqlite" \
+ "" \
+ "--without-sqlite" \
+ "Would you like to use sqlite?" &&
+optional_depends "guile" \
+ "" \
+ "--without-guile" \
+ "Would you like to use guile? (for gnunet-setup)"
diff --git a/ftp/gnunet/DETAILS b/ftp/gnunet/DETAILS
index 7c0a94b..1e4172e 100755
--- a/ftp/gnunet/DETAILS
+++ b/ftp/gnunet/DETAILS
@@ -1,8 +1,8 @@
SPELL=gnunet
- VERSION=0.7.0
+ VERSION=0.7.2b
SOURCE=GNUnet-${VERSION}.tar.bz2
SOURCE_URL[0]=http://gnunet.org/download/${SOURCE}
-
SOURCE_HASH=sha512:8231ca7c717000a98121f7de8660fc903c13852146a4afdd78d44f21990d44465c344c2e15ee15619365a728d84c1a195e20804323ba9bbb1447cd17b0440c7d
+
SOURCE_HASH=sha512:139f2ac1c2c126b8958828bd3b9156f44580bfbdb3701dba5ed2692020e557413d92d497cd0b24d58cca8ce3faa1f2801b9135ac86a19a4b45fc43250c7efdd7
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GNUnet-${VERSION}
WEB_SITE=http://www.gnunet.org
ENTERED=20050208
diff --git a/ftp/gnunet/HISTORY b/ftp/gnunet/HISTORY
index b431002..9d29fc9 100644
--- a/ftp/gnunet/HISTORY
+++ b/ftp/gnunet/HISTORY
@@ -1,3 +1,8 @@
+2007-08-12 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS: update to 0.7.2b
+ * DEPENDS: added curl, removed gtk+, added sqlite, mysql and guile as
+ * opt deps.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (725a919fc62457761226c0cb2c67bb6a6c0a64f9), Mathieu Lonjaret, 08/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page