pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/hs-zip-archive Import zip-archive-0.4.1 from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c7c0f58b910
branches:  trunk
changeset: 409443:3c7c0f58b910
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 19:01:49 2020 +0000

description:
Import zip-archive-0.4.1 from wip

The zip-archive library provides functions for creating, modifying,
and extracting files from zip archives. The zip archive format is
documented in http://www.pkware.com/documents/casestudies/APPNOTE.TXT.

Certain simplifying assumptions are made about the zip archives: in
particular, there is no support for strong encryption, zip files that
span multiple disks, ZIP64, OS-specific file attributes, or
compression methods other than Deflate. However, the library should be
able to read the most common zip archives, and the archives it
produces should be readable by all standard unzip programs.

diffstat:

 archivers/hs-zip-archive/DESCR         |  10 ++++++++++
 archivers/hs-zip-archive/Makefile      |  13 +++++++++++++
 archivers/hs-zip-archive/buildlink3.mk |  16 ++++++++++++++++
 archivers/hs-zip-archive/distinfo      |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 28698e70c20d -r 3c7c0f58b910 archivers/hs-zip-archive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-zip-archive/DESCR    Fri Jan 17 19:01:49 2020 +0000
@@ -0,0 +1,10 @@
+The zip-archive library provides functions for creating, modifying,
+and extracting files from zip archives. The zip archive format is
+documented in http://www.pkware.com/documents/casestudies/APPNOTE.TXT.
+
+Certain simplifying assumptions are made about the zip archives: in
+particular, there is no support for strong encryption, zip files that
+span multiple disks, ZIP64, OS-specific file attributes, or
+compression methods other than Deflate. However, the library should be
+able to read the most common zip archives, and the archives it
+produces should be readable by all standard unzip programs.
diff -r 28698e70c20d -r 3c7c0f58b910 archivers/hs-zip-archive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-zip-archive/Makefile Fri Jan 17 19:01:49 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 19:01:49 pho Exp $
+
+DISTNAME=      zip-archive-0.4.1
+CATEGORIES=    archivers
+
+MAINTAINER=    zecrazytux%zecrazytux.net@localhost
+COMMENT=       Library for creating and modifying zip archives
+LICENSE=       modified-bsd
+
+.include "../../security/hs-digest/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 28698e70c20d -r 3c7c0f58b910 archivers/hs-zip-archive/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-zip-archive/buildlink3.mk    Fri Jan 17 19:01:49 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 19:01:49 pho Exp $
+
+BUILDLINK_TREE+=       hs-zip-archive
+
+.if !defined(HS_ZIP_ARCHIVE_BUILDLINK3_MK)
+HS_ZIP_ARCHIVE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-zip-archive+= hs-zip-archive>=0.4.1
+BUILDLINK_ABI_DEPENDS.hs-zip-archive+= hs-zip-archive>=0.4.1
+BUILDLINK_PKGSRCDIR.hs-zip-archive?=   ../../archivers/hs-zip-archive
+
+.include "../../security/hs-digest/buildlink3.mk"
+.include "../../archivers/hs-zlib/buildlink3.mk"
+.endif # HS_ZIP_ARCHIVE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-zip-archive
diff -r 28698e70c20d -r 3c7c0f58b910 archivers/hs-zip-archive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/hs-zip-archive/distinfo Fri Jan 17 19:01:49 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 19:01:49 pho Exp $
+
+SHA1 (zip-archive-0.4.1.tar.gz) = 4da8c2eefe54d0415cabf2f4a229b58639f78997
+RMD160 (zip-archive-0.4.1.tar.gz) = 661115244b28d3ae69e563b7d2868d954dc88081
+SHA512 (zip-archive-0.4.1.tar.gz) = 216555bd73a46da5061291c2c071e9c71239bd5ae253ac06ee80ade65bb1871366cc8e4dffbad983c5b6a7f4b0cb2a1439dfa5971db3e183124fa90442a73f0c
+Size (zip-archive-0.4.1.tar.gz) = 20967 bytes



Home | Main Index | Thread Index | Old Index