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.
This commit is contained in:
minskim 2011-07-28 04:30:04 +00:00
parent ca35f0bd10
commit 283dd1ffec
4 changed files with 23 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)