Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 08:26:53 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318747 - in head: Mk devel/tex-kpathsea devel/tex-kpathsea/files japanese/tex-ptex print print/tex-dvipdfmx print/tex-dvipsk print/texlive-base print/texlive-base/files print/texlive-d...
Message-ID:  <201305220826.r4M8QrwE098740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed May 22 08:26:53 2013
New Revision: 318747
URL: http://svnweb.freebsd.org/changeset/ports/318747

Log:
  - Fix duplicated pkg-plist entries.
  - Split off documentation to print/texlive-docs from print/texlive-texmf.
    The document part was 1.3GB (30k files).  Now the size of texlive-texmf
    package is 557MB (this was 1.5GB before the split).
  - do-texhash, do-fmtutil, do-updmap targets now run after post-install.

Added:
  head/devel/tex-kpathsea/files/patch-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-bibtex8-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-bibtexu-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-cjkutils-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-gsftopk-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-lcdf-typetools-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-tetex-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-texk-ttf2pk-Makefile.in   (contents, props changed)
  head/print/texlive-base/files/patch-utils-chktex-Makefile.in   (contents, props changed)
  head/print/texlive-docs/
  head/print/texlive-docs/Makefile   (contents, props changed)
  head/print/texlive-docs/distinfo   (contents, props changed)
  head/print/texlive-docs/pkg-descr   (contents, props changed)
  head/print/texlive-docs/pkg-plist   (contents, props changed)
Modified:
  head/Mk/bsd.tex.mk
  head/devel/tex-kpathsea/Makefile
  head/devel/tex-kpathsea/pkg-plist
  head/japanese/tex-ptex/Makefile
  head/japanese/tex-ptex/pkg-plist
  head/print/Makefile
  head/print/tex-dvipdfmx/Makefile
  head/print/tex-dvipsk/Makefile
  head/print/texlive-base/Makefile
  head/print/texlive-base/pkg-plist
  head/print/texlive-full/Makefile
  head/print/texlive-texmf/Makefile
  head/print/texlive-texmf/pkg-plist

Modified: head/Mk/bsd.tex.mk
==============================================================================
--- head/Mk/bsd.tex.mk	Wed May 22 08:03:52 2013	(r318746)
+++ head/Mk/bsd.tex.mk	Wed May 22 08:26:53 2013	(r318747)
@@ -19,7 +19,8 @@ TEX_MAINTAINER=	hrs@FreeBSD.org
 # The other valid keywords (* means TeXLive specific):
 #
 #  base:	base part
-#  texmf:	texmf tree
+#  texmf:	texmf tree (except for documentation)
+#  docs:	documentation
 #
 #  web2c:	WEB2C toolchain and TeX engines[*]
 #  kpathsea:	kpathsea library[*]
@@ -99,6 +100,8 @@ _USE_TEX_TEXMF=		${LOCALBASE}/${TEXMFDIS
 _USE_TETEX_BASE=	mktexlsr:${PORTSDIR}/print/teTeX-base
 _USE_TEX_BASE=		tlmgr:${PORTSDIR}/print/texlive-base
 
+_USE_TEX_DOCS=		${LOCALBASE}/${TEXMFDIR}/doc/texlive/texlive-en/README:${PORTSDIR}/print/texlive-docs
+
 _USE_TEX_INFRA=		${SITE_PERL}/TeXLive/TLConfig.pm:${PORTSDIR}/print/texlive-infra
 
 _USE_TETEX_DVIPSK=	dvips:${PORTSDIR}/print/dvipsk-tetex
@@ -196,13 +199,12 @@ do-texhash:
 		"fi; done" >> ${TMPPLIST}
 . endif
 
-post-install: do-texhash
+post-install-script: do-texhash
 .endif
 
 .if !empty(USE_TEX:Mfmtutil)
 .PHONY:	do-fmtutil
-post-install: do-fmtutil
-.for F in ${TEX_FORMATS}
+. for F in ${TEX_FORMATS}
 do-fmtutil: do-fmtutil-$F post-install-$F
 do-fmtutil-$F:
 	@${TEST} -n '${TEX_FORMAT_${F:U}}'
@@ -229,7 +231,9 @@ do-fmtutil-$F:
 		"> ${LOCALBASE}/${FMTUTIL_CNF}" >> ${TMPPLIST}
 _PLIST_FILES+=	${TEX_FORMAT_${F:U}_FILES}
 _PLIST_DIRSTRY+=${TEX_FORMAT_${F:U}_DIRS}
-.endfor
+. endfor
+post-install-script: do-fmtutil
+
 PLIST_FILES=	${_PLIST_FILES:O:u}
 PLIST_DIRSTRY=	${_PLIST_DIRSTRY:O:u} \
 		${TEXMFVARDIR}/web2c \
@@ -242,13 +246,14 @@ do-updmap:
 	${SETENV} PATH=${PATH}:${LOCALBASE}/bin \
 		TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} \
 		${LOCALBASE}/bin/updmap-sys
-post-install: do-updmap
 	@${ECHO_CMD} "@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin " \
 		"TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} " \
 		"${LOCALBASE}/bin/updmap-sys"  >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin " \
 		"TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} " \
 		"${LOCALBASE}/bin/updmap-sys"  >> ${TMPPLIST}
+
+post-install-script: do-updmap
 .endif
 
 TEX_FORMAT_ALEPH?= \

Modified: head/devel/tex-kpathsea/Makefile
==============================================================================
--- head/devel/tex-kpathsea/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/devel/tex-kpathsea/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kpathsea
 PORTVERSION=	6.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-

Added: head/devel/tex-kpathsea/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tex-kpathsea/files/patch-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,29 @@
+--- Makefile.in.orig	2012-05-16 16:44:41.000000000 +0900
++++ Makefile.in	2013-05-22 15:09:13.000000000 +0900
+@@ -127,7 +127,7 @@
+          $(am__cd) "$$dir" && rm -f $$files; }; \
+   }
+ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
+-	"$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" \
++	"$(DESTDIR)$(web2cdir)" \
+ 	"$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ libkpathsea_la_DEPENDENCIES = $(LTLIBOBJS)
+@@ -1749,7 +1749,7 @@
+ 
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \
++	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: $(BUILT_SOURCES)
+@@ -1809,7 +1809,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_web2cDATA install-dist_web2cSCRIPTS \
++install-data-am: installdirs-am \
+ 	install-kpseincludeHEADERS install-nodist_kpseincludeHEADERS
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook

Modified: head/devel/tex-kpathsea/pkg-plist
==============================================================================
--- head/devel/tex-kpathsea/pkg-plist	Wed May 22 08:03:52 2013	(r318746)
+++ head/devel/tex-kpathsea/pkg-plist	Wed May 22 08:26:53 2013	(r318747)
@@ -58,12 +58,6 @@ lib/libkpathsea.a
 lib/libkpathsea.la
 lib/libkpathsea.so
 lib/libkpathsea.so.7
-%%TEXMFDIR%%/web2c/mktex.opt
-%%TEXMFDIR%%/web2c/mktexdir
-%%TEXMFDIR%%/web2c/mktexdir.opt
-%%TEXMFDIR%%/web2c/mktexnam
-%%TEXMFDIR%%/web2c/mktexnam.opt
-%%TEXMFDIR%%/web2c/mktexupd
 %%TEXMFDIR%%/web2c/texmf.cnf
 @dirrmtry %%TEXMFDIR%%/web2c
 @dirrmtry %%TEXMFDIR%%

Modified: head/japanese/tex-ptex/Makefile
==============================================================================
--- head/japanese/tex-ptex/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/japanese/tex-ptex/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ptex
 PORTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	japanese print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-

Modified: head/japanese/tex-ptex/pkg-plist
==============================================================================
--- head/japanese/tex-ptex/pkg-plist	Wed May 22 08:03:52 2013	(r318746)
+++ head/japanese/tex-ptex/pkg-plist	Wed May 22 08:26:53 2013	(r318747)
@@ -3694,3 +3694,5 @@ bin/uptftopl
 %%TEXMFDISTDIR%%/fonts/cmap/uptex/UTF8-UTF16
 @dirrm %%TEXMFDISTDIR%%/fonts/cmap/uptex
 %%TEXMFDIR%%/fonts/map/dvipdfmx/updmap/kanjix.map
+@dirrmtry %%TEXMFDIR%%/fonts/map/dvipdfmx/updmap
+@dirrmtry %%TEXMFDIR%%/fonts/map/dvipdfmx

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/print/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -303,6 +303,7 @@
     SUBDIR += tex-xmltex
     SUBDIR += texinfo
     SUBDIR += texlive-base
+    SUBDIR += texlive-docs
     SUBDIR += texlive-full
     SUBDIR += texlive-infra
     SUBDIR += texlive-texmf

Modified: head/print/tex-dvipdfmx/Makefile
==============================================================================
--- head/print/tex-dvipdfmx/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/print/tex-dvipdfmx/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dvipdfmx
 PORTVERSION=	20120420
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
@@ -36,9 +37,12 @@ EXTRACT_FILES= \
 EXTRACT_AFTER_ARGS_TEXMF= \
 	| ${TAR} -xf - -C ${PREFIX}/share \
 	--strip-components 1 --no-same-permission --no-same-owner \
+	${EXCLUDE_FILES_TEXMF:S,^,--exclude ${DISTNAME_TEXMF}/,} \
 	${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,}
 DISTVERSION_TEXMF=	20120701
 DISTNAME_TEXMF=	texlive-${DISTVERSION_TEXMF}-texmf
+EXCLUDE_FILES_TEXMF= \
+	texmf/fonts/map/dvipdfmx/updmap/kanjix.map
 EXTRACT_FILES_TEXMF= \
 	texmf-dist/fonts/map/dvipdfm/ \
 	texmf/dvipdfm/config/ \

Modified: head/print/tex-dvipsk/Makefile
==============================================================================
--- head/print/tex-dvipsk/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/print/tex-dvipsk/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dvipsk
 PORTVERSION=	5.992
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
@@ -28,6 +29,7 @@ EXTRACT_FILES= \
 	build-aux \
 	texk/am \
 	texk/dvipsk \
+	texk/lcdf-typetools \
 	texk/kpathsea
 EXTRACT_AFTER_ARGS_TEXMF= \
 	| ${TAR} -xf - -C ${PREFIX}/share \
@@ -63,9 +65,8 @@ INFO=	dvips
 pre-su-install:
 	${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXMF}-texmf${EXTRACT_SUFX} \
 		${EXTRACT_AFTER_ARGS_TEXMF}
-	${MKDIR} ${PREFIX}/${TEXMFDISTDIR}/fonts/map/dvipdfmx \
-		${PREFIX}/${TEXMFDIR}/fonts/map/dvipdfmx/updmap
-	${TOUCH} ${PREFIX}/${TEXMFDISTDIR}/fonts/map/dvipdfmx/.keep_me \
-		${PREFIX}/${TEXMFDIR}/fonts/map/dvipdfmx/updmap/.keep_me
+
+post-install:
+	${INSTALL_DATA} ${WRKDIR}/texlive-${DISTVERSION_TEXMF}-source/texk/lcdf-typetools/7t.enc ${PREFIX}/${TEXMFDISTDIR}/fonts/enc/dvips/base/7t.enc
 
 .include <bsd.port.mk>

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Wed May 22 08:03:52 2013	(r318746)
+++ head/print/texlive-base/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20120701
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMESUFFIX=	-base

Added: head/print/texlive-base/files/patch-texk-bibtex8-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-bibtex8-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,30 @@
+--- texk/bibtex8/Makefile.in.orig	2013-05-22 14:50:24.000000000 +0900
++++ texk/bibtex8/Makefile.in	2013-05-22 14:51:44.000000000 +0900
+@@ -86,8 +86,7 @@
+ CONFIG_HEADER = config.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(btdocdir)" \
+-	"$(DESTDIR)$(csfdir)"
++am__installdirs = "$(DESTDIR)$(bindir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_bibtex8_OBJECTS = bibtex-1.$(OBJEXT) bibtex-2.$(OBJEXT) \
+ 	bibtex-3.$(OBJEXT) bibtex-4.$(OBJEXT) bibtex.$(OBJEXT) \
+@@ -854,7 +853,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(DATA) config.h
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(btdocdir)" "$(DESTDIR)$(csfdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -911,7 +910,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_btdocDATA install-dist_csfDATA
++install-data-am:
+ 
+ install-dvi: install-dvi-am
+ 

Added: head/print/texlive-base/files/patch-texk-bibtexu-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-bibtexu-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,30 @@
+--- texk/bibtexu/Makefile.in.orig	2013-05-22 14:52:12.000000000 +0900
++++ texk/bibtexu/Makefile.in	2013-05-22 14:53:13.000000000 +0900
+@@ -88,8 +88,7 @@
+ CONFIG_HEADER = config.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(btdocdir)" \
+-	"$(DESTDIR)$(csfdir)"
++am__installdirs = "$(DESTDIR)$(bindir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_bibtexu_OBJECTS = bibtex-1.$(OBJEXT) bibtex-2.$(OBJEXT) \
+ 	bibtex-3.$(OBJEXT) bibtex-4.$(OBJEXT) bibtex.$(OBJEXT) \
+@@ -897,7 +896,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(DATA) config.h
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(btdocdir)" "$(DESTDIR)$(csfdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -954,7 +953,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_btdocDATA install-dist_csfDATA
++install-data-am:
+ 
+ install-dvi: install-dvi-am
+ 

Added: head/print/texlive-base/files/patch-texk-cjkutils-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-cjkutils-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,29 @@
+--- texk/cjkutils/Makefile.in.orig	2013-05-22 13:57:46.000000000 +0900
++++ texk/cjkutils/Makefile.in	2013-05-22 13:58:53.000000000 +0900
+@@ -94,7 +94,7 @@
+ CONFIG_CLEAN_VPATH_FILES =
+ @WIN32_TRUE@am__EXEEXT_1 = gbklatex$(EXEEXT) gbkpdflatex$(EXEEXT)
+ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
+-	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(hbf2gf_cfgdir)"
++	"$(DESTDIR)$(man1dir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ bg5conv_SOURCES = bg5conv.c
+ bg5conv_OBJECTS = bg5conv.$(OBJEXT)
+@@ -1084,7 +1084,7 @@
+ all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) c-auto.h \
+ 		all-local
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(hbf2gf_cfgdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -1142,7 +1142,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-hbf2gf_cfgDATA install-man
++install-data-am: install-man
+ 
+ install-dvi: install-dvi-am
+ 

Added: head/print/texlive-base/files/patch-texk-gsftopk-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-gsftopk-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,30 @@
+--- texk/gsftopk/Makefile.in.orig	2013-05-22 14:05:21.000000000 +0900
++++ texk/gsftopk/Makefile.in	2013-05-22 14:06:17.000000000 +0900
+@@ -85,8 +85,7 @@
+ CONFIG_HEADER = c-auto.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
+-	"$(DESTDIR)$(gsftopkpsheaderdir)"
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_gsftopk_OBJECTS = gsftopk.$(OBJEXT)
+ gsftopk_OBJECTS = $(am_gsftopk_OBJECTS)
+@@ -751,7 +750,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) c-auto.h
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(gsftopkpsheaderdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -808,7 +807,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_gsftopkpsheaderDATA install-man
++install-data-am: install-man
+ 
+ install-dvi: install-dvi-am
+ 

Added: head/print/texlive-base/files/patch-texk-lcdf-typetools-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-lcdf-typetools-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,30 @@
+--- texk/lcdf-typetools/Makefile.in.orig	2013-05-22 14:15:55.000000000 +0900
++++ texk/lcdf-typetools/Makefile.in	2013-05-22 14:19:14.000000000 +0900
+@@ -126,7 +126,7 @@
+     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+          $(am__cd) "$$dir" && rm -f $$files; }; \
+   }
+-am__installdirs = "$(DESTDIR)$(encdir)" "$(DESTDIR)$(glyphlistdir)"
++am__installdirs = 
+ DATA = $(enc_DATA) $(glyphlist_DATA)
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+   distclean-recursive maintainer-clean-recursive
+@@ -810,9 +810,6 @@
+ all-am: Makefile $(DATA) autoconf.h all-local
+ installdirs: installdirs-recursive
+ installdirs-am:
+-	for dir in "$(DESTDIR)$(encdir)" "$(DESTDIR)$(glyphlistdir)"; do \
+-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+-	done
+ install: install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+@@ -866,7 +863,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-encDATA install-glyphlistDATA
++install-data-am:
+ 
+ install-dvi: install-dvi-recursive
+ 

Added: head/print/texlive-base/files/patch-texk-tetex-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-tetex-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,35 @@
+--- texk/tetex/Makefile.in.orig	2013-05-22 14:09:48.000000000 +0900
++++ texk/tetex/Makefile.in	2013-05-22 14:12:23.000000000 +0900
+@@ -106,10 +106,10 @@
+     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+          $(am__cd) "$$dir" && rm -f $$files; }; \
+   }
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(texconfigdir)" \
++am__installdirs = "$(DESTDIR)$(bindir)" \
+ 	"$(DESTDIR)$(texmfdir)" "$(DESTDIR)$(bindir)" \
+ 	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
+-	"$(DESTDIR)$(texconfigdir)" "$(DESTDIR)$(web2cdir)"
++	"$(DESTDIR)$(web2cdir)"
+ SCRIPTS = $(dist_bin_SCRIPTS) $(dist_texconfig_SCRIPTS) \
+ 	$(dist_texmf_SCRIPTS) $(nodist_bin_SCRIPTS)
+ SOURCES =
+@@ -891,7 +891,7 @@
+ check: check-am
+ all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(texconfigdir)" "$(DESTDIR)$(texmfdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(texconfigdir)" "$(DESTDIR)$(web2cdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(texmfdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(web2cdir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -946,8 +946,8 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_texconfigDATA \
+-	install-dist_texconfigSCRIPTS install-dist_texmfSCRIPTS \
++install-data-am: \
++	install-dist_texmfSCRIPTS \
+ 	install-dist_web2cDATA install-man
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook

Added: head/print/texlive-base/files/patch-texk-ttf2pk-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-texk-ttf2pk-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,32 @@
+--- texk/ttf2pk/Makefile.in.orig	2012-04-26 20:02:04.000000000 +0900
++++ texk/ttf2pk/Makefile.in	2013-05-22 14:39:41.000000000 +0900
+@@ -88,9 +88,7 @@
+ CONFIG_HEADER = c-auto.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
+-	"$(DESTDIR)$(cfgdatadir)" "$(DESTDIR)$(encdatadir)" \
+-	"$(DESTDIR)$(mapdatadir)" "$(DESTDIR)$(sfddatadir)"
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am__objects_1 = errormsg.$(OBJEXT) filesrch.$(OBJEXT) \
+ 	ligkern.$(OBJEXT) newobj.$(OBJEXT) parse.$(OBJEXT) \
+@@ -1006,7 +1004,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) c-auto.h
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(cfgdatadir)" "$(DESTDIR)$(encdatadir)" "$(DESTDIR)$(mapdatadir)" "$(DESTDIR)$(sfddatadir)"; do \
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -1063,8 +1061,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-dist_cfgdataDATA install-dist_encdataDATA \
+-	install-dist_mapdataDATA install-dist_sfddataDATA install-man
++install-data-am: install-man
+ 
+ install-dvi: install-dvi-am
+ 

Added: head/print/texlive-base/files/patch-utils-chktex-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-base/files/patch-utils-chktex-Makefile.in	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,32 @@
+--- utils/chktex/Makefile.in.orig	2013-05-22 13:40:02.000000000 +0900
++++ utils/chktex/Makefile.in	2013-05-22 14:02:57.000000000 +0900
+@@ -81,8 +81,7 @@
+ CONFIG_CLEAN_VPATH_FILES =
+ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
+ 	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(texmfdir)" \
+-	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(configdir)" \
+-	"$(DESTDIR)$(pdfdocdir)"
++	"$(DESTDIR)$(man1dir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_chktex_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
+ 	ChkTeX.$(OBJEXT) FindErrs.$(OBJEXT) OpSys.$(OBJEXT) \
+@@ -1045,7 +1044,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h
+ installdirs:
+-	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(texmfdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(configdir)" "$(DESTDIR)$(pdfdocdir)"; do \
++	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(texmfdir)" "$(DESTDIR)$(man1dir)"; do \
+ 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ 	done
+ install: install-am
+@@ -1102,8 +1101,8 @@
+ 
+ info-am:
+ 
+-install-data-am: install-configDATA install-dist_pdfdocDATA \
+-	install-man install-nodist_texmfSCRIPTS
++install-data-am: \
++	install-man
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
+ install-dvi: install-dvi-am

Modified: head/print/texlive-base/pkg-plist
==============================================================================
--- head/print/texlive-base/pkg-plist	Wed May 22 08:03:52 2013	(r318746)
+++ head/print/texlive-base/pkg-plist	Wed May 22 08:26:53 2013	(r318747)
@@ -229,6 +229,7 @@ bin/xdvipdfmx
 %%TEXMFDISTDIR%%/scripts/bundledoc/arlatex
 %%TEXMFDISTDIR%%/scripts/bundledoc/bundledoc
 %%TEXMFDISTDIR%%/scripts/cachepic/cachepic.tlu
+%%TEXMFDISTDIR%%/scripts/checkcites/checkcites.lua
 %%TEXMFDISTDIR%%/scripts/context/perl/mptopdf.pl
 %%TEXMFDISTDIR%%/scripts/ctanify/ctanify
 %%TEXMFDISTDIR%%/scripts/ctanupload/ctanupload.pl
@@ -314,7 +315,6 @@ bin/xdvipdfmx
 %%TEXMFDISTDIR%%/scripts/urlbst/urlbst
 %%TEXMFDISTDIR%%/scripts/vpe/vpe.pl
 %%TEXMFDIR%%/scripts/a2ping/a2ping.pl
-%%TEXMFDIR%%/scripts/chktex/deweb.pl
 %%TEXMFDIR%%/scripts/ps2eps/ps2eps.pl
 %%TEXMFDIR%%/scripts/simpdftex/simpdftex
 %%TEXMFDIR%%/scripts/tetex/e2pall.pl
@@ -388,6 +388,7 @@ bin/xdvipdfmx
 @dirrmtry %%TEXMFDISTDIR%%/scripts/pmx
 @dirrmtry %%TEXMFDISTDIR%%/scripts/pst-pdf
 @dirrmtry %%TEXMFDISTDIR%%/scripts/cachepic
+@dirrmtry %%TEXMFDISTDIR%%/scripts/checkcites
 @dirrmtry %%TEXMFDISTDIR%%/scripts/context/perl
 @dirrmtry %%TEXMFDISTDIR%%/scripts/context
 @dirrmtry %%TEXMFDISTDIR%%/scripts/epspdf
@@ -396,8 +397,9 @@ bin/xdvipdfmx
 @dirrmtry %%TEXMFDISTDIR%%/scripts/oberdiek
 @dirrmtry %%TEXMFDISTDIR%%/scripts/pax
 @dirrmtry %%TEXMFDISTDIR%%/scripts/pedigree-perl
+@dirrmtry %%TEXMFDISTDIR%%/scripts
+@dirrmtry %%TEXMFDISTDIR%%
 @dirrmtry %%TEXMFDIR%%/scripts/a2ping
-@dirrmtry %%TEXMFDIR%%/scripts/chktex
 @dirrmtry %%TEXMFDIR%%/scripts/ps2eps
 @dirrmtry %%TEXMFDIR%%/scripts/simpdftex
 @dirrmtry %%TEXMFDIR%%/scripts/tetex

Added: head/print/texlive-docs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-docs/Makefile	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,49 @@
+# $FreeBSD$
+
+PORTNAME=	texlive
+PORTVERSION=	20120701
+CATEGORIES=	print
+MASTER_SITES=	ftp://ftp.tug.org/historic/systems/texlive/2012/
+PKGNAMESUFFIX=	-docs
+DISTNAME=	${PORTNAME}-${PORTVERSION}-texmf
+DIST_SUBDIR=	TeX
+
+MAINTAINER=	hrs@FreeBSD.org
+COMMENT=	TeX Live Typesetting System, documentation
+
+USE_XZ=		yes
+USE_TEX=	texlive texmf
+NO_BUILD=	yes
+NO_WRKSRC=	yes
+
+EXCLUDE_FILES=	\*/doc/man \
+	texmf-dist/doc/aleph \
+	texmf-dist/doc/lualatex \
+	texmf-dist/doc/luatex \
+	texmf-dist/doc/xelatex \
+	texmf-dist/doc/xetex \
+	texmf-dist/doc/otherformats/jadetex \
+	texmf-dist/doc/otherformats/xmltex \
+	texmf-dist/doc/ptex \
+	texmf-dist/doc/platex \
+	texmf-dist/doc/uptex \
+	texmf-dist/doc/uplatex \
+	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
+
+EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,}
+
+do-extract:
+	@${MKDIR} ${WRKDIR}
+
+do-install:
+	${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
+		${EXTRACT_AFTER_ARGS} -C ${PREFIX}/share \
+		--strip-components 1 --no-same-permission --no-same-owner \
+		${DISTNAME}/texmf/doc ${DISTNAME}/texmf-dist/doc
+
+.include <bsd.port.mk>

Added: head/print/texlive-docs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-docs/distinfo	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,2 @@
+SHA256 (TeX/texlive-20120701-texmf.tar.xz) = 987bdd2d4844e2791b185a132e18611e5b97d7747f08099042d0de33d36bc1ba
+SIZE (TeX/texlive-20120701-texmf.tar.xz) = 1428125120

Added: head/print/texlive-docs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-docs/pkg-descr	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,3 @@
+TeX Live documentation.
+
+WWW: http://tug.org/texlive/

Added: head/print/texlive-docs/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/texlive-docs/pkg-plist	Wed May 22 08:26:53 2013	(r318747)
@@ -0,0 +1,30026 @@
+@comment $FreeBSD$
+%%TEXMFDISTDIR%%/doc/support/ctanupload/ctanupload.pdf
+%%TEXMFDISTDIR%%/doc/support/ctanupload/README
+%%TEXMFDISTDIR%%/doc/support/ctanupload/Makefile.example
+%%TEXMFDISTDIR%%/doc/support/ctanupload/ctanupload.tex
+%%TEXMFDISTDIR%%/doc/support/pdfcrop/README
+%%TEXMFDISTDIR%%/doc/support/purifyeps/README
+%%TEXMFDISTDIR%%/doc/support/mkgrkindex/mkgrkindex.pdf
+%%TEXMFDISTDIR%%/doc/support/mkgrkindex/mkgrkindex.nw
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.html
+%%TEXMFDISTDIR%%/doc/support/latex2man/CHANGES
+%%TEXMFDISTDIR%%/doc/support/latex2man/Makefile
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man-CHANGES.html
+%%TEXMFDISTDIR%%/doc/support/latex2man/README
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.1
+%%TEXMFDISTDIR%%/doc/support/latex2man/INSTALL
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.trans
+%%TEXMFDISTDIR%%/doc/support/latex2man/THIS-IS-VERSION-1.24
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.txt
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.css
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.tex
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.texi
+%%TEXMFDISTDIR%%/doc/support/latex2man/latex2man.pdf
+%%TEXMFDISTDIR%%/doc/support/bundledoc/README
+%%TEXMFDISTDIR%%/doc/support/findhyph/findhyph.bat
+%%TEXMFDISTDIR%%/doc/support/findhyph/findhyph.txt
+%%TEXMFDISTDIR%%/doc/support/findhyph/README
+%%TEXMFDISTDIR%%/doc/support/findhyph/Makefile.doc
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/asymptote-faq-zh-cn.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-6.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-1.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8d.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-9.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-1.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-1.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-4.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-2.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-8.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-19.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-8.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-2.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-12.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-2.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-5.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-12.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-3.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-4.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-1.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-4.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-7.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-9.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-5.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-19.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-9b.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-14.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-4.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8b.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-7b.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-7c.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-8c.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-9.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-6.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-9a.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-3.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-2.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-11a.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-15.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-4.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-14.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/4-7.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-9.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-4.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8a.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-15.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/8-8c.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-2.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-2.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-8b.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/5-1a.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/figures/6-11b.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/preamble_newnew.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/src/asy-faq.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-faq-zh-cn/README
+%%TEXMFDISTDIR%%/doc/support/patgen2-tutorial/patgen2.tex
+%%TEXMFDISTDIR%%/doc/support/patgen2-tutorial/patgen2.pdf
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/pedigree.pdf
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/russian.tex
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/pedigree.ps
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/Makefile
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/pedigree.tex
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/pedigree.bib
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/english.tex
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/abortions.tex
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/doc/english1.tex
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Makefile
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/pedigree.1
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/README
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/english.cfg
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/english.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/russian.cfg
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/consanguinic.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/abortions.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/twins.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/sort3.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/pedigree.cfg
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/english1.cfg
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/badsort.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/sort2.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/russian.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/english_short.cfg
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/childlessness.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/examples/sort1.csv
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/NEWS
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/Area.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/PersonNode.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/Makefile
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/AbortionNode.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/Parser.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/Language.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/Node.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/MarriageNode.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/Pedigree/TwinsNode.3
+%%TEXMFDISTDIR%%/doc/support/pedigree-perl/LICENSE
+%%TEXMFDISTDIR%%/doc/support/fig4latex/CHANGES
+%%TEXMFDISTDIR%%/doc/support/fig4latex/README
+%%TEXMFDISTDIR%%/doc/support/fig4latex/figs/if-then_flowchart.fig
+%%TEXMFDISTDIR%%/doc/support/fig4latex/figs/div_alg_flowchart.fig
+%%TEXMFDISTDIR%%/doc/support/fig4latex/COPYING
+%%TEXMFDISTDIR%%/doc/support/fig4latex/example.pdf
+%%TEXMFDISTDIR%%/doc/support/fig4latex/example.tex
+%%TEXMFDISTDIR%%/doc/support/fontools/README
+%%TEXMFDISTDIR%%/doc/support/fontools/GPLv2.txt
+%%TEXMFDISTDIR%%/doc/support/svn-multi/svn-multi-pl.pdf
+%%TEXMFDISTDIR%%/doc/support/makeindex/doc-src.zip
+%%TEXMFDISTDIR%%/doc/support/makeindex/makeindex.pdf
+%%TEXMFDISTDIR%%/doc/support/makeindex/ind.pdf
+%%TEXMFDISTDIR%%/doc/support/makeindex/ind-src.zip
+%%TEXMFDISTDIR%%/doc/support/sty2dtx/README
+%%TEXMFDISTDIR%%/doc/support/pdfjam/tests.zip
+%%TEXMFDISTDIR%%/doc/support/pdfjam/VERSION
+%%TEXMFDISTDIR%%/doc/support/pdfjam/pdfdroplets.png
+%%TEXMFDISTDIR%%/doc/support/pdfjam/COPYING
+%%TEXMFDISTDIR%%/doc/support/pdfjam/PDFjam-README.html
+%%TEXMFDISTDIR%%/doc/support/pdfjam/pdfjam.conf
+%%TEXMFDISTDIR%%/doc/support/ascii-chart/ascii.pdf
+%%TEXMFDISTDIR%%/doc/support/ascii-chart/ascii.tex
+%%TEXMFDISTDIR%%/doc/support/pmx/OSX/pmxab
+%%TEXMFDISTDIR%%/doc/support/pmx/OSX/scor2prt
+%%TEXMFDISTDIR%%/doc/support/pmx/README
+%%TEXMFDISTDIR%%/doc/support/pmx/pmx-install.pdf
+%%TEXMFDISTDIR%%/doc/support/pmx/ChangeLog
+%%TEXMFDISTDIR%%/doc/support/pmx/pmx-install.tex
+%%TEXMFDISTDIR%%/doc/support/latexmk/latexmk.txt
+%%TEXMFDISTDIR%%/doc/support/latexmk/CHANGES
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/README
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/pdflatexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/mpost_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/example_rcfiles/glossary_latexmkrc
+%%TEXMFDISTDIR%%/doc/support/latexmk/README
+%%TEXMFDISTDIR%%/doc/support/latexmk/INSTALL
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/dvipdfmx_call
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/dvipdfm_call.bat
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/startacroread
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/l2
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/README1
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/l1
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/kickxdvi
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/dvipdfm_call
+%%TEXMFDISTDIR%%/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt
+%%TEXMFDISTDIR%%/doc/support/latexmk/COPYING
+%%TEXMFDISTDIR%%/doc/support/latexmk/latexmk.pdf
+%%TEXMFDISTDIR%%/doc/support/epstopdf/README
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/config_lnx.png
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/main_w32.png
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/cnv_osx.png
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/epspdf.png
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/ps_settings.png
+%%TEXMFDISTDIR%%/doc/support/epspdf/images/logo.pdf
+%%TEXMFDISTDIR%%/doc/support/epspdf/README
+%%TEXMFDISTDIR%%/doc/support/epspdf/epspdf.texi
+%%TEXMFDISTDIR%%/doc/support/epspdf/index.html
+%%TEXMFDISTDIR%%/doc/support/epspdf/epspdf.pdf
+%%TEXMFDISTDIR%%/doc/support/epspdf/COPYING
+%%TEXMFDISTDIR%%/doc/support/epspdf/Changelog
+%%TEXMFDISTDIR%%/doc/support/epspdf/pstexi.tex
+%%TEXMFDISTDIR%%/doc/support/epspdf/default.css
+%%TEXMFDISTDIR%%/doc/support/epspdf/epspdf.install
+%%TEXMFDISTDIR%%/doc/support/installfont/installfont.tex
+%%TEXMFDISTDIR%%/doc/support/installfont/README
+%%TEXMFDISTDIR%%/doc/support/installfont/installfont
+%%TEXMFDISTDIR%%/doc/support/installfont/manifest.txt
+%%TEXMFDISTDIR%%/doc/support/installfont/installfont.pdf
+%%TEXMFDISTDIR%%/doc/support/installfont/LICENSE
+%%TEXMFDISTDIR%%/doc/support/ctanify/ctanify.pdf
+%%TEXMFDISTDIR%%/doc/support/ctanify/README
+%%TEXMFDISTDIR%%/doc/support/texdiff/README
+%%TEXMFDISTDIR%%/doc/support/gustprog/normtext.awk
+%%TEXMFDISTDIR%%/doc/support/gustprog/plmindex.zip
+%%TEXMFDISTDIR%%/doc/support/gustprog/README
+%%TEXMFDISTDIR%%/doc/support/gustprog/porzadki.pl
+%%TEXMFDISTDIR%%/doc/support/gustprog/l2h-examples.zip
+%%TEXMFDISTDIR%%/doc/support/gustprog/slim.zip
+%%TEXMFDISTDIR%%/doc/support/latexfileversion/README
+%%TEXMFDISTDIR%%/doc/support/latexfileversion/ChangeLog
+%%TEXMFDISTDIR%%/doc/support/match_parens/find.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/wrench.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/zoom.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/page_white_text.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/bullet_toggle_minus.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/rdoc.css
+%%TEXMFDISTDIR%%/doc/support/match_parens/brick.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/created.rid
+%%TEXMFDISTDIR%%/doc/support/match_parens/transparent.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/README
+%%TEXMFDISTDIR%%/doc/support/match_parens/bullet_black.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/plugin.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/index.html
+%%TEXMFDISTDIR%%/doc/support/match_parens/searcher.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/search.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/macFFBgHack.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/navigation.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/loadingAnimation.gif
+%%TEXMFDISTDIR%%/doc/support/match_parens/wrench_orange.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/package.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/delete.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/date.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/search_index.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/ruby.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/tag_blue.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/darkfish.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/jquery.js
+%%TEXMFDISTDIR%%/doc/support/match_parens/add.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/Object.html
+%%TEXMFDISTDIR%%/doc/support/match_parens/brick_link.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/bullet_toggle_plus.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/page_green.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/page_white_width.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/tag_green.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/bug.png
+%%TEXMFDISTDIR%%/doc/support/match_parens/table_of_contents.html
+%%TEXMFDISTDIR%%/doc/support/pkfix-helper/encoding-samples.tex
+%%TEXMFDISTDIR%%/doc/support/pkfix-helper/encoding-samples.pdf
+%%TEXMFDISTDIR%%/doc/support/pkfix-helper/README
+%%TEXMFDISTDIR%%/doc/support/texloganalyser/README
+%%TEXMFDISTDIR%%/doc/support/pkfix/README
+%%TEXMFDISTDIR%%/doc/support/texdef/README
+%%TEXMFDISTDIR%%/doc/support/texdef/INSTALL
+%%TEXMFDISTDIR%%/doc/support/texdef/texdef.pdf
+%%TEXMFDISTDIR%%/doc/support/texdraw/getopt.h
+%%TEXMFDISTDIR%%/doc/support/texdraw/txdexamp.tex
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_10.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_11.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_4.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/getopt.c
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_1.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw.texi
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_3.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw.pdf
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_foot.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_8.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_2.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_9.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_7.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_6.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw.cps
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw.fns
+%%TEXMFDISTDIR%%/doc/support/texdraw/texi2dvi
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_5.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texdraw_toc.html
+%%TEXMFDISTDIR%%/doc/support/texdraw/texindex.c
+%%TEXMFDISTDIR%%/doc/support/texdraw/txdexamp.latex
+%%TEXMFDISTDIR%%/doc/support/texliveonfly/README
+%%TEXMFDISTDIR%%/doc/support/fragmaster/fragmaster.pdf
+%%TEXMFDISTDIR%%/doc/support/fragmaster/AUTHORS
+%%TEXMFDISTDIR%%/doc/support/fragmaster/README
+%%TEXMFDISTDIR%%/doc/support/fragmaster/Changes
+%%TEXMFDISTDIR%%/doc/support/fragmaster/README.de
+%%TEXMFDISTDIR%%/doc/support/fragmaster/COPYING
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel.pdf
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/document.ps
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel_fm.pdf
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel_fm.gp
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel.eps
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel_fm.eps
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/parabel_fm
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/document.tex
+%%TEXMFDISTDIR%%/doc/support/fragmaster/example/document.pdf
+%%TEXMFDISTDIR%%/doc/support/fragmaster/CREDITS
+%%TEXMFDISTDIR%%/doc/support/checkcites/checkcites-doc.tex
+%%TEXMFDISTDIR%%/doc/support/checkcites/checkcites-doc.pdf
+%%TEXMFDISTDIR%%/doc/support/checkcites/README
+%%TEXMFDISTDIR%%/doc/support/typeoutfileinfo/README
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/version.pl
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/dosepsbin.txt
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/clean-case.pl
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/README
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/Makefile.in
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/dosepsbin.html
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/dosepsbin.ltx
+%%TEXMFDISTDIR%%/doc/support/dosepsbin/dosepsbin.pdf
+%%TEXMFDISTDIR%%/doc/support/texcount/sub_addrules.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/QuickReference.pdf
+%%TEXMFDISTDIR%%/doc/support/texcount/QuickReference.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/TeXcount.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/sub_options.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/README
+%%TEXMFDISTDIR%%/doc/support/texcount/sub_tc_other.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/macros.tex
+%%TEXMFDISTDIR%%/doc/support/texcount/TeXcount.pdf
+%%TEXMFDISTDIR%%/doc/support/mf2pt1/README
+%%TEXMFDISTDIR%%/doc/support/mf2pt1/mf2pt1.texi
+%%TEXMFDISTDIR%%/doc/support/mf2pt1/ChangeLog
+%%TEXMFDISTDIR%%/doc/support/mf2pt1/mf2pt1.pdf
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/alt_getopt
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/Makefile
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/tests/test.sh
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/tests/test.out
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/README
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/NEWS
+%%TEXMFDISTDIR%%/doc/support/lua-alt-getopt/ChangeLog
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/gpl-3.0.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/MAKEPDF.bat
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/xiantu.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/stars.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/hanoi.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/CJKmove.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/tiling.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/recplot.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/area.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/movie15.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/figure-src/hyper.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/makepdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/CLEAN.bat
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/xiantu.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/xiantu-ancient.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/asy.bib
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/myfonts.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/asysyntex.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/xiantu.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/tiling.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/tiling.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/cleantmp
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/main.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/src/asymptote.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/README
+%%TEXMFDISTDIR%%/doc/support/asymptote-by-example-zh-cn/asymptote-by-example-zh-cn.pdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/linetype.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/quartercircle.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/CDlabel.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/makepen.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/MAKEPDF.bat
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/clippath.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/windingnumber.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/dots.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/axialshade.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/hatch.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/linecap.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/cube.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/fzfonts.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/asysyntex.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/makepdf
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/labelalign.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/mexicanhat.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/CLEAN.bat
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/transparency.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/shadedtiling.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/beziercurve.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/linejoin.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/join.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/Pythagoras.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/Gouraud.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/bezier2.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/winfonts.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/latticeshading.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/superpath.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/subpictures.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/bigsquare.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/colons.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/labelsquare.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/cleantmp
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/main.tex
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/asycolors.sty
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/colors.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/shadestroke.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/tile.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/logo.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/square.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/Coons.asy
+%%TEXMFDISTDIR%%/doc/support/asymptote-manual-zh-cn/src/adobefonts.tex

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305220826.r4M8QrwE098740>