Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bdf9660c6c85febca8c0725285110862af0cfa0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bdf9660c6c85febca8c0725285110862af0cfa0f)
  • Date: Thu, 31 Mar 2016 23:31:15 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
disk/exfat-fuse/DEPENDS | 3 +++
disk/exfat-fuse/DETAILS | 15 +++++++++++++++
disk/exfat-fuse/HISTORY | 3 +++
disk/exfat-fuse/PRE_BUILD | 3 +++
5 files changed, 27 insertions(+)

New commits:
commit bdf9660c6c85febca8c0725285110862af0cfa0f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

disk/exfat-fuse: new spell, exfat via fuse

diff --git a/ChangeLog b/ChangeLog
index 2a580ec..f10c748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-04-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * disk/exfat-fuse: new spell, exfat filesystem via fuse
+
2016-03-29 Vlad Glagolev <stealth AT sourcemage.org>
* utils/systemtap: new spell, Linux trace/probe tool

diff --git a/disk/exfat-fuse/DEPENDS b/disk/exfat-fuse/DEPENDS
new file mode 100755
index 0000000..44c9239
--- /dev/null
+++ b/disk/exfat-fuse/DEPENDS
@@ -0,0 +1,3 @@
+depends autoconf &&
+depends automake &&
+depends fuse
diff --git a/disk/exfat-fuse/DETAILS b/disk/exfat-fuse/DETAILS
new file mode 100755
index 0000000..8676334
--- /dev/null
+++ b/disk/exfat-fuse/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=exfat-fuse
+ VERSION=1.2.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/relan/exfat/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:2a683d5ccc8ee58e2ed3fd32c036137290792e08788b138ea7ca3a04b0cfc8539f39950772535ca9dfa4a5a5aa7582d95624e85b1dd80732db937b99cd85f8c3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/exfat-$VERSION"
+ WEB_SITE="https://github.com/relan/exfat";
+ LICENSE[0]=GPL
+ ENTERED=20160401
+ SHORT="a full-featured exFAT file system implementation"
+cat << EOF
+This project aims to provide a full-featured exFAT file system implementation
+for Unix-like systems. It consists of a FUSE module (fuse-exfat) and a set
+of utilities (exfat-utils).
+EOF
diff --git a/disk/exfat-fuse/HISTORY b/disk/exfat-fuse/HISTORY
new file mode 100644
index 0000000..d6fe4c3
--- /dev/null
+++ b/disk/exfat-fuse/HISTORY
@@ -0,0 +1,3 @@
+2016-04-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/disk/exfat-fuse/PRE_BUILD b/disk/exfat-fuse/PRE_BUILD
new file mode 100755
index 0000000..cf38921
--- /dev/null
+++ b/disk/exfat-fuse/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+autoreconf -fi



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (bdf9660c6c85febca8c0725285110862af0cfa0f), Florian Franzmann, 03/31/2016

Archive powered by MHonArc 2.6.24.

Top of Page