Update to 0.2. Changes between 0.1b and 0.2 include:
- Fixed bugs #1029803 and #1073319 reported at SourceForge. - Made the handling of whatsits smarter (making write to file and hyperref commands stepwise-aware), i.e, relaxed filtering. - Added option/command to turn on/off the old aggressive/robust filtering. - Added fragilesteps environment. Submitted by: Saito Tomokatsu (saito at a2z dot co dot jp) PR: ports/87169
This commit is contained in:
parent
1f155c3f99
commit
291149c489
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144796
3 changed files with 8 additions and 6 deletions
|
@ -7,12 +7,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= texpower
|
||||
PORTVERSION= 0.1.0b
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= latex-
|
||||
DISTNAME= ${PORTNAME}-0-1b
|
||||
DISTNAME= ${PORTNAME}-0-2
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Creating dynamic online presentations with LaTeX
|
||||
|
@ -22,11 +22,11 @@ RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base
|
|||
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} \
|
||||
MKTEXLSR=${MKTEXLSR}
|
||||
ALL_TARGET= unpack
|
||||
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
||||
DOCFILES= 00readme.txt 01install.txt manual.pdf
|
||||
DOCFILES= 00readme.txt 01install.txt \
|
||||
manual.pdf powersem.pdf texpower.pdf
|
||||
|
||||
do-build:
|
||||
@(cd ${BUILD_WRKSRC} && \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (texpower-0-1b.tar.gz) = a08c81fbf1951f7390eb4de23fd944d1
|
||||
SIZE (texpower-0-1b.tar.gz) = 474815
|
||||
MD5 (texpower-0-2.tar.gz) = 3c4d75625f46d561e5ad2b564012e724
|
||||
SIZE (texpower-0-2.tar.gz) = 176307
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/00readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/01install.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/powersem.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texpower.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@exec %%MKTEXLSR%%
|
||||
@unexec %%MKTEXLSR%%
|
||||
|
|
Loading…
Reference in a new issue