Import tex-moreverb-2.3 as print/tex-moreverb.
A collection of verbatim facilities that provide line-numbered verbatim, verbatim that obey's TAB characters, verbatim input and verbatim output to file. The package makes use of the LaTeX required verbatim package. The package formed from a series of small pieces, and is somewhat unstructured. The user who looks for thought-through verbatim facilities is advised to consider using the fancyvrb package in place of moreverb.
This commit is contained in:
parent
8ff62f888b
commit
7cabe3cf8e
4 changed files with 28 additions and 0 deletions
7
print/tex-moreverb/DESCR
Normal file
7
print/tex-moreverb/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
A collection of verbatim facilities that provide line-numbered
|
||||
verbatim, verbatim that obey's TAB characters, verbatim input and
|
||||
verbatim output to file. The package makes use of the LaTeX required
|
||||
verbatim package. The package formed from a series of small pieces,
|
||||
and is somewhat unstructured. The user who looks for thought-through
|
||||
verbatim facilities is advised to consider using the fancyvrb package
|
||||
in place of moreverb.
|
14
print/tex-moreverb/Makefile
Normal file
14
print/tex-moreverb/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $
|
||||
# TeX Live Revision 8554
|
||||
|
||||
DISTNAME= moreverb
|
||||
PKGNAME= tex-${DISTNAME}-2.3
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Extended verbatim
|
||||
|
||||
CONFLICTS+= teTeX-texmf<=3.0nb17
|
||||
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
||||
|
||||
.include "../../print/texlive/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
print/tex-moreverb/PLIST
Normal file
2
print/tex-moreverb/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $
|
||||
share/texmf-dist/tex/latex/moreverb/moreverb.sty
|
5
print/tex-moreverb/distinfo
Normal file
5
print/tex-moreverb/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $
|
||||
|
||||
SHA1 (tex-moreverb-2.3/moreverb.tar.lzma) = 0b5728d9bce907a1af311b765c744225189c1d67
|
||||
RMD160 (tex-moreverb-2.3/moreverb.tar.lzma) = fe32942199fc80afcb2e7369c42d917f4d69e964
|
||||
Size (tex-moreverb-2.3/moreverb.tar.lzma) = 2199 bytes
|
Loading…
Reference in a new issue