FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:48 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
freetype 1.3.1_4 print on this many watch lists=127 search for ports that depend on this port
A free and portable TrueType font rendering engine

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


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.

WWW: http://www.freetype.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool22

To install the port: cd /usr/ports/print/freetype/ && make install clean
To add the package: pkg_add -r freetype


Configuration Options
     No options to configure

Master Sites:
http://garr.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://superb-east.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://nchc.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://kent.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://easynews.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://ufpr.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://mesh.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://heanet.dl.sourceforge.net/project/freetype/freetype/1.3.1/
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/
http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype1/
http://ftp.sunet.se/pub/text-processing/freetype/freetype1/
http://ring.nict.go.jp/archives/graphics/freetype/
http://ring.k-opti.com/archives/graphics/freetype/
http://ring.riken.jp/archives/graphics/freetype/
ftp://ftp.freetype.org/freetype/freetupe1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 31

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Aug 2009 01:35:32
Original commit files touched by this commit  1.3.1_4
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
02 Aug 2009 20:36:34
Original commit files touched by this commit  1.3.1_4
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
26 Jan 2007 15:46:46
Original commit files touched by this commit  1.3.1_4
shaun search for other commits by this committer
- Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
15 Aug 2006 01:56:24
Original commit files touched by this commit  1.3.1_4
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
13 May 2006 02:03:17
Original commit files touched by this commit  1.3.1_4
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with P
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.3.1_4
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
27 Jan 2006 09:38:08
Original commit files touched by this commit  1.3.1_3
linimon search for other commits by this committer
Replace the dangerous .error with IGNORE.
25 Nov 2005 17:42:55
Original commit files touched by this commit  1.3.1_3
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.3.1_3
ade search for other commits by this committer
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.
03 Jun 2005 21:18:13
Original commit files touched by this commit  1.3.1_3
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
21 Aug 2004 12:02:37
Original commit files touched by this commit  1.3.1_3
arved search for other commits by this committer
- 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.
16 May 2004 17:48:05
Original commit files touched by this commit  1.3.1_3
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/66711
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.3.1_3
ade search for other commits by this committer
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.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.3.1_3
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
29 Jan 2004 16:13:06
Original commit files touched by this commit  1.3.1_2
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 18:55:51
Original commit files touched by this commit  1.3.1_2
knu search for other commits by this committer
De-pkg-comment.
14 Sep 2002 14:32:07
Original commit files touched by this commit  1.3.1_2
sobomax search for other commits by this committer
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.)
14 Mar 2002 11:15:03
Original commit files touched by this commit
sobomax search for other commits by this committer
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.
17 Sep 2001 19:40:31
files touched by this commit
dwcjr search for other commits by this committer
Remove jseger and torstenb from maintainership of their ports, they   have been
inactive for too long    
09 Jan 2001 09:09:42
files touched by this commit
sobomax search for other commits by this committer
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.    
20 Dec 2000 12:19:44
files touched by this commit
sobomax search for other commits by this committer
Add WWW.    
23 Nov 2000 14:23:54
files touched by this commit
knu search for other commits by this committer
Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.    
12 Nov 2000 02:20:30
files touched by this commit
vanilla search for other commits by this committer
Urrr...  I miss to commit Makefile :(    
12 Nov 2000 02:19:12
files touched by this commit
vanilla search for other commits by this committer
Remove USE_XLIB, only freetype utility depends to X library,   not freetype
library..    
08 Oct 2000 06:10:43
files touched by this commit
asami search for other commits by this committer
Convert category print to new layout.  
03 Oct 2000 03:00:26
files touched by this commit
reg search for other commits by this committer
USE_LIBTOOL.    
12 Aug 2000 03:36:34
files touched by this commit
asami search for other commits by this committer
+bin/fterror    
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 12:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
14 Jun 2000 15:21:38
files touched by this commit
sobomax search for other commits by this committer
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.    
04 Jun 2000 08:00:35
files touched by this commit
vanilla search for other commits by this committer
Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.   And,
update the MASTER_SITES to where really they are.    

Number of commits found: 31

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.208 seconds.