aboutsummaryrefslogtreecommitdiff
path: root/sysutils/android-file-transfer
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/android-file-transfer: skip bad versiongatekeeper2024-08-031-0/+3
| | | | | | | | Portscout reports "continuous" is the newest version so skip this version. PR: 280460 Approved by: submitter is maintainer
* sysutils/android-file-transfer: update to 4.3gatekeeper2024-07-233-33/+33
| | | | | | | | | | | Submitter takes maintainership. Remove Python option because this port install files under PYTHON_SITELIBDIR (must use pyXY prefix). Disable libusb debug option in code: this makes the software much more clean and usable in the command line. Pet portfmt. PR: 279895
* */*: Chase audio/taglib shlib version bumpJason E. Hale2024-06-141-1/+1
| | | | PR: 266677
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop illusion of maintenanceJan Beich2021-01-311-1/+1
| | | | | | | | | Gift important ports (reset if undesired): - multimedia/libmtp -> desktop@ - x11-drivers/xf86-input-wacom -> x11@ Notes: svn path=/head/; revision=563446
* sysutils/android-file-transfer: update to 4.2Jan Beich2020-12-302-4/+4
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=559646
* sysutils/android-file-transfer: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-2/+2
| | | | Notes: svn path=/head/; revision=559092
* sysutils/android-file-transfer: update to 4.1Jan Beich2020-12-142-4/+4
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=558087
* sysutils/android-file-transfer: update to 4.0Jan Beich2020-11-162-9/+26
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=555486
* sysutils/android-file-transfer: expose FUSE on DragonFlyJan Beich2019-12-101-2/+0
| | | | | | | See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e Notes: svn path=/head/; revision=519784
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* sysutils/android-file-transfer: update to 3.9Jan Beich2019-06-132-15/+4
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.9 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=504050
* sysutils/android-file-transfer: update to 3.8Jan Beich2019-05-212-5/+16
| | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.8 Notes: svn path=/head/; revision=502181
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Avoid misuse of GH_TAGNAME in my portsJan Beich2019-03-161-1/+1
| | | | | | | For snapshots based on git-describe(1) use DISTVERSIONFULL instead. Notes: svn path=/head/; revision=495998
* sysutils/android-file-transfer: clean up after r495936 + r495967Jan Beich2019-03-161-16/+8
| | | | | | | Drop QT (common), RADIO and MULTI and move QT5 to DEFAULT. Notes: svn path=/head/; revision=495988
* sysutils/android-file-transfer: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-161-14/+2
| | | | | | | | | - this breaks sysutils/android-file-transfer-qt4 until removal Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495936
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+7
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* sysutils/android-file-transfer: update to 3.7Jan Beich2018-11-132-4/+4
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.7 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.6...v3.7 Notes: svn path=/head/; revision=484846
* sysutils/android-file-transfer: update to 3.6Jan Beich2018-11-072-4/+4
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.6 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.5...v3.6 Notes: svn path=/head/; revision=484414
* sysutils/android-file-transfer: update to 3.5Jan Beich2018-09-112-5/+5
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.5 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.4...v3.5 Notes: svn path=/head/; revision=479525
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* sysutils/android-file-transfer: update to 3.4Jan Beich2018-07-072-4/+4
| | | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.4 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.3...v3.4 MFH: 2018Q3 (mainly bug fixes) Notes: svn path=/head/; revision=474044
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+4
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* sysutils/android-file-transfer: update to 3.3Jan Beich2018-04-112-6/+8
| | | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.3 MFH: 2018Q2 (mainly bug fixes) Notes: svn path=/head/; revision=467116
* sysutils/android-file-transfer: re-indent PLIST_FILES after r457776Jan Beich2018-01-011-1/+1
| | | | Notes: svn path=/head/; revision=457777
* Improve CMake style in my portsJan Beich2018-01-011-8/+12
| | | | | | | | | | - Convert to CMAKE_{ON,OFF} helpers - Convert to _CMAKE_BOOL option helpers - android-file-transfer: Share _CMAKE_BOOL via _IMPLIES - Annotate types Notes: svn path=/head/; revision=457776
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Fix some typosJan Beich2017-07-261-1/+1
| | | | Notes: svn path=/head/; revision=446667
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* sysutils/android-file-transfer: update to 3.2Jan Beich2017-06-242-10/+9
| | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.2 Notes: svn path=/head/; revision=444241
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* sysutils/android-file-transfer: update to 3.1Jan Beich2017-02-262-5/+9
| | | | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/compare/5a818d8...v3.1 Notes: svn path=/head/; revision=434854
* Drop pre-10.3 support in my portsJan Beich2017-01-032-15/+0
| | | | | | | | Figuring out which GCC hacks are safe to drop is tricky but at least devel/fb-adb is limited to x86 due to ADA bootstrap. Notes: svn path=/head/; revision=430462
* sysutils/android-file-transfer: unbreak on 9.x after r426565Jan Beich2016-11-242-6/+6
| | | | | | | | | | | | | | | | | | | In file included from cli/Session.cpp:22:0: ./cli/PosixStreams.h: In constructor 'cli::ObjectInputStream::ObjectInputStream(const string&)': ./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope perror("open"); ^ ./cli/PosixStreams.h: In constructor 'cli::ObjectOutputStream::ObjectOutputStream(const string&)': ./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope perror("open"); ^ Changes: https://github.com/whoozle/android-file-transfer-linux/compare/40640fb...5a818d8 PR: 196712 Reported by: pkg-fallout Notes: svn path=/head/; revision=426992
* sysutils/android-file-transfer: unbreak _OFF helpers after r422824Jan Beich2016-10-101-1/+1
| | | | Notes: svn path=/head/; revision=423675
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* sysutils/android-file-transfer: enslave GUI and expose CLI optionJan Beich2016-09-271-4/+15
| | | | | | | | Catering package-only users that want Qt4 flavor or just non-GUI parts. COMMENT and pkg-descr (both plural) can be improved in future. Notes: svn path=/head/; revision=422824
* sysutils/android-file-transfer: add new portJan Beich2016-09-264-0/+75
Requested by: @whoozle (upstream) Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. Features: * Simple Qt UI with progress dialogs. * FUSE wrapper (If you'd prefer mounting your device), supporting partial read/writes, allowing instant access to your files. * No file size limits. * Automatically renames album cover to make it visible from media player. * No extra dependencies (e.g. libptp/libmtp). * Available as static/shared library. * Command line tool (aft-mtp-cli) https://github.com/whoozle/android-file-transfer-linux Notes: svn path=/head/; revision=422766