package/zfs: new package
authorJosé Luis Salvador Rufo <salvador.joseluis@gmail.com>
Wed, 17 Mar 2021 09:52:30 +0000 (10:52 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 13 Apr 2021 21:08:17 +0000 (23:08 +0200)
commit4470bc9914d730383db86f58bc86fb09739622dc
treedeea88755756a2d47e0bb58df73d89342c3a32c5
parent11e899f2b3297c6e5067fc29f59e9f02674b661f
package/zfs: new package

OpenZFS is an advanced file system and volume manager which was originally
developed for Solaris and is now maintained by the OpenZFS community. This
repository contains the code for running OpenZFS on Linux and FreeBSD.

http://zfsonlinux.org/

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
[me:
  - fix test case on how to use a pre-built toolchain
  - reorder the test case config
  - add test case with glibc
  - drop superflous test timeout override
  - only select libtirpc when C library lacks native RPC
  - drop unused ZFS_MODULES variable
  - drop ZFS_CPE_ID_PREFIX and ZFS_AUTORECONF_OPTS which are defaults
  - drop NLS options, already set in a generic manner
  - drop incomplete/improper sysvinit support
  - some cosmetics
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
DEVELOPERS
package/Config.in
package/zfs/Config.in [new file with mode: 0644]
package/zfs/zfs.hash [new file with mode: 0644]
package/zfs/zfs.mk [new file with mode: 0644]
support/testing/tests/package/test_zfs.py [new file with mode: 0644]