Wed Aug 29 13:25:07 2012 UTC ()
Update to 0.0.5

Upstream changes:
2012-08-28  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.05

        * added more symbols

        * build-character-table now builds a %provided_by map that gives the LaTeX package
          that provides the LaTeX command used in the encoding

        * removed unimplemented "use_textcomp" option

        * added "packages" option to latex_encode() to pass a reference to a hash that is
          updated with the names of optional LaTeX packages (styles) that implement the
          commands included in the encoded string

2012-08-27  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.04

        * added requirement for Perl 5.8.1 or later due to deficiencies in
          Unicode handling of earlier Perl versions.

        * updated encoding table to add Turkish characters (RT #55526) and to not include
          spaces after accented characters (RT #49357)

        * switch from 'base' to 'parent' for setting up inheritance

        * added add_latex_encodings() and remove_latex_encodings() functions to update the
          encoding table.

        * allow 'add' and 'remove' specifiers to be provided on the 'use' statement


(wen)
diff -r1.3 -r1.4 pkgsrc/print/p5-LaTeX-Encode/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/print/p5-LaTeX-Encode/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/print/p5-LaTeX-Encode/Makefile (expand / switch to unified diff)

--- pkgsrc/print/p5-LaTeX-Encode/Makefile 2011/08/14 14:21:29 1.3
+++ pkgsrc/print/p5-LaTeX-Encode/Makefile 2012/08/29 13:25:06 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2011/08/14 14:21:29 obache Exp $ 1# $NetBSD: Makefile,v 1.4 2012/08/29 13:25:06 wen Exp $
2# 2#
3 3
4DISTNAME= LaTeX-Encode-0.03 4DISTNAME= LaTeX-Encode-0.05
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= textproc 6CATEGORIES= textproc
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/LaTeX-Encode/ 10HOMEPAGE= http://search.cpan.org/dist/LaTeX-Encode/
12COMMENT= Encode characters for LaTeX formatting 11COMMENT= Encode characters for LaTeX formatting
13LICENSE= gnu-gpl-v2 # OR artistic 12LICENSE= gnu-gpl-v2 # OR artistic
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
 16DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
 17
17PERL5_PACKLIST= auto/LaTeX/Encode/.packlist 18PERL5_PACKLIST= auto/LaTeX/Encode/.packlist
18REPLACE_PERL+= scripts/build-character-table scripts/format-encoding-reference 19REPLACE_PERL+= scripts/build-character-table scripts/format-encoding-reference
19 20
20.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/p5-LaTeX-Encode/distinfo (expand / switch to unified diff)

--- pkgsrc/print/p5-LaTeX-Encode/distinfo 2009/05/17 10:24:53 1.1.1.1
+++ pkgsrc/print/p5-LaTeX-Encode/distinfo 2012/08/29 13:25:07 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/05/17 10:24:53 sno Exp $ 1$NetBSD: distinfo,v 1.2 2012/08/29 13:25:07 wen Exp $
2 2
3SHA1 (LaTeX-Encode-0.03.tar.gz) = 03d095b12bc425298fcb56cef5f0a2007cfc515b 3SHA1 (LaTeX-Encode-0.05.tar.gz) = 8dbb9b37b19f41276ffb692a65d09fce468e5f62
4RMD160 (LaTeX-Encode-0.03.tar.gz) = e1dd766e6e2adf956b9c9c0eabe659c2dcab0671 4RMD160 (LaTeX-Encode-0.05.tar.gz) = 1ff04851d17b81df1110848b7378226cf2cfbd35
5Size (LaTeX-Encode-0.03.tar.gz) = 22547 bytes 5Size (LaTeX-Encode-0.05.tar.gz) = 42547 bytes