summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-29 22:36:56 +0000
committerwiz <wiz@pkgsrc.org>2016-07-29 22:36:56 +0000
commit0f5cfd6ca0d7114c3e9097f0541aa433afb6b1fa (patch)
treefe03e87ef1ba700f297afc2f61242e20172373d0
parent22fa782479c14c7cde695b6d98622035436e113b (diff)
downloadpkgsrc-0f5cfd6ca0d7114c3e9097f0541aa433afb6b1fa.tar.gz
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.
-rw-r--r--print/Makefile4
-rw-r--r--print/tex-shadowtext-doc/DESCR1
-rw-r--r--print/tex-shadowtext-doc/Makefile13
-rw-r--r--print/tex-shadowtext-doc/PLIST4
-rw-r--r--print/tex-shadowtext-doc/distinfo6
-rw-r--r--print/tex-shadowtext/DESCR3
-rw-r--r--print/tex-shadowtext/Makefile13
-rw-r--r--print/tex-shadowtext/PLIST2
-rw-r--r--print/tex-shadowtext/distinfo6
9 files changed, 51 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index d7518109593..365daea2fa0 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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-setspace
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 --git a/print/tex-shadowtext-doc/DESCR b/print/tex-shadowtext-doc/DESCR
new file mode 100644
index 00000000000..02d17ecafed
--- /dev/null
+++ b/print/tex-shadowtext-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-shadowtext.
diff --git a/print/tex-shadowtext-doc/Makefile b/print/tex-shadowtext-doc/Makefile
new file mode 100644
index 00000000000..56f45b13872
--- /dev/null
+++ b/print/tex-shadowtext-doc/Makefile
@@ -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
+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 --git a/print/tex-shadowtext-doc/PLIST b/print/tex-shadowtext-doc/PLIST
new file mode 100644
index 00000000000..8a7d8669cc2
--- /dev/null
+++ b/print/tex-shadowtext-doc/PLIST
@@ -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 --git a/print/tex-shadowtext-doc/distinfo b/print/tex-shadowtext-doc/distinfo
new file mode 100644
index 00000000000..194c1e5e067
--- /dev/null
+++ b/print/tex-shadowtext-doc/distinfo
@@ -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 --git a/print/tex-shadowtext/DESCR b/print/tex-shadowtext/DESCR
new file mode 100644
index 00000000000..12823c5fbb1
--- /dev/null
+++ b/print/tex-shadowtext/DESCR
@@ -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 --git a/print/tex-shadowtext/Makefile b/print/tex-shadowtext/Makefile
new file mode 100644
index 00000000000..b50c580b7ea
--- /dev/null
+++ b/print/tex-shadowtext/Makefile
@@ -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
+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 --git a/print/tex-shadowtext/PLIST b/print/tex-shadowtext/PLIST
new file mode 100644
index 00000000000..e9baa7cf9df
--- /dev/null
+++ b/print/tex-shadowtext/PLIST
@@ -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 --git a/print/tex-shadowtext/distinfo b/print/tex-shadowtext/distinfo
new file mode 100644
index 00000000000..9c7c8045318
--- /dev/null
+++ b/print/tex-shadowtext/distinfo
@@ -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