diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-26 14:57:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-26 14:57:26 +0800 |
commit | c926c552a621ffb2b51f2450c5747ad678103709 (patch) | |
tree | 2f0bed45179ba9632d6f4d71623d8fe71c8dd85b /print/tex-formats | |
parent | 02eab264a708570887db44f02a8e6015a90fec1c (diff) | |
download | freebsd-ports-gnome-c926c552a621ffb2b51f2450c5747ad678103709.tar.gz freebsd-ports-gnome-c926c552a621ffb2b51f2450c5747ad678103709.tar.zst freebsd-ports-gnome-c926c552a621ffb2b51f2450c5747ad678103709.zip |
- Separate libsynctex from tex-web2c to devel/tex-synctex.
- Separate basic TeX engines from tex-web2c to print/tex-basic-engines.
- Add CTAN mirrors to MASTER_SITES.
- Drop gmake where not required.
- Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx,
print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
Diffstat (limited to 'print/tex-formats')
-rw-r--r-- | print/tex-formats/Makefile | 6 | ||||
-rw-r--r-- | print/tex-formats/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index f97bb52aa8d1..9f6dd2f458d5 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -2,7 +2,7 @@ PORTNAME= formats PORTVERSION= 20150521 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= #empty PKGNAMEPREFIX= tex- @@ -10,12 +10,12 @@ DISTFILES= #empty EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org -COMMENT= Formats for Basic TeX Engines +COMMENT= Formats for basic TeX engines NO_BUILD= yes NO_INSTALL= yes -USE_TEX= web2c kpathsea texmf texhash fmtutil +USE_TEX= web2c basic texmf fmtutil texhash TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \ metafont mex mptopdf pdftex tex diff --git a/print/tex-formats/pkg-descr b/print/tex-formats/pkg-descr index 8c16472ff0aa..655b7500d05f 100644 --- a/print/tex-formats/pkg-descr +++ b/print/tex-formats/pkg-descr @@ -1,3 +1,3 @@ -TeX Live binaries and manuals. +Format files for basic TeX engines. WWW: http://tug.org/texlive/ |