mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Updated from v0.4 to v0.6
0.6 - Fixed incompatibility with HTML::Parser 1.35 - Upped the required versions of Pod::LaTeX and HTML::Entities to ones I know work 0.5 - Fixed an incorrect quoting bug in MathMode - Added a couple of tests for quote bug and escaping - Now unescapes any singular character (\\ => \, \x => x, etc), this may be too broad and need casing? Approved by: tobez (implicit)
This commit is contained in:
parent
4240ef43ca
commit
dcc9de1680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162602
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= TeX-Encode
|
PORTNAME= TeX-Encode
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.6
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY
|
MASTER_SITE_SUBDIR= ../../authors/id/T/TI/TIMBRODY
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (TeX-Encode-0.4.tar.gz) = 1f77d612ccaf5c48a68d52bd406dfb28
|
MD5 (TeX-Encode-0.6.tar.gz) = 603d53654577666261a94e58f5f61641
|
||||||
SHA256 (TeX-Encode-0.4.tar.gz) = 749f0414e843f9b5976859754d70e47a0518003b29e7479ad608189aced51a57
|
SHA256 (TeX-Encode-0.6.tar.gz) = a7364a3060e41cd933a640dc69374d704b7d562ca1af2fead83193785e29b456
|
||||||
SIZE (TeX-Encode-0.4.tar.gz) = 4824
|
SIZE (TeX-Encode-0.6.tar.gz) = 6026
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
%%SITE_PERL%%/TeX/Encode.pm
|
%%SITE_PERL%%/TeX/Encode.pm
|
||||||
|
%%SITE_PERL%%/TeX/debug.pl
|
||||||
%%SITE_PERL%%/auto/TeX/Encode/autosplit.ix
|
%%SITE_PERL%%/auto/TeX/Encode/autosplit.ix
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TeX/Encode/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TeX/Encode/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TeX/Encode
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TeX/Encode
|
||||||
|
Loading…
Reference in New Issue
Block a user