Initial import of Convert-BER-1.31

This module to encode and decode objects
This commit is contained in:
kevlo 2001-01-19 03:29:42 +00:00
parent 9d8e4dbfde
commit 7d79b960e4
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:29:42 kevlo Exp $
DISTNAME= Convert-BER-1.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031
RMD160 (Convert-BER-1.31.tar.gz) = be49ee51d871d8eb49517ee73ef6aeac4032a675
SHA1 (Convert-BER-1.31.tar.gz) = 820973d6fb69d887b7f482103c49efc1717443ab

View File

@ -0,0 +1 @@
module to encode and decode objects

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/19 03:29:42 kevlo Exp $
libdata/perl5/site_perl/Convert/BER.pod
libdata/perl5/site_perl/Convert/BER.pm
man/man3/Convert::BER.3p