pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ptexenc include ptexenc/unicode-jp.h in package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5baa845de7ec
branches:  trunk
changeset: 650632:5baa845de7ec
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 25 09:53:16 2015 +0000

description:
include ptexenc/unicode-jp.h in package

diffstat:

 print/ptexenc/PLIST                                  |   3 ++-
 print/ptexenc/distinfo                               |   3 ++-
 print/ptexenc/patches/patch-texk_ptexenc_Makefile.in |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 2da5a06d22f1 -r 5baa845de7ec print/ptexenc/PLIST
--- a/print/ptexenc/PLIST       Sat Apr 25 09:36:43 2015 +0000
+++ b/print/ptexenc/PLIST       Sat Apr 25 09:53:16 2015 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2011/07/28 04:30:04 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/04/25 09:53:16 markd Exp $
 include/ptexenc/ptexenc.h
 include/ptexenc/unicode.h
+include/ptexenc/unicode-jp.h
 lib/libptexenc.la
diff -r 2da5a06d22f1 -r 5baa845de7ec print/ptexenc/distinfo
--- a/print/ptexenc/distinfo    Sat Apr 25 09:36:43 2015 +0000
+++ b/print/ptexenc/distinfo    Sat Apr 25 09:53:16 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/04/25 09:36:43 markd Exp $
+$NetBSD: distinfo,v 1.6 2015/04/25 09:53:16 markd Exp $
 
 SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
 RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
 Size (texlive-20140525-source.tar.xz) = 41657688 bytes
+SHA1 (patch-texk_ptexenc_Makefile.in) = 6b787bb289a75b372df7b94b8ba0eb43064487d9
diff -r 2da5a06d22f1 -r 5baa845de7ec print/ptexenc/patches/patch-texk_ptexenc_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ptexenc/patches/patch-texk_ptexenc_Makefile.in      Sat Apr 25 09:53:16 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-texk_ptexenc_Makefile.in,v 1.1 2015/04/25 09:53:16 markd Exp $
+
+--- Makefile.in.orig   2013-12-25 15:37:50.000000000 +0000
++++ Makefile.in
+@@ -381,7 +381,8 @@ libptexenc_la_SOURCES = \
+ libptexenc_la_LIBADD = $(KPATHSEA_LIBS)
+ nobase_include_HEADERS = \
+       ptexenc/ptexenc.h \
+-      ptexenc/unicode.h
++      ptexenc/unicode.h \
++      ptexenc/unicode-jp.h
+ 
+ EXTRA_DIST = COPYRIGHT ChangeLog.jp
+ 



Home | Main Index | Thread Index | Old Index