[Midnightbsd-cvs] mports [22104] trunk/security: add p5 crypt rc* ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Nov 12 16:58:59 EST 2016


Revision: 22104
          http://svnweb.midnightbsd.org/mports/?rev=22104
Author:   laffer1
Date:     2016-11-12 16:58:59 -0500 (Sat, 12 Nov 2016)
Log Message:
-----------
add p5 crypt rc* ports

Modified Paths:
--------------
    trunk/security/Makefile

Added Paths:
-----------
    trunk/security/p5-Crypt-RC4/
    trunk/security/p5-Crypt-RC4/Makefile
    trunk/security/p5-Crypt-RC4/distinfo
    trunk/security/p5-Crypt-RC4/pkg-descr
    trunk/security/p5-Crypt-RC4/pkg-plist
    trunk/security/p5-Crypt-RC5/
    trunk/security/p5-Crypt-RC5/Makefile
    trunk/security/p5-Crypt-RC5/distinfo
    trunk/security/p5-Crypt-RC5/pkg-descr
    trunk/security/p5-Crypt-RC5/pkg-plist
    trunk/security/p5-Crypt-RC6/
    trunk/security/p5-Crypt-RC6/Makefile
    trunk/security/p5-Crypt-RC6/distinfo
    trunk/security/p5-Crypt-RC6/pkg-descr
    trunk/security/p5-Crypt-RC6/pkg-plist

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2016-11-12 21:51:13 UTC (rev 22103)
+++ trunk/security/Makefile	2016-11-12 21:58:59 UTC (rev 22104)
@@ -80,6 +80,9 @@
 SUBDIR += p5-Crypt-OpenSSL-Bignum
 SUBDIR += p5-Crypt-OpenSSL-RSA
 SUBDIR += p5-Crypt-OpenSSL-Random
+SUBDIR += p5-Crypt-RC4
+SUBDIR += p5-Crypt-RC5
+SUBDIR += p5-Crypt-RC6
 SUBDIR += p5-Crypt-SSLeay
 SUBDIR += p5-Crypt-SmbHash
 SUBDIR += p5-Digest

Added: trunk/security/p5-Crypt-RC4/Makefile
===================================================================
--- trunk/security/p5-Crypt-RC4/Makefile	                        (rev 0)
+++ trunk/security/p5-Crypt-RC4/Makefile	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	Crypt-RC4
+PORTVERSION=	2.02
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl implementation of the RC4 encryption algorithm
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/security/p5-Crypt-RC4/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC4/distinfo
===================================================================
--- trunk/security/p5-Crypt-RC4/distinfo	                        (rev 0)
+++ trunk/security/p5-Crypt-RC4/distinfo	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-RC4-2.02.tar.gz) = 5ec4425c6bc22207889630be7350d99686e62a44c6136960110203cd594ae0ea
+SIZE (Crypt-RC4-2.02.tar.gz) = 4173


Property changes on: trunk/security/p5-Crypt-RC4/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC4/pkg-descr
===================================================================
--- trunk/security/p5-Crypt-RC4/pkg-descr	                        (rev 0)
+++ trunk/security/p5-Crypt-RC4/pkg-descr	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,18 @@
+A simple implementation of the RC4 algorithm, developed by RSA
+Security, Inc. Here is the description from RSA's website:
+
+RC4 is a stream cipher designed by Rivest for RSA Data Security
+(now RSA Security). It is a variable key-size stream cipher with
+byte-oriented operations. The algorithm is based on the use of a
+random permutation. Analysis shows that the period of the cipher
+is overwhelmingly likely to be greater than 10100. Eight to sixteen
+machine operations are required per output byte, and the cipher can
+be expected to run very quickly in software. Independent analysts
+have scrutinized the algorithm and it is considered secure.
+
+Based substantially on the "RC4 in 3 lines of perl" found at
+http://www.cypherspace.org
+
+WWW: http://search.cpan.org/dist/Crypt-RC4/
+
+Seamus Venasse <svenasse at polaris.ca>


Property changes on: trunk/security/p5-Crypt-RC4/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC4/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-RC4/pkg-plist	                        (rev 0)
+++ trunk/security/p5-Crypt-RC4/pkg-plist	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Crypt/RC4.pm
+%%PERL5_MAN3%%/Crypt::RC4.3.gz


Property changes on: trunk/security/p5-Crypt-RC4/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC5/Makefile
===================================================================
--- trunk/security/p5-Crypt-RC5/Makefile	                        (rev 0)
+++ trunk/security/p5-Crypt-RC5/Makefile	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	Crypt-RC5
+PORTVERSION=	2.00
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl implementation of the RC5 encryption algorithm
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/security/p5-Crypt-RC5/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC5/distinfo
===================================================================
--- trunk/security/p5-Crypt-RC5/distinfo	                        (rev 0)
+++ trunk/security/p5-Crypt-RC5/distinfo	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-RC5-2.00.tar.gz) = d35d31db49cd81ad731cc0a93bcab3c5b1084bd6985473a68d936104abb1370e
+SIZE (Crypt-RC5-2.00.tar.gz) = 2966


Property changes on: trunk/security/p5-Crypt-RC5/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC5/pkg-descr
===================================================================
--- trunk/security/p5-Crypt-RC5/pkg-descr	                        (rev 0)
+++ trunk/security/p5-Crypt-RC5/pkg-descr	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,5 @@
+RC5 is a fast block cipher designed by Ronald Rivest for RSA Data
+Security (now RSA Security) in 1994.  It is a parameterized algorithm
+with a variable block size, a variable key size, and a variable number
+of rounds.  This particular implementation is 32 bit.  As such, it is
+suggested that a minimum of 12 rounds be performed.


Property changes on: trunk/security/p5-Crypt-RC5/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC5/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-RC5/pkg-plist	                        (rev 0)
+++ trunk/security/p5-Crypt-RC5/pkg-plist	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Crypt::RC5.3.gz
+%%SITE_PERL%%/Crypt/RC5.pm


Property changes on: trunk/security/p5-Crypt-RC5/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC6/Makefile
===================================================================
--- trunk/security/p5-Crypt-RC6/Makefile	                        (rev 0)
+++ trunk/security/p5-Crypt-RC6/Makefile	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME=	Crypt-RC6
+PORTVERSION=	1.0
+PORTREVISION=	1
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl implementation of the RC6 encryption algorithm
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5 dos2unix
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/security/p5-Crypt-RC6/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC6/distinfo
===================================================================
--- trunk/security/p5-Crypt-RC6/distinfo	                        (rev 0)
+++ trunk/security/p5-Crypt-RC6/distinfo	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,2 @@
+SHA256 (Crypt-RC6-1.0.tar.gz) = c86b2e8a4450e1b52a897a7ef6ddbd7121cf73a5277fd7e3c738cbbceb6f03a4
+SIZE (Crypt-RC6-1.0.tar.gz) = 11411


Property changes on: trunk/security/p5-Crypt-RC6/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC6/pkg-descr
===================================================================
--- trunk/security/p5-Crypt-RC6/pkg-descr	                        (rev 0)
+++ trunk/security/p5-Crypt-RC6/pkg-descr	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,8 @@
+"RC6 is an evolutionary improvement of RC5, designed to meet the
+requirements of the Advanced Encryption Standard (AES). Like RC5,
+RC6 makes essential use of data-dependent rotations. New features
+of RC6 include the use of four working registers instead of two,
+and the inclusion of integer multiplication as an additional primitive
+operation. The use of multiplication greatly increases the diffusion
+achieved per round, allowing for greater security, fewer rounds, and
+increased throughput."


Property changes on: trunk/security/p5-Crypt-RC6/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/p5-Crypt-RC6/pkg-plist
===================================================================
--- trunk/security/p5-Crypt-RC6/pkg-plist	                        (rev 0)
+++ trunk/security/p5-Crypt-RC6/pkg-plist	2016-11-12 21:58:59 UTC (rev 22104)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/Crypt::RC6.3.gz
+%%SITE_ARCH%%/Crypt/RC6.pm
+%%SITE_ARCH%%/auto/Crypt/RC6/RC6.so


Property changes on: trunk/security/p5-Crypt-RC6/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list