pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/t1lib Changes 5.0.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/257e82573e27
branches:  trunk
changeset: 469939:257e82573e27
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 03 11:28:11 2004 +0000

description:
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:

 fonts/t1lib/Makefile         |   5 +++--
 fonts/t1lib/PLIST            |  10 +++++-----
 fonts/t1lib/buildlink2.mk    |   4 ++--
 fonts/t1lib/buildlink3.mk    |   4 ++--
 fonts/t1lib/distinfo         |   8 ++++----
 fonts/t1lib/patches/patch-ac |   6 +++---
 6 files changed, 19 insertions(+), 18 deletions(-)

diffs (103 lines):

diff -r 697df576da58 -r 257e82573e27 fonts/t1lib/Makefile
--- a/fonts/t1lib/Makefile      Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/Makefile      Wed Mar 03 11:28:11 2004 +0000
@@ -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 -r 697df576da58 -r 257e82573e27 fonts/t1lib/PLIST
--- a/fonts/t1lib/PLIST Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/PLIST Wed Mar 03 11:28:11 2004 +0000
@@ -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 @@
 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 -r 697df576da58 -r 257e82573e27 fonts/t1lib/buildlink2.mk
--- a/fonts/t1lib/buildlink2.mk Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/buildlink2.mk Wed Mar 03 11:28:11 2004 +0000
@@ -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 -r 697df576da58 -r 257e82573e27 fonts/t1lib/buildlink3.mk
--- a/fonts/t1lib/buildlink3.mk Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/buildlink3.mk Wed Mar 03 11:28:11 2004 +0000
@@ -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 @@
 
 .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 -r 697df576da58 -r 257e82573e27 fonts/t1lib/distinfo
--- a/fonts/t1lib/distinfo      Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/distinfo      Wed Mar 03 11:28:11 2004 +0000
@@ -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 -r 697df576da58 -r 257e82573e27 fonts/t1lib/patches/patch-ac
--- a/fonts/t1lib/patches/patch-ac      Wed Mar 03 10:55:19 2004 +0000
+++ b/fonts/t1lib/patches/patch-ac      Wed Mar 03 11:28:11 2004 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index