Initial import of Convert-BER-1.31
This module to encode and decode objects
This commit is contained in:
parent
9d8e4dbfde
commit
7d79b960e4
20
converters/p5-Convert-BER/Makefile
Normal file
20
converters/p5-Convert-BER/Makefile
Normal 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>
|
3
converters/p5-Convert-BER/files/md5
Normal file
3
converters/p5-Convert-BER/files/md5
Normal 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
|
1
converters/p5-Convert-BER/pkg/COMMENT
Normal file
1
converters/p5-Convert-BER/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
module to encode and decode objects
|
3
converters/p5-Convert-BER/pkg/DESCR
Normal file
3
converters/p5-Convert-BER/pkg/DESCR
Normal 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.
|
4
converters/p5-Convert-BER/pkg/PLIST
Normal file
4
converters/p5-Convert-BER/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user