pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Update tex-microtype{,-doc} to 2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abeee6833087
branches:  trunk
changeset: 575922:abeee6833087
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 26 04:43:42 2010 +0000

description:
Update tex-microtype{,-doc} to 2.4.

Major change in 2.4:
- new file microtype.lua containing the lua functions.

diffstat:

 print/tex-microtype-doc/Makefile |  8 ++++----
 print/tex-microtype-doc/distinfo |  8 ++++----
 print/tex-microtype/Makefile     |  8 ++++----
 print/tex-microtype/PLIST        |  3 ++-
 print/tex-microtype/distinfo     |  8 ++++----
 5 files changed, 18 insertions(+), 17 deletions(-)

diffs (81 lines):

diff -r 7356770ca217 -r abeee6833087 print/tex-microtype-doc/Makefile
--- a/print/tex-microtype-doc/Makefile  Wed May 26 04:37:03 2010 +0000
+++ b/print/tex-microtype-doc/Makefile  Wed May 26 04:43:42 2010 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:04:48 minskim Exp $
-# TeX Live Revision 12566
+# $NetBSD: Makefile,v 1.2 2010/05/26 04:43:42 minskim Exp $
 
 DISTNAME=      microtype.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.3c
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.4
+TEXLIVE_REV=   16687
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-microtype
 
 CONFLICTS+=    teTeX-texmf<=3.0nb17
 
-.include "../../print/texlive/module.mk"
+.include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7356770ca217 -r abeee6833087 print/tex-microtype-doc/distinfo
--- a/print/tex-microtype-doc/distinfo  Wed May 26 04:37:03 2010 +0000
+++ b/print/tex-microtype-doc/distinfo  Wed May 26 04:43:42 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/07/09 23:04:48 minskim Exp $
+$NetBSD: distinfo,v 1.2 2010/05/26 04:43:42 minskim Exp $
 
-SHA1 (tex-microtype-doc-2.3c/microtype.doc.tar.lzma) = 30a66e02b4e7bcb87c4084fa928d5bd795b67ecd
-RMD160 (tex-microtype-doc-2.3c/microtype.doc.tar.lzma) = 0a44a761f93b54ba7e2fbf9eab9e0e3d1f704790
-Size (tex-microtype-doc-2.3c/microtype.doc.tar.lzma) = 796085 bytes
+SHA1 (tex-microtype-16687/microtype.doc.tar.xz) = 21df781ba0801ef85c27d9a7e5d885e696e327f2
+RMD160 (tex-microtype-16687/microtype.doc.tar.xz) = 9e95cc9619fa797a38235e24d8d60fc896c2f4ad
+Size (tex-microtype-16687/microtype.doc.tar.xz) = 809156 bytes
diff -r 7356770ca217 -r abeee6833087 print/tex-microtype/Makefile
--- a/print/tex-microtype/Makefile      Wed May 26 04:37:03 2010 +0000
+++ b/print/tex-microtype/Makefile      Wed May 26 04:43:42 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:04:33 minskim Exp $
-# TeX Live Revision 12566
+# $NetBSD: Makefile,v 1.2 2010/05/26 04:43:42 minskim Exp $
 
 DISTNAME=      microtype
-PKGNAME=       tex-${DISTNAME}-2.3c
+PKGNAME=       tex-${DISTNAME}-2.4
+TEXLIVE_REV=   16687
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Interface to the micro-typographic features of pdfTeX
@@ -11,5 +11,5 @@
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
 DEPENDS+=      tex-pdftex>=1.30:../../print/tex-pdftex
 
-.include "../../print/texlive/module.mk"
+.include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7356770ca217 -r abeee6833087 print/tex-microtype/PLIST
--- a/print/tex-microtype/PLIST Wed May 26 04:37:03 2010 +0000
+++ b/print/tex-microtype/PLIST Wed May 26 04:43:42 2010 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/09 23:04:33 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/05/26 04:43:42 minskim Exp $
 share/texmf-dist/tex/latex/microtype/letterspace.sty
 share/texmf-dist/tex/latex/microtype/microtype.cfg
+share/texmf-dist/tex/latex/microtype/microtype.lua
 share/texmf-dist/tex/latex/microtype/microtype.sty
 share/texmf-dist/tex/latex/microtype/mt-bch.cfg
 share/texmf-dist/tex/latex/microtype/mt-blg.cfg
diff -r 7356770ca217 -r abeee6833087 print/tex-microtype/distinfo
--- a/print/tex-microtype/distinfo      Wed May 26 04:37:03 2010 +0000
+++ b/print/tex-microtype/distinfo      Wed May 26 04:43:42 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/07/09 23:04:33 minskim Exp $
+$NetBSD: distinfo,v 1.2 2010/05/26 04:43:42 minskim Exp $
 
-SHA1 (tex-microtype-2.3c/microtype.tar.lzma) = ba9a3c3c5891bf1daed47047c92c4264cf25640a
-RMD160 (tex-microtype-2.3c/microtype.tar.lzma) = 57412f8d33c900b2f05b8bb0334a91aaa094835e
-Size (tex-microtype-2.3c/microtype.tar.lzma) = 33978 bytes
+SHA1 (tex-microtype-16687/microtype.tar.xz) = 30443356194be525ed17a892b23ac3fa53108754
+RMD160 (tex-microtype-16687/microtype.tar.xz) = 0c483e362acccd984b440b016729b3898cb07a7c
+Size (tex-microtype-16687/microtype.tar.xz) = 35388 bytes



Home | Main Index | Thread Index | Old Index