aboutsummaryrefslogtreecommitdiff
path: root/net/grive2/files
Commit message (Collapse)AuthorAgeFilesLines
* net/grive2: Moved man to share/manMuhammad Moinur Rahman2024-02-251-0/+14
| | | | Approved by: portmgr (blanket)
* net/grive2: Update to 0.5.2-dev to fix OAuth quota limitation issueLi-Wen Hsu2020-10-241-12/+0
| | | | | | | | | | | Pass maintainership to the submitter PR: 250534 Submitted by: Samuel Andersen <samuel@andersentech.net> MFH: 2020Q4 Notes: svn path=/head/; revision=553220
* net/grive2: fix build on GCC architecturesPiotr Kubaj2019-10-071-11/+0
| | | | | | | | | | | | | | | | Use C++11 compiler and don't add -D_GLIBCXX_USE_CXX11_ABI=0. With -D_GLIBCXX_USE_CXX11_ABI=0: /usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: in function `_GLOBAL__sub_I__ZN11JsonValTest4Test11test_methodEv': JsonValTest.cc:(.text.startup+0x174): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)' /usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: in function `boost::unit_test::make_test_case(boost::function<void ()> const&, boost::unit_test::basic_cstring<char const>, boost::unit_test::basic_cstring<char const>, unsigned long)': ValTest.cc:(.text._ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m[_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m]+0x58): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)' collect2: error: ld returned 1 exit status PR: 241058 Approved by: cpm (maintainer), linimon (mentor) Notes: svn path=/head/; revision=513951
* - Unbreak build on powerpc64Carlos J. Puga Medina2018-07-274-35/+19
| | | | | | | | | | | - Add BACKTRACE option - Remove patches added upstream - Bump PORTREVISION PR: 229118 Notes: svn path=/head/; revision=475467
* net/grive2: Update to 0.5.1-devCarlos J. Puga Medina2018-04-231-0/+13
| | | | | | | | | | | | | | | | - Use DISTVERSION instead of PORTVERSION for the new version - Remove CONFLICTS_INSTALL (grive port deleted) - Fix libgrive/test build after removing doclist api Noteworthy changes in version 0.5.1-dev - Added no-remote-new and upload-only modes - Ignore regexp not persist anymore (note that Grive will still track it to not accidentally delete remote files when changing ignore regexp) - Added options to limit upload and download speed - Faster upload of new and changed files. Now Grive uploads files without calculating md5 checksum when file is created locally or when its size changes Notes: svn path=/head/; revision=468141
* - Unbreak build with Clang 6Carlos J. Puga Medina2018-01-163-6/+27
| | | | | | | | | | | - Rework patches to push the code upstream - Fix WWW in pkg-descr - Pet portlint Reported by: pkg-fallout Notes: svn path=/head/; revision=459142
* New port: net/grive2 Open source client for Google DriveCarlos J. Puga Medina2016-09-082-0/+18
Grive2 is the fork of original "Grive" Google Drive client with the support for the new Drive REST API and partial sync. WWW: https://github.com/vitalif/grive2/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675 Notes: svn path=/head/; revision=421593