From owner-svn-ports-all@freebsd.org Tue Jun 28 18:03:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 039E7B850A5; Tue, 28 Jun 2016 18:03:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF8A928A4; Tue, 28 Jun 2016 18:03:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5SI3OGs091557; Tue, 28 Jun 2016 18:03:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5SI3OD5091552; Tue, 28 Jun 2016 18:03:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606281803.u5SI3OD5091552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 28 Jun 2016 18:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417741 - in head/security: . p5-Crypt-LE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2016 18:03:26 -0000 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@FreeBSD.org +COMMENT= Let's Encrypt API interfacing module + +LICENSE= ART20 + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include 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