[Midnightbsd-cvs] mports: mports/converters: add p5-Convert-ASN1 to encode and decode ASN1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 17:05:49 EDT 2008


Log Message:
-----------
add p5-Convert-ASN1 to encode and decode ASN1 structures.

Modified Files:
--------------
    mports/converters:
        Makefile (r1.16 -> r1.17)

Added Files:
-----------
    mports/converters/p5-Convert-ASN1:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/converters/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -L converters/Makefile -L converters/Makefile -u -r1.16 -r1.17
--- converters/Makefile
+++ converters/Makefile
@@ -5,6 +5,7 @@
 
     SUBDIR += fribidi
     SUBDIR += libiconv
+    SUBDIR += p5-Convert-ASN1
     SUBDIR += p5-Convert-BinHex
     SUBDIR += p5-Encode
     SUBDIR += p5-Encode-Detect
--- /dev/null
+++ converters/p5-Convert-ASN1/pkg-descr
@@ -0,0 +1,4 @@
+Convert::ASN1 encodes and decodes ASN.1 data structures
+using BER/DER rules.
+
+WWW: http://search.cpan.org/dist/Convert-ASN1/
--- /dev/null
+++ converters/p5-Convert-ASN1/pkg-plist
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Convert/ASN1.pod
+%%SITE_PERL%%/Convert/ASN1.pm
+%%SITE_PERL%%/Convert/ASN1/_decode.pm
+%%SITE_PERL%%/Convert/ASN1/_encode.pm
+%%SITE_PERL%%/Convert/ASN1/Debug.pm
+%%SITE_PERL%%/Convert/ASN1/parser.pm
+%%SITE_PERL%%/Convert/ASN1/IO.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1
+ at dirrm %%SITE_PERL%%/Convert/ASN1
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert
+ at dirrmtry %%SITE_PERL%%/Convert
--- /dev/null
+++ converters/p5-Convert-ASN1/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	p5-Convert-ASN1
+# Date created:				May 30, 2008
+# Whom:	      				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/converters/p5-Convert-ASN1/Makefile,v 1.1 2008/05/30 21:05:47 laffer1 Exp $
+#
+
+PORTNAME=	Convert-ASN1
+PORTVERSION=	0.21
+CATEGORIES=	converters perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl5 module to encode and decode ASN.1 data structures
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Convert::ASN1.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ converters/p5-Convert-ASN1/distinfo
@@ -0,0 +1,3 @@
+MD5 (Convert-ASN1-0.21.tar.gz) = 6f5c45724db1b09911e489275d19d0f5
+SHA256 (Convert-ASN1-0.21.tar.gz) = 94e37fcb52148355cf9a0e96518c82bbb80b0b97adcce88bdb87766ca1cf9e45
+SIZE (Convert-ASN1-0.21.tar.gz) = 68071


More information about the Midnightbsd-cvs mailing list