summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2009-05-03 18:19:16 +0200
committerTreeve Jelbert2009-05-03 18:19:16 +0200
commit0afe20b9c1b0f3d5968916fdcedc7fc066b2587b (patch)
tree54e00c1d0314be9d4322d7913742079d24952ad1
parente5e865b55797903e8484a7d7bbc83f9342c527f1 (diff)
iw-0.9.13
-rw-r--r--ChangeLog1
-rwxr-xr-xlibs/libnl/PRE_BUILD6
-rwxr-xr-xnet/iw/BUILD3
-rwxr-xr-xnet/iw/DEPENDS2
-rwxr-xr-xnet/iw/DETAILS17
-rw-r--r--net/iw/HISTORY4
6 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f00882d3b8..03a39555e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-05-03 Treeve Jelbert <treeve@sourcemage.org>
* groups: add dialout (used by udev)
+ * net/iw: new spell, wireless configuration utility
2009-05-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* http/netsurf/: new spell, A lightweight Web browser with good HTML 4 and CSS support.
diff --git a/libs/libnl/PRE_BUILD b/libs/libnl/PRE_BUILD
new file mode 100755
index 0000000000..95e99df3a2
--- /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 0000000000..c2a0897b14
--- /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 0000000000..5c246052a3
--- /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 0000000000..ca34cf7e41
--- /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 0000000000..519b5ccca7
--- /dev/null
+++ b/net/iw/HISTORY
@@ -0,0 +1,4 @@
+2009-05-03 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.13
+ spell created
+