mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
p5::LaTeX::Encode 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. WWW: http://search.cpan.org/dist/LaTeX-Encode/ PR: ports/135171 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
d041d194ab
commit
1dfbbf579f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235245
@ -444,6 +444,7 @@
|
||||
SUBDIR += p5-KinoSearch
|
||||
SUBDIR += p5-Kwalify
|
||||
SUBDIR += p5-LJ-SpellCheck
|
||||
SUBDIR += p5-LaTeX-Encode
|
||||
SUBDIR += p5-LaTeX-TOM
|
||||
SUBDIR += p5-Lingua-Conjunction
|
||||
SUBDIR += p5-Lingua-EN-AddressParse
|
||||
|
21
textproc/p5-LaTeX-Encode/Makefile
Normal file
21
textproc/p5-LaTeX-Encode/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: LaTeX-Encode
|
||||
# Date created: 1st June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= LaTeX-Encode
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Encode characters for LaTeX formatting
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= LaTeX::Encode.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-LaTeX-Encode/distinfo
Normal file
3
textproc/p5-LaTeX-Encode/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (LaTeX-Encode-0.03.tar.gz) = a3ddbc7cb6f846d7e14e6fa5332c706b
|
||||
SHA256 (LaTeX-Encode-0.03.tar.gz) = 8dbbc58d1d77189037d38ba942cc699302980356e4f2a3fd901cbf120f96ecae
|
||||
SIZE (LaTeX-Encode-0.03.tar.gz) = 22547
|
5
textproc/p5-LaTeX-Encode/pkg-descr
Normal file
5
textproc/p5-LaTeX-Encode/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
p5-LaTeX-Encode 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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/LaTeX-Encode/
|
7
textproc/p5-LaTeX-Encode/pkg-plist
Normal file
7
textproc/p5-LaTeX-Encode/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/LaTeX/Encode.pm
|
||||
%%SITE_PERL%%/LaTeX/Encode/EncodingTable.pm
|
||||
%%SITE_PERL%%/mach/auto/LaTeX/Encode/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/LaTeX/Encode
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/LaTeX
|
||||
@dirrm %%SITE_PERL%%/LaTeX/Encode
|
||||
@dirrmtry %%SITE_PERL%%/LaTeX
|
Loading…
x
Reference in New Issue
Block a user