The FreeBSD Ports Archive
FreeBSD print : freetype4>
A free and portable TrueType font rendering engine
The FreeType engine is a free and portable TrueType font rendering
engine. It has been developed to provide TT support to a great
variety of platforms and environments.
Notice that FreeType is a *library*. It is *not* a font server
for your preferred environment, even though it was designed to
allow the design of many font servers.
http://www.freetype.org/
|
freetype history
v. 1.40
date: 2007/01/26 15:46:46; author: shaun; state: Exp; lines: +3 -1
- Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
v. 1.39
date: 2006/08/15 00:56:22; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.38
date: 2006/05/13 01:03:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.37
date: 2006/02/23 10:38:43; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.36
date: 2006/01/27 09:38:08; author: linimon; state: Exp; lines: +1 -1
Replace the dangerous .error with IGNORE.
v. 1.35
date: 2005/11/15 06:50:48; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +8 -1
change the libtool version to use from 1.3 to 1.5
v. 1.33
date: 2004/08/21 11:02:37; author: arved; state: Exp; lines: +0 -1
- Rename variable ARCH in the freetype Makefile to FTARCH to avoid conflict
with ARCH from the ports infrastructure. This fixes build on amd64.
- Nuke USE_GMAKE while i am here. the port builds fine with our make.
v. 1.32
date: 2004/05/16 16:48:04; author: krion; state: Exp; lines: +1 -1
- Fix MASTER_SITES
PR: ports/66711
Submitted by: Roman Neuhauser
v. 1.31
date: 2004/03/14 06:17:14; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
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.29
date: 2003/02/20 18:55:43; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
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.27
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.26
date: 2002/09/14 13:32:02; author: sobomax; state: Exp; lines: +4 -0
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
v. 1.25
date: 2002/03/14 11:15:03; author: sobomax; state: Exp; lines: +2 -2
Install includes into ${PREFIX}/include/freetype1/freetype instead of
${PREFIX}/include/freetype, so that ports that want freetype2 but don't
pay particular attention to the order of `-I' directives won't be screwed
if freetype1 is occasionally installed on the same system. This should
fix recent problems with Mozilla.
Bump PORTREVISION.
v. 1.24
date: 2001/09/17 17:40:28; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.23
date: 2001/01/09 09:09:42; author: sobomax; state: Exp; lines: +4 -3
Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked
by the freetype2 ports.
Prompted by: mdharnois@home.com, scanner@jurai.net etc
v. 1.22
date: 2000/11/23 14:23:53; author: knu; state: Exp; lines: +8 -11
Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.
Not responded by: jseger (MAINTAINER), sobomax
v. 1.21
date: 2000/11/12 02:20:29; author: vanilla; state: Exp; lines: +1 -2
Urrr... I miss to commit Makefile :(
v. 1.20
date: 2000/10/03 01:00:22; author: reg; state: Exp; lines: +2 -2
USE_LIBTOOL.
v. 1.19
date: 2000/06/16 21:51:52; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.18
date: 2000/06/16 10:37:42; author: sobomax; state: Exp; lines: +5 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.17
date: 2000/06/14 13:21:32; author: sobomax; state: Exp; lines: +4 -3
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.16
date: 2000/06/04 06:00:35; author: vanilla; state: Exp; lines: +11 -8
Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.
PR: ports/18859
Submitted by: clive@cirx.org
v. 1.15
date: 2000/04/09 17:49:38; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:08; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/11/25 03:38:34; author: jseger; state: Exp; lines: +9 -3
Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
v. 1.12
date: 1999/08/31 01:44:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.11
date: 1998/12/14 15:47:43; author: sada; state: Exp; lines: +5 -4
Remove down site from MASTER_SITES, added some.
v. 1.10
date: 1998/12/14 15:39:26; author: sada; state: Exp; lines: +6 -4
I've added some MASTER_SITES and removed BROKEN.
v. 1.9
date: 1998/12/14 02:48:02; author: obrien; state: Exp; lines: +3 -1
BROKEN= 'fetch from *SINGLE* down site'
Forgot to add Extra MASER_SITES when upgrading by: jseger
v. 1.8
date: 1998/12/12 20:58:05; author: jseger; state: Exp; lines: +3 -3
Upgrade to freetype 1.2
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.7
date: 1998/11/28 09:07:13; author: asami; state: Exp; lines: +2 -1
A few more USE_XLIBs.
v. 1.6
date: 1998/06/21 02:42:33; author: jseger; state: Exp; lines: +4 -9
Upgrade to freetype 1.1
v. 1.5
date: 1998/02/18 11:46:56; author: asami; state: Exp; lines: +4 -1
Fix several build problems.
Submitted by: Taguchi Takeshi
Reviewed by: various members of ports-jp@jp.freebsd.org
v. 1.4
date: 1998/02/08 02:31:58; author: jseger; state: Exp; lines: +4 -5
Upgrade to version 1.0
v. 1.3
date: 1998/01/26 15:34:53; author: jseger; state: Exp; lines: +8 -11
Upgrade to the JAN-21-1998 snapshot.
v. 1.2
date: 1998/01/24 21:51:43; author: jseger; state: Exp; lines: +2 -1
Install header files.
v. 1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp; lines: +0 -0
Import of Freetype beta release 971006.
The FreeType engine is a free and portable TrueType font rendering
engine. It has been developed to provide TT support to a great
variety of platforms and environments.
=============================================================================
v. 1.40
date: 2007/01/26 15:46:46; author: shaun; state: Exp; lines: +3 -1
- Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
v. 1.39
date: 2006/08/15 00:56:22; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.38
date: 2006/05/13 01:03:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.37
date: 2006/02/23 10:38:43; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.36
date: 2006/01/27 09:38:08; author: linimon; state: Exp; lines: +1 -1
Replace the dangerous .error with IGNORE.
v. 1.35
date: 2005/11/15 06:50:48; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +8 -1
change the libtool version to use from 1.3 to 1.5
v. 1.33
date: 2004/08/21 11:02:37; author: arved; state: Exp; lines: +0 -1
- Rename variable ARCH in the freetype Makefile to FTARCH to avoid conflict
with ARCH from the ports infrastructure. This fixes build on amd64.
- Nuke USE_GMAKE while i am here. the port builds fine with our make.
v. 1.32
date: 2004/05/16 16:48:04; author: krion; state: Exp; lines: +1 -1
- Fix MASTER_SITES
PR: ports/66711
Submitted by: Roman Neuhauser
v. 1.31
date: 2004/03/14 06:17:14; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
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.29
date: 2003/02/20 18:55:43; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
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.27
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.26
date: 2002/09/14 13:32:02; author: sobomax; state: Exp; lines: +4 -0
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
v. 1.25
date: 2002/03/14 11:15:03; author: sobomax; state: Exp; lines: +2 -2
Install includes into ${PREFIX}/include/freetype1/freetype instead of
${PREFIX}/include/freetype, so that ports that want freetype2 but don't
pay particular attention to the order of `-I' directives won't be screwed
if freetype1 is occasionally installed on the same system. This should
fix recent problems with Mozilla.
Bump PORTREVISION.
v. 1.24
date: 2001/09/17 17:40:28; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.23
date: 2001/01/09 09:09:42; author: sobomax; state: Exp; lines: +4 -3
Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked
by the freetype2 ports.
Prompted by: mdharnois@home.com, scanner@jurai.net etc
v. 1.22
date: 2000/11/23 14:23:53; author: knu; state: Exp; lines: +8 -11
Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.
Not responded by: jseger (MAINTAINER), sobomax
v. 1.21
date: 2000/11/12 02:20:29; author: vanilla; state: Exp; lines: +1 -2
Urrr... I miss to commit Makefile :(
v. 1.20
date: 2000/10/03 01:00:22; author: reg; state: Exp; lines: +2 -2
USE_LIBTOOL.
v. 1.19
date: 2000/06/16 21:51:52; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.18
date: 2000/06/16 10:37:42; author: sobomax; state: Exp; lines: +5 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.17
date: 2000/06/14 13:21:32; author: sobomax; state: Exp; lines: +4 -3
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.16
date: 2000/06/04 06:00:35; author: vanilla; state: Exp; lines: +11 -8
Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.
PR: ports/18859
Submitted by: clive@cirx.org
v. 1.15
date: 2000/04/09 17:49:38; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:08; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/11/25 03:38:34; author: jseger; state: Exp; lines: +9 -3
Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
v. 1.12
date: 1999/08/31 01:44:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.11
date: 1998/12/14 15:47:43; author: sada; state: Exp; lines: +5 -4
Remove down site from MASTER_SITES, added some.
v. 1.10
date: 1998/12/14 15:39:26; author: sada; state: Exp; lines: +6 -4
I've added some MASTER_SITES and removed BROKEN.
v. 1.9
date: 1998/12/14 02:48:02; author: obrien; state: Exp; lines: +3 -1
BROKEN= 'fetch from *SINGLE* down site'
Forgot to add Extra MASER_SITES when upgrading by: jseger
v. 1.8
date: 1998/12/12 20:58:05; author: jseger; state: Exp; lines: +3 -3
Upgrade to freetype 1.2
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.7
date: 1998/11/28 09:07:13; author: asami; state: Exp; lines: +2 -1
A few more USE_XLIBs.
v. 1.6
date: 1998/06/21 02:42:33; author: jseger; state: Exp; lines: +4 -9
Upgrade to freetype 1.1
v. 1.5
date: 1998/02/18 11:46:56; author: asami; state: Exp; lines: +4 -1
Fix several build problems.
Submitted by: Taguchi Takeshi
Reviewed by: various members of ports-jp@jp.freebsd.org
v. 1.4
date: 1998/02/08 02:31:58; author: jseger; state: Exp; lines: +4 -5
Upgrade to version 1.0
v. 1.3
date: 1998/01/26 15:34:53; author: jseger; state: Exp; lines: +8 -11
Upgrade to the JAN-21-1998 snapshot.
v. 1.2
date: 1998/01/24 21:51:43; author: jseger; state: Exp; lines: +2 -1
Install header files.
v. 1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp; lines: +0 -0
Import of Freetype beta release 971006.
The FreeType engine is a free and portable TrueType font rendering
engine. It has been developed to provide TT support to a great
variety of platforms and environments.
=============================================================================
v. 1.40
date: 2007/01/26 15:46:46; author: shaun; state: Exp; lines: +3 -1
- Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
v. 1.39
date: 2006/08/15 00:56:22; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.38
date: 2006/05/13 01:03:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.37
date: 2006/02/23 10:38:43; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.36
date: 2006/01/27 09:38:08; author: linimon; state: Exp; lines: +1 -1
Replace the dangerous .error with IGNORE.
v. 1.35
date: 2005/11/15 06:50:48; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +8 -1
change the libtool version to use from 1.3 to 1.5
v. 1.33
date: 2004/08/21 11:02:37; author: arved; state: Exp; lines: +0 -1
- Rename variable ARCH in the freetype Makefile to FTARCH to avoid conflict
with ARCH from the ports infrastructure. This fixes build on amd64.
- Nuke USE_GMAKE while i am here. the port builds fine with our make.
v. 1.32
date: 2004/05/16 16:48:04; author: krion; state: Exp; lines: +1 -1
- Fix MASTER_SITES
PR: ports/66711
Submitted by: Roman Neuhauser
v. 1.31
date: 2004/03/14 06:17:14; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
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.29
date: 2003/02/20 18:55:43; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.28
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.27
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.26
date: 2002/09/14 13:32:02; author: sobomax; state: Exp; lines: +4 -0
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
v. 1.25
date: 2002/03/14 11:15:03; author: sobomax; state: Exp; lines: +2 -2
Install includes into ${PREFIX}/include/freetype1/freetype instead of
${PREFIX}/include/freetype, so that ports that want freetype2 but don't
pay particular attention to the order of `-I' directives won't be screwed
if freetype1 is occasionally installed on the same system. This should
fix recent problems with Mozilla.
Bump PORTREVISION.
v. 1.24
date: 2001/09/17 17:40:28; author: dwcjr; state: Exp; lines: +2 -2
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long
Approved by: will
v. 1.23
date: 2001/01/09 09:09:42; author: sobomax; state: Exp; lines: +4 -3
Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked
by the freetype2 ports.
Prompted by: mdharnois@home.com, scanner@jurai.net etc
v. 1.22
date: 2000/11/23 14:23:53; author: knu; state: Exp; lines: +8 -11
Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.
Not responded by: jseger (MAINTAINER), sobomax
v. 1.21
date: 2000/11/12 02:20:29; author: vanilla; state: Exp; lines: +1 -2
Urrr... I miss to commit Makefile :(
v. 1.20
date: 2000/10/03 01:00:22; author: reg; state: Exp; lines: +2 -2
USE_LIBTOOL.
v. 1.19
date: 2000/06/16 21:51:52; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.18
date: 2000/06/16 10:37:42; author: sobomax; state: Exp; lines: +5 -4
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.17
date: 2000/06/14 13:21:32; author: sobomax; state: Exp; lines: +4 -3
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.16
date: 2000/06/04 06:00:35; author: vanilla; state: Exp; lines: +11 -8
Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.
PR: ports/18859
Submitted by: clive@cirx.org
v. 1.15
date: 2000/04/09 17:49:38; author: cpiazza; state: Exp; lines: +3 -3
Accidental whitespace
v. 1.14
date: 2000/04/09 17:40:08; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.13
date: 1999/11/25 03:38:34; author: jseger; state: Exp; lines: +9 -3
Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
v. 1.12
date: 1999/08/31 01:44:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.11
date: 1998/12/14 15:47:43; author: sada; state: Exp; lines: +5 -4
Remove down site from MASTER_SITES, added some.
v. 1.10
date: 1998/12/14 15:39:26; author: sada; state: Exp; lines: +6 -4
I've added some MASTER_SITES and removed BROKEN.
v. 1.9
date: 1998/12/14 02:48:02; author: obrien; state: Exp; lines: +3 -1
BROKEN= 'fetch from *SINGLE* down site'
Forgot to add Extra MASER_SITES when upgrading by: jseger
v. 1.8
date: 1998/12/12 20:58:05; author: jseger; state: Exp; lines: +3 -3
Upgrade to freetype 1.2
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.7
date: 1998/11/28 09:07:13; author: asami; state: Exp; lines: +2 -1
A few more USE_XLIBs.
v. 1.6
date: 1998/06/21 02:42:33; author: jseger; state: Exp; lines: +4 -9
Upgrade to freetype 1.1
v. 1.5
date: 1998/02/18 11:46:56; author: asami; state: Exp; lines: +4 -1
Fix several build problems.
Submitted by: Taguchi Takeshi
Reviewed by: various members of ports-jp@jp.freebsd.org
v. 1.4
date: 1998/02/08 02:31:58; author: jseger; state: Exp; lines: +4 -5
Upgrade to version 1.0
v. 1.3
date: 1998/01/26 15:34:53; author: jseger; state: Exp; lines: +8 -11
Upgrade to the JAN-21-1998 snapshot.
v. 1.2
date: 1998/01/24 21:51:43; author: jseger; state: Exp; lines: +2 -1
Install header files.
v. 1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/01/24 16:50:41; author: jseger; state: Exp; lines: +0 -0
Import of Freetype beta release 971006.
The FreeType engine is a free and portable TrueType font rendering
engine. It has been developed to provide TT support to a great
variety of platforms and environments.
=============================================================================
|
| |

|