pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/hs-tar
Module Name: pkgsrc
Committed By: pho
Date: Sun Jan 19 00:58:38 UTC 2020
Added Files:
pkgsrc/archivers/hs-tar: DESCR Makefile buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/hs-tar/DESCR \
pkgsrc/archivers/hs-tar/Makefile pkgsrc/archivers/hs-tar/buildlink3.mk \
pkgsrc/archivers/hs-tar/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/hs-tar/DESCR
diff -u /dev/null pkgsrc/archivers/hs-tar/DESCR:1.1
--- /dev/null Sun Jan 19 00:58:38 2020
+++ pkgsrc/archivers/hs-tar/DESCR Sun Jan 19 00:58:38 2020
@@ -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.
Index: pkgsrc/archivers/hs-tar/Makefile
diff -u /dev/null pkgsrc/archivers/hs-tar/Makefile:1.1
--- /dev/null Sun Jan 19 00:58:38 2020
+++ pkgsrc/archivers/hs-tar/Makefile Sun Jan 19 00:58:38 2020
@@ -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"
Index: pkgsrc/archivers/hs-tar/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/hs-tar/buildlink3.mk:1.1
--- /dev/null Sun Jan 19 00:58:38 2020
+++ pkgsrc/archivers/hs-tar/buildlink3.mk Sun Jan 19 00:58:38 2020
@@ -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
Index: pkgsrc/archivers/hs-tar/distinfo
diff -u /dev/null pkgsrc/archivers/hs-tar/distinfo:1.1
--- /dev/null Sun Jan 19 00:58:38 2020
+++ pkgsrc/archivers/hs-tar/distinfo Sun Jan 19 00:58:38 2020
@@ -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