pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-passivetex Update tex-passivetex to 1.25. C...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85c8c8423434
branches: trunk
changeset: 393708:85c8c8423434
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon May 25 05:24:00 2009 +0000
description:
Update tex-passivetex to 1.25. ChangeLog is unavailable.
pkgsrc changes:
- Use print/texlive/module.mk to simplify the package.
- Reduce dependencies.
diffstat:
print/tex-passivetex/Makefile | 40 +++++++++++++++++-----------------------
print/tex-passivetex/PLIST | 21 ++++++++++++---------
print/tex-passivetex/distinfo | 8 ++++----
3 files changed, 33 insertions(+), 36 deletions(-)
diffs (90 lines):
diff -r 5823287653d4 -r 85c8c8423434 print/tex-passivetex/Makefile
--- a/print/tex-passivetex/Makefile Sun May 24 23:27:07 2009 +0000
+++ b/print/tex-passivetex/Makefile Mon May 25 05:24:00 2009 +0000
@@ -1,31 +1,25 @@
-# $NetBSD: Makefile,v 1.4 2008/06/16 14:48:28 reed Exp $
-#
+# $NetBSD: Makefile,v 1.5 2009/05/25 05:24:00 minskim Exp $
+# TeX Live Revision 9324
DISTNAME= passivetex
-PKGNAME= tex-${DISTNAME}-1.24
-PKGREVISION= 2
-CATEGORIES= print
-MASTER_SITES= http://www.tei-c.org.uk/Software/passivetex/
-EXTRACT_SUFX= .zip
+PKGNAME= tex-${DISTNAME}-1.25
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://www.tei-c.org.uk/Software/passivetex/
-COMMENT= TeX macros for formatting objects
-
-DEPENDS+= tex-xmltex>=1.9:../../textproc/tex-xmltex
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-NO_CONFIGURE= yes
-NO_BUILD= yes
-USE_DIRS+= texmf-1.0
+COMMENT= Support package for XML/SGML typesetting
-.include "../../print/teTeX/module.mk"
+DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
+DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc
+DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym
+DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
+DEPENDS+= tex-rotating-[0-9]*:../../print/tex-rotating
+DEPENDS+= tex-tipa-[0-9]*:../../fonts/tex-tipa
+DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+= tex-xmltex-[0-9]*:../../textproc/tex-xmltex
-do-install:
- ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex
-.for f in dummyels.sty fotex.xmt fotex.sty mlnames.sty \
- nomulticol.sty ucharacters.sty unicode.sty
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex
-.endfor
-
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5823287653d4 -r 85c8c8423434 print/tex-passivetex/PLIST
--- a/print/tex-passivetex/PLIST Sun May 24 23:27:07 2009 +0000
+++ b/print/tex-passivetex/PLIST Mon May 25 05:24:00 2009 +0000
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/dummyels.sty
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/fotex.sty
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/fotex.xmt
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/mlnames.sty
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/nomulticol.sty
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/ucharacters.sty
-${PKG_LOCALTEXMFPREFIX}/tex/passivetex/unicode.sty
-@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/passivetex
+@comment $NetBSD: PLIST,v 1.2 2009/05/25 05:24:00 minskim Exp $
+share/texmf-dist/tex/xmltex/passivetex/dummyels.sty
+share/texmf-dist/tex/xmltex/passivetex/fotex.sty
+share/texmf-dist/tex/xmltex/passivetex/fotex.xmt
+share/texmf-dist/tex/xmltex/passivetex/mlnames.sty
+share/texmf-dist/tex/xmltex/passivetex/tei.xmt
+share/texmf-dist/tex/xmltex/passivetex/teiprintslides.xmt
+share/texmf-dist/tex/xmltex/passivetex/teislides.xmt
+share/texmf-dist/tex/xmltex/passivetex/teixml.sty
+share/texmf-dist/tex/xmltex/passivetex/teixmlslides.sty
+share/texmf-dist/tex/xmltex/passivetex/ucharacters.sty
+share/texmf-dist/tex/xmltex/passivetex/unicode.sty
diff -r 5823287653d4 -r 85c8c8423434 print/tex-passivetex/distinfo
--- a/print/tex-passivetex/distinfo Sun May 24 23:27:07 2009 +0000
+++ b/print/tex-passivetex/distinfo Mon May 25 05:24:00 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/05/25 05:24:00 minskim Exp $
-SHA1 (tex-passivetex-1.24/passivetex.zip) = cd299a0e051d9c1d761f0df874b288f708cb07cf
-RMD160 (tex-passivetex-1.24/passivetex.zip) = 3d54bc42e763446990eaac566b18b8d344f46e07
-Size (tex-passivetex-1.24/passivetex.zip) = 1190258 bytes
+SHA1 (tex-passivetex-1.25/passivetex.tar.lzma) = 3efe6f4715e3b663d47f176da7040ae7add262bc
+RMD160 (tex-passivetex-1.25/passivetex.tar.lzma) = 85867af66d4d9e99ae15fd2413e88fbf660a5e9b
+Size (tex-passivetex-1.25/passivetex.tar.lzma) = 44540 bytes
Home |
Main Index |
Thread Index |
Old Index