mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
add texpower 0.0.9d
Creating dynamic online presentations with LaTeX
This commit is contained in:
parent
8fee961560
commit
6f15c4ca47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96926
@ -179,6 +179,7 @@
|
||||
SUBDIR += t1utils
|
||||
SUBDIR += teTeX
|
||||
SUBDIR += tex
|
||||
SUBDIR += texpower
|
||||
SUBDIR += tgif2tex
|
||||
SUBDIR += tipograf
|
||||
SUBDIR += tr2latex
|
||||
|
26
print/texpower/Makefile
Normal file
26
print/texpower/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: texpower
|
||||
# Date created: Dec 30, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= texpower
|
||||
PORTVERSION= 0.0.9d
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Creating dynamic online presentations with LaTeX
|
||||
|
||||
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} *..sty *.cls *.cfg ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/texpower/distinfo
Normal file
1
print/texpower/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (texpower-0.0.9d.tar.gz) = c058dcd7c6050184319634d0cc8fc74d
|
4
print/texpower/pkg-descr
Normal file
4
print/texpower/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
TeXPower is a bundle of style and class files for creating dynamic online
|
||||
presentations with LaTeX.
|
||||
|
||||
WWW: http://texpower.sourceforge.net/
|
6
print/texpower/pkg-plist
Normal file
6
print/texpower/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
share/texmf/tex/latex/texpower/powersem.cls
|
||||
share/texmf/tex/latex/texpower/texpower.sty
|
||||
share/texmf/tex/latex/texpower/tpcolors.cfg
|
||||
share/texmf/tex/latex/texpower/tpoptions.cfg
|
||||
share/texmf/tex/latex/texpower/tpsettings.cfg
|
||||
@dirrm share/texmf/tex/latex/texpower
|
Loading…
Reference in New Issue
Block a user