pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Convert-ASN1 Updated to version 0.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c76281a69e8
branches:  trunk
changeset: 469546:9c76281a69e8
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 24 23:21:35 2004 +0000

description:
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

diffstat:

 textproc/p5-Convert-ASN1/Makefile |  11 +++++++----
 textproc/p5-Convert-ASN1/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 6af64ea129bf -r 9c76281a69e8 textproc/p5-Convert-ASN1/Makefile
--- a/textproc/p5-Convert-ASN1/Makefile Tue Feb 24 23:17:08 2004 +0000
+++ b/textproc/p5-Convert-ASN1/Makefile Tue Feb 24 23:21:35 2004 +0000
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2003/07/21 17:27:35 martti Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/24 23:21:35 heinz Exp $
 #
 
-DISTNAME=              Convert-ASN1-0.16
+DISTNAME=              Convert-ASN1-0.18
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5asn
 CATEGORIES=            converters perl5 textproc
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Convert/}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-#HOMEPAGE=     
+HOMEPAGE=              http://search.cpan.org/dist/Convert-ASN1/
 COMMENT=               Perl5 module to encode/decode ASN.1 data
 
-USE_BUILDLINK2=                YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 6af64ea129bf -r 9c76281a69e8 textproc/p5-Convert-ASN1/distinfo
--- a/textproc/p5-Convert-ASN1/distinfo Tue Feb 24 23:17:08 2004 +0000
+++ b/textproc/p5-Convert-ASN1/distinfo Tue Feb 24 23:21:35 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/08/20 14:37:41 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/02/24 23:21:35 heinz Exp $
 
-SHA1 (Convert-ASN1-0.16.tar.gz) = 74c244985400b111c19159f634f97dccd44ca985
-Size (Convert-ASN1-0.16.tar.gz) = 41992 bytes
+SHA1 (Convert-ASN1-0.18.tar.gz) = 1aec8a3185c03f19870543bb94624160a716e53e
+Size (Convert-ASN1-0.18.tar.gz) = 59936 bytes



Home | Main Index | Thread Index | Old Index