Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 20:20:22 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469465 - in head/security: . p5-Crypt-X509-CRL
Message-ID:  <201805092020.w49KKMR0060829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed May  9 20:20:21 2018
New Revision: 469465
URL: https://svnweb.freebsd.org/changeset/ports/469465

Log:
  New port: security/p5-Crypt-X509-CRL
  
  Crypt::X509::CRL is an object oriented X.509 certificate
  revocation list parser with numerous methods for directly
  extracting information from certificate revocation lists
  
  WWW: http://search.cpan.org/dist/Crypt-X509-CRL/
  
  PR:		228074
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed May  9 20:01:33 2018	(r469464)
+++ head/security/Makefile	Wed May  9 20:20:21 2018	(r469465)
@@ -638,6 +638,7 @@
     SUBDIR += p5-Crypt-UnixCrypt
     SUBDIR += p5-Crypt-UnixCrypt_XS
     SUBDIR += p5-Crypt-X509
+    SUBDIR += p5-Crypt-X509-CRL
     SUBDIR += p5-Crypt-XTEA
     SUBDIR += p5-Crypt-xDBM_File
     SUBDIR += p5-CryptX

Added: head/security/p5-Crypt-X509-CRL/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-X509-CRL/Makefile	Wed May  9 20:20:21 2018	(r469465)
@@ -0,0 +1,28 @@
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Crypt-X509-CRL
+PORTVERSION=	0.1
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd@gmail.com
+COMMENT=	Object oriented X.509 certificate revocation list parser
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/README
+
+BUILD_DEPENDS=	p5-Convert-ASN1>=0.19:converters/p5-Convert-ASN1
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+WRKSRC=		${WRKDIR}/${PORTNAME}
+NO_ARCH=	yes
+
+PLIST_FILES=	${SITE_MAN3_REL}/Crypt::X509::CRL.3.gz \
+		${SITE_PERL_REL}/Crypt/X509/CRL.pm
+
+.include <bsd.port.mk>

Added: head/security/p5-Crypt-X509-CRL/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-X509-CRL/distinfo	Wed May  9 20:20:21 2018	(r469465)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525708759
+SHA256 (Crypt-X509-CRL-0.1.tar.gz) = 1eeeb5661133285dbe4d1558259fce6100b7e806a0dfb18bb67b87b0b76f188b
+SIZE (Crypt-X509-CRL-0.1.tar.gz) = 14574

Added: head/security/p5-Crypt-X509-CRL/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Crypt-X509-CRL/pkg-descr	Wed May  9 20:20:21 2018	(r469465)
@@ -0,0 +1,5 @@
+Crypt::X509::CRL is an object oriented X.509 certificate
+revocation list parser with numerous methods for directly
+extracting information from certificate revocation lists
+
+WWW: http://search.cpan.org/dist/Crypt-X509-CRL/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805092020.w49KKMR0060829>