diff options
author | krion <krion@FreeBSD.org> | 2004-01-24 17:48:54 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-24 17:48:54 +0800 |
commit | 73a94cd845aea2811a2e438d7d3f47ca8acd343b (patch) | |
tree | 9fb6b4af5fb85e5af73605b4264c9aa7a176a2ca /print/latex-pgf | |
parent | 0c4eb4bf6392b8a0493ab2d373fcd7d5720906c1 (diff) | |
download | freebsd-ports-gnome-73a94cd845aea2811a2e438d7d3f47ca8acd343b.tar.gz freebsd-ports-gnome-73a94cd845aea2811a2e438d7d3f47ca8acd343b.tar.zst freebsd-ports-gnome-73a94cd845aea2811a2e438d7d3f47ca8acd343b.zip |
Add latex-pgf 0.50,
latex-pgf is a TeX macro package that allows you to create
graphics in your TeX documents using a special pgfpicture
environment and special macros for drawing lines, curves,
rectangles, and many other kind of graphic objects. Its usage
closely resembles the pstricks package or the normal picture
environment of LaTeX.
PR: ports/61826
Submitted by: hrs@FreeBSD.org
Diffstat (limited to 'print/latex-pgf')
-rw-r--r-- | print/latex-pgf/Makefile | 64 | ||||
-rw-r--r-- | print/latex-pgf/distinfo | 1 | ||||
-rw-r--r-- | print/latex-pgf/pkg-descr | 8 | ||||
-rw-r--r-- | print/latex-pgf/pkg-plist | 27 |
4 files changed, 100 insertions, 0 deletions
diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile new file mode 100644 index 000000000000..5d1a12c54fcf --- /dev/null +++ b/print/latex-pgf/Makefile @@ -0,0 +1,64 @@ +# New ports collection makefile for: latex-pgf +# Date created: 24 Jan 2004 +# Whom: hrs@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= latex-pgf +PORTVERSION= 0.50 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= latex-beamer +DISTNAME= ${PORTNAME:S/^latex-//}-${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= A LaTeX package for TeX Portable Graphic Format + +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX + +NO_BUILD= YES +PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} +PLIST_SUB+= CLASSDIR=${CLASSDIR} + +TEXMF= share/texmf +MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +CLASSDIR= ${TEXMF}/tex/latex/${PORTNAME:S/^latex-//} +WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} + +CLASS_FILES= pgf.sty +CLASS_FILES+= pgfarrows.sty +CLASS_FILES+= pgfautomata.sty +CLASS_FILES+= pgfheaps.sty +CLASS_FILES+= pgfnodes.sty +CLASS_FILES+= pgfshade.sty +CLASS_FILES+= xxcolor.sty + +DOC_FILES= AUTHORS +DOC_FILES+= ChangeLog +DOC_FILES+= FILES +DOC_FILES+= INSTALL +DOC_FILES+= README +DOC_FILES+= TODO +DOC_FILES+= apple.jpg +DOC_FILES+= apple.mask.jpg +DOC_FILES+= pgfuserguide.pdf +DOC_FILES+= pgfuserguide.tex +DOC_FILES+= tu-logo.25.eps +DOC_FILES+= tu-logo.25.jpg +DOC_FILES+= tu-logo.eps +DOC_FILES+= tu-logo.jpg +DOC_FILES+= tu-logo.mask.jpg + +do-install: + ${MKDIR} ${PREFIX}/${CLASSDIR} + ${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR} +.endif + +post-install: + ${MKTEXLSR} + +.include <bsd.port.mk> diff --git a/print/latex-pgf/distinfo b/print/latex-pgf/distinfo new file mode 100644 index 000000000000..4dff2a904c7e --- /dev/null +++ b/print/latex-pgf/distinfo @@ -0,0 +1 @@ +MD5 (pgf-0.50.tar.gz) = e4c500b277814d25a712e32491f41760 diff --git a/print/latex-pgf/pkg-descr b/print/latex-pgf/pkg-descr new file mode 100644 index 000000000000..70cc1452f576 --- /dev/null +++ b/print/latex-pgf/pkg-descr @@ -0,0 +1,8 @@ +pgf stands for `portable graphics format'. It is a TeX macro package +that allows you to create graphics in your TeX documents using a special +pgfpicture environment and special macros for drawing lines, curves, +rectangles, and many other kind of graphic objects. +Its usage closely resembles the pstricks package or the normal picture +environment of LaTeX. + +WWW: http://latex-beamer.sourceforge.net/ diff --git a/print/latex-pgf/pkg-plist b/print/latex-pgf/pkg-plist new file mode 100644 index 000000000000..907df3f2ae22 --- /dev/null +++ b/print/latex-pgf/pkg-plist @@ -0,0 +1,27 @@ +@comment $FreeBSD$ +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FILES +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/apple.jpg +%%PORTDOCS%%%%DOCSDIR%%/apple.mask.jpg +%%PORTDOCS%%%%DOCSDIR%%/pgfuserguide.pdf +%%PORTDOCS%%%%DOCSDIR%%/pgfuserguide.tex +%%PORTDOCS%%%%DOCSDIR%%/tu-logo.25.eps +%%PORTDOCS%%%%DOCSDIR%%/tu-logo.25.jpg +%%PORTDOCS%%%%DOCSDIR%%/tu-logo.eps +%%PORTDOCS%%%%DOCSDIR%%/tu-logo.jpg +%%PORTDOCS%%%%DOCSDIR%%/tu-logo.mask.jpg +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%CLASSDIR%%/pgf.sty +%%CLASSDIR%%/pgfarrows.sty +%%CLASSDIR%%/pgfautomata.sty +%%CLASSDIR%%/pgfheaps.sty +%%CLASSDIR%%/pgfnodes.sty +%%CLASSDIR%%/pgfshade.sty +%%CLASSDIR%%/xxcolor.sty +@dirrm %%CLASSDIR%% +@exec %%MKTEXLSR%% +@unexec %%MKTEXLSR%% |