summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Revbump for icuadam10-20/+20
2020-05-26Use unversioned icu namespace.joerg4-10/+10
2020-05-23filesystems/fuse-ext2: allow bashisms for macOSrillig1-1/+2
2020-05-23filesystems/tahoe-lafs: clean up REPLACE_PYTHONrillig1-3/+1
2020-05-22revbump after updating security/nettleadam3-6/+6
2020-05-20mark packages that fail with -Werror=char-subscriptsrillig1-1/+8
These packages are susceptible to bugs when confronted with non-ASCII characters. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182. It takes some time to analyze and fix these individually, therefore they are only marked as "needs work".
2020-05-16pytest from versioned dependsadam1-2/+2
2020-05-14Replace internal .libs copy of the static archive after modification.joerg3-2/+18
Still not MAKE_JOBS_SAFE, but at least it finally builds consistently.
2020-05-06revbump after boost updateadam3-5/+6
2020-04-21fuse-curlftpfs: Update to 0.9.2nia6-35/+42
- new helper function cancel_previous_multi() which checks for errors. - patch by Miklos Szeredi: fixes 'du' for files >= 4GB. - remove buffered writes completely and handle O_RDWR - Fix "hang" when curl_easy_perform(fh->write_conn) in the write thread fails; Detect write errors in the write thread; Synchronize writing with the new semaphore "data_written" to be able to report write errors earlier; Fix that ftpfs_truncate created empty files with no permissions set (caused problems with gedit and others) - Patch from Miklos Szeredi to support streaming writes (includes changes from Robson Braga Araujo) - Added option to use a custom command to list files. - Add ftp_method option to make it faster to browse directories. - Fix broken header dependencies. - Put the FTP server name in fsname by default. Upgraded FUSE_USE_VERSION to 26. - Disable EPSV by default because it can cause the program to hang.
2020-04-12Recursive revision bump after textproc/icu updateadam5-10/+10
2020-03-26Resolve fallout from ICU changesjoerg4-1/+43
2020-03-23glusterfs: Add patch missing in previous commitgdt1-0/+17
2020-03-23glusterfs: Add bashism remediation patchgdt3-10/+9
2020-03-22perfuse: mark as only for NetBSDtnn1-4/+6
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia7-14/+14
2020-03-12filesystems/glusterfs: Exempt bash script from bashisms checkgdt1-2/+4
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz8-15/+16
2020-01-27fuse: Update HOMEPAGEleot1-2/+2
There is no https homepage and the http one just redirect to <https://github.com/libfuse/libfuse>.
2020-01-26all: migrate homepages from http to httpsrillig2-5/+5
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-18all: migrate several HOMEPAGEs to httpsrillig8-16/+16
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin8-16/+16
2020-01-12*: Recursive revbump from devel/boost-libsryoon3-5/+6
2020-01-07fuse-gstfs-ng: Add SUPERSEDESnia1-1/+3
2020-01-07filesystems: Add fuse-gstfs-ng. Replaces fuse-gstfs.nia12-98/+52
gstfs-ng is a FUSE-based file system that works as a dynamic gstreamer-based transcoder over an existing directory. For example, this can make your FLAC music archive appear as an MP3 or OGG archive. Transcodings can be cached in memory and persisted to disk.
2019-12-13py-fs: updated to 2.4.11adam3-8/+22
[2.4.11]: Added Added geturl for TarFS and ZipFS for 'fs' purpose. NoURL for 'download' purpose. Added helpful root path in CreateFailed exception Added Python 3.8 support Fixed Fixed tests leaving tmp files Fixed typing issues Fixed link namespace returning bytes Fixed broken FSURL in windows Fixed hidden exception at fs.close() when opening an absent zip/tar file URL Fixed abstract class import from collections which would break on Python 3.8 Fixed incorrect imports of mock on Python 3 Removed some unused imports and unused requirements.txt file Added mypy checks to Travis. Fixed missing errno.ENOTSUP on PyPy. Fixed bug in a decorator that would trigger an AttributeError when a class was created that implemented a deprecated method and had no docstring of its own. Changed Entire test suite has been migrated to pytest. Style checking is now enforced using flake8; this involved some code cleanup such as removing unused imports. [2.4.10]: Fixed Fixed broken WrapFS.movedir [2.4.9]: Fixed Restored fs.path import Fixed potential race condition in makedirs. Added missing methods to WrapFS. Changed MemFS now immediately releases all memory it holds when close() is called, rather than when it gets garbage collected. FTPFS now translates EOFError into RemoteConnectionError. Added automatic close for filesystems that go out of scope. [2.4.8]: Changed geturl will return URL with user/password if needed @zmej-serow [2.4.7]: Added Flag to OSFS to disable env var expansion [2.4.6]: Added Implemented geturl in FTPFS @zmej-serow Fixed Fixed FTP test suite when time is not UTC-0 @mrg0029 Fixed issues with paths in tarfs https://github.com/PyFilesystem/pyfilesystem2/issues/284 Changed Dropped Python3.3 support [2.4.5]: Fixed Restored deprecated setfile method with deprecation warning to change to writefile Fixed exception when a tarfile contains a path called '.' https://github.com/PyFilesystem/pyfilesystem2/issues/275 Made TarFS directory loading lazy Changed Detect case insensitivity using by writing temp file [2.4.4]: Fixed OSFS fail in nfs mounts [2.4.3]: Fixed Fixed broken "case_insensitive" check Fixed Windows test fails [2.4.2]: Fixed Fixed exception when Python runs with -OO [2.4.1]: Fixed Fixed hash method missing from WrapFS [2.4.0]: Added Added exclude and filter_dirs arguments to walk Micro-optimizations to walk [2.3.1]: Fixed Add encoding check in OSFS.validatepath [2.3.0]: Fixed IllegalBackReference had mangled error message Added FS.hash method
2019-11-03filesystems: align variable assignmentsrillig19-85/+85
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-07Add mkspiffs 0.2.3bouyer6-1/+101
Tool to build and unpack SPIFFS images. This package provides binaries built with the following configuration: mkspiffs-arduino-esp32: configuration compatible with the Espressif ESP32 arduino developpement environnement mkspiffs-arduino-esp8266: configuration compatible with the Espressif ESP8266 arduino developpement environnement mkspiffs-esp-idf: configuration compatible with the Espressif IoT Development Framework mkspiffs-generic: configuration using the default SPIFFS parameters
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam7-14/+14
future Python 3.8
2019-08-22Recursive revbump from boost-1.71.0ryoon2-4/+4
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz5-10/+10
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz2-4/+4
2019-07-08Follow some http->https redirects.nia1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon2-4/+4
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia3-6/+6
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-22Use https for sourceforge project links.nia1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-3/+3
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya7-14/+14
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya5-7/+10
This is a semi-manual PKGREVISION bump.
2019-04-16filesystems/fuse-ntfs-3g: Use libfuse on NetBSDgdt1-3/+12
Due to not fully understood reasons, perhaps use of the low-level FUSE API, or perhaps using a different FUSE high-level API version, this package fails to build with NetBSD's librefuse. It does build when linked against filesystems/fuse, so do that. Not tested, but building is an improvement over not building. (This commit only changes the build on NetBSD.)
2019-04-10fuse-ext2: do a configure check for fuse_version, because netbsd's about tomaya5-17/+26
provide it. bump pkgrevision
2019-04-10filesystems/fuse-encfs: Fix man page location, and pkglint cleanupgdt4-9/+26
encfs has open-coded per-OS man page locations, and doesn't have the equivalent of autoconf's --mandir. Mostly remediate the cmake-inspired open coding by using PKGMANDIR. Add patch comment. Add comment about making TEST_TARGET work.
2019-04-09fuse-encfs: update comment.maya2-5/+8
It's unclear what is happening here, but apparently netbsd knew future FUSE API before upstream FUSE did. And it didn't do the in-between version used here.
2019-04-09fuse-encfs: workaround netbsd being wrong about which version of FUSEmaya3-5/+22
changed the arguments of fuse_unmount. Fix build. I get the impression this update was done by someone on NetBSD, so I speculate the build succeeded to some people. In that cae, bump PKGREVISION, so the right arguments will be passed!
2019-04-05+fuse-exfatmaya1-1/+2
2019-04-05Add fuse-exfat version 1.3.0maya4-0/+46
This project aims to provide a full-featured exFAT file system implementation for Unix-like systems. It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils).
2019-04-03Recursive revbump from textproc/icuryoon5-8/+10