mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update MASTER_SITES
- Add RUN_DEPENDS - Set dependencies according to Makefile.PL - Sort _DEPENDS - Update WWW and fix syntax in pkg-descr - Bump PORTREVISION Reported by: sunpoet via email Reviewed by: sunpoet MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11609
This commit is contained in:
parent
27fec291b9
commit
33318cdef7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446000
@ -3,8 +3,10 @@
|
||||
|
||||
PORTNAME= LaTeXML
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= http://dlmf.nist.gov/LaTeXML/releases/
|
||||
MASTER_SITES= CPAN \
|
||||
http://dlmf.nist.gov/LaTeXML/releases/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
@ -14,19 +16,17 @@ LICENSE= PD CC0-1.0
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= git:devel/git \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-Image-Size>=0:graphics/p5-Image-Size \
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-JSON-XS>=0:converters/p5-JSON-XS \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
|
||||
p5-Image-Size>=0:graphics/p5-Image-Size \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
|
||||
p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \
|
||||
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
|
||||
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 \
|
||||
p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
|
||||
p5-URI>=0:net/p5-URI
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -2,6 +2,6 @@ LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter. From XML it
|
||||
can generate various flavors of HTML. MathML and ePub, with other
|
||||
formats under development.
|
||||
|
||||
See the included manual.pdf for an documentation.
|
||||
See the included manual.pdf for documentation.
|
||||
|
||||
WWW: http://dlmf.nist.gov/LaTeXML/
|
||||
WWW: http://search.cpan.org/dist/LaTeXML/
|
||||
|
Loading…
Reference in New Issue
Block a user