summaryrefslogtreecommitdiff
path: root/textproc/t1lib
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-05-08 17:23:46 +0000
committerdrochner <drochner@pkgsrc.org>2000-05-08 17:23:46 +0000
commit07cc535eb15ad539ace08e3070b141f5b958b8c5 (patch)
tree9c3765b2564fd3bf58f00eeba44242f543791c1d /textproc/t1lib
parentad357825f8e0e863100d3ea3ca04b802b7819e29 (diff)
downloadpkgsrc-07cc535eb15ad539ace08e3070b141f5b958b8c5.tar.gz
update to 1.0.1
Changes from 1.0: - A few bug Fixes. - lenIV=-1 is now handled. According to an undocumented Adobe convention lenIV=-1 indicates suppressing of charstring encryption. - Patches to compile t1lib und MS Visual C++ 6.0. In case something goes wrong, please contact Nakano Hideo (hideo@mb.infoeddy.ne.jp).
Diffstat (limited to 'textproc/t1lib')
-rw-r--r--textproc/t1lib/Makefile6
-rw-r--r--textproc/t1lib/files/md54
-rw-r--r--textproc/t1lib/files/patch-sum4
-rw-r--r--textproc/t1lib/patches/patch-ac16
-rw-r--r--textproc/t1lib/pkg/PLIST6
5 files changed, 20 insertions, 16 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile
index 18f6e7a09d5..b41f46b16c7 100644
--- a/textproc/t1lib/Makefile
+++ b/textproc/t1lib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 1999/12/02 21:19:12 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2000/05/08 17:23:46 drochner Exp $
#
-DISTNAME= t1lib-1.0
+DISTNAME= t1lib-1.0.1
CATEGORIES= textproc devel graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \
ftp://ftp.neuroinformatik.ruhr-uni-bochum.de/pub/software/t1lib/
@@ -14,7 +14,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
USE_X11BASE= yes
-WRKSRC= ${WRKDIR}/T1-1.0
+WRKSRC= ${WRKDIR}/T1-1.0.1
MESSAGE_FILE= ${WRKDIR}/MESSAGE
ALL_TARGET= without_doc
diff --git a/textproc/t1lib/files/md5 b/textproc/t1lib/files/md5
index 2155177f183..16898a9c4eb 100644
--- a/textproc/t1lib/files/md5
+++ b/textproc/t1lib/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 1999/12/02 21:19:13 fredb Exp $
+$NetBSD: md5,v 1.4 2000/05/08 17:23:47 drochner Exp $
-MD5 (t1lib-1.0.tar.gz) = 0615be475ff42e6f47f1ce77ce29a195
+MD5 (t1lib-1.0.1.tar.gz) = 5e09289172db215810e8c8d2e8867de3
diff --git a/textproc/t1lib/files/patch-sum b/textproc/t1lib/files/patch-sum
index b4aa37abe28..73497919701 100644
--- a/textproc/t1lib/files/patch-sum
+++ b/textproc/t1lib/files/patch-sum
@@ -1,8 +1,8 @@
-$NetBSD: patch-sum,v 1.4 1999/12/02 21:19:13 fredb Exp $
+$NetBSD: patch-sum,v 1.5 2000/05/08 17:23:47 drochner Exp $
MD5 (patch-aa) = c5c0ec93d20ac6feed1cae4619d92746
MD5 (patch-ab) = 83d6bab8db0da2e04151d58f3389e3f2
-MD5 (patch-ac) = 7fb941c924e86a07327bd2f70fbe6784
+MD5 (patch-ac) = 1cf7685ba88bd7d0faa67cd90568e87b
MD5 (patch-ad) = fb3f55770475208cdf0ff0a43fbc2a60
MD5 (patch-ae) = c52437f7d6efc2c74f551f84302e92f6
MD5 (patch-af) = 8fefe2333a337dd2fcc326a937568586
diff --git a/textproc/t1lib/patches/patch-ac b/textproc/t1lib/patches/patch-ac
index b4c8f95f40e..a50a56d1403 100644
--- a/textproc/t1lib/patches/patch-ac
+++ b/textproc/t1lib/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.4 1999/12/02 21:19:13 fredb Exp $
+$NetBSD: patch-ac,v 1.5 2000/05/08 17:23:48 drochner Exp $
---- lib/Makefile.in.orig Sun Oct 24 04:57:22 1999
-+++ lib/Makefile.in Thu Dec 2 14:44:58 1999
+--- lib/Makefile.in.orig Sun Jan 23 08:03:45 2000
++++ lib/Makefile.in Sat Apr 29 10:23:49 2000
@@ -15,7 +15,7 @@
#
# Modified by H.Kakugawa to use libtool
@@ -11,18 +11,22 @@ $NetBSD: patch-ac,v 1.4 1999/12/02 21:19:13 fredb Exp $
SHELL = /bin/sh
CC = @CC@
CPP = @CPP@
-@@ -162,13 +162,13 @@
+@@ -160,17 +160,17 @@
+ install: dummy
+ $(MKINSTALLDIRS) $(libdir)
+ $(MKINSTALLDIRS) $(includedir)
+- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@
++# $(MKINSTALLDIRS) @T1LIB_DATA_DIR@
+ $(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(MAIN_TARGET) $(libdir)
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(MAIN_HEADER) $(includedir)
-- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@
- if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
- then \
- echo "Alert: Global configuration file exists, installation skipped!"; \
- else \
- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \
- fi;
-+# $(MKINSTALLDIRS) @T1LIB_DATA_DIR@
+# if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
+# then \
+# echo "Alert: Global configuration file exists, installation skipped!"; \
diff --git a/textproc/t1lib/pkg/PLIST b/textproc/t1lib/pkg/PLIST
index 26887bf3007..b8f39693e02 100644
--- a/textproc/t1lib/pkg/PLIST
+++ b/textproc/t1lib/pkg/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 1999/12/02 21:19:14 fredb Exp $
+@comment $NetBSD: PLIST,v 1.4 2000/05/08 17:23:48 drochner Exp $
bin/type1afm
bin/xglyph
include/t1lib.h
include/t1libx.h
lib/libt1.a
lib/libt1x.a
-lib/libt1.so.1.0
-lib/libt1x.so.1.0
+lib/libt1.so.1.1
+lib/libt1x.so.1.1
share/doc/t1lib/Makefile
share/doc/t1lib/Makefile.in
share/doc/t1lib/Tee.eps