The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-fonts : Xg

UNICODE fonts for use with 9term and sam

 Unicode fonts
=============

The new libXg distribution supports Unicode.  Sam and 9term built using
the new UTF libXg will allow one to enter and edit files containing
Unicode characters encoded using UTF-2 (UTF-FSS).
To use them:

o	convert the bdf files to whatever format is appropriate for
	your system and place the files in a suitable common directory
o	set this directory up as an X font directory by running some
	program such as `mkfontdir' if necessary
o	add the directory to your fontpath `xset fp+ fontdir'
o	make sure libXg knows about the fontfile you wish to use by
	setting the appropriate .p9font X resource (or just *p9font) to
	be something like /lib/font/Xg/matty/unicode.9.font or by
	specifying an appropriate -p9font argument to libXg programs.
 

ftp://ftp.cs.usyd.edu.au/matty/unicode/



Xg history


v. 1.17
date: 2007/05/19 20:29:05;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.16 date: 2004/07/23 19:10:21; author: anholt; state: Exp; lines: +4 -8 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.15 date: 2003/02/20 19:18:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2000/09/12 13:03:55; author: asami; state: Exp; lines: +9 -2 Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
v. 1.11 date: 2000/07/22 07:33:53; author: kevlo; state: Exp; lines: +3 -3 - Fix MASTER_SITES - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury
v. 1.10 date: 2000/04/23 22:59:51; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.9 date: 2000/04/10 00:44:32; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.8 date: 1999/08/31 02:58:27; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.7 date: 1999/01/09 03:19:42; author: asami; state: Exp; lines: +2 -2 Break up the "plan9" category -- all the ports are where they belong, and "plan9" is a virtual category now. Reviewed by: the ports list
v. 1.6 date: 1998/11/21 17:18:16; author: steve; state: Exp; lines: +2 -2 Fixup CATEGORIES list. Submitted by: Josh Gilliam
v. 1.5 date: 1998/08/05 09:31:36; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.4 date: 1997/01/27 15:59:35; author: erich; state: Exp; lines: +1 -2 distfile changed Pointed out by: Kostya Lukin
v. 1.3 date: 1996/11/12 02:19:36; author: obrien; state: Exp; lines: +2 -2 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2 date: 1995/10/28 20:28:37; author: erich; state: Exp; lines: +4 -1 added myself as MAINTAINER
v. 1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; lines: +0 -0 Various plan9 utilities. It's such a complete collection, I'm going to import it all at once! Submitted by: Eric L. Hernes ============================================================================= v. 1.17 date: 2007/05/19 20:29:05; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16 date: 2004/07/23 19:10:21; author: anholt; state: Exp; lines: +4 -8 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.15 date: 2003/02/20 19:18:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2000/09/12 13:03:55; author: asami; state: Exp; lines: +9 -2 Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
v. 1.11 date: 2000/07/22 07:33:53; author: kevlo; state: Exp; lines: +3 -3 - Fix MASTER_SITES - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury
v. 1.10 date: 2000/04/23 22:59:51; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.9 date: 2000/04/10 00:44:32; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.8 date: 1999/08/31 02:58:27; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.7 date: 1999/01/09 03:19:42; author: asami; state: Exp; lines: +2 -2 Break up the "plan9" category -- all the ports are where they belong, and "plan9" is a virtual category now. Reviewed by: the ports list
v. 1.6 date: 1998/11/21 17:18:16; author: steve; state: Exp; lines: +2 -2 Fixup CATEGORIES list. Submitted by: Josh Gilliam
v. 1.5 date: 1998/08/05 09:31:36; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.4 date: 1997/01/27 15:59:35; author: erich; state: Exp; lines: +1 -2 distfile changed Pointed out by: Kostya Lukin
v. 1.3 date: 1996/11/12 02:19:36; author: obrien; state: Exp; lines: +2 -2 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2 date: 1995/10/28 20:28:37; author: erich; state: Exp; lines: +4 -1 added myself as MAINTAINER
v. 1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; lines: +0 -0 Various plan9 utilities. It's such a complete collection, I'm going to import it all at once! Submitted by: Eric L. Hernes ============================================================================= v. 1.17 date: 2007/05/19 20:29:05; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.16 date: 2004/07/23 19:10:21; author: anholt; state: Exp; lines: +4 -8 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.15 date: 2003/02/20 19:18:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2000/09/12 13:03:55; author: asami; state: Exp; lines: +9 -2 Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
v. 1.11 date: 2000/07/22 07:33:53; author: kevlo; state: Exp; lines: +3 -3 - Fix MASTER_SITES - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury
v. 1.10 date: 2000/04/23 22:59:51; author: kris; state: Exp; lines: +2 -2 Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
v. 1.9 date: 2000/04/10 00:44:32; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.8 date: 1999/08/31 02:58:27; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.7 date: 1999/01/09 03:19:42; author: asami; state: Exp; lines: +2 -2 Break up the "plan9" category -- all the ports are where they belong, and "plan9" is a virtual category now. Reviewed by: the ports list
v. 1.6 date: 1998/11/21 17:18:16; author: steve; state: Exp; lines: +2 -2 Fixup CATEGORIES list. Submitted by: Josh Gilliam
v. 1.5 date: 1998/08/05 09:31:36; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.4 date: 1997/01/27 15:59:35; author: erich; state: Exp; lines: +1 -2 distfile changed Pointed out by: Kostya Lukin
v. 1.3 date: 1996/11/12 02:19:36; author: obrien; state: Exp; lines: +2 -2 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.2 date: 1995/10/28 20:28:37; author: erich; state: Exp; lines: +4 -1 added myself as MAINTAINER
v. 1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1995/08/14 04:08:02; author: asami; state: Exp; lines: +0 -0 Various plan9 utilities. It's such a complete collection, I'm going to import it all at once! Submitted by: Eric L. Hernes =============================================================================



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