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

19
security/mcrypt/DESCR Normal file
View File

@@ -0,0 +1,19 @@
Mcrypt:
mcrypt is intended to be a replacement of the old unix crypt(1)
under the GNU General Public License. Unix Crypt(1) was a popular(?)
file encryption program in unix boxes. It was based on the enigma
encryption algorithm but it was considerable trivialized. Since
this was not adequate, even for individual privacy needs, I decided
to create a similar program using some modern block encryption
algorithms. Mcrypt also has a compatibility mode with unix crypt(1)
and with solaris des(1). It supports all the algorithms and modes
found in libmcrypt and it is very extendable. At the time writing
this, it supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL, SERPENT,
CAST, ARCFOUR and WAKE. Block algorithms are implemented in modes:
CFB, CBC, ECB, OFB (8 bit and n bit, where n is the size of the
algorithm's block length). For a brief description of the algorithms
and the modes look at the mcrypt manpage (this may be out of date).
In mcrypt it is on the user to decide which algorithm he considers
best for encrypting his data.

22
security/mcrypt/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.25 2012/10/23 18:16:36 asau Exp $
DISTNAME= mcrypt-2.6.8
PKGREVISION= 2
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mcrypt.sourceforge.net/
COMMENT= Replacement to crypt(1), supports many crypto algorithms
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

9
security/mcrypt/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:33 jlam Exp $
bin/mcrypt
bin/mdecrypt
man/man1/mcrypt.1
share/locale/cs/LC_MESSAGES/mcrypt.mo
share/locale/de/LC_MESSAGES/mcrypt.mo
share/locale/el/LC_MESSAGES/mcrypt.mo
share/locale/es_AR/LC_MESSAGES/mcrypt.mo
share/locale/pl/LC_MESSAGES/mcrypt.mo

5
security/mcrypt/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2008/12/15 20:59:28 smb Exp $
SHA1 (mcrypt-2.6.8.tar.gz) = 8ae0e866714fbbb96a0a6fa9f099089dc93f1d86
RMD160 (mcrypt-2.6.8.tar.gz) = 5115c679ee5d34b9fb9e976c12240c48370df514
Size (mcrypt-2.6.8.tar.gz) = 471915 bytes