diff options
author | jtb <jtb> | 2003-08-31 01:47:23 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-08-31 01:47:23 +0000 |
commit | cf2d7729377f84c1c31947bbb795b938dde3ca9d (patch) | |
tree | c1b708d3750e03158d2d4112a0275e4b90a0b38e /doc | |
parent | 1efe1dc1aea34984d72f2a4b69a39b30523d3aee (diff) | |
download | pkgsrc-cf2d7729377f84c1c31947bbb795b938dde3ca9d.tar.gz |
Note addition of advi-1.4.0.
Active-DVI is a DVI previewer and presenter written in Objective Caml
(http://caml.inria.fr/ocaml/) with some eye candy effects for
presentation, support for interactive demonstrations, and embedding of
arbitrary applications within the presentation (hence the Active
adjective of the presenter :).
Active-DVI currently supports the following features:
+ Encapsulated Postscript File inclusion (using graphics package)
+ Effects for presentation (pause, delay, text color change)
+ Embedded applications for interactive demonstration
+ Pictures visualization via gpic specials
+ Display of inlined Postscript using gs
+ Font antialiasing that takes background colors into account
+ Page display is interrupted on user input
+ Resizing the page adjusts the magnification
+ Start displaying at a given page or at a given link reference
+ The file is reloading on signal SIGUSR1
+ Hyperlinks
+ Active areas (execute an action when the mouse is over)
+ Background colors and images
+ Alpha blending for images
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a1fa5399106..5cdc430ca41 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3166 2003/08/31 01:28:18 jtb Exp $ +$NetBSD: CHANGES,v 1.3167 2003/08/31 01:47:23 jtb Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3419,3 +3419,4 @@ Changes to the packages collection and infrastructure in 2003: Updated mencoder to 0.91 [xtraeme 2003-08-31] Updated erlang to 9.2 [jtb 2003-08-31] Added camlimages-2.11 [jtb 2003-08-31] + Added advi-1.4.0 [jtb 2003-08-31] |