pkgsrc-WIP-changes archive

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

add jmtpfs a program to accessing mtp filesystems



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Wed Jun 8 09:03:20 2016 +0000
Changeset:	7f6e8a119bdca8817d316a59af742bcb6f46330f

Added Files:
	jmtpfs/DESCR
	jmtpfs/Makefile
	jmtpfs/PLIST
	jmtpfs/distinfo

Log Message:
add jmtpfs a program to accessing mtp filesystems

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

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

diffstat:
 jmtpfs/DESCR    |  4 ++++
 jmtpfs/Makefile | 27 +++++++++++++++++++++++++++
 jmtpfs/PLIST    |  2 ++
 jmtpfs/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/jmtpfs/DESCR b/jmtpfs/DESCR
new file mode 100644
index 0000000..1cdbec8
--- /dev/null
+++ b/jmtpfs/DESCR
@@ -0,0 +1,4 @@
+jmtpfs is a FUSE and libmtp based filesystem for accessing MTP (Media
+Transfer Protocol) devices. It was specifically designed for exchanging
+files between Linux (and Mac OSX) systems and newer Android devices that
+support MTP but not USB Mass Storage.
diff --git a/jmtpfs/Makefile b/jmtpfs/Makefile
new file mode 100644
index 0000000..4c83637
--- /dev/null
+++ b/jmtpfs/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+PKGNAME=	jmtpfs-0.5
+CATEGORIES=	filesystems
+GHCOMMIT=	928fb8f2eec34232e3b2cecc121195caa8865e15
+DISTNAME=	${GHCOMMIT}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=JasonFerrara/jmtpfs/archive/}
+EXTRACT_SUFX=	.zip
+#GIT_COMMIT=	928fb8f
+
+MAINTAINER=	amoibos%gmail.com@localhost
+HOMEPAGE=	http://github.com/JasonFerrara/jmtpfs
+COMMENT=	Access to MTP devices
+LICENSE=	gnu-gpl-v3
+
+DIST_SUBDIR=	jmtpfs
+WRKSRC=		${WRKDIR}/jmtpfs-${GHCOMMIT}
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+
+AUTOMAKE_REQD=	1.7.1
+USE_LANGUAGES+=	c c++
+USE_TOOLS+=	pkg-config
+
+.include "../../devel/libmtp/buildlink3.mk"
+.include "../../filesystems/fuse/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/jmtpfs/PLIST b/jmtpfs/PLIST
new file mode 100644
index 0000000..797353c
--- /dev/null
+++ b/jmtpfs/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/jmtpfs
diff --git a/jmtpfs/distinfo b/jmtpfs/distinfo
new file mode 100644
index 0000000..87e07b3
--- /dev/null
+++ b/jmtpfs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jmtpfs/928fb8f2eec34232e3b2cecc121195caa8865e15.zip) = ccfd6913732966f1cd0f27013acf846588ed654d
+RMD160 (jmtpfs/928fb8f2eec34232e3b2cecc121195caa8865e15.zip) = aea443470472da253d7b56e35906171eb4e61269
+SHA512 (jmtpfs/928fb8f2eec34232e3b2cecc121195caa8865e15.zip) = 47d96ec8c2900d91742f9e0e77b34229eb337662a429ae49a4b6dae432694793368bd1df802f8dff415d26dae22533499547fb0650bac52d7066a185eccee9ec
+Size (jmtpfs/928fb8f2eec34232e3b2cecc121195caa8865e15.zip) = 176789 bytes


Home | Main Index | Thread Index | Old Index