FreeBSD Bugzilla – Attachment 208665 Details for
Bug 241558
[NEW PORT] sysutils/fusefs-jmtpfs: MTP fusefs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fusefs-jmtpfs.patch (text/plain), 2.46 KB, created by
Ivan Rozhuk
on 2019-10-29 00:41:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2019-10-29 00:41:51 UTC
Size:
2.46 KB
patch
obsolete
>Index: sysutils/fusefs-jmtpfs/Makefile >=================================================================== >--- sysutils/fusefs-jmtpfs/Makefile (nonexistent) >+++ sysutils/fusefs-jmtpfs/Makefile (working copy) >@@ -0,0 +1,35 @@ >+# Created by: Rozhuk Ivan <rozhuk.im@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= jmtpfs >+DISTVERSIONPREFIX= ${PORTNAME}- >+DISTVERSION= g20190420 >+CATEGORIES= sysutils >+PKGNAMEPREFIX= fusefs- >+ >+MAINTAINER= rozhuk.im@gmail.com >+COMMENT= MTP device filesystem >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libmtp.so:multimedia/libmtp >+ >+USE_GITHUB= yes >+GH_ACCOUNT= kiorky >+GH_TAGNAME= af0b79bc555ee60088306fdd2b78b2d51b781da3 >+ >+USES= autoreconf compiler:c++11-lib fuse localbase pkgconfig >+GNU_CONFIGURE= yes >+INSTALL_TARGET= install-strip >+PLIST_FILES= bin/${PORTNAME} >+PORTDOCS= AUTHORS NEWS README.rst >+ >+OPTIONS_DEFINE= DOCS >+ >+ >+post-install-DOCS-on: >+ (cd ${WRKSRC} && ${COPYTREE_SHARE} \ >+ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) >+ >+.include <bsd.port.mk> >Index: sysutils/fusefs-jmtpfs/distinfo >=================================================================== >--- sysutils/fusefs-jmtpfs/distinfo (nonexistent) >+++ sysutils/fusefs-jmtpfs/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1572307386 >+SHA256 (kiorky-jmtpfs-jmtpfs-g20190420-af0b79bc555ee60088306fdd2b78b2d51b781da3_GH0.tar.gz) = 2e442aa0d087422c00e4382fbbd80ee7ee4b87e65cad25782b1a0317cce18c77 >+SIZE (kiorky-jmtpfs-jmtpfs-g20190420-af0b79bc555ee60088306fdd2b78b2d51b781da3_GH0.tar.gz) = 243976 >Index: sysutils/fusefs-jmtpfs/pkg-descr >=================================================================== >--- sysutils/fusefs-jmtpfs/pkg-descr (nonexistent) >+++ sysutils/fusefs-jmtpfs/pkg-descr (working copy) >@@ -0,0 +1,16 @@ >+jmtpfs is a FUSE and libmtp based filesystem for accessing MTP >+(Media Transfer Protocol) devices. It was specifically designed for >+exchaning files between Linux (and Mac OS X) systems and newer Android >+devices that support MTP but not USB Mass Storage. >+ >+The goal is to create a well behaved filesystem, allowing tools like >+find and rsync to work as expected. MTP file types are set automatically >+based on file type detection using libmagic. Setting the file appears >+to be necessary for some Android apps, like Gallery, to be able to find >+and use the files. >+ >+Since it is meant as an Android file transfer utility, and I don't have >+any non-Android MTP devices to test with, playlists and other non-file >+based data are not supported. >+ >+WWW: https://github.com/kiorky/jmtpfs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241558
: 208665