diff options
author | markd <markd@pkgsrc.org> | 2015-04-25 09:53:16 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-25 09:53:16 +0000 |
commit | f1e78fcca510dad44883c6f10be344f622d23e52 (patch) | |
tree | 076a5e6fdba562df6f2b441012a0aaea52e2c46b | |
parent | 20ca54bafca1299dee95ad58bbc61a38312d7a1a (diff) | |
download | pkgsrc-f1e78fcca510dad44883c6f10be344f622d23e52.tar.gz |
include ptexenc/unicode-jp.h in package
-rw-r--r-- | print/ptexenc/PLIST | 3 | ||||
-rw-r--r-- | print/ptexenc/distinfo | 3 | ||||
-rw-r--r-- | print/ptexenc/patches/patch-texk_ptexenc_Makefile.in | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/print/ptexenc/PLIST b/print/ptexenc/PLIST index a749c6aa016..469bb0e424a 100644 --- a/print/ptexenc/PLIST +++ b/print/ptexenc/PLIST @@ -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 --git a/print/ptexenc/distinfo b/print/ptexenc/distinfo index fe162a710eb..05d9d0b6f83 100644 --- a/print/ptexenc/distinfo +++ b/print/ptexenc/distinfo @@ -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 --git a/print/ptexenc/patches/patch-texk_ptexenc_Makefile.in b/print/ptexenc/patches/patch-texk_ptexenc_Makefile.in new file mode 100644 index 00000000000..382d6b5290f --- /dev/null +++ b/print/ptexenc/patches/patch-texk_ptexenc_Makefile.in @@ -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 + |