diff options
author | adam <adam@pkgsrc.org> | 2004-03-03 11:28:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-03 11:28:11 +0000 |
commit | 4de2eb35f5d2a494b134e49bf6119d24f47ca26c (patch) | |
tree | 60ae9915953fcefd9b27ce3993d6b5d47e03f642 /fonts/t1lib | |
parent | 7da2589a7323c1ae340406b2ed8e410dd750b823 (diff) | |
download | pkgsrc-4de2eb35f5d2a494b134e49bf6119d24f47ca26c.tar.gz |
Changes 5.0.0:
- Forced PostScript target in the doc directory to file.
- Subsetting code extended in order to ensure that components of
composite characters are also part of the subset.
- Hinting meachanism reworked in order to get rid of some
rasterizing artifacts.
- Experimental support for stroked fonts (PaintType=1)
- Experimental support for stroking standard ATM fonts with PaintType=0.
- Functions for drawing rectangles.
- Bug Fixes
Changes 5.0.1:
- Support for Flex was not adapted to the changes from 5.0.0. This led to
rasterization errors in fonts that use the Flex functionality --> fixed.
- Bug Fixes
Diffstat (limited to 'fonts/t1lib')
-rw-r--r-- | fonts/t1lib/Makefile | 5 | ||||
-rw-r--r-- | fonts/t1lib/PLIST | 10 | ||||
-rw-r--r-- | fonts/t1lib/buildlink2.mk | 4 | ||||
-rw-r--r-- | fonts/t1lib/buildlink3.mk | 4 | ||||
-rw-r--r-- | fonts/t1lib/distinfo | 8 | ||||
-rw-r--r-- | fonts/t1lib/patches/patch-ac | 6 |
6 files changed, 19 insertions, 18 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index b5587c46125..250a3497964 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/02/12 21:40:02 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/03 11:28:11 adam Exp $ +# -DISTNAME= t1lib-1.3.1 +DISTNAME= t1lib-5.0.1 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \ ftp://ftp.foolabs.com/pub/xpdf/ diff --git a/fonts/t1lib/PLIST b/fonts/t1lib/PLIST index de812067654..0913bb39aa2 100644 --- a/fonts/t1lib/PLIST +++ b/fonts/t1lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/07/12 12:46:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/03 11:28:11 adam Exp $ bin/type1afm bin/xglyph include/t1lib.h @@ -6,13 +6,13 @@ include/t1libx.h lib/libt1.a lib/libt1.la lib/libt1.so -lib/libt1.so.4 -lib/libt1.so.4.1 +lib/libt1.so.5 +lib/libt1.so.5.1 lib/libt1x.a lib/libt1x.la lib/libt1x.so -lib/libt1x.so.4 -lib/libt1x.so.4.1 +lib/libt1x.so.5 +lib/libt1x.so.5.1 share/doc/${PKGBASE}/Makefile share/doc/${PKGBASE}/Makefile.in share/doc/${PKGBASE}/Tee.eps diff --git a/fonts/t1lib/buildlink2.mk b/fonts/t1lib/buildlink2.mk index 7dfef667608..ffe3f9ece8a 100644 --- a/fonts/t1lib/buildlink2.mk +++ b/fonts/t1lib/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/09/19 01:26:42 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/03/03 11:28:11 adam Exp $ .if !defined(T1LIB_BUILDLINK2_MK) T1LIB_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= t1lib -BUILDLINK_DEPENDS.t1lib?= t1lib>=1.3.1 +BUILDLINK_DEPENDS.t1lib?= t1lib>=5.0.1 BUILDLINK_PKGSRCDIR.t1lib?= ../../fonts/t1lib EVAL_PREFIX+= BUILDLINK_PREFIX.t1lib=t1lib diff --git a/fonts/t1lib/buildlink3.mk b/fonts/t1lib/buildlink3.mk index 75122a2dbbb..43d85013454 100644 --- a/fonts/t1lib/buildlink3.mk +++ b/fonts/t1lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/02/12 21:40:02 minskim Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/03/03 11:28:11 adam Exp $ # # This Makefile fragment is included by packages that use t1lib. # @@ -12,7 +12,7 @@ BUILDLINK_DEPENDS+= t1lib .if !empty(T1LIB_BUILDLINK3_MK:M+) BUILDLINK_PACKAGES+= t1lib -BUILDLINK_DEPENDS.t1lib+= t1lib>=1.3.1 +BUILDLINK_DEPENDS.t1lib+= t1lib>=5.0.1 BUILDLINK_PKGSRCDIR.t1lib?= ../../fonts/t1lib .endif # T1LIB_BUILDLINK3_MK diff --git a/fonts/t1lib/distinfo b/fonts/t1lib/distinfo index d0f407b463c..5f52c36c0bc 100644 --- a/fonts/t1lib/distinfo +++ b/fonts/t1lib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/09/19 01:26:42 jlam Exp $ +$NetBSD: distinfo,v 1.3 2004/03/03 11:28:11 adam Exp $ -SHA1 (t1lib-1.3.1.tar.gz) = 01fba5a0c9249e69e6fd41d24641e85d17e94a26 -Size (t1lib-1.3.1.tar.gz) = 1528684 bytes +SHA1 (t1lib-5.0.1.tar.gz) = c368b2553fb357b9f2c7c3f1a6f7dfff15eb6c78 +Size (t1lib-5.0.1.tar.gz) = 1647836 bytes SHA1 (patch-aa) = 1a09e0f8c3b35987a963bd73b2d18722c0a67fba -SHA1 (patch-ac) = a75f5dc4a4c5d8e564690b774345488383d21580 +SHA1 (patch-ac) = aae10307ac7da8f095e7b294273503b5900e52aa diff --git a/fonts/t1lib/patches/patch-ac b/fonts/t1lib/patches/patch-ac index 4f771091e4c..ca3038854e0 100644 --- a/fonts/t1lib/patches/patch-ac +++ b/fonts/t1lib/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2004/03/03 11:28:11 adam Exp $ ---- lib/Makefile.in.orig Mon Jan 15 17:34:40 2001 +--- lib/Makefile.in.orig 2002-06-25 02:15:30.000000000 +0000 +++ lib/Makefile.in -@@ -161,17 +161,10 @@ +@@ -162,17 +162,10 @@ clean: dummy install: dummy $(MKINSTALLDIRS) $(libdir) $(MKINSTALLDIRS) $(includedir) |