From 283dd1ffec68a9c162b904acdddc343c75b931eb Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 28 Jul 2011 04:30:04 +0000 Subject: [PATCH] Update ptexenc to 1.2.0. Changes: * ptexenc.c, ptexenc/ptexenc.h: Export toUCS(). * ptexenc/unicode.h: Export UCStoUTF8(). * ptexenc.c: Change version string "ptetex" => "ptexenc". * Makefile.am: Install ptexenc/unicode.h. --- print/ptexenc/Makefile | 6 +++--- print/ptexenc/PLIST | 3 ++- print/ptexenc/distinfo | 9 +++++---- print/ptexenc/patches/patch-Makefile.in | 13 +++++++++++++ 4 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 print/ptexenc/patches/patch-Makefile.in diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile index 881c1af8d7de..a050f37a5cc3 100644 --- a/print/ptexenc/Makefile +++ b/print/ptexenc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/11/05 23:56:49 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/28 04:30:04 minskim Exp $ -DISTNAME= texlive-20100720-source -PKGNAME= ptexenc-1.1.1 +DISTNAME= texlive-20110705-source +PKGNAME= ptexenc-1.2.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz diff --git a/print/ptexenc/PLIST b/print/ptexenc/PLIST index fe88fbd3758a..a749c6aa0162 100644 --- a/print/ptexenc/PLIST +++ b/print/ptexenc/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/05 23:56:49 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/07/28 04:30:04 minskim Exp $ include/ptexenc/ptexenc.h +include/ptexenc/unicode.h lib/libptexenc.la diff --git a/print/ptexenc/distinfo b/print/ptexenc/distinfo index 48417484e403..bdab55eb974d 100644 --- a/print/ptexenc/distinfo +++ b/print/ptexenc/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/11/05 23:56:49 minskim Exp $ +$NetBSD: distinfo,v 1.2 2011/07/28 04:30:04 minskim Exp $ -SHA1 (texlive-20100720-source.tar.xz) = 713b861123e3d9e073e2c93d7ed3e13262d82c34 -RMD160 (texlive-20100720-source.tar.xz) = b1120f3377ca45b4d86911b99a95c2e6e45927b5 -Size (texlive-20100720-source.tar.xz) = 33484212 bytes +SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4 +RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b +Size (texlive-20110705-source.tar.xz) = 131207904 bytes +SHA1 (patch-Makefile.in) = f6f66d45ca7e8b86ec919cb4ee210244574116f3 diff --git a/print/ptexenc/patches/patch-Makefile.in b/print/ptexenc/patches/patch-Makefile.in new file mode 100644 index 000000000000..80546cca3104 --- /dev/null +++ b/print/ptexenc/patches/patch-Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile.in,v 1.1 2011/07/28 04:30:04 minskim Exp $ + +--- Makefile.in.orig 2011-01-12 10:43:40.000000000 +0000 ++++ Makefile.in +@@ -358,7 +358,7 @@ clean-libLTLIBRARIES: + rm -f "$${dir}/so_locations"; \ + done + libptexenc.la: $(libptexenc_la_OBJECTS) $(libptexenc_la_DEPENDENCIES) +- $(libptexenc_la_LINK) -rpath $(libdir) $(libptexenc_la_OBJECTS) $(libptexenc_la_LIBADD) $(LIBS) ++ $(libptexenc_la_LINK) -rpath $(libdir) $(libptexenc_la_OBJECTS) $(libptexenc_la_LIBADD) $(LIBS) $(KPATHSEA_LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT)