The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD print : dvips

Convert a TeX DVI file to PostScript

 The program dvips takes a DVI file [.dvi] produced by TeX (or by some
other processor such as GFtoDVI) and converts it to PostScript,
normally sending the result directly to the laserprinter. Fonts used
may either be resident in the printer or defined as bitmaps in PK
files, or a `virtual' combination of both. Dvips will automatically
invoke METAFONT to generate fonts that don't already exist.
 




dvips history


v. 1.27
date: 2004/08/21 23:09:45;  author: hrs;  state: Exp;  lines: +2 -1
Add a CONFLICTS line.  print/dvips should not be
installed when print/teTeX* are installed.

Approved by:	jmz (maintainer)

v. 1.26 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.25 date: 2002/10/21 22:17:35; author: jmz; state: Exp; lines: +2 -0 Set MASTER_SITE_SUBDIR.
v. 1.24 date: 2002/10/14 17:02:36; author: jmz; state: Exp; lines: +2 -2 Set MASTER_SITES to ${MASTER_SITE_LOCAL}
v. 1.23 date: 2000/04/09 17:49:31; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.22 date: 2000/04/09 17:39:55; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.21 date: 2000/03/03 22:07:17; author: jmz; state: Exp; lines: +7 -6 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}. Use ${INSTALL_DATA} instead of 'install -c -m 644'
v. 1.20 date: 1999/08/31 01:44:39; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.19 date: 1999/08/28 02:42:32; author: mharo; state: Exp; lines: +2 -2 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.18 date: 1998/09/25 19:42:58; author: jmz; state: Exp; lines: +9 -9 Upgrade to version 5.76
v. 1.17 date: 1997/12/02 03:25:43; author: jmz; state: Exp; lines: +2 -2 Create ${PREFIX}/share/texmf/tex/latex Submitted by: Matt Behrens
v. 1.16 date: 1997/08/25 01:29:40; author: jmz; state: Exp; lines: +9 -8 Upgrade to version 5.74
v. 1.15 date: 1997/02/10 02:08:24; author: jmz; state: Exp; lines: +6 -6 Update to take account of the changes in TeX (some paths have changed)
v. 1.14 date: 1996/12/25 18:01:20; author: jmz; state: Exp; lines: +11 -7 Upgrade: version 5.58 -> version 5.62. Also install *.sty, *.tfm and *.vf files.
v. 1.13 date: 1996/11/18 14:11:09; author: asami; state: Exp; lines: +2 -2 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.12 date: 1996/11/17 08:44:27; author: obrien; state: Exp; lines: +3 -3 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.11 date: 1996/09/16 00:56:17; author: asami; state: Exp; lines: +3 -1 Add pre-clean target to delete ${SCRIPTDIR}/post-install (created in configure stage).
v. 1.10 date: 1995/12/06 00:35:31; author: jmz; state: Exp; lines: +5 -2 Use (zcat | dd | tar xf -) < filename to extract the distfile. remove superfluous mkdir
v. 1.9 date: 1995/11/22 13:18:03; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.8 date: 1995/04/22 16:49:58; author: jmz; state: Exp; lines: +1 -2 Remove the last line of the pre-install target. The command will be executed during post-install
v. 1.7 date: 1995/04/20 02:03:21; author: jmz; state: Exp; lines: +2 -1 The configure script now propose to create fonts in the default tex font directory instead of /tmp. If the user choose the defaults, then the mode of font directory is changed to 1777 at install time.
v. 1.6 date: 1995/04/15 04:33:41; author: asami; state: Exp; lines: +14 -3 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 01:59:43; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:24; 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: 1995/02/15 02:21:43; author: jmz; state: Exp; lines: +4 -0 Create destination directories
v. 1.2 date: 1994/11/10 01:35:21; author: jkh; state: Exp; lines: +1 -1 This port is interactive. Sigh..
v. 1.1 date: 1994/09/30 00:54:05; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/09/30 00:54:06; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dvips port. Submitted by: jmz ============================================================================= v. 1.27 date: 2004/08/21 23:09:45; author: hrs; state: Exp; lines: +2 -1 Add a CONFLICTS line. print/dvips should not be installed when print/teTeX* are installed. Approved by: jmz (maintainer)
v. 1.26 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.25 date: 2002/10/21 22:17:35; author: jmz; state: Exp; lines: +2 -0 Set MASTER_SITE_SUBDIR.
v. 1.24 date: 2002/10/14 17:02:36; author: jmz; state: Exp; lines: +2 -2 Set MASTER_SITES to ${MASTER_SITE_LOCAL}
v. 1.23 date: 2000/04/09 17:49:31; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.22 date: 2000/04/09 17:39:55; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.21 date: 2000/03/03 22:07:17; author: jmz; state: Exp; lines: +7 -6 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}. Use ${INSTALL_DATA} instead of 'install -c -m 644'
v. 1.20 date: 1999/08/31 01:44:39; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.19 date: 1999/08/28 02:42:32; author: mharo; state: Exp; lines: +2 -2 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.18 date: 1998/09/25 19:42:58; author: jmz; state: Exp; lines: +9 -9 Upgrade to version 5.76
v. 1.17 date: 1997/12/02 03:25:43; author: jmz; state: Exp; lines: +2 -2 Create ${PREFIX}/share/texmf/tex/latex Submitted by: Matt Behrens
v. 1.16 date: 1997/08/25 01:29:40; author: jmz; state: Exp; lines: +9 -8 Upgrade to version 5.74
v. 1.15 date: 1997/02/10 02:08:24; author: jmz; state: Exp; lines: +6 -6 Update to take account of the changes in TeX (some paths have changed)
v. 1.14 date: 1996/12/25 18:01:20; author: jmz; state: Exp; lines: +11 -7 Upgrade: version 5.58 -> version 5.62. Also install *.sty, *.tfm and *.vf files.
v. 1.13 date: 1996/11/18 14:11:09; author: asami; state: Exp; lines: +2 -2 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.12 date: 1996/11/17 08:44:27; author: obrien; state: Exp; lines: +3 -3 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.11 date: 1996/09/16 00:56:17; author: asami; state: Exp; lines: +3 -1 Add pre-clean target to delete ${SCRIPTDIR}/post-install (created in configure stage).
v. 1.10 date: 1995/12/06 00:35:31; author: jmz; state: Exp; lines: +5 -2 Use (zcat | dd | tar xf -) < filename to extract the distfile. remove superfluous mkdir
v. 1.9 date: 1995/11/22 13:18:03; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.8 date: 1995/04/22 16:49:58; author: jmz; state: Exp; lines: +1 -2 Remove the last line of the pre-install target. The command will be executed during post-install
v. 1.7 date: 1995/04/20 02:03:21; author: jmz; state: Exp; lines: +2 -1 The configure script now propose to create fonts in the default tex font directory instead of /tmp. If the user choose the defaults, then the mode of font directory is changed to 1777 at install time.
v. 1.6 date: 1995/04/15 04:33:41; author: asami; state: Exp; lines: +14 -3 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 01:59:43; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:24; 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: 1995/02/15 02:21:43; author: jmz; state: Exp; lines: +4 -0 Create destination directories
v. 1.2 date: 1994/11/10 01:35:21; author: jkh; state: Exp; lines: +1 -1 This port is interactive. Sigh..
v. 1.1 date: 1994/09/30 00:54:05; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/09/30 00:54:06; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dvips port. Submitted by: jmz ============================================================================= v. 1.27 date: 2004/08/21 23:09:45; author: hrs; state: Exp; lines: +2 -1 Add a CONFLICTS line. print/dvips should not be installed when print/teTeX* are installed. Approved by: jmz (maintainer)
v. 1.26 date: 2003/03/07 06:09:02; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.25 date: 2002/10/21 22:17:35; author: jmz; state: Exp; lines: +2 -0 Set MASTER_SITE_SUBDIR.
v. 1.24 date: 2002/10/14 17:02:36; author: jmz; state: Exp; lines: +2 -2 Set MASTER_SITES to ${MASTER_SITE_LOCAL}
v. 1.23 date: 2000/04/09 17:49:31; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.22 date: 2000/04/09 17:39:55; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.21 date: 2000/03/03 22:07:17; author: jmz; state: Exp; lines: +7 -6 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}. Use ${INSTALL_DATA} instead of 'install -c -m 644'
v. 1.20 date: 1999/08/31 01:44:39; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.19 date: 1999/08/28 02:42:32; author: mharo; state: Exp; lines: +2 -2 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.18 date: 1998/09/25 19:42:58; author: jmz; state: Exp; lines: +9 -9 Upgrade to version 5.76
v. 1.17 date: 1997/12/02 03:25:43; author: jmz; state: Exp; lines: +2 -2 Create ${PREFIX}/share/texmf/tex/latex Submitted by: Matt Behrens
v. 1.16 date: 1997/08/25 01:29:40; author: jmz; state: Exp; lines: +9 -8 Upgrade to version 5.74
v. 1.15 date: 1997/02/10 02:08:24; author: jmz; state: Exp; lines: +6 -6 Update to take account of the changes in TeX (some paths have changed)
v. 1.14 date: 1996/12/25 18:01:20; author: jmz; state: Exp; lines: +11 -7 Upgrade: version 5.58 -> version 5.62. Also install *.sty, *.tfm and *.vf files.
v. 1.13 date: 1996/11/18 14:11:09; author: asami; state: Exp; lines: +2 -2 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.12 date: 1996/11/17 08:44:27; author: obrien; state: Exp; lines: +3 -3 CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9]
v. 1.11 date: 1996/09/16 00:56:17; author: asami; state: Exp; lines: +3 -1 Add pre-clean target to delete ${SCRIPTDIR}/post-install (created in configure stage).
v. 1.10 date: 1995/12/06 00:35:31; author: jmz; state: Exp; lines: +5 -2 Use (zcat | dd | tar xf -) < filename to extract the distfile. remove superfluous mkdir
v. 1.9 date: 1995/11/22 13:18:03; author: asami; state: Exp; lines: +2 -2 Change "printing" to "print".
v. 1.8 date: 1995/04/22 16:49:58; author: jmz; state: Exp; lines: +1 -2 Remove the last line of the pre-install target. The command will be executed during post-install
v. 1.7 date: 1995/04/20 02:03:21; author: jmz; state: Exp; lines: +2 -1 The configure script now propose to create fonts in the default tex font directory instead of /tmp. If the user choose the defaults, then the mode of font directory is changed to 1777 at install time.
v. 1.6 date: 1995/04/15 04:33:41; author: asami; state: Exp; lines: +14 -3 Print Makefiles...this one was tough!
v. 1.5 date: 1995/04/11 01:59:43; author: jmz; state: Exp; lines: +1 -0 Add MAINTAINER= jmz@FreeBSD.org
v. 1.4 date: 1995/04/01 12:49:24; 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: 1995/02/15 02:21:43; author: jmz; state: Exp; lines: +4 -0 Create destination directories
v. 1.2 date: 1994/11/10 01:35:21; author: jkh; state: Exp; lines: +1 -1 This port is interactive. Sigh..
v. 1.1 date: 1994/09/30 00:54:05; author: jkh; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/09/30 00:54:06; author: jkh; state: Exp; lines: +0 -0 Jean-Marc Zucconi's dvips 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