summaryrefslogtreecommitdiff
path: root/print/p5-LaTeX-Encode
AgeCommit message (Collapse)AuthorFilesLines
2019-11-04print: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-09-18p5-LaTeX-Encode: remove reference to non-existent filewiz1-4/+3
2017-08-10Update to 0.092.0wen2-8/+7
No upstream changelog found.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-29Update 0.06 to 0.091.3mef2-7/+8
---------------------- 2014-03-25 Chris Travers <chris.travers@gmail.com> * version 0.091.3 * Further regexp fixes for 5.19 bracket handling 2014-03-24 Chris Travers <chris.travers@gmail.com> * version 0.091.1 * Fixed Test Cases failing taint mode under Perl 5.12 and lower. 2014-03-23 Chris Travers <chris.travers@gmail.com> * version 0.09 * Added additional test case for some entities to make verify table * Merged in LaTeX::Encode::EncodingTable 2012-09-30 Andrew Ford <a.ford@ford-mason.co.uk> * version 0.08 * change t/11-unmatched-chars.t to use an unmatched ideographic character instead of 0x{ffff} as some versions of perl protest about having an illegal Unicode character in a string. 2012-09-23 Andrew Ford <a.ford@ford-mason.co.uk> * version 0.07 * remove use of 'parent' in generated module * add handling of unmatched characters * add note about Unicode data that does not have the UTF8 flag set
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-08-31Update to 0.06wen2-6/+6
Upstream changes: 2012-08-29 Andrew Ford <a.ford@ford-mason.co.uk> * version 0.06 * added script "latex-encode" as a simple filter that uses LaTeX::Encode * added a couple more encodings * reverted to 'base' from 'parent' for setting up inheritance * updated author tests
2012-08-29Update to 0.0.5wen2-7/+8
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
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-17Importing package for perl module LaTeX::Encode as a dependency of upcomingsno3-0/+43
LaTeX::Table and Template::Plugin::Latex packages. This module provides a function to encode text that is to be formatted with LaTeX. It encodes characters that are special to LaTeX or that are represented in LaTeX by LaTeX commands.