pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Add tex-shadowtext and its docs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3aae52e5c79
branches: trunk
changeset: 350567:b3aae52e5c79
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 29 22:36:56 2016 +0000
description:
Add tex-shadowtext and its docs.
The package introduces a command \shadowtext, which adds a drop
shadow to the text that is given as its argument. The colour and
positioning of the shadow are customisable.
diffstat:
print/Makefile | 4 +++-
print/tex-shadowtext-doc/DESCR | 1 +
print/tex-shadowtext-doc/Makefile | 13 +++++++++++++
print/tex-shadowtext-doc/PLIST | 4 ++++
print/tex-shadowtext-doc/distinfo | 6 ++++++
print/tex-shadowtext/DESCR | 3 +++
print/tex-shadowtext/Makefile | 13 +++++++++++++
print/tex-shadowtext/PLIST | 2 ++
print/tex-shadowtext/distinfo | 6 ++++++
9 files changed, 51 insertions(+), 1 deletions(-)
diffs (98 lines):
diff -r 319c7913f6e6 -r b3aae52e5c79 print/Makefile
--- a/print/Makefile Fri Jul 29 21:55:48 2016 +0000
+++ b/print/Makefile Fri Jul 29 22:36:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.668 2016/07/29 11:25:18 wiz Exp $
+# $NetBSD: Makefile,v 1.669 2016/07/29 22:36:56 wiz Exp $
#
COMMENT= Desktop publishing
@@ -1069,6 +1069,8 @@
SUBDIR+= tex-shadethm
SUBDIR+= tex-shadow
SUBDIR+= tex-shadow-doc
+SUBDIR+= tex-shadowtext
+SUBDIR+= tex-shadowtext-doc
SUBDIR+= tex-shapepar
SUBDIR+= tex-shapepar-doc
SUBDIR+= tex-showdim
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext-doc/DESCR Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-shadowtext.
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext-doc/Makefile Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/29 22:36:56 wiz Exp $
+
+DISTNAME= shadowtext.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.3
+TEXLIVE_REV= 26522
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/shadowtext
+COMMENT= Documentation for tex-shadowtext
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext-doc/PLIST Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/29 22:36:56 wiz Exp $
+share/texmf-dist/doc/latex/shadowtext/README
+share/texmf-dist/doc/latex/shadowtext/shadowtext.pdf
+share/texmf-dist/doc/latex/shadowtext/shadowtext.tex
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext-doc/distinfo Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/29 22:36:56 wiz Exp $
+
+SHA1 (tex-shadowtext-26522/shadowtext.doc.tar.xz) = 09f334de12c5a7c59ea44baeb00400a8c49b8ae7
+RMD160 (tex-shadowtext-26522/shadowtext.doc.tar.xz) = fe87cd06506a505e0def5ccaa6d83a37d276c135
+SHA512 (tex-shadowtext-26522/shadowtext.doc.tar.xz) = 7e1ebc75d606f9a1cca4a0b3af7082e736ef2e2c1147e6c9ade5e15d376f0c2128b377ad48e93d03b470940acbe1c19e7bf23ec3150ca979da11499bd974265f
+Size (tex-shadowtext-26522/shadowtext.doc.tar.xz) = 145132 bytes
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext/DESCR Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,3 @@
+The package introduces a command \shadowtext, which adds a drop
+shadow to the text that is given as its argument. The colour
+and positioning of the shadow are customisable.
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext/Makefile Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2016/07/29 22:36:56 wiz Exp $
+
+DISTNAME= shadowtext
+PKGNAME= tex-${DISTNAME}-0.3
+TEXLIVE_REV= 26522
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/shadowtext
+COMMENT= Produce text with a shadow behind it
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext/PLIST Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/29 22:36:56 wiz Exp $
+share/texmf-dist/tex/latex/shadowtext/shadowtext.sty
diff -r 319c7913f6e6 -r b3aae52e5c79 print/tex-shadowtext/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-shadowtext/distinfo Fri Jul 29 22:36:56 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/29 22:36:56 wiz Exp $
+
+SHA1 (tex-shadowtext-26522/shadowtext.tar.xz) = 5ca2eea6ad51cf6c840b4c329c638c97c48b6d01
+RMD160 (tex-shadowtext-26522/shadowtext.tar.xz) = 03cfbe999d810ce2f4903ba12318de2a1f3ec7b7
+SHA512 (tex-shadowtext-26522/shadowtext.tar.xz) = 3f2ff61e1ec230a3eb54db3802fccf07d1625503f9f3eda27b27d3446ea76b5f9f063de7866fb606802dd59f93b596ea2b9f2e2fb48a926afb1308be6bf4e0b4
+Size (tex-shadowtext-26522/shadowtext.tar.xz) = 1484 bytes
Home |
Main Index |
Thread Index |
Old Index