pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel tex-tlshell{,-doc}: Add version 2019
details: https://anonhg.NetBSD.org/pkgsrc/rev/1edde146260b
branches: trunk
changeset: 333850:1edde146260b
user: markd <markd%pkgsrc.org@localhost>
date: Wed May 15 08:39:05 2019 +0000
description:
tex-tlshell{,-doc}: Add version 2019
A texlive tk shell
diffstat:
devel/Makefile | 4 +++-
devel/tex-tlshell-doc/DESCR | 1 +
devel/tex-tlshell-doc/Makefile | 12 ++++++++++++
devel/tex-tlshell-doc/PLIST | 2 ++
devel/tex-tlshell-doc/distinfo | 6 ++++++
devel/tex-tlshell/DESCR | 1 +
devel/tex-tlshell/Makefile | 24 ++++++++++++++++++++++++
devel/tex-tlshell/PLIST | 2 ++
devel/tex-tlshell/distinfo | 6 ++++++
9 files changed, 57 insertions(+), 1 deletions(-)
diffs (104 lines):
diff -r f293bbce595d -r 1edde146260b devel/Makefile
--- a/devel/Makefile Wed May 15 07:51:19 2019 +0000
+++ b/devel/Makefile Wed May 15 08:39:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2852 2019/05/13 11:31:01 jaapb Exp $
+# $NetBSD: Makefile,v 1.2853 2019/05/15 08:39:05 markd Exp $
#
COMMENT= Development utilities
@@ -2754,6 +2754,8 @@
SUBDIR+= tex-pgfopts-doc
SUBDIR+= tex-pst-uml
SUBDIR+= tex-pst-uml-doc
+SUBDIR+= tex-tlshell
+SUBDIR+= tex-tlshell-doc
SUBDIR+= tex-xifthen
SUBDIR+= tex-xifthen-doc
SUBDIR+= threadweaver
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell-doc/DESCR Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-tlshell.
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell-doc/Makefile Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 08:39:05 markd Exp $
+
+DISTNAME= tlshell.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2019
+TEXLIVE_REV= 50776
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Documentation for tex-tlshell
+LICENSE= gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell-doc/PLIST Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 08:39:05 markd Exp $
+share/texmf-dist/doc/support/tlshell/README
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell-doc/distinfo Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 08:39:05 markd Exp $
+
+SHA1 (tex-tlshell-50776/tlshell.doc.tar.xz) = 6ba717a50088e77c7d9e132161bfe99e93bc1972
+RMD160 (tex-tlshell-50776/tlshell.doc.tar.xz) = a9860080013ec678617b0c830a312262072942ee
+SHA512 (tex-tlshell-50776/tlshell.doc.tar.xz) = b648cfc8d651c9ff0d11be5b237ca7a490c87b3892badb6c6c8d9b8086c9086c2b2dabfe904587b1b0fb90b29bcea203b9b26ab7f0dba295b3eaff1b7f4d7289
+Size (tex-tlshell-50776/tlshell.doc.tar.xz) = 464 bytes
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell/DESCR Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,1 @@
+texlive tcl shell.
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell/Makefile Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/05/15 08:39:05 markd Exp $
+
+DISTNAME= tlshell
+PKGNAME= tex-${DISTNAME}-2019
+TEXLIVE_REV= 50776
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= texlive tcl shell
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= wish:run
+
+REPLACE_INTERPRETER+= wish
+REPLACE.wish.old= .*wish
+REPLACE.wish.new= ${TOOLS_PATH.wish}
+REPLACE_FILES.wish= bin/tlshell
+
+post-extract:
+ ${MKDIR} ${WRKSRC}/bin
+ ${MV} ${WRKSRC}/texmf-dist/scripts/tlshell/tlshell.tcl ${WRKSRC}/bin/tlshell
+ ${RM} -rf ${WRKSRC}/texmf-dist
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell/PLIST Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/15 08:39:05 markd Exp $
+bin/tlshell
diff -r f293bbce595d -r 1edde146260b devel/tex-tlshell/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-tlshell/distinfo Wed May 15 08:39:05 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/15 08:39:05 markd Exp $
+
+SHA1 (tex-tlshell-50776/tlshell.tar.xz) = 700d5815a9e9eae6dd3909885de8770247a1df3a
+RMD160 (tex-tlshell-50776/tlshell.tar.xz) = 8ccbb7776ba099ead22e343ee1a8f89f95134887
+SHA512 (tex-tlshell-50776/tlshell.tar.xz) = b60df04fd42a09a6293c059432ea1a305e6dea0c86a53f46336e238e7a8db8642f323661bfa69890c7ea5889ddc044a034889ec658c19bfcf7a6ec5787b4d1a5
+Size (tex-tlshell-50776/tlshell.tar.xz) = 18584 bytes
Home |
Main Index |
Thread Index |
Old Index