pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Update tex-ptex{,-doc} to 3.2pl36135
details: https://anonhg.NetBSD.org/pkgsrc/rev/55be9ad2d7c4
branches: trunk
changeset: 650570:55be9ad2d7c4
user: markd <markd%pkgsrc.org@localhost>
date: Sat Apr 25 04:26:47 2015 +0000
description:
Update tex-ptex{,-doc} to 3.2pl36135
latest texlive version. changes unknown.
diffstat:
print/tex-ptex-doc/Makefile | 6 +-
print/tex-ptex-doc/PLIST | 3 +-
print/tex-ptex-doc/distinfo | 8 +-
print/tex-ptex/Makefile | 12 +-
print/tex-ptex/PLIST | 8 +-
print/tex-ptex/distinfo | 9 +-
print/tex-ptex/patches/patch-aa | 167 ----------------------------------------
7 files changed, 18 insertions(+), 195 deletions(-)
diffs (274 lines):
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex-doc/Makefile
--- a/print/tex-ptex-doc/Makefile Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex-doc/Makefile Sat Apr 25 04:26:47 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/03/04 01:20:21 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/25 04:26:47 markd Exp $
DISTNAME= ptex.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.2
-TEXLIVE_REV= 25342
+PKGNAME= tex-${DISTNAME:S/./-/}-3.2pl36135
+TEXLIVE_REV= 36135
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Documentation for tex-ptex
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex-doc/PLIST
--- a/print/tex-ptex-doc/PLIST Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex-doc/PLIST Sat Apr 25 04:26:47 2015 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/23 01:27:00 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/25 04:26:47 markd Exp $
+man/man1/mendex.1
share/texmf-dist/doc/ptex/base/COPYRIGHT
share/texmf-dist/doc/ptex/base/COPYRIGHT.txt
share/texmf-dist/doc/ptex/base/Changes.txt
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex-doc/distinfo
--- a/print/tex-ptex-doc/distinfo Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex-doc/distinfo Sat Apr 25 04:26:47 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/04 01:20:21 minskim Exp $
+$NetBSD: distinfo,v 1.4 2015/04/25 04:26:47 markd Exp $
-SHA1 (tex-ptex-25342/ptex.doc.tar.xz) = 1e407f2529ea3bb24c73349d367f8ff962412f87
-RMD160 (tex-ptex-25342/ptex.doc.tar.xz) = eb76d5b1c5248d415ab8d40392a044f2d233649c
-Size (tex-ptex-25342/ptex.doc.tar.xz) = 1795648 bytes
+SHA1 (tex-ptex-36135/ptex.doc.tar.xz) = 90c156f9a915d976585121a2c66c380904ec6243
+RMD160 (tex-ptex-36135/ptex.doc.tar.xz) = ae773122db8e7043dd20189867912d30a738e16c
+Size (tex-ptex-36135/ptex.doc.tar.xz) = 1798592 bytes
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex/Makefile
--- a/print/tex-ptex/Makefile Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex/Makefile Sat Apr 25 04:26:47 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/03/04 01:20:20 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/25 04:26:47 markd Exp $
DISTNAME= ptex
-PKGNAME= tex-${DISTNAME}-3.2
-TEXLIVE_REV= 25342
+PKGNAME= tex-${DISTNAME}-3.2pl36135
+TEXLIVE_REV= 36135
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= TeX system for publishing in Japanese
@@ -20,13 +20,9 @@
PKG_SYSCONFSUBDIR= texmf
-MAKE_DIRS+= ${PKG_SYSCONFDIR}/tex/ptexgeneric/config
-CONF_FILES+= ${PREFIX}/share/texmf-dist/tex/ptexgeneric/config/language.ptx \
- ${PKG_SYSCONFDIR}/tex/ptexgeneric/config/language.ptx
-
INSTALLATION_DIRS+= bin
-TEX_FORMATS+= "ptex ptex - ptex.ini\\neptex eptex language.def *eptex.ini\\nplatex eptex language.ptx *platex.ini\\n"
+TEX_FORMATS+= "ptex ptex - ptex.ini\\neptex eptex language.def *eptex.ini\\nplatex eptex language.dat *platex.ini\\n"
TEX_KANJIMAP_FILES+= morisawa.map
TEX_KANJIMAP_FILES+= ptex-@kanjiEmbed@@kanjiVariant@.map
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex/PLIST
--- a/print/tex-ptex/PLIST Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex/PLIST Sat Apr 25 04:26:47 2015 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2012/03/04 01:20:20 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/04/25 04:26:47 markd Exp $
bin/platex
share/texmf-dist/fonts/map/dvipdfmx/ptex/morisawa.map
-share/texmf-dist/fonts/map/dvipdfmx/ptex/ptex-noEmbed.map
share/texmf-dist/fonts/source/ptex/ascgrp/ascgrp.mf
share/texmf-dist/fonts/source/ptex/ascgrp/ascii.mf
share/texmf-dist/fonts/source/ptex/ascgrp/ascii10.mf
@@ -242,8 +241,3 @@
share/texmf-dist/tex/ptex/base/ptex.tex
share/texmf-dist/tex/ptex/config/eptex.ini
share/texmf-dist/tex/ptex/config/ptex.ini
-share/texmf-dist/tex/ptexgeneric/config/language.ptx
-share/texmf-dist/tex/ptexgeneric/hyphen/grahyph5.tex
-share/texmf-dist/tex/ptexgeneric/hyphen/grmhyph5.tex
-share/texmf-dist/tex/ptexgeneric/hyphen/grphyph5.tex
-share/texmf-dist/tex/ptexgeneric/hyphen/ibyhyph.tex
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex/distinfo
--- a/print/tex-ptex/distinfo Sat Apr 25 04:23:29 2015 +0000
+++ b/print/tex-ptex/distinfo Sat Apr 25 04:26:47 2015 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/04 01:20:20 minskim Exp $
+$NetBSD: distinfo,v 1.4 2015/04/25 04:26:47 markd Exp $
-SHA1 (tex-ptex-25342/ptex.tar.xz) = 8d6e94f651b30af4ceb77b1895f96774b005e768
-RMD160 (tex-ptex-25342/ptex.tar.xz) = 0d0cdd994e45e0a0c1301e32f26c383bcd8e3783
-Size (tex-ptex-25342/ptex.tar.xz) = 105544 bytes
-SHA1 (patch-aa) = ad476760c8edd55bc863edc575c86bbfbb797922
+SHA1 (tex-ptex-36135/ptex.tar.xz) = 8860a06519a0a8026e387b6bcde21f8a5c5ffa14
+RMD160 (tex-ptex-36135/ptex.tar.xz) = 07d0f3eab13fc8c5713ff913f64a3d0133b6c35c
+Size (tex-ptex-36135/ptex.tar.xz) = 79756 bytes
diff -r e0362d9b3f9a -r 55be9ad2d7c4 print/tex-ptex/patches/patch-aa
--- a/print/tex-ptex/patches/patch-aa Sat Apr 25 04:23:29 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,167 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2012/03/04 01:20:21 minskim Exp $
-
---- texmf-dist/tex/ptexgeneric/config/language.ptx.orig 2011-08-09 21:54:20.000000000 +0000
-+++ texmf-dist/tex/ptexgeneric/config/language.ptx
-@@ -15,162 +15,3 @@ english hyphen.tex % do not change!
- dumylang dumyhyph.tex %for testing a new language.
- nohyphenation zerohyph.tex %a language with no patterns at all.
-
--% from hyphen-afrikaans:
--afrikaans loadhyph-af.tex
--% from hyphen-arabic:
--arabic zerohyph.tex
--% from hyphen-basque:
--basque loadhyph-eu.tex
--% from hyphen-bulgarian:
--bulgarian loadhyph-bg.tex
--% from hyphen-catalan:
--catalan loadhyph-ca.tex
--% from hyphen-chinese:
--pinyin loadhyph-zh-latn-pinyin.tex
--% from hyphen-croatian:
--croatian loadhyph-hr.tex
--% from hyphen-czech:
--czech loadhyph-cs.tex
--% from hyphen-danish:
--danish loadhyph-da.tex
--% from hyphen-dutch:
--dutch loadhyph-nl.tex
--% from hyphen-english:
--ukenglish loadhyph-en-gb.tex
--=british
--=UKenglish
--usenglishmax loadhyph-en-us.tex
--% from hyphen-esperanto:
--esperanto loadhyph-eo.tex
--% from hyphen-estonian:
--estonian loadhyph-et.tex
--% from hyphen-farsi:
--farsi zerohyph.tex
--=persian
--% from hyphen-finnish:
--finnish loadhyph-fi.tex
--% from hyphen-french:
--french loadhyph-fr.tex
--=patois
--=francais
--% from hyphen-galician:
--galician loadhyph-gl.tex
--% from hyphen-german:
--german loadhyph-de-1901.tex
--ngerman loadhyph-de-1996.tex
--swissgerman loadhyph-de-ch-1901.tex
--% from hyphen-hungarian:
--hungarian loadhyph-hu.tex
--% from hyphen-icelandic:
--icelandic loadhyph-is.tex
--% from hyphen-indonesian:
--indonesian loadhyph-id.tex
--% from hyphen-interlingua:
--interlingua loadhyph-ia.tex
--% from hyphen-irish:
--irish loadhyph-ga.tex
--% from hyphen-italian:
--italian loadhyph-it.tex
--% from hyphen-kurmanji:
--kurmanji loadhyph-kmr.tex
--% from hyphen-latin:
--latin loadhyph-la.tex
--% from hyphen-latvian:
--latvian loadhyph-lv.tex
--% from hyphen-lithuanian:
--lithuanian loadhyph-lt.tex
--% from hyphen-mongolian:
--mongolian loadhyph-mn-cyrl.tex
--mongolianlmc loadhyph-mn-cyrl-x-lmc.tex
--% from hyphen-norwegian:
--bokmal loadhyph-nb.tex
--=norwegian
--=norsk
--nynorsk loadhyph-nn.tex
--% from hyphen-polish:
--polish loadhyph-pl.tex
--% from hyphen-portuguese:
--portuguese loadhyph-pt.tex
--=portuges
--% from hyphen-romanian:
--romanian loadhyph-ro.tex
--% from hyphen-russian:
--russian loadhyph-ru.tex
--% from hyphen-serbian:
--serbian loadhyph-sr-latn.tex
--serbianc loadhyph-sr-cyrl.tex
--% from hyphen-slovak:
--slovak loadhyph-sk.tex
--% from hyphen-slovenian:
--slovenian loadhyph-sl.tex
--=slovene
--% from hyphen-spanish:
--spanish loadhyph-es.tex
--=espanol
--% from hyphen-swedish:
--swedish loadhyph-sv.tex
--% from hyphen-turkish:
--turkish loadhyph-tr.tex
--% from hyphen-turkmen:
--turkmen loadhyph-tk.tex
--% from hyphen-ukrainian:
--ukrainian loadhyph-uk.tex
--% from hyphen-uppersorbian:
--uppersorbian loadhyph-hsb.tex
--% from hyphen-welsh:
--welsh loadhyph-cy.tex
--
--%-------------------%
--% limited usability %
--%-------------------%--------------------------
--% (needs some additional fixes in distribution)
--%----------------------------------------------
--% from hyphen-ancientgreek:
--ancientgreek loadhyph-grc.tex
--ibycus ibyhyph.tex
--% from hyphen-greek:
--monogreek loadhyph-el-monoton.tex
--greek loadhyph-el-polyton.tex
--=polygreek
--
--% from hyphen-coptic:
--coptic loadhyph-cop.tex
--
--%------------------------%
--% empty (no support yet) %
--%------------------------%
--% % from dehyph-exptl:
--% german-x-2011-07-01 dehypht-x-2011-07-01.tex
--% =german-x-latest
--% ngerman-x-2011-07-01 dehyphn-x-2011-07-01.tex
--% =ngerman-x-latest
--
--%-------%
--% empty %
--%-------%----------------------------------------
--% (If language.ptx gets merged with language.dat,
--% this will compile, but it doesn't do anything,
--% so it is pointless to have it enabled.)
--%------------------------------------------------
--% % from hyphen-armenian:
--% armenian loadhyph-hy.tex
--% % from hyphen-ethiopic:
--% ethiopic loadhyph-mul-ethi.tex
--% =amharic
--% =geez
--% % from hyphen-indic:
--% assamese loadhyph-as.tex
--% bengali loadhyph-bn.tex
--% gujarati loadhyph-gu.tex
--% hindi loadhyph-hi.tex
--% kannada loadhyph-kn.tex
--% malayalam loadhyph-ml.tex
--% marathi loadhyph-mr.tex
--% oriya loadhyph-or.tex
--% panjabi loadhyph-pa.tex
--% tamil loadhyph-ta.tex
--% telugu loadhyph-te.tex
--% % from hyphen-lao:
--% lao loadhyph-lo.tex
--% % from hyphen-sanskrit:
--% sanskrit loadhyph-sa.tex
Home |
Main Index |
Thread Index |
Old Index