diff options
author | minskim <minskim@pkgsrc.org> | 2012-04-15 03:03:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-04-15 03:03:02 +0000 |
commit | e8f46910fb10a4b29234b5de79bddda25380aeaa (patch) | |
tree | f71b10c88a6e628e57c2ccf91a9a4cf7dcf0a3cc | |
parent | b7d199e2cb5d99607f07b97f7af6d26b6d212c05 (diff) | |
download | pkgsrc-e8f46910fb10a4b29234b5de79bddda25380aeaa.tar.gz |
Import tex-clrscode-1.7 as print/tex-clrscode.
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.
-rw-r--r-- | print/tex-clrscode/DESCR | 6 | ||||
-rw-r--r-- | print/tex-clrscode/Makefile | 14 | ||||
-rw-r--r-- | print/tex-clrscode/PLIST | 2 | ||||
-rw-r--r-- | print/tex-clrscode/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/tex-clrscode/DESCR b/print/tex-clrscode/DESCR new file mode 100644 index 00000000000..46f0c056654 --- /dev/null +++ b/print/tex-clrscode/DESCR @@ -0,0 +1,6 @@ +This package allows you to typeset pseudocode in the style of +Introduction to Algorithms, Second edition, by Cormen, +Leiserson, Rivest, and Stein. The package was written by the +authors. You use the commands the same way the package's author +did when writing the book, and your output will look just like +the pseudocode in the text. diff --git a/print/tex-clrscode/Makefile b/print/tex-clrscode/Makefile new file mode 100644 index 00000000000..a8cf4dd1c0d --- /dev/null +++ b/print/tex-clrscode/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 03:03:02 minskim Exp $ + +DISTNAME= clrscode +PKGNAME= tex-${DISTNAME}-1.7 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Typesets pseudocode as in Introduction to Algorithms +LICENSE= lppl-1.3c + +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-clrscode/PLIST b/print/tex-clrscode/PLIST new file mode 100644 index 00000000000..af640540e41 --- /dev/null +++ b/print/tex-clrscode/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/15 03:03:02 minskim Exp $ +share/texmf-dist/tex/latex/clrscode/clrscode.sty diff --git a/print/tex-clrscode/distinfo b/print/tex-clrscode/distinfo new file mode 100644 index 00000000000..4bf398b5af8 --- /dev/null +++ b/print/tex-clrscode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/15 03:03:02 minskim Exp $ + +SHA1 (tex-clrscode-15878/clrscode.tar.xz) = 16ab972555037b412a6f366dc91393aaf8281de3 +RMD160 (tex-clrscode-15878/clrscode.tar.xz) = e5038b7ba9a8e4fdcdd2b19f935ef0dbce88f857 +Size (tex-clrscode-15878/clrscode.tar.xz) = 4496 bytes |