pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-adjustbox Sorry, previous commit was one gen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8623a35fd6d
branches:  trunk
changeset: 646529:a8623a35fd6d
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Feb 10 15:29:54 2015 +0000

description:
Sorry, previous commit was one generation older at wip.
This is the correct version. This has
   share/texmf-dist/tex/latex/adjustbox/tc-pgf.def
installed.

diffstat:

 print/tex-adjustbox/Makefile |  13 +++++++++++--
 print/tex-adjustbox/PLIST    |   6 +++++-
 print/tex-adjustbox/distinfo |   2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r 272546410798 -r a8623a35fd6d print/tex-adjustbox/Makefile
--- a/print/tex-adjustbox/Makefile      Tue Feb 10 15:17:14 2015 +0000
+++ b/print/tex-adjustbox/Makefile      Tue Feb 10 15:29:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/10 02:48:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/10 15:29:54 mef Exp $
 
 DISTNAME=      adjustbox
 PKGNAME=       tex-${DISTNAME}-1.0
@@ -25,22 +25,31 @@
        (cd ${WRKSRC}; tex adjustbox.ins )
 
 do-install:
+# *.tex
 .for i in box compare margin margin2 trim trim2 trim3 viewport viewport2
        (cd ${WRKSRC}; \
        ${INSTALL_DATA} ${i}.tex ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
 .endfor
+# adjustbox.*
 .for i in dtx ins pdf
        (cd ${WRKSRC}; \
        ${INSTALL_DATA} adjustbox.${i} ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
 .endfor
+# *.sty
 .for i in adjustbox adjcalc trimclip
        (cd ${WRKSRC}; \
        ${INSTALL_DATA} ${i}.sty ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
 .endfor
+# *.def
+.for i in tc-dvips  tc-pdftex tc-pgf    tc-xetex
+       (cd ${WRKSRC}; \
+       ${INSTALL_DATA} ${i}.def ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
+.endfor
+
 
 # if from texlive 2014
 # TEXLIVE_REV= 26555
 # .include "../../print/texlive/package.mk"
-.include "../../print/kpathsea/texmf.mk"
+#.include "../../print/kpathsea/texmf.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 272546410798 -r a8623a35fd6d print/tex-adjustbox/PLIST
--- a/print/tex-adjustbox/PLIST Tue Feb 10 15:17:14 2015 +0000
+++ b/print/tex-adjustbox/PLIST Tue Feb 10 15:29:54 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/10 02:48:09 mef Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/10 15:29:54 mef Exp $
 share/texmf-dist/tex/latex/adjustbox/adjcalc.sty
 share/texmf-dist/tex/latex/adjustbox/adjustbox.dtx
 share/texmf-dist/tex/latex/adjustbox/adjustbox.ins
@@ -8,6 +8,10 @@
 share/texmf-dist/tex/latex/adjustbox/compare.tex
 share/texmf-dist/tex/latex/adjustbox/margin.tex
 share/texmf-dist/tex/latex/adjustbox/margin2.tex
+share/texmf-dist/tex/latex/adjustbox/tc-dvips.def
+share/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
+share/texmf-dist/tex/latex/adjustbox/tc-pgf.def
+share/texmf-dist/tex/latex/adjustbox/tc-xetex.def
 share/texmf-dist/tex/latex/adjustbox/trim.tex
 share/texmf-dist/tex/latex/adjustbox/trim2.tex
 share/texmf-dist/tex/latex/adjustbox/trim3.tex
diff -r 272546410798 -r a8623a35fd6d print/tex-adjustbox/distinfo
--- a/print/tex-adjustbox/distinfo      Tue Feb 10 15:17:14 2015 +0000
+++ b/print/tex-adjustbox/distinfo      Tue Feb 10 15:29:54 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2015/02/10 02:48:09 mef Exp $
+$NetBSD: distinfo,v 1.2 2015/02/10 15:29:54 mef Exp $
 
 SHA1 (adjustbox.zip) = f61c599981e4ab0f70342bc8c0c3b120b87a0c10
 RMD160 (adjustbox.zip) = 166ba7f5691e51227e95be480ad904bd45064d29



Home | Main Index | Thread Index | Old Index