diff options
author | wen <wen@pkgsrc.org> | 2012-08-29 13:25:06 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-08-29 13:25:06 +0000 |
commit | a6d7f7c13d7da48c83cc0939e33a4d97c40b6af9 (patch) | |
tree | 3dad12b69f7bddaf7192775cac3be4798eee1dc7 /print | |
parent | c5462f70d818f815f853260a2e35a806707c4324 (diff) | |
download | pkgsrc-a6d7f7c13d7da48c83cc0939e33a4d97c40b6af9.tar.gz |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-LaTeX-Encode/Makefile | 7 | ||||
-rw-r--r-- | print/p5-LaTeX-Encode/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/print/p5-LaTeX-Encode/Makefile b/print/p5-LaTeX-Encode/Makefile index b40897a5084..440162d5c87 100644 --- a/print/p5-LaTeX-Encode/Makefile +++ b/print/p5-LaTeX-Encode/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 14:21:29 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/08/29 13:25:06 wen Exp $ # -DISTNAME= LaTeX-Encode-0.03 +DISTNAME= LaTeX-Encode-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly + PERL5_PACKLIST= auto/LaTeX/Encode/.packlist REPLACE_PERL+= scripts/build-character-table scripts/format-encoding-reference diff --git a/print/p5-LaTeX-Encode/distinfo b/print/p5-LaTeX-Encode/distinfo index 661af7c305e..709125fa440 100644 --- a/print/p5-LaTeX-Encode/distinfo +++ b/print/p5-LaTeX-Encode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/05/17 10:24:53 sno Exp $ +$NetBSD: distinfo,v 1.2 2012/08/29 13:25:07 wen Exp $ -SHA1 (LaTeX-Encode-0.03.tar.gz) = 03d095b12bc425298fcb56cef5f0a2007cfc515b -RMD160 (LaTeX-Encode-0.03.tar.gz) = e1dd766e6e2adf956b9c9c0eabe659c2dcab0671 -Size (LaTeX-Encode-0.03.tar.gz) = 22547 bytes +SHA1 (LaTeX-Encode-0.05.tar.gz) = 8dbb9b37b19f41276ffb692a65d09fce468e5f62 +RMD160 (LaTeX-Encode-0.05.tar.gz) = 1ff04851d17b81df1110848b7378226cf2cfbd35 +Size (LaTeX-Encode-0.05.tar.gz) = 42547 bytes |