Sun Jan 19 00:58:38 2020 UTC ()
Import tar-0.5.1.1 from wip

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.


(pho)
diff -r0 -r1.1 pkgsrc/archivers/hs-tar/DESCR
diff -r0 -r1.1 pkgsrc/archivers/hs-tar/Makefile
diff -r0 -r1.1 pkgsrc/archivers/hs-tar/buildlink3.mk
diff -r0 -r1.1 pkgsrc/archivers/hs-tar/distinfo

File Added: pkgsrc/archivers/hs-tar/DESCR
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.

File Added: pkgsrc/archivers/hs-tar/Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 00:58:38 pho Exp $

DISTNAME=	tar-0.5.1.1
CATEGORIES=	archivers

MAINTAINER=	pho@cielonegro.org
COMMENT=	Reading, writing, and manipulating ".tar" archive files
LICENSE=	modified-bsd

.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/archivers/hs-tar/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 00:58:38 pho Exp $

BUILDLINK_TREE+=	hs-tar

.if !defined(HS_TAR_BUILDLINK3_MK)
HS_TAR_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-tar+=	hs-tar>=0.5.1
BUILDLINK_ABI_DEPENDS.hs-tar+=	hs-tar>=0.5.1.1
BUILDLINK_PKGSRCDIR.hs-tar?=	../../archivers/hs-tar
.endif	# HS_TAR_BUILDLINK3_MK

BUILDLINK_TREE+=	-hs-tar

File Added: pkgsrc/archivers/hs-tar/distinfo
$NetBSD: distinfo,v 1.1 2020/01/19 00:58:38 pho Exp $

SHA1 (tar-0.5.1.1.tar.gz) = f543ce716252b4291da1981ed09e56ed2fc777a8
RMD160 (tar-0.5.1.1.tar.gz) = 126de49342aad77be3af61d9b8d5c44db7af22e7
SHA512 (tar-0.5.1.1.tar.gz) = 8d0a8d3ae178570e0842a2321a7fc86a6bba28c471ec27bafbc07fc4ac0e4183f8113c99ebc7126dc71759c33083791122be32563fb0d5a2b2d39cb3b36171f2
Size (tar-0.5.1.1.tar.gz) = 39155 bytes