mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 16 additions and 12 deletions
|
@ -7,20 +7,19 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tex2im
|
PORTNAME= tex2im
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.8
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://www.nought.de/
|
MASTER_SITES= http://www.nought.de/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Converts LaTeX formulas into high resolution pixmap graphics
|
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 \
|
latex:${PORTSDIR}/print/teTeX \
|
||||||
convert:${PORTSDIR}/graphics/ImageMagick
|
bash:${PORTSDIR}/shells/bash2
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im
|
@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" ${WRKSRC}/tex2im
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (tex2im-1.7.tar.gz) = 574633c9d51e74474108c0a86781c089
|
MD5 (tex2im-1.8.tar.gz) = d9e30a6c91df9c1cbe83a5f9e4ea5810
|
||||||
SIZE (tex2im-1.7.tar.gz) = 19098
|
SIZE (tex2im-1.8.tar.gz) = 28727
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
bin/tex2im
|
bin/tex2im
|
||||||
%%PORTDOCS%%share/examples/tex2im/example1.png
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example1.png
|
||||||
%%PORTDOCS%%share/examples/tex2im/example1.tex
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example1.tex
|
||||||
%%PORTDOCS%%share/examples/tex2im/example2.png
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example2.png
|
||||||
%%PORTDOCS%%share/examples/tex2im/example2.tex
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example2.tex
|
||||||
%%PORTDOCS%%@dirrm share/examples/tex2im
|
%%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…
Add table
Reference in a new issue