diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-05-28 14:07:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-05-28 14:07:16 +0000 |
commit | 1a728054feec96330aad2683e5dbaa689eebb6a3 (patch) | |
tree | f21b74d91b9d49b762dcf1511a67aa1d60732185 /print/tex-algorithm2e | |
parent | a215fa598de828674b300f78ddf9edb0a2cb2700 (diff) | |
download | pkgsrc-1a728054feec96330aad2683e5dbaa689eebb6a3.tar.gz |
Initial import of tex-algorithm2e, version 3.9:
Algorithm2e is an environment for writing algorithms in LaTeX2e.
An algorithm is defined as a floating object like figures. It
provides macros that allow you to create different sorts of key
words, thus a set of predefined key words is given. You can
also change the typography of the keywords.
Diffstat (limited to 'print/tex-algorithm2e')
-rw-r--r-- | print/tex-algorithm2e/DESCR | 5 | ||||
-rw-r--r-- | print/tex-algorithm2e/Makefile | 28 | ||||
-rw-r--r-- | print/tex-algorithm2e/PLIST | 17 | ||||
-rw-r--r-- | print/tex-algorithm2e/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/print/tex-algorithm2e/DESCR b/print/tex-algorithm2e/DESCR new file mode 100644 index 00000000000..a21b5d45805 --- /dev/null +++ b/print/tex-algorithm2e/DESCR @@ -0,0 +1,5 @@ +Algorithm2e is an environment for writing algorithms in LaTeX2e. +An algorithm is defined as a floating object like figures. It +provides macros that allow you to create different sorts of key +words, thus a set of predefined key words is given. You can +also change the typography of the keywords. diff --git a/print/tex-algorithm2e/Makefile b/print/tex-algorithm2e/Makefile new file mode 100644 index 00000000000..c25d7aea1d6 --- /dev/null +++ b/print/tex-algorithm2e/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/28 14:07:16 jmmv Exp $ + +DISTNAME= algorithm2e +PKGNAME= tex-${DISTNAME}-3.9 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.ctan.org/tex-archive/help/Catalogue/entries/algorithm2e.html +COMMENT= Environment for writing algorithms + +NO_BUILD= yes +USE_DIRS+= texmf-1.4 + +.include "../../print/teTeX/module.mk" + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e + ${INSTALL_DATA} ${WRKSRC}/algorithm2e.pdf \ + ${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e + ${INSTALL_DATA} ${WRKSRC}/algorithm2e_ex*.tex \ + ${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/algorithm2e + ${INSTALL_DATA} ${WRKSRC}/algorithm2e.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/algorithm2e + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-algorithm2e/PLIST b/print/tex-algorithm2e/PLIST new file mode 100644 index 00000000000..e440f9f0168 --- /dev/null +++ b/print/tex-algorithm2e/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/28 14:07:16 jmmv Exp $ +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e.pdf +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex01.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex02.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex03.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex04.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex05.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex06.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_ex07.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_exfor.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_exrepeat.tex +${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e/algorithm2e_exswitch.tex +${PKG_LOCALTEXMFPREFIX}/tex/latex/algorithm2e/algorithm2e.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/algorithm2e +@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex +@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/algorithm2e +@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex diff --git a/print/tex-algorithm2e/distinfo b/print/tex-algorithm2e/distinfo new file mode 100644 index 00000000000..de4bd9cf07c --- /dev/null +++ b/print/tex-algorithm2e/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/28 14:07:16 jmmv Exp $ + +SHA1 (algorithm2e.zip) = 3649e1497df65feac58eab141c1d72cb2a276330 +RMD160 (algorithm2e.zip) = 4e40518352a9ed9ad817a689fce18286db337a90 +Size (algorithm2e.zip) = 290230 bytes |