mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Text::ASCIIMathML is a parser for ASCIIMathML text which produces
MathML XML markup strings that are suitable for rendering by any MathML-compliant browser. WWW: http://search.cpan.org/dist/Text-ASCIIMathML/ PR: ports/137605 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
eecdbb3487
commit
2d3ff17aad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239465
5 changed files with 35 additions and 0 deletions
|
@ -608,6 +608,7 @@
|
|||
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Template-Plugin-XML-Escape
|
||||
SUBDIR += p5-Test-Perl-Critic
|
||||
SUBDIR += p5-Text-ASCIIMathML
|
||||
SUBDIR += p5-Text-ASCIITable
|
||||
SUBDIR += p5-Text-Affixes
|
||||
SUBDIR += p5-Text-Aligner
|
||||
|
|
21
textproc/p5-Text-ASCIIMathML/Makefile
Normal file
21
textproc/p5-Text-ASCIIMathML/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Text-ASCIIMathML
|
||||
# Date created: 09 Aug, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-ASCIIMathML
|
||||
PORTVERSION= 0.81
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Perl extension for parsing ASCIIMathML text into MathML
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::ASCIIMathML.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-ASCIIMathML/distinfo
Normal file
3
textproc/p5-Text-ASCIIMathML/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Text-ASCIIMathML-0.81.tar.gz) = 0f33523d93d9156e94931ed07d9836d7
|
||||
SHA256 (Text-ASCIIMathML-0.81.tar.gz) = 7c16e741840f3eaa47b3b51bce4bf0e068e1da703bc5d572a5522e916e9b225f
|
||||
SIZE (Text-ASCIIMathML-0.81.tar.gz) = 45105
|
5
textproc/p5-Text-ASCIIMathML/pkg-descr
Normal file
5
textproc/p5-Text-ASCIIMathML/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Text::ASCIIMathML is a parser for ASCIIMathML text which produces
|
||||
MathML XML markup strings that are suitable for rendering by any
|
||||
MathML-compliant browser.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-ASCIIMathML/
|
5
textproc/p5-Text-ASCIIMathML/pkg-plist
Normal file
5
textproc/p5-Text-ASCIIMathML/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Text/ASCIIMathML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIIMathML/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIIMathML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Add table
Reference in a new issue