Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0afe20b9c1b0f3d5968916fdcedc7fc066b2587b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0afe20b9c1b0f3d5968916fdcedc7fc066b2587b)
  • Date: Sun, 3 May 2009 11:19:41 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 1 +
devel/falcon/DETAILS | 6 +++---
devel/falcon/HISTORY | 5 ++++-
libs/libnl/HISTORY | 3 +++
libs/libnl/PRE_BUILD | 6 ++++++
net/iw/BUILD | 3 +++
net/iw/DEPENDS | 2 ++
net/iw/DETAILS | 17 +++++++++++++++++
net/iw/HISTORY | 4 ++++
9 files changed, 43 insertions(+), 4 deletions(-)

New commits:
commit 0afe20b9c1b0f3d5968916fdcedc7fc066b2587b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

iw-0.9.13

commit e5e865b55797903e8484a7d7bbc83f9342c527f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libnl - fix compile with gcc-4.3

commit e49bac6ab7136aa988c2b2ec7efd8d5dff782e52
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

falcon: => 0.9.1.4

diff --git a/ChangeLog b/ChangeLog
index f00882d..03a3955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* groups: add dialout (used by udev)
+ * net/iw: new spell, wireless configuration utility

2009-05-03 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* http/netsurf/: new spell, A lightweight Web browser with good HTML
4 and CSS support.
diff --git a/devel/falcon/DETAILS b/devel/falcon/DETAILS
index 24d924b..9f52342 100755
--- a/devel/falcon/DETAILS
+++ b/devel/falcon/DETAILS
@@ -1,9 +1,9 @@
SPELL=falcon
SPELLX=Falcon
- VERSION=0.9.1
-
SOURCE_HASH=sha512:d4887390a0bd0bfd7068a1dcd9e5d8b3df2a67acaad9f0574a2302ed51ff5f6c3209480227b82f1a7ebb684a9c7ec81cd7476221b54dde4e87c3d6efed536da8
+ VERSION=0.9.1.4
+
SOURCE_HASH=sha512:0a3db4932002250e5b706d71e157b23056b731872ed37ba555ca7e5b2778b2f4a7ffcec40680e3650bbfa6dcfe97af89b006ccc4573fb5ccbbc83d5348d7cd47
SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//.2}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//.4}
WEB_SITE=http://www.falconpl.org/
SOURCE_URL[0]=$WEB_SITE/project_dl/_official_rel/$SOURCE
LICENSE[0]=GPL
diff --git a/devel/falcon/HISTORY b/devel/falcon/HISTORY
index 8b5a929..047a547 100644
--- a/devel/falcon/HISTORY
+++ b/devel/falcon/HISTORY
@@ -1,5 +1,8 @@
+2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.1.4
+
2009-04-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.0
+ * DETAILS: version 0.9.1

2009-03-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.0
diff --git a/libs/libnl/HISTORY b/libs/libnl/HISTORY
index 4c2eed6..a0cb3c7 100644
--- a/libs/libnl/HISTORY
+++ b/libs/libnl/HISTORY
@@ -1,3 +1,6 @@
+2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, fix compile with gcc-4.3
+
2008-04-12 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.1

diff --git a/libs/libnl/PRE_BUILD b/libs/libnl/PRE_BUILD
new file mode 100755
index 0000000..95e99df
--- /dev/null
+++ b/libs/libnl/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix for gcc-4.3
+sed -i '1 i\
+#include <limits.h>\
+' include/netlink-local.h
diff --git a/net/iw/BUILD b/net/iw/BUILD
new file mode 100755
index 0000000..c2a0897
--- /dev/null
+++ b/net/iw/BUILD
@@ -0,0 +1,3 @@
+
+make
+
diff --git a/net/iw/DEPENDS b/net/iw/DEPENDS
new file mode 100755
index 0000000..5c24605
--- /dev/null
+++ b/net/iw/DEPENDS
@@ -0,0 +1,2 @@
+depends libnl &&
+depends pkgconfig
diff --git a/net/iw/DETAILS b/net/iw/DETAILS
new file mode 100755
index 0000000..ca34cf7
--- /dev/null
+++ b/net/iw/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=iw
+ VERSION=0.9.13
+
SOURCE_HASH=sha512:5e94258146210b5a001ffb3cacbd54891134da519f5ad3b5523d622e720811483aa5118a416789437e14496b35ab0a6eef1e31efa8593e8b6b44121cdee50f90
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://linuxwireless.org/en/users/Documentation/iw
+ SOURCE_URL[0]=http://wireless.kernel.org/download/iw/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090503
+ KEYWORDS="network"
+ SHORT="configuration utility for wireless devices"
+cat << EOF
+iw is a new nl80211 based CLI configuration utility for wireless devices.
Currently
+you can only use this utility to configure devices which use a mac80211
driver as
+these are the new drivers being written ? only because most new wireless
devices being
+sold are now SoftMAC
+EOF
diff --git a/net/iw/HISTORY b/net/iw/HISTORY
new file mode 100644
index 0000000..519b5cc
--- /dev/null
+++ b/net/iw/HISTORY
@@ -0,0 +1,4 @@
+2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.13
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0afe20b9c1b0f3d5968916fdcedc7fc066b2587b), Treeve Jelbert, 05/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page