diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-21 15:21:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-21 15:21:22 +0000 |
commit | 9636d1214abbb08a3a56f4dc2d8bd65e6e5cac32 (patch) | |
tree | 032f8db38bbbc777409b6039395cb813c5bc8d0d /print/tex-tram | |
parent | dde2ca60a42962e2910d2fd45e8d974515dab08b (diff) | |
download | pkgsrc-9636d1214abbb08a3a56f4dc2d8bd65e6e5cac32.tar.gz |
print/tex-tram: import tex-tram-0.2
Tram boxes are highlighted with patterns of dots; the package
defines an environment tram that typesets its content into a
tram box. The pattern used may be selected in an optional
argument to the environment.
Diffstat (limited to 'print/tex-tram')
-rw-r--r-- | print/tex-tram/DESCR | 4 | ||||
-rw-r--r-- | print/tex-tram/Makefile | 13 | ||||
-rw-r--r-- | print/tex-tram/PLIST | 3 | ||||
-rw-r--r-- | print/tex-tram/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-tram/DESCR b/print/tex-tram/DESCR new file mode 100644 index 00000000000..8ff150fc65f --- /dev/null +++ b/print/tex-tram/DESCR @@ -0,0 +1,4 @@ +Tram boxes are highlighted with patterns of dots; the package +defines an environment tram that typesets its content into a +tram box. The pattern used may be selected in an optional +argument to the environment. diff --git a/print/tex-tram/Makefile b/print/tex-tram/Makefile new file mode 100644 index 00000000000..9d2daeecf05 --- /dev/null +++ b/print/tex-tram/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/08/21 15:21:22 wiz Exp $ + +DISTNAME= tram +PKGNAME= tex-${DISTNAME}-0.2 +TEXLIVE_REV= 29803 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/tram +COMMENT= Typeset tram boxes in LaTeX +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-tram/PLIST b/print/tex-tram/PLIST new file mode 100644 index 00000000000..88b6926ee89 --- /dev/null +++ b/print/tex-tram/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2022/08/21 15:21:22 wiz Exp $ +share/texmf-dist/fonts/source/public/tram/tram.mf +share/texmf-dist/tex/latex/tram/tram.sty diff --git a/print/tex-tram/distinfo b/print/tex-tram/distinfo new file mode 100644 index 00000000000..4983bba6ae3 --- /dev/null +++ b/print/tex-tram/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/08/21 15:21:22 wiz Exp $ + +BLAKE2s (tram.r29803.tar.xz) = be3c7e55a4cd88af6e2d0b6b8c02c540b69592dbf36a429c08a298b0ff51cd91 +SHA512 (tram.r29803.tar.xz) = 4592a288c08f5bf6b41fdffee8129e08fec7397edb2b351617fe79571d2905be61cb776f87a5b152c4b62acefdf21ee2f0b293f210ce52f449d3b9e41833b2d5 +Size (tram.r29803.tar.xz) = 2528 bytes |