diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-20 04:33:34 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-20 04:33:34 +0800 |
commit | eb505ab1476925732268cd57a161ad8f8fd94364 (patch) | |
tree | 346ed2be37b627807351d830ba39e46d40a65664 /print/texlive-full/Makefile | |
parent | bf0a2afa21d17ca8b87f23bf13ef726df96938ab (diff) | |
download | freebsd-ports-gnome-eb505ab1476925732268cd57a161ad8f8fd94364.tar.gz freebsd-ports-gnome-eb505ab1476925732268cd57a161ad8f8fd94364.tar.zst freebsd-ports-gnome-eb505ab1476925732268cd57a161ad8f8fd94364.zip |
Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr.
Note that currently tlmgr(1) does not work because of
lack of TLPDB. This will be fixed.
- Lua libraries used in LuaTeX are separated into
devel/tex-libtexlua and devel/texlibtexluajit.
USE_TEX supports them via keywords "texlua" and "texluajit".
- libsynctex is currently installed by devel/tex-web2c.
This will be separated into a single port.
- Add graphics/libpotrace and use installed libpotrace
and libharfbuzz.
Diffstat (limited to 'print/texlive-full/Makefile')
-rw-r--r-- | print/texlive-full/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index 1dd3e5ea05bf..797f85a08032 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -1,21 +1,15 @@ # $FreeBSD$ PORTNAME= texlive -DISTVERSION= 20140525 -PORTREVISION= 1 +DISTVERSION= 20150521 CATEGORIES= print -MASTER_SITES= #empty PKGNAMESUFFIX= -full -DISTFILES= #empty -EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live, Full Version USE_TEX= full texhash -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport OPTIONS_DEFINE= DOCS SOURCE OPTIONS_DEFAULT=DOCS |