From 252c4e7f099d136103301fd9d6c3fd9ecff72f49 Mon Sep 17 00:00:00 2001
From: scrappy <scrappy@FreeBSD.org>
Date: Sat, 28 Oct 2000 00:03:48 +0000
Subject: Perl5 module to encode and decode objects using Basic Encoding Rules
 (BER)

---
 converters/Makefile                   |  1 +
 converters/p5-Convert-BER/Makefile    | 26 ++++++++++++++++++++++++++
 converters/p5-Convert-BER/distinfo    |  1 +
 converters/p5-Convert-BER/pkg-comment |  1 +
 converters/p5-Convert-BER/pkg-descr   |  5 +++++
 converters/p5-Convert-BER/pkg-plist   |  4 ++++
 6 files changed, 38 insertions(+)
 create mode 100644 converters/p5-Convert-BER/Makefile
 create mode 100644 converters/p5-Convert-BER/distinfo
 create mode 100644 converters/p5-Convert-BER/pkg-comment
 create mode 100644 converters/p5-Convert-BER/pkg-descr
 create mode 100644 converters/p5-Convert-BER/pkg-plist

(limited to 'converters')

diff --git a/converters/Makefile b/converters/Makefile
index fbcd914..f452518 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -18,6 +18,7 @@
     SUBDIR += mmencode
     SUBDIR += mpack
     SUBDIR += mule-ucs-emacs20
+    SUBDIR += p5-Convert-BER
     SUBDIR += p5-Convert-Recode
     SUBDIR += p5-Convert-UU
     SUBDIR += p5-MIME-Base64
diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile
new file mode 100644
index 0000000..8d5321f
--- /dev/null
+++ b/converters/p5-Convert-BER/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	p5-Convert-BER
+# Date created:				October 27, 2000
+# Whom:	      				Marc Fournier <scrappy@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	Convert-BER
+PORTVERSION=	1.31
+CATEGORIES=	converters perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Convert
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	scrappy@FreeBSD.org
+
+USE_PERL5=	YES
+
+MAN3=		Convert::BER.3
+MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+		@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+			PREFIX=${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/converters/p5-Convert-BER/distinfo b/converters/p5-Convert-BER/distinfo
new file mode 100644
index 0000000..0c27ab6
--- /dev/null
+++ b/converters/p5-Convert-BER/distinfo
@@ -0,0 +1 @@
+MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031
diff --git a/converters/p5-Convert-BER/pkg-comment b/converters/p5-Convert-BER/pkg-comment
new file mode 100644
index 0000000..f0190bd
--- /dev/null
+++ b/converters/p5-Convert-BER/pkg-comment
@@ -0,0 +1 @@
+Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
diff --git a/converters/p5-Convert-BER/pkg-descr b/converters/p5-Convert-BER/pkg-descr
new file mode 100644
index 0000000..d754574
--- /dev/null
+++ b/converters/p5-Convert-BER/pkg-descr
@@ -0,0 +1,5 @@
+DESCRIPTION
+       `Convert::BER' provides an OO interface to encoding and
+       decoding data using the ASN.1 Basic Encoding Rules (BER),
+       a platform independent way of encoding structured binary
+       data together with the structure.
diff --git a/converters/p5-Convert-BER/pkg-plist b/converters/p5-Convert-BER/pkg-plist
new file mode 100644
index 0000000..4cee731
--- /dev/null
+++ b/converters/p5-Convert-BER/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/5.6.0/Convert/BER.pod
+lib/perl5/site_perl/5.6.0/Convert/BER.pm
+lib/perl5/site_perl/5.6.0/mach/auto/Convert/BER/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER
-- 
cgit v1.1