The FreeBSD Ports Archive
FreeBSD x11-fonts : bitstream-vera4>
Bitstream Vera TrueType font collection
This is the final version of the "Bitstream Vera" font family. It
consist of 10 high-quality TrueType fonts for use with X11.
http://www.gnome.org/fonts/
|
bitstream-vera history
v. 1.16
date: 2007/05/19 20:29:08; 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.15
date: 2007/03/24 20:40:54; author: marcus; state: Exp; lines: +2 -7
Do not install config file as these fonts will automatically be loaded
with fontconfig-2.4.2. By installing the config file, it is no longer possible
to override Bitstream fonts in the users ~/.fonts.conf file.
PR: 110544
Submitted by: NIIMI Satoshi
v. 1.14
date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +2 -6
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.13
date: 2006/06/12 04:58:42; author: mezz; state: Exp; lines: +6 -0
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
v. 1.12
date: 2005/11/05 04:53:45; author: marcus; state: Exp; lines: +4 -6
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves . His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke
Mark Hobden
Sergey Akifyev
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
v. 1.11
date: 2005/03/04 08:01:33; author: marcus; state: Exp; lines: +0 -6
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi
v. 1.10
date: 2005/02/16 05:11:47; author: marcus; state: Exp; lines: +9 -1
Use the correct plist.
v. 1.9
date: 2005/02/15 15:54:00; author: pav; state: Exp; lines: +2 -1
- Avoid dependency on X libraries [1]
- Portlint
PR: ports/77503 [1]
Submitted by: Rui Lopes
v. 1.8
date: 2004/03/03 16:38:02; author: pav; state: Exp; lines: +1 -1
- Style: s/@freebsd.org/@FreeBSD.org/
v. 1.7
date: 2003/04/17 03:06:54; author: marcus; state: Exp; lines: +7 -9
Update to the release version, 1.10.
v. 1.6
date: 2003/02/20 20:35:47; author: marcus; state: Exp; lines: +1 -0
Add a RUN_DEPENDS on fontconfig as well.
v. 1.5
date: 2003/02/20 20:28:22; author: marcus; state: Exp; lines: +5 -2
Looks like we do need fc-cache since the cache files seem to vary slightly
from machine to machine.
v. 1.4
date: 2003/02/20 01:38:32; author: marcus; state: Exp; lines: +8 -18
* Don't depend on fontconfig (instead, package fonts.cache-1 with the port)
* Only install local.conf if one doesn't already exist
v. 1.3
date: 2003/02/19 17:52:18; author: marcus; state: Exp; lines: +3 -21
* The distfile was rerolled (only HTML formatting changes) so correct
checksum
* Do not depend on ttmkfdir, but instead package the fonts.dir with the
port [1]
Suggested by: nectar [1]
v. 1.2
date: 2003/02/19 04:22:37; author: marcus; state: Exp; lines: +1 -1
Remove redundant -p from ${MKDIR}.
v. 1.1
date: 2003/02/19 04:19:32; author: marcus; state: Exp;
Add bitstream-vera, a collection of 10 high-quality TrueType fonts that
look really nice in GNOME 2.
Inspired by: x11-fonts/webfonts
=============================================================================
v. 1.16
date: 2007/05/19 20:29:08; 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.15
date: 2007/03/24 20:40:54; author: marcus; state: Exp; lines: +2 -7
Do not install config file as these fonts will automatically be loaded
with fontconfig-2.4.2. By installing the config file, it is no longer possible
to override Bitstream fonts in the users ~/.fonts.conf file.
PR: 110544
Submitted by: NIIMI Satoshi
v. 1.14
date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +2 -6
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.13
date: 2006/06/12 04:58:42; author: mezz; state: Exp; lines: +6 -0
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
v. 1.12
date: 2005/11/05 04:53:45; author: marcus; state: Exp; lines: +4 -6
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves . His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke
Mark Hobden
Sergey Akifyev
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
v. 1.11
date: 2005/03/04 08:01:33; author: marcus; state: Exp; lines: +0 -6
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi
v. 1.10
date: 2005/02/16 05:11:47; author: marcus; state: Exp; lines: +9 -1
Use the correct plist.
v. 1.9
date: 2005/02/15 15:54:00; author: pav; state: Exp; lines: +2 -1
- Avoid dependency on X libraries [1]
- Portlint
PR: ports/77503 [1]
Submitted by: Rui Lopes
v. 1.8
date: 2004/03/03 16:38:02; author: pav; state: Exp; lines: +1 -1
- Style: s/@freebsd.org/@FreeBSD.org/
v. 1.7
date: 2003/04/17 03:06:54; author: marcus; state: Exp; lines: +7 -9
Update to the release version, 1.10.
v. 1.6
date: 2003/02/20 20:35:47; author: marcus; state: Exp; lines: +1 -0
Add a RUN_DEPENDS on fontconfig as well.
v. 1.5
date: 2003/02/20 20:28:22; author: marcus; state: Exp; lines: +5 -2
Looks like we do need fc-cache since the cache files seem to vary slightly
from machine to machine.
v. 1.4
date: 2003/02/20 01:38:32; author: marcus; state: Exp; lines: +8 -18
* Don't depend on fontconfig (instead, package fonts.cache-1 with the port)
* Only install local.conf if one doesn't already exist
v. 1.3
date: 2003/02/19 17:52:18; author: marcus; state: Exp; lines: +3 -21
* The distfile was rerolled (only HTML formatting changes) so correct
checksum
* Do not depend on ttmkfdir, but instead package the fonts.dir with the
port [1]
Suggested by: nectar [1]
v. 1.2
date: 2003/02/19 04:22:37; author: marcus; state: Exp; lines: +1 -1
Remove redundant -p from ${MKDIR}.
v. 1.1
date: 2003/02/19 04:19:32; author: marcus; state: Exp;
Add bitstream-vera, a collection of 10 high-quality TrueType fonts that
look really nice in GNOME 2.
Inspired by: x11-fonts/webfonts
=============================================================================
v. 1.16
date: 2007/05/19 20:29:08; 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.15
date: 2007/03/24 20:40:54; author: marcus; state: Exp; lines: +2 -7
Do not install config file as these fonts will automatically be loaded
with fontconfig-2.4.2. By installing the config file, it is no longer possible
to override Bitstream fonts in the users ~/.fonts.conf file.
PR: 110544
Submitted by: NIIMI Satoshi
v. 1.14
date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +2 -6
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
v. 1.13
date: 2006/06/12 04:58:42; author: mezz; state: Exp; lines: +6 -0
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
v. 1.12
date: 2005/11/05 04:53:45; author: marcus; state: Exp; lines: +4 -6
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves . His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke
Mark Hobden
Sergey Akifyev
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
v. 1.11
date: 2005/03/04 08:01:33; author: marcus; state: Exp; lines: +0 -6
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi
v. 1.10
date: 2005/02/16 05:11:47; author: marcus; state: Exp; lines: +9 -1
Use the correct plist.
v. 1.9
date: 2005/02/15 15:54:00; author: pav; state: Exp; lines: +2 -1
- Avoid dependency on X libraries [1]
- Portlint
PR: ports/77503 [1]
Submitted by: Rui Lopes
v. 1.8
date: 2004/03/03 16:38:02; author: pav; state: Exp; lines: +1 -1
- Style: s/@freebsd.org/@FreeBSD.org/
v. 1.7
date: 2003/04/17 03:06:54; author: marcus; state: Exp; lines: +7 -9
Update to the release version, 1.10.
v. 1.6
date: 2003/02/20 20:35:47; author: marcus; state: Exp; lines: +1 -0
Add a RUN_DEPENDS on fontconfig as well.
v. 1.5
date: 2003/02/20 20:28:22; author: marcus; state: Exp; lines: +5 -2
Looks like we do need fc-cache since the cache files seem to vary slightly
from machine to machine.
v. 1.4
date: 2003/02/20 01:38:32; author: marcus; state: Exp; lines: +8 -18
* Don't depend on fontconfig (instead, package fonts.cache-1 with the port)
* Only install local.conf if one doesn't already exist
v. 1.3
date: 2003/02/19 17:52:18; author: marcus; state: Exp; lines: +3 -21
* The distfile was rerolled (only HTML formatting changes) so correct
checksum
* Do not depend on ttmkfdir, but instead package the fonts.dir with the
port [1]
Suggested by: nectar [1]
v. 1.2
date: 2003/02/19 04:22:37; author: marcus; state: Exp; lines: +1 -1
Remove redundant -p from ${MKDIR}.
v. 1.1
date: 2003/02/19 04:19:32; author: marcus; state: Exp;
Add bitstream-vera, a collection of 10 high-quality TrueType fonts that
look really nice in GNOME 2.
Inspired by: x11-fonts/webfonts
=============================================================================
|
| |

|