Skip to Content.
Sympa Menu

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

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 (fd73ee0809cf0918f5c12a792f2c8d2f241aa201)
  • Date: Thu, 18 Aug 2016 05:14:22 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
net/ifupdown-wpa/BUILD | 1 +
net/ifupdown-wpa/DEPENDS | 1 +
net/ifupdown-wpa/DETAILS | 14 ++++++++++++++
net/ifupdown-wpa/HISTORY | 2 ++
net/ifupdown-wpa/INSTALL | 25 +++++++++++++++++++++++++
net/ifupdown-wpa/PRE_BUILD | 5 +++++
7 files changed, 51 insertions(+)

New commits:
commit fd73ee0809cf0918f5c12a792f2c8d2f241aa201
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ifupdown-wpa: new spell, ifupdown WPA client/AP support

diff --git a/ChangeLog b/ChangeLog
index 2b1cd17..b8b8c43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-08-17 Ismael Luceno <ismael AT sourcemage.org>
+ * net/ifupdown-wpa: new spell, ifupdown WPA client/AP support
+
2016-08-12 Pavel Vinogradov <public AT sourcemage.org>
* fonts-x11/terminus-ttf: new spell, a TrueType version of
Terminus Font
diff --git a/net/ifupdown-wpa/BUILD b/net/ifupdown-wpa/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/ifupdown-wpa/BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/ifupdown-wpa/DEPENDS b/net/ifupdown-wpa/DEPENDS
new file mode 100755
index 0000000..3070119
--- /dev/null
+++ b/net/ifupdown-wpa/DEPENDS
@@ -0,0 +1 @@
+runtime_depends ifupdown
diff --git a/net/ifupdown-wpa/DETAILS b/net/ifupdown-wpa/DETAILS
new file mode 100755
index 0000000..666c7e4
--- /dev/null
+++ b/net/ifupdown-wpa/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ifupdown-wpa
+ VERSION=2.5-2+v2.4-2
+ SOURCE="wpa_$VERSION.debian.tar.xz"
+ SOURCE_URL[0]=http://http.debian.net/debian/pool/main/w/wpa/$SOURCE
+
SOURCE_HASH=sha512:2f8666d9b4ec285cefe52b89fa22b41f68b795623954fd7617d82afacfe4c5cbbd5322f73023ddc2d546d3362d1a3073d3f3ce9ea82e79750098f6b6dac88e6f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://packages.debian.org/source/sid/wpa";
+ LICENSE[0]="GPLv2"
+ ENTERED=20160817
+ KEYWORDS=""
+ SHORT="ifupdown WPA client/AP support"
+cat << EOF
+wpa_supplicant and hostapd ifupdown hook scripts.
+EOF
diff --git a/net/ifupdown-wpa/HISTORY b/net/ifupdown-wpa/HISTORY
new file mode 100644
index 0000000..f098fd8
--- /dev/null
+++ b/net/ifupdown-wpa/HISTORY
@@ -0,0 +1,2 @@
+2016-08-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/net/ifupdown-wpa/INSTALL b/net/ifupdown-wpa/INSTALL
new file mode 100755
index 0000000..a26730c
--- /dev/null
+++ b/net/ifupdown-wpa/INSTALL
@@ -0,0 +1,25 @@
+mklinks() {
+ local f="$1" dst="$INSTALL_ROOT/etc/network"
+ shift
+ for i in "$@"; do
+ mkdir -p "$i" &&
+ ln -sft "$dst/$i" "../../wpa_supplicant/$f"
+ done
+}
+
+install -m755 -D -t "$INSTAL_ROOT"/etc/wpa_supplicant/ \
+ action_wpa.sh \
+ functions.sh
+ wpasupplicant.sh \
+ hostapd.sh
+
+install -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man8/ \
+ wpa_action.8
+
+install -m755 -D -t "$INSTALL_ROOT"/usr/sbin/ \
+ wpa_action
+
+mklinks hostapd.sh if-pre-up.d if-post-down.d
+mklinks wpasupplicant.sh if-pre-up.d if-up.d if-down.d if-post-down.d
+mkdir -p "$INSTALL_ROOT"/etc/ifplugd/action.d
+ln -sft "$INSTALL_ROOT"/etc/ifplugd/action.d action_wpa.sh
diff --git a/net/ifupdown-wpa/PRE_BUILD b/net/ifupdown-wpa/PRE_BUILD
new file mode 100755
index 0000000..eda1802
--- /dev/null
+++ b/net/ifupdown-wpa/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+verify_file '' &&
+xz -dc "$SOURCE_CACHE/$SOURCE" |
+tar -x --strip-components=2 debian/ifupdown



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fd73ee0809cf0918f5c12a792f2c8d2f241aa201), Ismael Luceno, 08/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page