The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD print : dviselect

Extract pages from DVI files

 Dviselect selects pages from a DVI file produced by TeX, creating a
new DVI file usable by any of TeX's conversion program, or even by
dviselect itself.
 




dviselect history


v. 1.24
date: 2006/12/13 22:14:47;  author: jmz;  state: Exp;  lines: +1 -1
- Honor CC in the lib subdir
- Fix the compilation with gcc 4.x

v. 1.23 date: 2004/02/06 13:12:14; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.22 date: 2003/10/15 13:40:34; author: edwin; state: Exp; lines: +2 -7 Unbreak print/dviselect by using stdargs instaed of varargs Informed maintainer.
v. 1.21 date: 2003/10/15 04:58:43; author: kris; state: Exp; lines: +6 -1 BROKEN on 5.x: does not compile
v. 1.20 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.19 date: 2000/11/26 01:08:44; author: jmz; state: Exp; lines: +4 -2 The distfile disapeared again from master site. Use MASTER_SITE_LOCAL as MASTER_SITE.
v. 1.18 date: 2000/07/02 22:45:46; author: jmz; state: Exp; lines: +1 -3 Correct a mistake when I modified the port last week. Changes were relative to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic)
v. 1.17 date: 2000/06/21 17:41:32; author: jmz; state: Exp; lines: +2 -2 Use another master site. The tarball disapeared from the original ftp site.
v. 1.16 date: 2000/04/09 17:49:34; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.15 date: 2000/04/09 17:39:58; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 1999/08/31 01:44:41; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.13 date: 1998/10/13 01:49:42; author: jseger; state: Exp; lines: +2 -2 Unbreak for ELF. Submitted by: jmz
v. 1.12 date: 1998/10/12 12:45:44; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cc -O -pipe -I../h -I./h -DHAVE_VPRINTF -o dviselect dviselect.o lib/lib.a cc: lib/lib.a: No such file or directory *** Error code 1
v. 1.11 date: 1997/08/19 18:05:02; author: jmz; state: Exp; lines: +4 -5 The distfile disapeared from the original site. Use another MASTER_SITES. The version number is the same but there are slight changes in the sources. This is why all the files have changed.
v. 1.10 date: 1996/11/18 14:11:18; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.9 date: 1996/11/17 08:44:33; author: obrien; state: Exp; lines: +4 -4 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.8 date: 1995/11/22 13:18:05; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.7 date: 1995/05/16 10:43:59; author: asami; state: Exp; lines: +2 -1 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no chance of this code being updated so assign one ourselves. This particular number ("1.3") is taken from the v. 1.6 date: 1995/04/15 04:33:44; author: asami; state: Exp; lines: +10 -1 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 02:01:14; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:26; author: jkh; state: Exp; lines: +1 -0 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1994/11/11 21:40:21; author: jkh; state: Exp; lines: +1 -1 From: Jean-Marc Zucconi The previous change submitted by charnier@lirmm.fr was wrong. The MASTER_SITES address was correct! Submitted by: jmz
v. 1.2 date: 1994/10/12 22:30:54; author: jkh; state: Exp; lines: +1 -1 Correct MASTER_SITES address from Philippe Charnier Submitted by: charnier
v. 1.1 date: 1994/10/12 02:59:29; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/12 02:59:30; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dviselect port. Submitted by: jmz ============================================================================= v. 1.24 date: 2006/12/13 22:14:47; author: jmz; state: Exp; lines: +1 -1 - Honor CC in the lib subdir - Fix the compilation with gcc 4.x
v. 1.23 date: 2004/02/06 13:12:14; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.22 date: 2003/10/15 13:40:34; author: edwin; state: Exp; lines: +2 -7 Unbreak print/dviselect by using stdargs instaed of varargs Informed maintainer.
v. 1.21 date: 2003/10/15 04:58:43; author: kris; state: Exp; lines: +6 -1 BROKEN on 5.x: does not compile
v. 1.20 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.19 date: 2000/11/26 01:08:44; author: jmz; state: Exp; lines: +4 -2 The distfile disapeared again from master site. Use MASTER_SITE_LOCAL as MASTER_SITE.
v. 1.18 date: 2000/07/02 22:45:46; author: jmz; state: Exp; lines: +1 -3 Correct a mistake when I modified the port last week. Changes were relative to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic)
v. 1.17 date: 2000/06/21 17:41:32; author: jmz; state: Exp; lines: +2 -2 Use another master site. The tarball disapeared from the original ftp site.
v. 1.16 date: 2000/04/09 17:49:34; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.15 date: 2000/04/09 17:39:58; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 1999/08/31 01:44:41; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.13 date: 1998/10/13 01:49:42; author: jseger; state: Exp; lines: +2 -2 Unbreak for ELF. Submitted by: jmz
v. 1.12 date: 1998/10/12 12:45:44; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cc -O -pipe -I../h -I./h -DHAVE_VPRINTF -o dviselect dviselect.o lib/lib.a cc: lib/lib.a: No such file or directory *** Error code 1
v. 1.11 date: 1997/08/19 18:05:02; author: jmz; state: Exp; lines: +4 -5 The distfile disapeared from the original site. Use another MASTER_SITES. The version number is the same but there are slight changes in the sources. This is why all the files have changed.
v. 1.10 date: 1996/11/18 14:11:18; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.9 date: 1996/11/17 08:44:33; author: obrien; state: Exp; lines: +4 -4 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.8 date: 1995/11/22 13:18:05; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.7 date: 1995/05/16 10:43:59; author: asami; state: Exp; lines: +2 -1 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no chance of this code being updated so assign one ourselves. This particular number ("1.3") is taken from the v. 1.6 date: 1995/04/15 04:33:44; author: asami; state: Exp; lines: +10 -1 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 02:01:14; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:26; author: jkh; state: Exp; lines: +1 -0 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1994/11/11 21:40:21; author: jkh; state: Exp; lines: +1 -1 From: Jean-Marc Zucconi The previous change submitted by charnier@lirmm.fr was wrong. The MASTER_SITES address was correct! Submitted by: jmz
v. 1.2 date: 1994/10/12 22:30:54; author: jkh; state: Exp; lines: +1 -1 Correct MASTER_SITES address from Philippe Charnier Submitted by: charnier
v. 1.1 date: 1994/10/12 02:59:29; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/12 02:59:30; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dviselect port. Submitted by: jmz ============================================================================= v. 1.24 date: 2006/12/13 22:14:47; author: jmz; state: Exp; lines: +1 -1 - Honor CC in the lib subdir - Fix the compilation with gcc 4.x
v. 1.23 date: 2004/02/06 13:12:14; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.22 date: 2003/10/15 13:40:34; author: edwin; state: Exp; lines: +2 -7 Unbreak print/dviselect by using stdargs instaed of varargs Informed maintainer.
v. 1.21 date: 2003/10/15 04:58:43; author: kris; state: Exp; lines: +6 -1 BROKEN on 5.x: does not compile
v. 1.20 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.19 date: 2000/11/26 01:08:44; author: jmz; state: Exp; lines: +4 -2 The distfile disapeared again from master site. Use MASTER_SITE_LOCAL as MASTER_SITE.
v. 1.18 date: 2000/07/02 22:45:46; author: jmz; state: Exp; lines: +1 -3 Correct a mistake when I modified the port last week. Changes were relative to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic)
v. 1.17 date: 2000/06/21 17:41:32; author: jmz; state: Exp; lines: +2 -2 Use another master site. The tarball disapeared from the original ftp site.
v. 1.16 date: 2000/04/09 17:49:34; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.15 date: 2000/04/09 17:39:58; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 1999/08/31 01:44:41; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.13 date: 1998/10/13 01:49:42; author: jseger; state: Exp; lines: +2 -2 Unbreak for ELF. Submitted by: jmz
v. 1.12 date: 1998/10/12 12:45:44; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: cc -O -pipe -I../h -I./h -DHAVE_VPRINTF -o dviselect dviselect.o lib/lib.a cc: lib/lib.a: No such file or directory *** Error code 1
v. 1.11 date: 1997/08/19 18:05:02; author: jmz; state: Exp; lines: +4 -5 The distfile disapeared from the original site. Use another MASTER_SITES. The version number is the same but there are slight changes in the sources. This is why all the files have changed.
v. 1.10 date: 1996/11/18 14:11:18; author: asami; state: Exp; lines: +3 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.9 date: 1996/11/17 08:44:33; author: obrien; state: Exp; lines: +4 -4 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.8 date: 1995/11/22 13:18:05; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.7 date: 1995/05/16 10:43:59; author: asami; state: Exp; lines: +2 -1 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no chance of this code being updated so assign one ourselves. This particular number ("1.3") is taken from the v. 1.6 date: 1995/04/15 04:33:44; author: asami; state: Exp; lines: +10 -1 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 02:01:14; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:26; author: jkh; state: Exp; lines: +1 -0 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1994/11/11 21:40:21; author: jkh; state: Exp; lines: +1 -1 From: Jean-Marc Zucconi The previous change submitted by charnier@lirmm.fr was wrong. The MASTER_SITES address was correct! Submitted by: jmz
v. 1.2 date: 1994/10/12 22:30:54; author: jkh; state: Exp; lines: +1 -1 Correct MASTER_SITES address from Philippe Charnier Submitted by: charnier
v. 1.1 date: 1994/10/12 02:59:29; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/12 02:59:30; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dviselect port. Submitted by: jmz =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm