[Midnightbsd-cvs] mports [22214] trunk/security: add perl digest md5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 15 17:16:18 EST 2017


Revision: 22214
          http://svnweb.midnightbsd.org/mports/?rev=22214
Author:   laffer1
Date:     2017-01-15 17:16:18 -0500 (Sun, 15 Jan 2017)
Log Message:
-----------
add perl digest md5

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

Added Paths:
-----------
    trunk/security/p5-Digest-Perl-MD5/
    trunk/security/p5-Digest-Perl-MD5/Makefile
    trunk/security/p5-Digest-Perl-MD5/distinfo
    trunk/security/p5-Digest-Perl-MD5/pkg-descr
    trunk/security/p5-Digest-Perl-MD5/pkg-plist

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2017-01-15 22:07:31 UTC (rev 22213)
+++ trunk/security/Makefile	2017-01-15 22:16:18 UTC (rev 22214)
@@ -89,6 +89,7 @@
 SUBDIR += p5-Digest
 SUBDIR += p5-Digest-HMAC
 SUBDIR += p5-Digest-MD5
+SUBDIR += p5-Digest-Perl-MD5
 SUBDIR += p5-Digest-SHA
 SUBDIR += p5-Digest-SHA1
 SUBDIR += p5-GSSAPI

Added: trunk/security/p5-Digest-Perl-MD5/Makefile
===================================================================
--- trunk/security/p5-Digest-Perl-MD5/Makefile	                        (rev 0)
+++ trunk/security/p5-Digest-Perl-MD5/Makefile	2017-01-15 22:16:18 UTC (rev 22214)
@@ -0,0 +1,21 @@
+# Created by: Gabor Kovesdan
+# $FreeBSD: head/security/p5-Digest-Perl-MD5/Makefile 373448 2014-11-26 13:08:24Z mat $
+# $MidnightBSD$
+
+PORTNAME=	Digest-Perl-MD5
+PORTVERSION=	1.9
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl extension for MD5 hash algorithm in pure Perl
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/security/p5-Digest-Perl-MD5/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-Digest-Perl-MD5/distinfo
===================================================================
--- trunk/security/p5-Digest-Perl-MD5/distinfo	                        (rev 0)
+++ trunk/security/p5-Digest-Perl-MD5/distinfo	2017-01-15 22:16:18 UTC (rev 22214)
@@ -0,0 +1,2 @@
+SHA256 (Digest-Perl-MD5-1.9.tar.gz) = 7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1
+SIZE (Digest-Perl-MD5-1.9.tar.gz) = 72009


Property changes on: trunk/security/p5-Digest-Perl-MD5/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-Digest-Perl-MD5/pkg-descr
===================================================================
--- trunk/security/p5-Digest-Perl-MD5/pkg-descr	                        (rev 0)
+++ trunk/security/p5-Digest-Perl-MD5/pkg-descr	2017-01-15 22:16:18 UTC (rev 22214)
@@ -0,0 +1,8 @@
+This is not an interface (like "Digest::MD5") but a Perl implementation
+of MD5. It is written in perl only and because of this it is slow but it
+works without C-Code. You should use "Digest::MD5" instead of this
+module if it is available. This module is only usefull for
+computers where you cannot install "Digest::MD5" (e.g. lack of a
+C-Compiler).
+
+WWW: http://search.cpan.org/dist/Digest-Perl-MD5/


Property changes on: trunk/security/p5-Digest-Perl-MD5/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-Digest-Perl-MD5/pkg-plist
===================================================================
--- trunk/security/p5-Digest-Perl-MD5/pkg-plist	                        (rev 0)
+++ trunk/security/p5-Digest-Perl-MD5/pkg-plist	2017-01-15 22:16:18 UTC (rev 22214)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Digest/Perl/MD5.pm
+%%PERL5_MAN3%%/Digest::Perl::MD5.3.gz


Property changes on: trunk/security/p5-Digest-Perl-MD5/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