pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/hs-tar Import tar-0.5.1.1 from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f55d3d8df03
branches:  trunk
changeset: 421886:8f55d3d8df03
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 19 00:58:38 2020 +0000

description:
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.

diffstat:

 archivers/hs-tar/DESCR         |  10 ++++++++++
 archivers/hs-tar/Makefile      |  11 +++++++++++
 archivers/hs-tar/buildlink3.mk |  13 +++++++++++++
 archivers/hs-tar/distinfo      |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 740d9bcd1de7 -r 8f55d3d8df03 archivers/hs-tar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-tar/DESCR    Sun Jan 19 00:58:38 2020 +0000
@@ -0,0 +1,10 @@
+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.
diff -r 740d9bcd1de7 -r 8f55d3d8df03 archivers/hs-tar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-tar/Makefile Sun Jan 19 00:58:38 2020 +0000
@@ -0,0 +1,11 @@
+# $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@localhost
+COMMENT=       Reading, writing, and manipulating ".tar" archive files
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 740d9bcd1de7 -r 8f55d3d8df03 archivers/hs-tar/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-tar/buildlink3.mk    Sun Jan 19 00:58:38 2020 +0000
@@ -0,0 +1,13 @@
+# $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
diff -r 740d9bcd1de7 -r 8f55d3d8df03 archivers/hs-tar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-tar/distinfo Sun Jan 19 00:58:38 2020 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index