svn commit: r417741 - in head/security: . p5-Crypt-LE

Kurt Jaeger pi at FreeBSD.org
Tue Jun 28 18:03:26 UTC 2016


Author: pi
Date: Tue Jun 28 18:03:24 2016
New Revision: 417741
URL: https://svnweb.freebsd.org/changeset/ports/417741

Log:
  New port: security/p5-Crypt-LE
  
  Crypt::LE provides the functionality necessary to use Let's Encrypt
  API and generate free SSL certificates for your domains. It can
  also be used to generate RSA keys and Certificate Signing Requests
  or to revoke previously issued certificates. Crypt::LE is shipped
  with a self-sufficient client for obtaining SSL certificates -
  le.pl.
  
  The client supports 'http' and 'dns' domain verification out of the box.
  
  WWW: http://search.cpan.org/dist/Crypt-LE/

Added:
  head/security/p5-Crypt-LE/
  head/security/p5-Crypt-LE/Makefile   (contents, props changed)
  head/security/p5-Crypt-LE/distinfo   (contents, props changed)
  head/security/p5-Crypt-LE/pkg-descr   (contents, props changed)
  head/security/p5-Crypt-LE/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jun 28 17:29:20 2016	(r417740)
+++ head/security/Makefile	Tue Jun 28 18:03:24 2016	(r417741)
@@ -517,6 +517,7 @@
     SUBDIR += p5-Crypt-Imail
     SUBDIR += p5-Crypt-Juniper
     SUBDIR += p5-Crypt-Khazad
+    SUBDIR += p5-Crypt-LE
     SUBDIR += p5-Crypt-License
     SUBDIR += p5-Crypt-Lite
     SUBDIR += p5-Crypt-Loki97

Added: head/security/p5-Crypt-LE/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-LE/Makefile	Tue Jun 28 18:03:24 2016	(r417741)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	Crypt-LE
+PORTVERSION=	0.17
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pi at FreeBSD.org
+COMMENT=	Let's Encrypt API interfacing module
+
+LICENSE=	ART20
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/p5-Crypt-LE/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-LE/distinfo	Tue Jun 28 18:03:24 2016	(r417741)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467136285
+SHA256 (Crypt-LE-0.17.tar.gz) = c378b7246d9166fbda6c53b6e8923acc4f7373a73c13113d47f0f3aac2834448
+SIZE (Crypt-LE-0.17.tar.gz) = 36525

Added: head/security/p5-Crypt-LE/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-LE/pkg-descr	Tue Jun 28 18:03:24 2016	(r417741)
@@ -0,0 +1,10 @@
+Crypt::LE provides the functionality necessary to use Let's Encrypt
+API and generate free SSL certificates for your domains. It can
+also be used to generate RSA keys and Certificate Signing Requests
+or to revoke previously issued certificates. Crypt::LE is shipped
+with a self-sufficient client for obtaining SSL certificates -
+le.pl.
+
+The client supports 'http' and 'dns' domain verification out of the box.
+
+WWW: http://search.cpan.org/dist/Crypt-LE/

Added: head/security/p5-Crypt-LE/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-LE/pkg-plist	Tue Jun 28 18:03:24 2016	(r417741)
@@ -0,0 +1,7 @@
+bin/le.pl
+%%SITE_PERL%%/Crypt/LE.pm
+%%SITE_PERL%%/Crypt/LE/Challenge/Simple.pm
+%%SITE_PERL%%/Crypt/LE/Complete/Simple.pm
+%%PERL5_MAN3%%/Crypt::LE.3.gz
+%%PERL5_MAN3%%/Crypt::LE::Challenge::Simple.3.gz
+%%PERL5_MAN3%%/Crypt::LE::Complete::Simple.3.gz


More information about the svn-ports-head mailing list