Port details |
- dvi2tty DVI file previewer for text only devices
- 5.3.4_1 print =4 5.3.4_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-09 10:32:17
- Commit Hash: 03c7f3c
- People watching this port, also watch:: gnuls, libwmf, transfig, autoconf, libxml2
- License: not specified in port
- WWW:
- https://www.mesa.nl/
- Description:
- dvi2tty converts a TeX DVI-file to a format that is appropriate for
terminals and line printers. The program is intended to be used for
preliminary proofreading of TeX-ed documents. By default the output
is directed to the terminal, possibly through a pager (depending on
how the program was installed), but it can be directed to a file or
a pipe.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/print/dvi2tty/ && make install clean
- To add the package, run one of these commands:
- pkg install print/dvi2tty
- pkg install dvi2tty
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dvi2tty
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dvi2tty-5.3.4.tgz) = 5272ef88b99ebc0fe58c868fb4752408dfe8b23d7d8b86d7b87357d7206995e6
SIZE (dvi2tty-5.3.4.tgz) = 59519
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_dvi2tty
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.4_1 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3.4 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
5.3.4 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
5.3.4 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.3.4 28 May 2020 08:43:30 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
5.3.4 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
5.3.4 06 Feb 2014 10:51:24 |
miwi |
- Stage support |
5.3.4 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
5.3.4 03 Aug 2012 09:25:57 |
scheidell |
- Fix conflicts
PR: ports/170274
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
5.3.4 22 Mar 2011 21:20:48 |
dhn |
- Update to version 5.3.4
PR: ports/155792
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0 14 Mar 2011 07:01:01 |
bapt |
Deprecate unmaintained ports from print where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
1.0 25 Nov 2005 17:42:55 |
pav |
- Add SHA256 |
1.0 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
1.0 20 Feb 2003 18:55:51 |
knu |
De-pkg-comment. |
22 Feb 2001 06:41:30 |
markm |
Clean up whitespace to shut up portlint. |
22 Feb 2001 06:35:13 |
markm |
Give this port half-a-chance of actually fetching. All the sites I tried
couldn't handle automatic .tar and .gz of a directory, but they could handle
.tar -only. |
14 Feb 2001 20:19:06 |
lioux |
simple typo fix, remove odd extraneous spaces (^ $) |
08 Feb 2001 13:13:58 |
kevlo |
Use MASTER_SITE_TEX_CTAN to MASTER_SITES |
29 Oct 2000 07:31:39 |
dougb |
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities. |
19 Oct 2000 16:53:30 |
mph |
Change default pager from /usr/bin/pg to /usr/bin/more. As before, $PAGER
overrides. (Requested by: dcs) |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
07 Oct 2000 23:41:17 |
asami |
Rename patch-aa.readme to readme.patch-aa (this is an informational file, not
a real patch). |