diff options
author | krion <krion@FreeBSD.org> | 2004-03-04 05:38:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-04 05:38:07 +0800 |
commit | 059b225be8bc0285b8bfc5227fc2be16161bdb99 (patch) | |
tree | 405fc8cd2af1f8f080676a8c0be57bf9606b0692 /print/latex-pgf | |
parent | 2c8b7ed2dba47549b2baa58d165f075f416ca15b (diff) | |
download | freebsd-ports-gnome-059b225be8bc0285b8bfc5227fc2be16161bdb99.tar.gz freebsd-ports-gnome-059b225be8bc0285b8bfc5227fc2be16161bdb99.tar.zst freebsd-ports-gnome-059b225be8bc0285b8bfc5227fc2be16161bdb99.zip |
- Update to version 0.60
PR: ports/63713
Submitted by: maintainer
Diffstat (limited to 'print/latex-pgf')
-rw-r--r-- | print/latex-pgf/Makefile | 46 | ||||
-rw-r--r-- | print/latex-pgf/distinfo | 3 |
2 files changed, 19 insertions, 30 deletions
diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index 5d1a12c54fcf..20879080fb4e 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= latex-pgf -PORTVERSION= 0.50 +PORTVERSION= 0.60 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= latex-beamer @@ -14,41 +14,29 @@ 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 +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ + ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ + ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal NO_BUILD= YES -PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR} -PLIST_SUB+= CLASSDIR=${CLASSDIR} +PLIST_SUB= MKTEXLSR=${MKTEXLSR} CLASSDIR=${CLASSDIR} -TEXMF= share/texmf +TEXMFLOCAL= share/texmf-local +TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr -CLASSDIR= ${TEXMF}/tex/latex/${PORTNAME:S/^latex-//} +CLASSDIR= ${TEXMFLOCAL}/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 +CLASS_FILES= pgf.sty pgfarrows.sty pgfautomata.sty pgfheaps.sty \ + pgfnodes.sty pgfshade.sty 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 +DOC_FILES= AUTHORS ChangeLog FILES INSTALL README TODO \ + apple.jpg apple.mask.jpg \ + pgfuserguide.pdf pgfuserguide.tex \ + tu-logo.25.eps tu-logo.25.jpg \ + tu-logo.eps tu-logo.jpg \ + tu-logo.mask.jpg \ do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} diff --git a/print/latex-pgf/distinfo b/print/latex-pgf/distinfo index 4dff2a904c7e..6b833be4ce93 100644 --- a/print/latex-pgf/distinfo +++ b/print/latex-pgf/distinfo @@ -1 +1,2 @@ -MD5 (pgf-0.50.tar.gz) = e4c500b277814d25a712e32491f41760 +MD5 (pgf-0.60.tar.gz) = 0478c4aecd56f3f4dc8bb4e0df0edd95 +SIZE (pgf-0.60.tar.gz) = 354312 |