Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (030dc2ac1ff541989ff4eb2d81a7773bde57d92d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (030dc2ac1ff541989ff4eb2d81a7773bde57d92d)
  • Date: Fri, 4 Mar 2016 16:21:02 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 4 ++++
net/owfs/DEPENDS | 17 +++++++++++++++++
net/owfs/DETAILS | 16 ++++++++++++++++
net/owfs/HISTORY | 2 ++
4 files changed, 39 insertions(+)

New commits:
commit 030dc2ac1ff541989ff4eb2d81a7773bde57d92d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

net/owfs: new spell

diff --git a/ChangeLog b/ChangeLog
index 6c5a1b2..978b089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * net/owfs: new spell, userspace tools for 1-wire bus
+ (a kind of network ...)
+
2016-03-01 Vlad Glagolev <stealth AT sourcemage.org>
* disk/efibootmgr: new spell, user-space application to modify the EFI
boot manager
diff --git a/net/owfs/DEPENDS b/net/owfs/DEPENDS
new file mode 100755
index 0000000..f40aa20
--- /dev/null
+++ b/net/owfs/DEPENDS
@@ -0,0 +1,17 @@
+optional_depends libusb --enable-usb --disable-usb \
+ "1-Wire usb DS2490 support" &&
+optional_depends avahi --enable-avahi --disable-avahi \
+ "for zero-config autodiscovery" &&
+optional_depends fuse --enable-owfs --disable-owfs \
+ "for filesystem-style access via FUSE" &&
+# There are various bindings to scripting languages. I am not testing
+# all of them.
+optional_depends perl --enable-owperl --disable-owperl \
+ "for Perl bindings" &&
+# TODO: mess around with python versions, --with-python and such
+optional_depends python --enable-owpython --disable-owpython \
+ "for Python bindings" &&
+optional_depends php --enable-owphp --disable-owphp \
+ "for PHP bindings"
+optional_depends tcl --enable-owtcl --disable-owtcl \
+ "for Tcl bindings"
diff --git a/net/owfs/DETAILS b/net/owfs/DETAILS
new file mode 100755
index 0000000..3605fd4
--- /dev/null
+++ b/net/owfs/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=owfs
+ VERSION=3.1p1
+
SOURCE_HASH=sha512:f5c2694ce1076969cf4a6970a07b2c2edee42cfbc6886c1790d777d650cc0afe42cf3282328f8832d5286a0aa5827c48e3d4657412ba3391db5e26adfa890cf5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+ WEB_SITE=http://owfs.org/
+ LICENSE[0]=GPL
+ KEYWORDS="1-wire"
+ SHORT="OWFS 1-Wire File System"
+cat << EOF
+OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim.
+OWFS is a simple and flexible program to monitor and control the
+physical environment. You can write scripts to read temperature,
+flash lights, write to an LCD, log and graph, ...
+EOF
diff --git a/net/owfs/HISTORY b/net/owfs/HISTORY
new file mode 100644
index 0000000..2886459
--- /dev/null
+++ b/net/owfs/HISTORY
@@ -0,0 +1,2 @@
+2016-03-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (030dc2ac1ff541989ff4eb2d81a7773bde57d92d), Thomas Orgis, 03/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page