The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD print : gfontview

An outline font viewer

 An outline font viewer.

I want to be able to view uninstalled fonts. So I started with the program,
left alone all installation issues (handled by DTM), and tried to optimize
it as a font displayer. It should handle Type 1 and True Type fonts and have
some enhancements such as finding typographically similar fonts. 

http://gfontview.sourceforge.net/



gfontview history


v. 1.19
date: 2007/10/24 23:36:27;  author: marcus;  state: Exp;  lines: +1 -1
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

v. 1.18 date: 2007/05/19 20:20:49; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17 date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.16 date: 2006/03/07 08:27:19; author: ade; state: Exp; lines: +1 -1 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.15 date: 2004/02/04 05:08:33; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.14 date: 2003/11/17 12:03:16; author: trevor; state: Exp; lines: +1 -0 USE_REINPLACE must be defined before REINPLACE_CMD may be used.
v. 1.13 date: 2003/11/03 19:46:31; author: krion; state: Exp; lines: +4 -12 - Fix build on -current PR: 58880 Submitted by: Ports Fury
v. 1.12 date: 2003/11/02 10:25:46; author: linimon; state: Exp; lines: +7 -1 Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.
v. 1.11 date: 2003/06/29 22:33:17; author: arved; state: Exp; lines: +4 -8 Fix Build. PR: 53771 Submitted by: KATO Tsuguru
v. 1.10 date: 2003/03/24 01:10:23; author: ijliao; state: Exp; lines: +2 -2 chase t1lib version
v. 1.9 date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/11/10 16:47:40; 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.7 date: 2002/11/06 22:46:37; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2002/09/01 16:07:52; author: dwcjr; state: Exp; lines: +5 -4 ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
v. 1.5 date: 2002/03/25 12:28:39; author: ijliao; state: Exp; lines: +2 -2 unbreak PR: 36295 Submitted by: Ports Fury
v. 1.4 date: 2002/03/14 11:16:43; author: sobomax; state: Exp; lines: +2 -1 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.3 date: 2001/11/23 17:25:25; author: ijliao; state: Exp; lines: +2 -2 t1.3 -> t1.4
v. 1.2 date: 2001/09/17 06:26:17; author: kevlo; state: Exp; lines: +19 -12 - Support CXXFLAGS properly - Remove USE_AUTOMAKE - fix pkg-plist PR: 30144 Submitted by: Ports Fury
v. 1.1 date: 2001/07/26 18:57:56; author: ijliao; state: Exp; add gfontview An outline font viewer ============================================================================= v. 1.19 date: 2007/10/24 23:36:27; author: marcus; state: Exp; lines: +1 -1 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
v. 1.18 date: 2007/05/19 20:20:49; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17 date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.16 date: 2006/03/07 08:27:19; author: ade; state: Exp; lines: +1 -1 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.15 date: 2004/02/04 05:08:33; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.14 date: 2003/11/17 12:03:16; author: trevor; state: Exp; lines: +1 -0 USE_REINPLACE must be defined before REINPLACE_CMD may be used.
v. 1.13 date: 2003/11/03 19:46:31; author: krion; state: Exp; lines: +4 -12 - Fix build on -current PR: 58880 Submitted by: Ports Fury
v. 1.12 date: 2003/11/02 10:25:46; author: linimon; state: Exp; lines: +7 -1 Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.
v. 1.11 date: 2003/06/29 22:33:17; author: arved; state: Exp; lines: +4 -8 Fix Build. PR: 53771 Submitted by: KATO Tsuguru
v. 1.10 date: 2003/03/24 01:10:23; author: ijliao; state: Exp; lines: +2 -2 chase t1lib version
v. 1.9 date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/11/10 16:47:40; 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.7 date: 2002/11/06 22:46:37; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2002/09/01 16:07:52; author: dwcjr; state: Exp; lines: +5 -4 ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
v. 1.5 date: 2002/03/25 12:28:39; author: ijliao; state: Exp; lines: +2 -2 unbreak PR: 36295 Submitted by: Ports Fury
v. 1.4 date: 2002/03/14 11:16:43; author: sobomax; state: Exp; lines: +2 -1 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.3 date: 2001/11/23 17:25:25; author: ijliao; state: Exp; lines: +2 -2 t1.3 -> t1.4
v. 1.2 date: 2001/09/17 06:26:17; author: kevlo; state: Exp; lines: +19 -12 - Support CXXFLAGS properly - Remove USE_AUTOMAKE - fix pkg-plist PR: 30144 Submitted by: Ports Fury
v. 1.1 date: 2001/07/26 18:57:56; author: ijliao; state: Exp; add gfontview An outline font viewer ============================================================================= v. 1.19 date: 2007/10/24 23:36:27; author: marcus; state: Exp; lines: +1 -1 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
v. 1.18 date: 2007/05/19 20:20:49; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17 date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.16 date: 2006/03/07 08:27:19; author: ade; state: Exp; lines: +1 -1 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.15 date: 2004/02/04 05:08:33; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.14 date: 2003/11/17 12:03:16; author: trevor; state: Exp; lines: +1 -0 USE_REINPLACE must be defined before REINPLACE_CMD may be used.
v. 1.13 date: 2003/11/03 19:46:31; author: krion; state: Exp; lines: +4 -12 - Fix build on -current PR: 58880 Submitted by: Ports Fury
v. 1.12 date: 2003/11/02 10:25:46; author: linimon; state: Exp; lines: +7 -1 Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.
v. 1.11 date: 2003/06/29 22:33:17; author: arved; state: Exp; lines: +4 -8 Fix Build. PR: 53771 Submitted by: KATO Tsuguru
v. 1.10 date: 2003/03/24 01:10:23; author: ijliao; state: Exp; lines: +2 -2 chase t1lib version
v. 1.9 date: 2003/02/20 18:55:44; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.8 date: 2002/11/10 16:47:40; 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.7 date: 2002/11/06 22:46:37; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2002/09/01 16:07:52; author: dwcjr; state: Exp; lines: +5 -4 ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
v. 1.5 date: 2002/03/25 12:28:39; author: ijliao; state: Exp; lines: +2 -2 unbreak PR: 36295 Submitted by: Ports Fury
v. 1.4 date: 2002/03/14 11:16:43; author: sobomax; state: Exp; lines: +2 -1 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.3 date: 2001/11/23 17:25:25; author: ijliao; state: Exp; lines: +2 -2 t1.3 -> t1.4
v. 1.2 date: 2001/09/17 06:26:17; author: kevlo; state: Exp; lines: +19 -12 - Support CXXFLAGS properly - Remove USE_AUTOMAKE - fix pkg-plist PR: 30144 Submitted by: Ports Fury
v. 1.1 date: 2001/07/26 18:57:56; author: ijliao; state: Exp; add gfontview An outline font viewer =============================================================================



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