This package contains font-util, an application for creating an index of
X font files in a directory.
This package contains xfontsel, an application which provides a simple way to
display fonts known to your X server.
This package contains bdftopcf, a font compiler for the X server and font
server.
This package contains fixed width, DECwindows cursor and session manager, Sun
Open Look, Kanji, and Kana bitmap fonts.
This package allows you to install the compat7x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800105
LIB_DEPENDS+= alias.6:misc/compat7x
.endif
--
This package allows you to install the compat8x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900042
LIB_DEPENDS+= ufs.5:misc/compat8x
.endif
--
This package allows you to install the compat9x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000009
LIB_DEPENDS+= archive.5:misc/compat9x
.endif
--
This package allows you to install the compat4x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:misc/compat4x
.endif
--
This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
LIB_DEPENDS+= c.5:misc/compat5x
.endif
--
This package allows you to install the compat6x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:misc/compat6x
.endif
--