notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
xdvik DVI Previewer(kpathsearch) for X
22.84.16_6 print Deleted on this many watch lists=46 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 22.84.16_6Version of this port present on the latest quarterly branch.
Maintainer: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2014-07-23 11:27:24
SVN Revision: 362659
People watching this port, also watch:: m4, gmake, t1lib, unzip
License: not specified in port
WWW:
http://xdvi.sourceforge.net/
Description:
Xdvik is a program for displaying DVI files (generated e.g. by Troff or TeX) on the X window system. It is based on the regular (non-k) xdvi of the same version number. WWW: http://xdvi.sourceforge.net/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • xdvik-tetex>0:print/xdvik
No installation instructions:
This port has been deleted.
PKGNAME: xdvik-tetex
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. LICENSE.texmf : print/teTeX-texmf
  2. mktexlsr : print/teTeX-base
  3. gmake : devel/gmake
  4. xpm.pc : x11/libXpm
Runtime dependencies:
  1. LICENSE.texmf : print/teTeX-texmf
  2. mktexlsr : print/teTeX-base
  3. xpm.pc : x11/libXpm
Library dependencies:
  1. libt1.so : devel/t1lib
  2. libiconv.so.3 : converters/libiconv
  3. libXm.so.4 : x11-toolkits/open-motif
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. japanese/teTeX*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. japanese/teTeX*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://downloads.sourceforge.net/project/hoge/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
22.84.16_6
23 Jul 2014 11:27:24
Revision:362659Original commit files touched by this commit
bapt search for other commits by this committer
Start decomissioning some latex ports
22.84.16_6
08 Mar 2014 14:34:37
Revision:347502Original commit files touched by this commit
hrs search for other commits by this committer
Fix build.
22.84.16_6
06 Mar 2014 09:13:25
Revision:347175Original commit files touched by this commit
hrs search for other commits by this committer
Fix iconv issue [*]:
 - Add USES=iconv.
 - Fix libiconv detection on FreeBSD < 10 by setting CPPFLAGS and LDFLAGS.
 - Patch Makefile.in so it doesn't use libiconv on FreeBSD 10.

- Use new syntax of LIB_DEPENDS.
- Minor style cleanups.

Submitted by:	tijl [*]
PR:		ports/187014
22.84.16_5
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
22.84.16_5
20 Sep 2013 22:44:00
Revision:327765Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
22.84.16_5
10 Jul 2013 07:40:18
Revision:322625Original commit files touched by this commit
bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
22.84.16_5
11 May 2013 17:58:56
Revision:317899Original commit files touched by this commit
hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
22.84.16_5
06 May 2013 02:00:41
Revision:317455Original commit files touched by this commit
hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
22.84.16_5
03 Mar 2013 20:49:34
Revision:313378Original commit files touched by this commit
hrs search for other commits by this committer
- Add CONFLICTS as a preparation of importing new TeX ports based on TeXLive.
  No functional change.
- Style fixes.
22.84.16_4
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
22.84.16_3
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
22.84.16_3
25 Jul 2011 08:08:20
Original commit files touched by this commit
hrs search for other commits by this committer
Mark as MAKE_JOBS_UNSAFE.

PR:     ports/156801
22.84.16_3
11 Jun 2011 03:29:57
Original commit files touched by this commit
hrs search for other commits by this committer
Remove MD5 sum.

PR:     ports/157353
22.84.16_3
11 Jun 2011 03:26:40
Original commit files touched by this commit
hrs search for other commits by this committer
- Fix CONFLICTS.
- Whitespace fixes.

PR:     ports/157353
22.84.16_3
02 May 2011 12:44:53
Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
22.84.16_2
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
22.84.16_1
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
22.84.16
20 Dec 2009 17:53:15
Original commit files touched by this commit
hrs search for other commits by this committer
Update to 22.84.16.
22.84.10_3
22 Aug 2009 00:35:32
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
22.84.10_3
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
22.84.10_2
23 Mar 2008 23:03:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
22.84.10_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
22.84.10
24 Jan 2006 01:00:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22.84.10
13 Sep 2005 18:04:35
Original commit files touched by this commit
hrs search for other commits by this committer
Fix pkg-plist.

Spotted by:     pointyhat
22.84.10
10 Sep 2005 22:27:22
Original commit files touched by this commit
hrs search for other commits by this committer
Update to 22.84.10:

 * Render an empty character instead of terminating with failed assertion
   if T1lib doesn't return a usable glyph (e.g. at very small \magnification
   factors; #1184087).
22.84.8_1
06 Feb 2005 13:55:24
Original commit files touched by this commit
hrs search for other commits by this committer
- teTeX-3.0 support
- fix predefined $TEXMF problem
- bump PORTREVISION
22.84.8
21 Dec 2004 19:42:33
Original commit files touched by this commit
hrs search for other commits by this committer
- Update to 22.84.8.
- Remove tetex-modesw dependency.
22.78_2
25 Jul 2004 14:58:21
Original commit files touched by this commit
hrs search for other commits by this committer
Make use of t1lib properly.

PR:             ports/68210
Submitted by:   Ulrich Spoerlein (q at uni.de)
Approved by:    linimon (mentor)
22.78_1
18 Jun 2004 15:29:44
Original commit files touched by this commit
hrs search for other commits by this committer
print/teTeX restructuring:
        Add a dependency of print/teTeX-base.

Approved by:    linimon (mentor)
22.78
12 May 2004 17:01:06
Original commit files touched by this commit
hrs search for other commits by this committer
Update to 22.78 and take the maintainership.

Approved by:    linimon (mentor)
20a_1
17 Apr 2004 13:34:02
Original commit files touched by this commit
linimon search for other commits by this committer
Cosmetic change.
20a_1
17 Apr 2004 13:04:55
Original commit files touched by this commit
linimon search for other commits by this committer
Per dosirak run, fix plist.
20a_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
20a
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
20a
21 Dec 2003 00:22:26
Original commit files touched by this commit
sergei search for other commits by this committer
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
20a
13 Nov 2003 12:54:57
Original commit files touched by this commit
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
20a
08 Jun 2003 17:36:41
Original commit files touched by this commit
erwin search for other commits by this committer
Fix URL in the Makefile

PR:             53055
Submitted by:   Serge Gagnon <gagnon__s@videotron.ca>
Approved by:    edwin (mentor)
20a
20 Feb 2003 18:55:51
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
20a
22 Jul 2002 04:19:55
Original commit files touched by this commit
fenner search for other commits by this committer
Remove JBD01226@niftyserve.ne.jp as MAINTAINER; email has been bouncing
 for 2 months.
16 Jan 2001 17:33:20
commit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 05:10:43
commit hash: fp1.4794@dev.null.freshports.orgcommit hash: fp1.4794@dev.null.freshports.orgcommit hash: fp1.4794@dev.null.freshports.orgcommit hash: fp1.4794@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category print to new layout.  
09 Jun 2000 22:59:16
commit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my   area on
the local ports tree.    

Number of commits found: 42