diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
commit | 7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e (patch) | |
tree | 53a2f49bd12913b0b0d14adfb0d0328162b87a4c /print/tex-upquote | |
parent | a404047910cb4192e6ecdd17ebd0526ca9a01eda (diff) | |
download | pkgsrc-7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e.tar.gz |
Split out and update various texlive packages from teTeX3-texmf to
separate packages.
Diffstat (limited to 'print/tex-upquote')
-rw-r--r-- | print/tex-upquote/DESCR | 11 | ||||
-rw-r--r-- | print/tex-upquote/Makefile | 13 | ||||
-rw-r--r-- | print/tex-upquote/PLIST | 2 | ||||
-rw-r--r-- | print/tex-upquote/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/print/tex-upquote/DESCR b/print/tex-upquote/DESCR new file mode 100644 index 00000000000..e2f31b5c5c8 --- /dev/null +++ b/print/tex-upquote/DESCR @@ -0,0 +1,11 @@ +Typewriter-style fonts are best for program listings, but +Computer Modern Typewriter prints ` and ' as bent opening and +closing single quotes. Other fonts, and most programming +languages, print ` as a grave accent and ' upright; ' is used +both to open and to close quoted strings. The package switches +the typewriter font to Computer Modern Typewriter in OT1 +encoding, and modifies the behaviour of verbatim, verbatim*, +\verb, and \verb* to print in the "` and ' way". It does +thisregardless of other fonts or encodings in use, so long as +the package is loaded after the other fonts were. The package +does not affect \tt, \texttt, etc. diff --git a/print/tex-upquote/Makefile b/print/tex-upquote/Makefile new file mode 100644 index 00000000000..c382f01e79e --- /dev/null +++ b/print/tex-upquote/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:39 markd Exp $ + +DISTNAME= upquote +PKGNAME= tex-${DISTNAME}-1.3 +TEXLIVE_REV= 26059 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Show "realistic" quotes in verbatim + +CONFLICTS+= teTeX-texmf<=3.0nb42 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-upquote/PLIST b/print/tex-upquote/PLIST new file mode 100644 index 00000000000..973e862fec5 --- /dev/null +++ b/print/tex-upquote/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:39 markd Exp $ +share/texmf-dist/tex/latex/upquote/upquote.sty diff --git a/print/tex-upquote/distinfo b/print/tex-upquote/distinfo new file mode 100644 index 00000000000..a7e8258fff9 --- /dev/null +++ b/print/tex-upquote/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/19 20:43:39 markd Exp $ + +SHA1 (tex-upquote-26059/upquote.tar.xz) = 75aff73dea652f6a783e226d4869e61d724ced3d +RMD160 (tex-upquote-26059/upquote.tar.xz) = c08ac3a72c222a3961cf04eac19c69522a7f439c +Size (tex-upquote-26059/upquote.tar.xz) = 1256 bytes |