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/tex-ptexenc/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/tex-ptexenc/Makefile')
-rw-r--r-- | print/tex-ptexenc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile index de13d5e4a1fb..96ad30ead040 100644 --- a/print/tex-ptexenc/Makefile +++ b/print/tex-ptexenc/Makefile @@ -1,19 +1,18 @@ # $FreeBSD$ PORTNAME= ptexenc -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 1.3.2 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-20120701-source +DISTNAME= texlive-20140525-source DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools USES= tar:xz libtool -USE_TEX= texlive kpathsea +USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} |