diff options
author | hrs <hrs@FreeBSD.org> | 2014-08-22 19:04:23 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-08-22 19:04:23 +0800 |
commit | 91f24e6eecdb1e1f3a701409d114d13305a46ff9 (patch) | |
tree | 4e5655e52b6737cbd19a56d45857fbe796c396bb /print/texlive-docs/Makefile | |
parent | 8cd8f23c7fff0820165439aa6fdc4ec2ea639d26 (diff) | |
download | freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.gz freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.zst freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.zip |
Update TeXLive to 2014.
- Note that full support of configuration tools such as tlmgr and texconfig
is not ready yet.
- Most of dviware now supports libpaper to choose the default papersize.
Use paperconfig(8) utility or print/papersize-default-* packages.
- Some quite old macros of the age of latex209 have been removed, and
there are user-visible/invisible incompatibilities. Please send a report
to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
Diffstat (limited to 'print/texlive-docs/Makefile')
-rw-r--r-- | print/texlive-docs/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/print/texlive-docs/Makefile b/print/texlive-docs/Makefile index 9438a98f390c..5a99105f96b0 100644 --- a/print/texlive-docs/Makefile +++ b/print/texlive-docs/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= texlive -PORTVERSION= 20120701 +PORTVERSION= 20140525 CATEGORIES= print -MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2012/ +MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -docs DISTNAME= ${PORTNAME}-${PORTVERSION}-texmf DIST_SUBDIR= TeX @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, documentation USES= tar:xz -USE_TEX= texlive texmf +USE_TEX= texmf NO_BUILD= yes NO_WRKSRC= yes @@ -31,9 +31,8 @@ EXCLUDE_FILES= \*/doc/man \ texmf-dist/doc/fonts/japanese-otf \ texmf-dist/doc/fonts/japanese-otf-uptex \ texmf-dist/doc/fonts/jfontmaps \ - texmf/doc/dvips \ - texmf/doc/dvipdfm \ - texmf/doc/dvipdfmx + texmf-dist/doc/dvips \ + texmf-dist/doc/dvipdfmx EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,} @@ -44,6 +43,6 @@ do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ - ${DISTNAME}/texmf/doc ${DISTNAME}/texmf-dist/doc + ${DISTNAME}/texmf-dist/doc .include <bsd.port.mk> |