pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ocaml-safepass New package security/ocaml-saf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/11f49ef37132
branches: trunk
changeset: 381350:11f49ef37132
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Tue Jun 05 15:53:14 2018 +0000
description:
New package security/ocaml-safepass, safe password storage for OCaml.
diffstat:
security/ocaml-safepass/DESCR | 3 +++
security/ocaml-safepass/Makefile | 19 +++++++++++++++++++
security/ocaml-safepass/PLIST | 14 ++++++++++++++
security/ocaml-safepass/buildlink3.mk | 12 ++++++++++++
security/ocaml-safepass/distinfo | 6 ++++++
5 files changed, 54 insertions(+), 0 deletions(-)
diffs (74 lines):
diff -r 4179fd5f5713 -r 11f49ef37132 security/ocaml-safepass/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-safepass/DESCR Tue Jun 05 15:53:14 2018 +0000
@@ -0,0 +1,3 @@
+OCaml-safepass is a library offering facilities for the safe storage of
+user passwords. By "safe" we mean that passwords are salted and hashed
+using the Bcrypt algorithm
diff -r 4179fd5f5713 -r 11f49ef37132 security/ocaml-safepass/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-safepass/Makefile Tue Jun 05 15:53:14 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/06/05 15:53:14 jaapb Exp $
+
+GITHUB_PROJECT= ocaml-safepass
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= ${GITHUB_PROJECT}-2.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/}
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/darioteixeira/ocaml-safepass/
+COMMENT= Safe storage library for user passwords in web applications
+LICENSE= gnu-lgpl-v2.1
+
+HAS_CONFIGURE= yes
+OCAML_USE_FINDLIB= yes
+OCAML_USE_OASIS= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4179fd5f5713 -r 11f49ef37132 security/ocaml-safepass/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-safepass/PLIST Tue Jun 05 15:53:14 2018 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2018/06/05 15:53:14 jaapb Exp $
+${OCAML_SITELIB}/safepass/META
+${OCAML_SITELIB}/safepass/bcrypt.annot
+${OCAML_SITELIB}/safepass/bcrypt.cmi
+${OCAML_SITELIB}/safepass/bcrypt.cmt
+${OCAML_SITELIB}/safepass/bcrypt.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/bcrypt.cmx
+${OCAML_SITELIB}/safepass/bcrypt.mli
+${OCAML_SITELIB}/safepass/dllsafepass_stubs.so
+${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/libsafepass_stubs.a
+${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.a
+${OCAML_SITELIB}/safepass/safepass.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/safepass/safepass.cmxs
diff -r 4179fd5f5713 -r 11f49ef37132 security/ocaml-safepass/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-safepass/buildlink3.mk Tue Jun 05 15:53:14 2018 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/06/05 15:53:14 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-safepass
+
+.if !defined(OCAML_SAFEPASS_BUILDLINK3_MK)
+OCAML_SAFEPASS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-safepass+= ocaml-safepass>=2.0
+BUILDLINK_PKGSRCDIR.ocaml-safepass?= ../../security/ocaml-safepass
+.endif # OCAML_SAFEPASS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-safepass
diff -r 4179fd5f5713 -r 11f49ef37132 security/ocaml-safepass/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-safepass/distinfo Tue Jun 05 15:53:14 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/05 15:53:14 jaapb Exp $
+
+SHA1 (ocaml-safepass-2.0.tar.gz) = 7b493833ff160e256188e8c0905aad5e9c2efba0
+RMD160 (ocaml-safepass-2.0.tar.gz) = 8b975a91a1f6e02a5eca243ef02f723fd8e8ed90
+SHA512 (ocaml-safepass-2.0.tar.gz) = a5475b9e1f7233393fc255ae52c44d4f4373fcddf99764bb17dafb86dfbd3b3c5fa01f74254e10fe9a9889e3e5d2ee8d190ed728aad0ed5f0fdfb71856c5754d
+Size (ocaml-safepass-2.0.tar.gz) = 72314 bytes
Home |
Main Index |
Thread Index |
Old Index