Created attachment 145614 [details] shar SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux (and other operating systems 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-MTPFS 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. in pkg-descr shortened to Simple FUSE filesystem for reading from and writing to MTP devices.
Poudriere and portlint tested?
$ portlint -aC WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 1 warning found. $ poudriere testport -Pj 93i386 -o sysutils/simple-mtpfs 2>&1 | fgrep -i warn ident warning: no id keywords in /poudriere/data/build/93i386-default/ref//usr/ports/sysutils/simple-mtpfs/Makefile simple-mtpfs-util.cpp:(.text+0x3a4): warning: warning: mktemp() possibly used unsafely; consider using mkstemp() I haven't tested on all the supported ARCHs or RELEASEs.
just checking. I gave you much less of a hard time than I normally do for port submissions without test logs. :)
Created attachment 145639 [details] poudriere testport log (9.3R i386) produced on a week old ports tree...
Created attachment 145640 [details] poudriere testport log (10.0R amd64)
Created attachment 145641 [details] poudriere testport log (8.4R i386)
A commit references this bug: Author: adamw Date: Sun Aug 24 16:14:29 UTC 2014 New revision: 365953 URL: http://svnweb.freebsd.org/changeset/ports/365953 Log: Add sysutils/fusefs-simple-mtpfs. Simple FUSE filesystem for reading from and writing to MTP devices. SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux (and other operating systems 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. WWW: https://github.com/phatina/simple-mtpfs PR: 192552 Submitted by: Jan Beich Changes: head/sysutils/Makefile head/sysutils/fusefs-simple-mtpfs/ head/sysutils/fusefs-simple-mtpfs/Makefile head/sysutils/fusefs-simple-mtpfs/distinfo head/sysutils/fusefs-simple-mtpfs/pkg-descr
Committed with a few modifications. I changed the name to fusefs-simple-mtpfs, to match the other fuse modules. Also I added in some of the documentation and expanded the pkg-descr a little bit to explain what mtpfs is.