summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2017-04-22Revbump after icu updateadam3-5/+6
2017-04-18 Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make testmef1-1/+2
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2017-03-09Fix build of squashfs on CentOS 7.xkamil1-5/+6
Fix usage of do-build, don't reinvent it without missing parameters passed to gmake(1). Include required lzo, xz, zlib. Bump PKGREVISION to 2.
2017-03-07Updated filesystems/glusterfs to 3.8.9manu2-8/+8
2017-02-18Update to 0.104wen2-7/+7
Upstream changes: 0.104 2017-02-17 07:17:00-05:00 America/New_York - No changes from 0.103-TRIAL. 0.103 2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE) [Bug fixes] - Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an absolute path starting with 'C:/foo', which was an unintentional behavior change. This release now uses any absolute base without further normalization. 0.101 2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE) [Changes] - The 'absolute' method now always returns an absolute path, even if a user provided a relative path for the base path. The old, odd behavior was documented, but people often don't read docs. The new behavior avoids suprises. [Additions] - Added 'cached_temp' method. 0.100 2017-01-14 22:47:55-05:00 America/New_York - No changes from 0.099-TRIAL. 0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE) [Tests] - Fixed tests for eventual removal of '.' from `@INC` in Perl. [Documentation] - Fixed filehandle mode typo. - Fixed typo in relative() that mentioned rel2abs instead of abs2rel.
2017-02-14Update python 3.x status after py-twisted now supports 3.x.wiz1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-09new patch, fixes FreeBSD buildscole1-0/+13
2017-02-09Fix xattr and other options, "simplify" PLIST and other build files to make ↵scole5-37/+92
changing versions easier
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-28Update filesystems/tahoe-lafs to 1.12.1.riastradh3-88/+195
2017-01-18Update glusterfs to 3.8.8manu2-9/+8
This is a maintenance release. python-2.x requirement has been verified once again.
2017-01-02Update to 0.098wen2-7/+7
Upstream changes: 0.098 2016-10-09 23:25:11-04:00 America/New_York - No changes from 0.097-TRIAL. 0.097 2016-09-30 22:03:10-04:00 America/New_York (TRIAL RELEASE) [Additions] - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where an absolute temporary path just isn't enough.
2017-01-01Revbump after boost updateadam2-4/+4
2017-01-01Add python-3.6 to incompatible versions.wiz7-14/+14
2016-12-04Recursive revbump from textproc/icu 58.1ryoon3-4/+6
2016-11-06+ fsx.wiz1-1/+2
2016-11-06Import fsx-2009 as filesystems/fsx.wiz5-0/+181
File system exerciser.
2016-10-19Update glusterfs to 3.8.5manu2-7/+7
This is a maintenance release
2016-10-07Revbump post boost updateadam2-4/+4
2016-10-03Try listing all relevant licenses.wiz2-4/+4
2016-10-02Add fuse-sparsebundlefs and fuse-darling-dmgbouyer1-1/+3
2016-10-02Add fuse-darling-dmg version 20160310:bouyer6-0/+61
This project allows ordinary users to directly mount OS X disk images under Linux via FUSE. darling-dmg is part of Darling - http://www.darlinghq.org Without darling-dmg, the only way to do this would be to manually extract the DMG file, become root and mount the HFS+ filesystem as root. This is slow, wasteful and may even crash your system. The project's author has seen the Linux HFS+ implementation cause kernel crashes.
2016-10-02Add fuse-sparsebundlefs version 20160928:bouyer5-0/+68
Mac OS X v10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is stored as a collection of small, fixed-size band-files instead of as a single monolithic file. This allows for more efficient backups of the disk image, as only the changed bands need to be stored. One common source of sparse-bundles is Mac OS' backup utility, Time Machine, which stores the backup data within a sparse-bundle image on the chosen backup volume. This software package implements a FUSE virtual filesystem for read-only access to the sparse-bundle, as if it was a single monolithic image.
2016-10-01Provide lib path as well as rpath.joerg1-2/+2
2016-09-17BUILDLINK_FILES.fuse needs updating as well with ${LIBABISUFFIX}.richard1-1/+2
2016-09-16builtin.mk should also look under /usr/lib${LIBABISUFFIX} for pkgconfig files.richard1-1/+3
2016-09-09PR pkg/51058scole11-1/+277
Add filesystem/squashfs 4.3 Squashfs is a highly compressed read-only filesystem for Linux. It uses either gzip/xz/lzo/lz4 compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 1Mbytes (default block size 128K). Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. This package contains tools to manipulate squashfs archive files.
2016-08-22Updated filesystems/glusterfs to 3.8.3manu2-7/+7
2016-08-11Update glusterfs to 3.8.2manu3-8/+8
This is a maintenance release
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-07-25Update to 0.096wen2-8/+7
Upstream changes: 0.096 2016-07-02 21:25:33-04:00 America/New_York - No changes from 0.095 0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE) [Tests] - Improved method for hiding some modules during tests. 0.094 2016-05-23 12:45:19-04:00 America/New_York - Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091, not 0.090, meaning that all 0.091 changes were (and are) included. 0.092 2016-05-23 11:36:54-04:00 America/New_York - No changes from 0.091 0.091 2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE) [Changes] - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if available and Unicode::UTF8 is not installed. [Fixes] - The 'touch' method can now set the current time on files that aren't owned, as long as they are writeable. [Tests] - Improved consistency of symlink support inspection; now always looks at $Config{d_symlink}. - Skips impossible test on 'msys' platform. 0.090 2016-05-02 07:08:58-04:00 America/New_York - No changes from 0.089 0.089 2016-04-26 22:21:00-04:00 America/New_York (TRIAL RELEASE) [Fixes] - Fix spew_utf8 to allow array references as input.
2016-07-11Update glusterfs to 3.8.1manu2-6/+6
This is a maintenantce release
2016-07-09Remove python33: adapt all packages that refer to it.wiz7-15/+14
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-07-01The recent libarchive update changed the library major. Increase thejperkin1-2/+2
ABI depends and perform a PKGREVISION bump for dependents. Noticed by OSX binary package users.
2016-06-16Update to glusterfs 3.8.0manu4-23/+115
From http://blog.gluster.org/2016/06/glusterfs-3-8-released/ Gluster.org announces the release of 3.8 on June 14, 2016, marking a decade of active development. The 3.8 release focuses on: - containers with inclusion of Heketi - hyperconvergence - ecosystem integration - protocol improvements with NFS Ganesha Contributed features are marked with the supporting organizations. Automatic conflict resolution, self-healing improvements (Facebook) Synchronous Replication receives a major boost with features contributed from Facebook. Multi-threaded self-healing makes self-heal perform at a faster rate than before. Automatic Conflict resolution ensures that conflicts due to network partitions are handled without the need for administrative intervention NFSv4.1 (Ganesha) - protocol Gluster's native NFSv3 server is disabled by default with this release. Gluster's integration with NFS Ganesha provides NFS v3, v4 and v4.1 accesses to data stored in Gluster volume. BareOS - backup / data protection Gluster 3.8 is ready for integration with BareOS 16.2. BareOS 16.2 leverages glusterfind for intelligently backing up objects stored in a Gluster volume. "Next generation" tiering and sharding - VM images Sharding is now stable for VM image storage. Geo-replication has been enhanced to integrate with sharding for offsite backup/disaster recovery of VM images. Self-healing and data tiering with sharding makes it an excellent candidate for hyperconverged virtual machine image storage. block device & iSCSI with LIO - containers File backed block devices are usable from Gluster through iSCSI. This release of Gluster integrates with tcmu-runner [https://github.com/agrover/tcmu-runner] to access block devices natively through libgfapi. Heketi - containers, dynamic provisioning Heketi provides the ability to dynamically provision Gluster volumes without administrative intervention. Heketi can manage multiple Gluster clusters and will be the cornerstone for integration with Container and Storage as a Service management ecosystems. glusterfs-coreutils (Facebook) - containers Native coreutils for Gluster developed by Facebook that uses libgfapi to interact with gluster volumes. Useful for systems and containers that do not have FUSE. For more details, our release notes are included: https://github.com/gluster/glusterfs/blob/release-3.8/doc/release-notes/3.8.0.md The release of 3.8 also marks the end of life for GlusterFS 3.5, there will no further updates for this version.
2016-06-08Bump PKGREVISION for perl-5.24.wiz3-4/+6
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny2-9/+10
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
2016-04-19Update filesystems/glusterfs to 3.7.11manu3-85/+85
This is a maintenance release
2016-04-15Updated to filesystems/p5-Path-Tiny-0.088mef2-7/+7
----------------------------------------- 0.088 2016-04-15 08:41:07-04:00 America/New_York - No changes from 0.087 0.087 2016-04-12 12:13:14-04:00 America/New_York (TRIAL RELEASE) [Fixes] - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines. [Changes] - Symlink resolution will detect circular loops and throw an error.
2016-04-15Updated to filesystems/fuse-wikepediafs-0.4mef2-9/+9
------------------------------------------- === WikipediaFS 0.4 === 2010-05-12 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net> - If a write attempt fails, try to log back in once and writing again, instead of immediately failing. - Additional debugging under the debug log level. - Support for the new login controls for MediaWiki 1.15.3. 2009-09-17 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net> - Added a "login-cache-time" option in the config file in order to control how long we cache the login session. - Report mtime for stats of files. - Report back to the application when a write fails, to prevent data loss. - Quite a bit of additional debug logging, if you turn debug logging on. 2009-03-27 Mathieu Blondel <mblondel@users.sourceforge.net> - Made logging more flexible (user.py). 2008-09-17 Mathieu Blondel <mblondel@users.sourceforge.net> - Added a "domain" option in the config file in order to add support for LDAP/AD authentication. Patch by Matthieu Moy and Hannes H旦rl. Fixes #1745542. 2007-05-30 Mathieu Blondel <mblondel@users.sourceforge.net> - Set default cache time if article-cache-time is not present in config. 2007-05-27 Mathieu Blondel <mblondel@users.sourceforge.net> - Fixed the problem with articles having special characters like & (article.py). - Made the man page optional in the install process (setup.py). - Check invalid characters in article name. (fs.py)
2016-04-15Updated to filesystems/p5-Path-Tiny-0.086mef2-7/+7
----------------------------------------- 0.086 2016-04-03 13:49:37-04:00 America/New_York [Documented] - Improved documentation of copy and move.
2016-04-11Recursive revbump from textproc/icu 57.1ryoon2-3/+4
2016-04-04Fix build of OpenAFS userland on at least NetBSD/amd64 7.0.jakllsch7-3/+103
Hopefully NetBSD/x86 -current also works. Should merely be a build fix, but bump PKGREVISION anyway. This commit allocates sysname numbers that have not yet been submitted upstream.
2016-04-03Fix wrong checkummanu1-2/+2
2016-04-03Missing patch checksum from previous commitmanu1-1/+2
2016-04-02Update glusterfs to 3.7.10manu3-85/+86
This is a maintenance release
2016-03-29rpclibdir is still not defined, so restore patch. Next time, I'll likelyjoerg2-1/+15
just mark the package as BROKEN.