summaryrefslogtreecommitdiff
path: root/print/tex-fancyvrb/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-02 19:17:51 +0000
committerminskim <minskim>2009-08-02 19:17:51 +0000
commit0c11aebd918d7fd90c6a47f6b9b4da359346d433 (patch)
tree44118c26ee6f059b910600cd3ce931ade24bfe63 /print/tex-fancyvrb/Makefile
parent2fe8191838d4ca4ea3cc16cc856ed0edba733088 (diff)
downloadpkgsrc-0c11aebd918d7fd90c6a47f6b9b4da359346d433.tar.gz
Import tex-fancyvrb-2.7a as print/tex-fancyvrb.
Flexible handling of verbatim text including: verbatim commands in footnotes; a variety of verbatim environments with many parameters; ability to define new customized verbatim environments; save and restore verbatim text and environments; write and read files in verbatim mode; build "example" environments (showing both result and verbatim source).
Diffstat (limited to 'print/tex-fancyvrb/Makefile')
-rw-r--r--print/tex-fancyvrb/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-fancyvrb/Makefile b/print/tex-fancyvrb/Makefile
new file mode 100644
index 00000000000..d2aef39aede
--- /dev/null
+++ b/print/tex-fancyvrb/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 19:17:51 minskim Exp $
+# TeX Live Revision 8226
+
+DISTNAME= fancyvrb
+PKGNAME= tex-${DISTNAME}-2.7a
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Sophisticated verbatim text
+
+CONFLICTS+= teTeX-texmf<=3.0nb20
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"