summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim>2011-07-28 04:30:04 +0000
committerminskim <minskim>2011-07-28 04:30:04 +0000
commitb1e698e311f83da96ca260b0e169870296888ac9 (patch)
tree731783f93e8c8d4c4fdbb068a98d91090ed4d558 /print
parentca24e89efbcff806c08e212edc9c7b8a2f888684 (diff)
downloadpkgsrc-b1e698e311f83da96ca260b0e169870296888ac9.tar.gz
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.
Diffstat (limited to 'print')
-rw-r--r--print/ptexenc/Makefile6
-rw-r--r--print/ptexenc/PLIST3
-rw-r--r--print/ptexenc/distinfo9
-rw-r--r--print/ptexenc/patches/patch-Makefile.in13
4 files changed, 23 insertions, 8 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile
index 881c1af8d7d..a050f37a5cc 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 fe88fbd3758..a749c6aa016 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 48417484e40..bdab55eb974 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 00000000000..80546cca310
--- /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)