mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to version 1.8
PR: ports/66889 Submitted by: Ports Fury
This commit is contained in:
parent
1a30472649
commit
74a648be0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109534
@ -7,20 +7,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= tex2im
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.nought.de/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Converts LaTeX formulas into high resolution pixmap graphics
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_REINPLACE= yes
|
||||
bash:${PORTSDIR}/shells/bash2
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tex2im-1.7.tar.gz) = 574633c9d51e74474108c0a86781c089
|
||||
SIZE (tex2im-1.7.tar.gz) = 19098
|
||||
MD5 (tex2im-1.8.tar.gz) = d9e30a6c91df9c1cbe83a5f9e4ea5810
|
||||
SIZE (tex2im-1.8.tar.gz) = 28727
|
||||
|
@ -1,6 +1,11 @@
|
||||
bin/tex2im
|
||||
%%PORTDOCS%%share/examples/tex2im/example1.png
|
||||
%%PORTDOCS%%share/examples/tex2im/example1.tex
|
||||
%%PORTDOCS%%share/examples/tex2im/example2.png
|
||||
%%PORTDOCS%%share/examples/tex2im/example2.tex
|
||||
%%PORTDOCS%%@dirrm share/examples/tex2im
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example1.png
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example1.tex
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example2.png
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example2.tex
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.png
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.tex
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.png
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.tex
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/fig_1.eps
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user