diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:06:42 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:06:42 +0000 |
commit | 37a9257fe9e8ce5a248fa0f403fe42340afa2556 (patch) | |
tree | 420ecd6da62b5bee338614d54acda8a25a59bc02 /print/latex-pgf | |
parent | a3725cb2bbfd34876fd2047f98c6a42456997a96 (diff) |
Notes
Diffstat (limited to 'print/latex-pgf')
-rw-r--r-- | print/latex-pgf/Makefile | 57 | ||||
-rw-r--r-- | print/latex-pgf/distinfo | 3 | ||||
-rw-r--r-- | print/latex-pgf/pkg-descr | 8 | ||||
-rw-r--r-- | print/latex-pgf/pkg-plist | 26 |
4 files changed, 0 insertions, 94 deletions
diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile deleted file mode 100644 index 0e7bef251bfc..000000000000 --- a/print/latex-pgf/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: latex-pgf -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# -# $FreeBSD$ - -PORTNAME= latex-pgf -PORTVERSION= 0.65 -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-base \ - ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal - -NO_BUILD= YES -PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR} - -TEXMFLOCAL= share/texmf-local -TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R -MKTEXLSR= ${LOCALBASE}/bin/mktexlsr -CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} -WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} - -CLASS_FILES= pgf.sty pgfarrows.sty pgfautomata.sty pgfheaps.sty \ - pgfnodes.sty pgfshade.sty xxcolor.sty - -DOC_FILES= AUTHORS ChangeLog FILES INSTALL README TODO \ - pgf-apple.jpg pgf-apple.mask.jpg \ - pgfuserguide.pdf pgfuserguide.tex \ - pgf-tu-logo.25.eps pgf-tu-logo.25.jpg \ - pgf-tu-logo.eps pgf-tu-logo.jpg \ - pgf-tu-logo.mask.jpg \ - pgfuserguide.pdf pgfuserguide.tex - -IGNORE= is already included in the teTeX distribution -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2006-12-01 - -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 deleted file mode 100644 index 5683cdd1126c..000000000000 --- a/print/latex-pgf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgf-0.65.tar.gz) = 763cab72b1a46160da5e40b6892db6a1 -SHA256 (pgf-0.65.tar.gz) = bfc66386e152ae15c002c394cd1016cb7a25b98b653682961469e578963c7dbd -SIZE (pgf-0.65.tar.gz) = 366809 diff --git a/print/latex-pgf/pkg-descr b/print/latex-pgf/pkg-descr deleted file mode 100644 index 70cc1452f576..000000000000 --- a/print/latex-pgf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index a19b288078f7..000000000000 --- a/print/latex-pgf/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -@comment $FreeBSD$ -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FILES -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/pgf-apple.jpg -%%PORTDOCS%%%%DOCSDIR%%/pgf-apple.mask.jpg -%%PORTDOCS%%%%DOCSDIR%%/pgfuserguide.pdf -%%PORTDOCS%%%%DOCSDIR%%/pgfuserguide.tex -%%PORTDOCS%%%%DOCSDIR%%/pgf-tu-logo.25.eps -%%PORTDOCS%%%%DOCSDIR%%/pgf-tu-logo.25.jpg -%%PORTDOCS%%%%DOCSDIR%%/pgf-tu-logo.eps -%%PORTDOCS%%%%DOCSDIR%%/pgf-tu-logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/pgf-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 -@exec %%MKTEXLSR%% -@unexec %%MKTEXLSR%% |