head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.10 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.8 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.6 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.0.36 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.34 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.32 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.30 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.28 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.26 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.24 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.22 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.20 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.18 pkgsrc-2008Q1:1.1.0.16 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.14 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.12 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.10 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.8 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.6 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.4 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2011.08.07.20.40.58; author wiz; state dead; branches; next 1.2; 1.2 date 2010.05.28.16.45.12; author joerg; state Exp; branches; next 1.1; 1.1 date 2006.04.19.13.13.05; author tonio; state Exp; branches; next ; desc @@ 1.3 log @Update to 1.10.1, adding destdir support and switching to texlive, from Nicolas Thauvin. Version 1.10.1 - Prefetching fonts to group calls to kpsewhich (starts faster) - Made scroll buttons preemptive (stop displaying) - Fix install path of dlladvi - Fix compatibility of event loop with new version of graphics Version 1.10 - Updated the doc - Bytecode version uses a library dlladvi.so - Changed configuration to use 4.0 of camlimages - Dynamics libraries loaded last (provided by Stefan Potyra) Version 1.9 - EPS files are read by advi and sent to gs - splash.dvi is now distributed and correctly installed - examples are distributed but not compiled by default - added conf/jpfonts.conf in the disbribution - gs path is now set by configure - Added support for gzip and bzip2 compressed files. - Fixed advi.man (provided mostly by Debian managers). - Included security patches (provided by Debian managers). Version 1.8 Rendering EPS files with gs by default. PGF patches for pstrick support of PDF macros in advi.sty Bug fixes. Version 1.7 2005/09/02 Having Active-DVI compatible with the new Graphics library. 2004/12/07 Getting rid of the new warnings of the Caml compiler. @ text @$NetBSD: patch-an,v 1.2 2010/05/28 16:45:12 joerg Exp $ --- Makefile.orig 2004-10-02 21:35:09.000000000 +0000 +++ Makefile @@@@ -83,7 +83,7 @@@@ MODULES = $(MISC) $(OPTIONS) $(GRAPHIC $(EFFECTS) grdev addons \ $(GUI) main -LIBRARIES = graphics unix str $(CAMLIMAGESLIBS) +LIBRARIES = unix str $(CAMLIMAGESLIBS) CLIBS = graphics unix str COBJS = events.o grwm.o grY11.o @@@@ -172,13 +172,6 @@@@ installopt:: $(INSTALLTARGET) $(HELPFILE - install -d $(MANDIR)/man$(MANEXT) if [ -f conf/jpfonts.conf ]; then \ install -m 644 conf/jpfonts.conf $(ADVI_LOC); fi - texhash - @@ if test "x`kpsewhich advi.sty`" = "x"; then \ - echo '*** NOTE BEFORE USE ***' ;\ - echo Please add $(ADVI_LOC); \ - echo to your TEXINPUTS environment variable\!; \ - echo '***********************' ;\ - fi installman: install -m 644 $(MANFILES) $(MANDIR)/man$(MANEXT) @ 1.2 log @Use only one instance of graphics.cmxa @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @let advi compile and run happily with ocaml-3.09 Use the teTeX/module.mk and honor PKG_LOCALTEXMFPREFIX make sure advi's makefile do not run texhash by itself (rely on module.mk for that) Many patches removing warnings (from advi's cvs) bump PKGREVISION, and remove broken-in @ text @d3 1 a3 1 --- Makefile.orig 2004-10-02 23:35:09.000000000 +0200 d5 9 @