summaryrefslogtreecommitdiff
path: root/archivers/hs-tar
AgeCommit message (Collapse)AuthorFilesLines
2020-05-11hs-*: add PLIST filesrillig1-0/+52
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-01-19Import tar-0.5.1.1 from wippho4-0/+40
This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, POSIX USTAR 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. It also provides features for random access to archive content using an index.