pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import of the fuse module simple-mtpfs for getting access to mtp devices



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Mon Jun 6 17:36:08 2016 +0000
Changeset:	5759a2fb10e3e11cead31587467700a2c5172a35

Added Files:
	simple-mtpfs/DESCR
	simple-mtpfs/Makefile
	simple-mtpfs/PLIST
	simple-mtpfs/distinfo

Log Message:
import of the fuse module simple-mtpfs for getting access to mtp devices

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5759a2fb10e3e11cead31587467700a2c5172a35

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 simple-mtpfs/DESCR    |  7 +++++++
 simple-mtpfs/Makefile | 31 +++++++++++++++++++++++++++++++
 simple-mtpfs/PLIST    |  3 +++
 simple-mtpfs/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/simple-mtpfs/DESCR b/simple-mtpfs/DESCR
new file mode 100644
index 0000000..3febf13
--- /dev/null
+++ b/simple-mtpfs/DESCR
@@ -0,0 +1,7 @@
+Simple-MTPFS(Simple Media Transfer Protocol FileSystem) is a file system
+for Linux(and other operating system with a FUSE implementation, such as
+Mac OS X or FreeBSD) capable of operating on files on MTP devices
+attached via USB to local machine. On the local computer where the
+SIMPLE-MTPDS is mounted, the implementation makes use of the FUSE
+(Filesystem in Userspace) kernel module. The practical effect of this is
+that the end user can seamlessly interact with MTP device files.
diff --git a/simple-mtpfs/Makefile b/simple-mtpfs/Makefile
new file mode 100644
index 0000000..31275f6
--- /dev/null
+++ b/simple-mtpfs/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+PKGNAME=	simple-mtpfs-0.2-24
+CATEGORIES=	filesystems
+GHCOMMIT=	ea08fdb1299a2f53ac758f15c0377434ac0bbf89
+DISTNAME=	${GHCOMMIT}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=simple-mtpfs/}
+EXTRACT_SUFX=	.zip
+#GIT_COMMIT=	EA08FDB
+
+MAINTAINER=	amoibos%gmail.com@localhost
+HOMEPAGE=	http://github.com/phatina/simple-mtpfs
+COMMENT=	FUSE module for interacting with MTP devices
+LICENSE=	gnu-gpl-v2
+
+DIST_SUBDIR=	simple-mtpfs
+WRKSRC=		${WRKDIR}/simple-mtpfs-${GHCOMMIT}
+
+GNU_CONFIGURE=	yes
+
+AUTOMAKE_REQD=	1.7.1
+USE_LANGUAGES+=	c c++
+MAKE_FILE=	makefile
+USE_TOOLS+=	pkg-config automake aclocal autoconf
+
+pre-configure:
+	set -e; cd ${WRKSRC}; \
+	aclocal; autoheader; automake -a --foreign -i; autoconf
+
+.include "../../devel/libmtp/buildlink3.mk"
+.include "../../filesystems/fuse/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/simple-mtpfs/PLIST b/simple-mtpfs/PLIST
new file mode 100644
index 0000000..dc460a2
--- /dev/null
+++ b/simple-mtpfs/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/simple-mtpfs
+man/man1/simple-mtpfs.1
diff --git a/simple-mtpfs/distinfo b/simple-mtpfs/distinfo
new file mode 100644
index 0000000..c5aae35
--- /dev/null
+++ b/simple-mtpfs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (simple-mtpfs/ea08fdb1299a2f53ac758f15c0377434ac0bbf89.zip) = 4e851d94aa14aada524ddcccd08cea81ff7c9ac0
+RMD160 (simple-mtpfs/ea08fdb1299a2f53ac758f15c0377434ac0bbf89.zip) = 87904ce0084ff21f0e1d2fc40b72d2de4471dd33
+SHA512 (simple-mtpfs/ea08fdb1299a2f53ac758f15c0377434ac0bbf89.zip) = a8c889086f6ddd6b9ab6c08e353bcc7235e43b96e68780f416224c8a62b88cd58b0ae47a9a6271bf138d55f77e37dc2e5669f27ca29aaca24ebcf879f3a2cfd3
+Size (simple-mtpfs/ea08fdb1299a2f53ac758f15c0377434ac0bbf89.zip) = 63996 bytes


Home | Main Index | Thread Index | Old Index