2017-06-05 16:24:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2017/06/05 14:24:38 ryoon Exp $
|
2000-06-09 16:14:49 +02:00
|
|
|
#
|
|
|
|
|
2015-01-26 14:40:06 +01:00
|
|
|
DISTNAME= Convert-ASN1-0.27
|
2001-10-01 17:17:58 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2017-06-05 16:24:20 +02:00
|
|
|
PKGREVISION= 3
|
2001-10-01 18:33:54 +02:00
|
|
|
CATEGORIES= converters perl5 textproc
|
2001-10-01 17:17:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
2000-06-09 16:14:49 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Updated to version 0.18.
Adapted to buildlink3.
Changes since 0.16
===================
* lib/Convert/ASN1.pm:
* MANIFEST, Makefile.PL, t/0-signature.t:
Use Module::Build to build Makefile and add SIGNATURE
* lib/Convert/: ASN1.pm, ASN1/_encode.pm:
Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8
* lib/Convert/ASN1.pm:
Release 0.17
* MANIFEST:
Add new tests into MANIFEST
* t/funcs.pl:
Skip rtest if Data::Dumper is not available
* parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl:
Support OPTIONAL on SET OF and SEQUENCE OF
* lib/Convert/ASN1/_decode.pm, t/00prim.t:
Fix OID decoding
* t/14any.t:
Remove duplicate my
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t:
Add support for ANY DEFINED BY
Patch from Simon Wilkinson
* lib/Convert/ASN1/Debug.pm:
Fix debug output for OIDs
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t:
CER and DER SET encoding
* t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm:
utf8 support for perl >= 5.8
2004-02-25 00:21:35 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Convert-ASN1/
|
2003-07-21 19:27:24 +02:00
|
|
|
COMMENT= Perl5 module to encode/decode ASN.1 data
|
2012-07-06 15:13:08 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2000-06-09 16:14:49 +02:00
|
|
|
|
Updated to version 0.18.
Adapted to buildlink3.
Changes since 0.16
===================
* lib/Convert/ASN1.pm:
* MANIFEST, Makefile.PL, t/0-signature.t:
Use Module::Build to build Makefile and add SIGNATURE
* lib/Convert/: ASN1.pm, ASN1/_encode.pm:
Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8
* lib/Convert/ASN1.pm:
Release 0.17
* MANIFEST:
Add new tests into MANIFEST
* t/funcs.pl:
Skip rtest if Data::Dumper is not available
* parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl:
Support OPTIONAL on SET OF and SEQUENCE OF
* lib/Convert/ASN1/_decode.pm, t/00prim.t:
Fix OID decoding
* t/14any.t:
Remove duplicate my
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t:
Add support for ANY DEFINED BY
Patch from Simon Wilkinson
* lib/Convert/ASN1/Debug.pm:
Fix debug output for OIDs
* parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t:
CER and DER SET encoding
* t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
lib/Convert/ASN1/_encode.pm:
utf8 support for perl >= 5.8
2004-02-25 00:21:35 +01:00
|
|
|
USE_LANGUAGES= # empty
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Convert/ASN1/.packlist
|
2000-08-29 02:32:03 +02:00
|
|
|
|
2002-10-14 00:22:45 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2000-06-09 16:14:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|