pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Add tex-graphics-pln{,-doc} 2014
details: https://anonhg.NetBSD.org/pkgsrc/rev/9146354f51f2
branches: trunk
changeset: 651148:9146354f51f2
user: markd <markd%pkgsrc.org@localhost>
date: Sun May 03 10:01:03 2015 +0000
description:
Add tex-graphics-pln{,-doc} 2014
The Plain TeX graphics package is mostly a thin shell around
the LaTeX graphicx and color packages, with support of the
LaTeX-isms in those packages provided by miniltx (which is the
largest part of the bundle). The bundle also contains a file
"picture.tex", which is a wrapper around the autopict.sty, and
provides the LaTeX picture mode to Plain TeX users.
diffstat:
graphics/tex-graphics-pln-doc/DESCR | 1 +
graphics/tex-graphics-pln-doc/Makefile | 12 ++++++++++++
graphics/tex-graphics-pln-doc/PLIST | 6 ++++++
graphics/tex-graphics-pln-doc/distinfo | 5 +++++
graphics/tex-graphics-pln/DESCR | 6 ++++++
graphics/tex-graphics-pln/Makefile | 14 ++++++++++++++
graphics/tex-graphics-pln/PLIST | 7 +++++++
graphics/tex-graphics-pln/distinfo | 5 +++++
8 files changed, 56 insertions(+), 0 deletions(-)
diffs (88 lines):
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln-doc/DESCR Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-graphics-pln.
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln-doc/Makefile Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 10:01:03 markd Exp $
+
+DISTNAME= graphics-pln.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2014
+TEXLIVE_REV= 16917
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Documentation for tex-graphics-pln
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln-doc/PLIST Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:01:03 markd Exp $
+share/texmf-dist/doc/plain/graphics-pln/00readme.txt
+share/texmf-dist/doc/plain/graphics-pln/exmplcol.tex
+share/texmf-dist/doc/plain/graphics-pln/exmplgrf.tex
+share/texmf-dist/doc/plain/graphics-pln/exmplpfg.tex
+share/texmf-dist/doc/plain/graphics-pln/exmplpic.tex
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln-doc/distinfo Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/03 10:01:03 markd Exp $
+
+SHA1 (tex-graphics-pln-16917/graphics-pln.doc.tar.xz) = 0d69d73facaf7e7b58e28c7d30ac8017792e3c2c
+RMD160 (tex-graphics-pln-16917/graphics-pln.doc.tar.xz) = 1e258f91f6adba51df08165e53872ca2c15961c4
+Size (tex-graphics-pln-16917/graphics-pln.doc.tar.xz) = 2140 bytes
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln/DESCR Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,6 @@
+The Plain TeX graphics package is mostly a thin shell around
+the LaTeX graphicx and color packages, with support of the
+LaTeX-isms in those packages provided by miniltx (which is the
+largest part of the bundle). The bundle also contains a file
+"picture.tex", which is a wrapper around the autopict.sty, and
+provides the LaTeX picture mode to Plain TeX users.
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln/Makefile Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 10:01:03 markd Exp $
+
+DISTNAME= graphics-pln
+PKGNAME= tex-${DISTNAME}-2014
+TEXLIVE_REV= 16917
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= LaTeX-style graphics for Plain TeX users
+LICENSE= lppl-1.3c
+
+CONFLICTS+= teTeX-texmf<=3.0nb47
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln/PLIST Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:01:03 markd Exp $
+share/texmf-dist/tex/plain/graphics-pln/autopict.sty
+share/texmf-dist/tex/plain/graphics-pln/color.tex
+share/texmf-dist/tex/plain/graphics-pln/graphicx.tex
+share/texmf-dist/tex/plain/graphics-pln/miniltx.tex
+share/texmf-dist/tex/plain/graphics-pln/picture.tex
+share/texmf-dist/tex/plain/graphics-pln/psfrag.tex
diff -r e80a18b90b09 -r 9146354f51f2 graphics/tex-graphics-pln/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-graphics-pln/distinfo Sun May 03 10:01:03 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/03 10:01:03 markd Exp $
+
+SHA1 (tex-graphics-pln-16917/graphics-pln.tar.xz) = bea7c1b69efd3ec247467274bb3fa417d66c84b6
+RMD160 (tex-graphics-pln-16917/graphics-pln.tar.xz) = d4436dcecf08bc9db89dea3fa87ba9884098da25
+Size (tex-graphics-pln-16917/graphics-pln.tar.xz) = 9076 bytes
Home |
Main Index |
Thread Index |
Old Index