mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fa6f099adb
write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. WWW: http://hackage.haskell.org/package/tar Obtained from: FreeBSD Haskell Approved by: pgj (mentor)
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
This library is for working with ".tar" archive files. It can read and
|
|
write a range of common variations of archive format including V7,
|
|
USTAR, POSIX and GNU formats. It provides support for packing and
|
|
unpacking portable archives. This makes it suitable for distribution
|
|
but not backup because details like file ownership and exact
|
|
permissions are not preserved.
|
|
|
|
WWW: http://hackage.haskell.org/package/tar
|