summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-01-26 15:34:59 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-01-26 15:34:59 +0000
commit2d3a57dac54bd2feb1f0fcb5ca9c7bd038895f0d (patch)
treedbbac73b629e84785eb0576939dcf7240505a909 /print
parentChecksum changed again. (diff)
Upgrade to the JAN-21-1998 snapshot.
Notes
Notes: svn path=/head/; revision=9463
Diffstat (limited to 'print')
-rw-r--r--print/freetype/Makefile19
-rw-r--r--print/freetype/distinfo2
-rw-r--r--print/freetype/pkg-plist30
-rw-r--r--print/freetype2/Makefile19
-rw-r--r--print/freetype2/distinfo2
-rw-r--r--print/freetype2/pkg-plist30
6 files changed, 38 insertions, 64 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index b7b09315f1a3..fe18907bcc6e 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -1,25 +1,22 @@
# New ports collection makefile for: freetype
-# Version required: October 6, 1997 beta
+# Version required: JAN-21-1998 snapshot
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1998/01/24 16:50:41 jseger Exp $
+# $Id: Makefile,v 1.2 1998/01/24 21:51:43 jseger Exp $
#
-DISTNAME= freetype-beta
-PKGNAME= freetype-971006
+DISTNAME= freetype-980121
CATEGORIES= print
-MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
+MASTER_SITES= http://www.freebsd.org/~jseger/
MAINTAINER= jseger@FreeBSD.org
-WRKSRC= ${WRKDIR}/freetype
+WRKSRC= ${WRKDIR}/freetype-current
USE_GMAKE= YES
GNU_CONFIGURE= YES
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/lib/*.h ${PREFIX}/include
- ${LDCONFIG} -m ${PREFIX}/lib
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
.include <bsd.port.mk>
diff --git a/print/freetype/distinfo b/print/freetype/distinfo
index 3c8dae149517..aab7efe34798 100644
--- a/print/freetype/distinfo
+++ b/print/freetype/distinfo
@@ -1 +1 @@
-MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
+MD5 (freetype-980121.tar.gz) = 1fc88614ce0559a1b07dec18c41b0734
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist
index 3dffb9efa41b..6996c394fd37 100644
--- a/print/freetype/pkg-plist
+++ b/print/freetype/pkg-plist
@@ -1,25 +1,15 @@
-bin/ttf2bdf
+bin/ftview
+bin/fttimer
+bin/ftlint
+bin/ftdump
+bin/ftzoom
+bin/ftstring
+bin/ftstrpnm
include/freetype.h
-include/header.h
-include/ttcache.h
-include/ttcalc.h
-include/ttcmap.h
include/ttcommon.h
-include/ttconfig.h
-include/ttdebug.h
-include/ttengine.h
include/tterror.h
-include/ttfile.h
-include/ttgload.h
-include/ttinterp.h
-include/ttlists.h
-include/ttload.h
-include/ttmemory.h
-include/ttmutex.h
-include/ttobjs.h
-include/ttraster.h
-include/tttables.h
-include/tttags.h
-include/tttypes.h
lib/libttf.a
+lib/libttf.la
+lib/libttf.so
+lib/libttf.so.1.0
@exec ldconfig -m %B
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index b7b09315f1a3..fe18907bcc6e 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -1,25 +1,22 @@
# New ports collection makefile for: freetype
-# Version required: October 6, 1997 beta
+# Version required: JAN-21-1998 snapshot
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1998/01/24 16:50:41 jseger Exp $
+# $Id: Makefile,v 1.2 1998/01/24 21:51:43 jseger Exp $
#
-DISTNAME= freetype-beta
-PKGNAME= freetype-971006
+DISTNAME= freetype-980121
CATEGORIES= print
-MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
+MASTER_SITES= http://www.freebsd.org/~jseger/
MAINTAINER= jseger@FreeBSD.org
-WRKSRC= ${WRKDIR}/freetype
+WRKSRC= ${WRKDIR}/freetype-current
USE_GMAKE= YES
GNU_CONFIGURE= YES
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/ttf2bdf/ttf2bdf ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/lib/libttf.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/lib/*.h ${PREFIX}/include
- ${LDCONFIG} -m ${PREFIX}/lib
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
.include <bsd.port.mk>
diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo
index 3c8dae149517..aab7efe34798 100644
--- a/print/freetype2/distinfo
+++ b/print/freetype2/distinfo
@@ -1 +1 @@
-MD5 (freetype-beta.tar.gz) = bd9e80d71f84576d339b810a38125343
+MD5 (freetype-980121.tar.gz) = 1fc88614ce0559a1b07dec18c41b0734
diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist
index 3dffb9efa41b..6996c394fd37 100644
--- a/print/freetype2/pkg-plist
+++ b/print/freetype2/pkg-plist
@@ -1,25 +1,15 @@
-bin/ttf2bdf
+bin/ftview
+bin/fttimer
+bin/ftlint
+bin/ftdump
+bin/ftzoom
+bin/ftstring
+bin/ftstrpnm
include/freetype.h
-include/header.h
-include/ttcache.h
-include/ttcalc.h
-include/ttcmap.h
include/ttcommon.h
-include/ttconfig.h
-include/ttdebug.h
-include/ttengine.h
include/tterror.h
-include/ttfile.h
-include/ttgload.h
-include/ttinterp.h
-include/ttlists.h
-include/ttload.h
-include/ttmemory.h
-include/ttmutex.h
-include/ttobjs.h
-include/ttraster.h
-include/tttables.h
-include/tttags.h
-include/tttypes.h
lib/libttf.a
+lib/libttf.la
+lib/libttf.so
+lib/libttf.so.1.0
@exec ldconfig -m %B