diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-24 16:50:42 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-24 16:50:42 +0000 |
commit | 35be9959720ca74441e3b5717e50731831435d6e (patch) | |
tree | a9f09b99d720adc92163f6f8a3d4290b25c1f812 /print | |
parent | 37cfd558b8a2bee34542b977b75bfa1381ba8341 (diff) | |
download | ports-35be9959720ca74441e3b5717e50731831435d6e.tar.gz ports-35be9959720ca74441e3b5717e50731831435d6e.zip |
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.
Notes
Notes:
svn path=/head/; revision=9426
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 24 | ||||
-rw-r--r-- | print/freetype/distinfo | 1 | ||||
-rw-r--r-- | print/freetype/pkg-comment | 1 | ||||
-rw-r--r-- | print/freetype/pkg-descr | 7 | ||||
-rw-r--r-- | print/freetype/pkg-plist | 3 | ||||
-rw-r--r-- | print/freetype2/Makefile | 24 | ||||
-rw-r--r-- | print/freetype2/distinfo | 1 | ||||
-rw-r--r-- | print/freetype2/pkg-comment | 1 | ||||
-rw-r--r-- | print/freetype2/pkg-descr | 7 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 3 |
10 files changed, 72 insertions, 0 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile new file mode 100644 index 000000000000..26d82ea7592d --- /dev/null +++ b/print/freetype/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: freetype +# Version required: October 6, 1997 beta +# Date created: January 24, 1998 +# Whom: jseger@FreeBSD.org +# +# $Id$ +# + +DISTNAME= freetype-beta +PKGNAME= freetype-971006 +CATEGORIES= print +MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/ + +MAINTAINER= jseger@FreeBSD.org + +WRKSRC= ${WRKDIR}/freetype +USE_GMAKE= YES +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib +.include <bsd.port.mk> diff --git a/print/freetype/distinfo b/print/freetype/distinfo new file mode 100644 index 000000000000..3c8dae149517 --- /dev/null +++ b/print/freetype/distinfo @@ -0,0 +1 @@ +MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343 diff --git a/print/freetype/pkg-comment b/print/freetype/pkg-comment new file mode 100644 index 000000000000..303f1e3cabaf --- /dev/null +++ b/print/freetype/pkg-comment @@ -0,0 +1 @@ +A free and portable TrueType font rendering engine diff --git a/print/freetype/pkg-descr b/print/freetype/pkg-descr new file mode 100644 index 000000000000..e689742f5ea4 --- /dev/null +++ b/print/freetype/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist new file mode 100644 index 000000000000..62246c2920ff --- /dev/null +++ b/print/freetype/pkg-plist @@ -0,0 +1,3 @@ +bin/ttf2bdf +lib/libttf.a +@exec ldconfig -m %B diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile new file mode 100644 index 000000000000..26d82ea7592d --- /dev/null +++ b/print/freetype2/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: freetype +# Version required: October 6, 1997 beta +# Date created: January 24, 1998 +# Whom: jseger@FreeBSD.org +# +# $Id$ +# + +DISTNAME= freetype-beta +PKGNAME= freetype-971006 +CATEGORIES= print +MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/ + +MAINTAINER= jseger@FreeBSD.org + +WRKSRC= ${WRKDIR}/freetype +USE_GMAKE= YES +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib +.include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo new file mode 100644 index 000000000000..3c8dae149517 --- /dev/null +++ b/print/freetype2/distinfo @@ -0,0 +1 @@ +MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343 diff --git a/print/freetype2/pkg-comment b/print/freetype2/pkg-comment new file mode 100644 index 000000000000..303f1e3cabaf --- /dev/null +++ b/print/freetype2/pkg-comment @@ -0,0 +1 @@ +A free and portable TrueType font rendering engine diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr new file mode 100644 index 000000000000..e689742f5ea4 --- /dev/null +++ b/print/freetype2/pkg-descr @@ -0,0 +1,7 @@ +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. diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist new file mode 100644 index 000000000000..62246c2920ff --- /dev/null +++ b/print/freetype2/pkg-plist @@ -0,0 +1,3 @@ +bin/ttf2bdf +lib/libttf.a +@exec ldconfig -m %B |