[SM-Commit] GIT changes to master grimoire by Arjan Bouter (ff80c38088807254ee303b1c61968676860cf5ee)

Arjan Bouter scm at sourcemage.org
Thu May 22 20:48:52 EDT 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 ChangeLog          |    6 ++++++
 disk/mtpfs/DEPENDS |    6 ++++++
 disk/mtpfs/DETAILS |   14 ++++++++++++++
 disk/mtpfs/HISTORY |    2 ++
 4 files changed, 28 insertions(+)

New commits:
commit ff80c38088807254ee303b1c61968676860cf5ee
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    mtpfs: fuse filesystem for mtp devices

diff --git a/ChangeLog b/ChangeLog
index e1c6979..992adf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-23 Arjan Bouter <abouter at sourcemage.org>
+	* disk/mtpfs: New spell, fuse filesystem for mtp
+
+2008-05-22 Arjan Bouter <abouter at sourcemage.org>
+	* disk/libmtp: New spell, media transfer protocol library
+
 2008-05-20 Juuso Alasuutari <iuso at sourcemage.org>
 	* devel/sparse: New spell, a semantic parser of C source files.
 
diff --git a/disk/mtpfs/DEPENDS b/disk/mtpfs/DEPENDS
new file mode 100755
index 0000000..2af7f21
--- /dev/null
+++ b/disk/mtpfs/DEPENDS
@@ -0,0 +1,6 @@
+depends  fuse       &&
+depends  libmtp     &&
+depends  libid3tag  &&
+depends  glib2      &&
+depends  libmad
+
diff --git a/disk/mtpfs/DETAILS b/disk/mtpfs/DETAILS
new file mode 100755
index 0000000..5adaf77
--- /dev/null
+++ b/disk/mtpfs/DETAILS
@@ -0,0 +1,14 @@
+           SPELL=mtpfs
+         VERSION=0.7
+          SOURCE="$SPELL-$VERSION.tar.gz"
+   SOURCE_URL[0]=http://www.adebenham.com/mtpfs/mtpfs-0.7.tar.gz
+     SOURCE_HASH=sha512:671c2539d5ee38c35a76ef6871b31afca060e16dc55a9b7d859d59462914044e5cfc028a078514cac0a4fcf02151cd3fba6c371b39c2f8c53e7fdf4e348a15f6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}.orig"
+        WEB_SITE="http://www.adebenham.com/mtpfs/"
+      LICENSE[0]=GPL
+         ENTERED=20080523
+           SHORT="a FUSE filesystem for MTP devices"
+cat << EOF
+MTPfs is a FUSE filesystem that supports reading and writing from any MTP
+device supported by libmtp.
+EOF
diff --git a/disk/mtpfs/HISTORY b/disk/mtpfs/HISTORY
new file mode 100644
index 0000000..7656c00
--- /dev/null
+++ b/disk/mtpfs/HISTORY
@@ -0,0 +1,2 @@
+2008-05-23 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS, DETAILS, HISTORY: spell created



More information about the SM-Commit mailing list