Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
security/scrypt/DESCR Normal file
View File

@@ -0,0 +1,7 @@
A simple password-based encryption utility is available as a demonstration
of the scrypt key derivation function. On modern hardware and with default
parameters, the cost of cracking the password on a file encrypted by scrypt
enc is approximately 100 billion times more than the cost of cracking the
same password on a file encrypted by openssl enc; this means that a five-
character password using scrypt is stronger than a ten-character password
using openssl

16
security/scrypt/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2012/10/17 22:17:47 pettai Exp $
#
DISTNAME= scrypt-1.1.6
CATEGORIES= security
MASTER_SITES= https://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://www.tarsnap.com/scrypt/
COMMENT= The scrypt encryption utility
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"

3
security/scrypt/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2012/10/17 22:17:47 pettai Exp $
bin/scrypt
man/man1/scrypt.1

5
security/scrypt/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/10/17 22:17:47 pettai Exp $
SHA1 (scrypt-1.1.6.tgz) = 7b1b3feccfe2ff08b5d05752ef1ca7df2ec8646d
RMD160 (scrypt-1.1.6.tgz) = a395db33b7c638a4f0feba2bc76874cf634b33de
Size (scrypt-1.1.6.tgz) = 83776 bytes