Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5fe8c7f2bbdc6004a979965dd035d1c7a8b883c8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5fe8c7f2bbdc6004a979965dd035d1c7a8b883c8)
  • Date: Wed, 31 Mar 2010 06:24:27 -0500

GIT changes to master grimoire by Ismael Luceno <ismael.luceno AT gmail.com>:

ChangeLog | 4 ++++
devel/b43-tools/BUILD | 2 ++
devel/b43-tools/DEPENDS | 2 ++
devel/b43-tools/DETAILS | 18 ++++++++++++++++++
devel/b43-tools/HISTORY | 3 +++
devel/b43-tools/INSTALL | 1 +
devel/b43-tools/PREPARE | 2 ++
kernels/openfwwf/BUILD | 1 +
kernels/openfwwf/DEPENDS | 1 +
kernels/openfwwf/DETAILS | 13 +++++++++++++
kernels/openfwwf/HISTORY | 3 +++
kernels/openfwwf/INSTALL | 1 +
12 files changed, 51 insertions(+)

New commits:
commit 5fe8c7f2bbdc6004a979965dd035d1c7a8b883c8
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

b43-tools: new spell, development tools for BCM43xx

commit aecc7b533b6b46effa4401f0947403152bc67a5d
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

openfwwf: new spell, free software firmware for BCM43xx

diff --git a/ChangeLog b/ChangeLog
index e5b1aa3..95daaf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-31 Ismael Luceno <ismael AT sourcemage.org>
+ * kernels/openfwwf: new spell, free software firmware for BCM43xx
+ * devel/b43-tools: new spell, development tools for BCM43xx
+
2010-03-30 Treeve Jelbert <treeve AT sourcemage.org>
* dev/shiboken: new spell
Python binding generator based on CPython
diff --git a/devel/b43-tools/BUILD b/devel/b43-tools/BUILD
new file mode 100755
index 0000000..fe2395a
--- /dev/null
+++ b/devel/b43-tools/BUILD
@@ -0,0 +1,2 @@
+cd assembler &&
+make
diff --git a/devel/b43-tools/DEPENDS b/devel/b43-tools/DEPENDS
new file mode 100755
index 0000000..d197df6
--- /dev/null
+++ b/devel/b43-tools/DEPENDS
@@ -0,0 +1,2 @@
+depends bison &&
+depends flex
diff --git a/devel/b43-tools/DETAILS b/devel/b43-tools/DETAILS
new file mode 100755
index 0000000..d05f114
--- /dev/null
+++ b/devel/b43-tools/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=b43-tools
+if [[ $B43TOOLS_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}.tar.bz2"
+ SOURCE_URL[0]=git_http://git.bu3sch.de/git/${SPELL}.git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://bu3sch.de/gitweb?p=${SPELL}.git";
+ LICENSE[0]=GPL
+ ENTERED=20100331
+ SHORT="Development tools for the BCM43xx chip"
+cat << EOF
+Development tools for the Broadcom 43xx series Wireless-LAN chip
+EOF
diff --git a/devel/b43-tools/HISTORY b/devel/b43-tools/HISTORY
new file mode 100644
index 0000000..e13e083
--- /dev/null
+++ b/devel/b43-tools/HISTORY
@@ -0,0 +1,3 @@
+2010-03-31 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
+
diff --git a/devel/b43-tools/INSTALL b/devel/b43-tools/INSTALL
new file mode 100755
index 0000000..508cb92
--- /dev/null
+++ b/devel/b43-tools/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}"/usr install
diff --git a/devel/b43-tools/PREPARE b/devel/b43-tools/PREPARE
new file mode 100755
index 0000000..6ef5a11
--- /dev/null
+++ b/devel/b43-tools/PREPARE
@@ -0,0 +1,2 @@
+config_query B43TOOLS_AUTOUPDATE \
+ "Automatically update on every system update?" n
diff --git a/kernels/openfwwf/BUILD b/kernels/openfwwf/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/kernels/openfwwf/BUILD
@@ -0,0 +1 @@
+make
diff --git a/kernels/openfwwf/DEPENDS b/kernels/openfwwf/DEPENDS
new file mode 100755
index 0000000..1d1e99c
--- /dev/null
+++ b/kernels/openfwwf/DEPENDS
@@ -0,0 +1 @@
+depends b43-tools
diff --git a/kernels/openfwwf/DETAILS b/kernels/openfwwf/DETAILS
new file mode 100755
index 0000000..00ba7b6
--- /dev/null
+++ b/kernels/openfwwf/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=openfwwf
+ VERSION=5.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.ing.unibs.it/${SPELL}/firmware/${SOURCE}
+
SOURCE_HASH=sha512:17c2332dea6d0e49a3916bcf46394cb81d9bfa7c2bee56c16267c9b2919f079c240617549f0998acd53a5b63b61a3b04ea1af84b304977c061eff508feaf4bf5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.ing.unibs.it/openfwwf/";
+ LICENSE[0]=GPL
+ ENTERED=20100331
+ SHORT="Free software firmware for BCM43xx"
+cat << EOF
+Free software firmware for Broadcom BCM43xx devices with Wireless-Core
Revision 5
+EOF
diff --git a/kernels/openfwwf/HISTORY b/kernels/openfwwf/HISTORY
new file mode 100644
index 0000000..44ce19a
--- /dev/null
+++ b/kernels/openfwwf/HISTORY
@@ -0,0 +1,3 @@
+2010-03-31 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/kernels/openfwwf/INSTALL b/kernels/openfwwf/INSTALL
new file mode 100755
index 0000000..1b9ba1d
--- /dev/null
+++ b/kernels/openfwwf/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/lib/firmware/b43" install




Archive powered by MHonArc 2.6.24.

Top of Page