pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/hs-ed25519 Import ed25519-0.0.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e34026ef4d01
branches: trunk
changeset: 421865:e34026ef4d01
user: pho <pho%pkgsrc.org@localhost>
date: Sat Jan 18 23:30:04 2020 +0000
description:
Import ed25519-0.0.5.0
This package provides a simple, fast, self-contained copy of the
Ed25519 public-key signature system with a clean interface. It also
includes support for detached signatures, and thorough documentation
on the design and implementation, including usage guidelines.
diffstat:
security/hs-ed25519/DESCR | 4 ++++
security/hs-ed25519/Makefile | 11 +++++++++++
security/hs-ed25519/buildlink3.mk | 13 +++++++++++++
security/hs-ed25519/distinfo | 7 +++++++
security/hs-ed25519/patches/patch-ed25519.cabal | 15 +++++++++++++++
5 files changed, 50 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r e307ce864fbd -r e34026ef4d01 security/hs-ed25519/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-ed25519/DESCR Sat Jan 18 23:30:04 2020 +0000
@@ -0,0 +1,4 @@
+This package provides a simple, fast, self-contained copy of the
+Ed25519 public-key signature system with a clean interface. It also
+includes support for detached signatures, and thorough documentation
+on the design and implementation, including usage guidelines.
diff -r e307ce864fbd -r e34026ef4d01 security/hs-ed25519/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-ed25519/Makefile Sat Jan 18 23:30:04 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+DISTNAME= ed25519-0.0.5.0
+CATEGORIES= security
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Ed25519 cryptographic signatures
+LICENSE= mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e307ce864fbd -r e34026ef4d01 security/hs-ed25519/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-ed25519/buildlink3.mk Sat Jan 18 23:30:04 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+BUILDLINK_TREE+= hs-ed25519
+
+.if !defined(HS_ED25519_BUILDLINK3_MK)
+HS_ED25519_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-ed25519+= hs-ed25519>=0.0.5
+BUILDLINK_ABI_DEPENDS.hs-ed25519+= hs-ed25519>=0.0.5.0
+BUILDLINK_PKGSRCDIR.hs-ed25519?= ../../security/hs-ed25519
+.endif # HS_ED25519_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-ed25519
diff -r e307ce864fbd -r e34026ef4d01 security/hs-ed25519/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-ed25519/distinfo Sat Jan 18 23:30:04 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+SHA1 (ed25519-0.0.5.0.tar.gz) = 283d3f90f0c141bb711e8fc01830defbf46b8a38
+RMD160 (ed25519-0.0.5.0.tar.gz) = eebedb9ca2a80b47cb67af71ffd9c620b1c3d5e9
+SHA512 (ed25519-0.0.5.0.tar.gz) = cd2bb28de905c6d659f80f15e82970a9634c959432c73b6fd3b10ebca42a1ce734429e7ac861d0ab328904d99651a6d2fcaaf4d74ab75a3c0be68607e8f54ce9
+Size (ed25519-0.0.5.0.tar.gz) = 80034 bytes
+SHA1 (patch-ed25519.cabal) = 60b114a83195f7fcbdb0841ab0748c6cbf446b78
diff -r e307ce864fbd -r e34026ef4d01 security/hs-ed25519/patches/patch-ed25519.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-ed25519/patches/patch-ed25519.cabal Sat Jan 18 23:30:04 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ed25519.cabal,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+Fix build with GHC 8.8
+
+--- ed25519.cabal.orig 2015-10-11 23:24:33.000000000 +0000
++++ ed25519.cabal
+@@ -60,7 +60,7 @@ flag no-donna
+
+ library
+ build-depends:
+- ghc-prim >= 0.1 && < 0.5,
++ ghc-prim >= 0.1 && < 0.6,
+ base >= 4 && < 5,
+ bytestring >= 0.9 && < 0.11
+
Home |
Main Index |
Thread Index |
Old Index