pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-algorithm2e Initial import of tex-algorithm2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3761abc7043e
branches:  trunk
changeset: 529231:3761abc7043e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon May 28 14:07:16 2007 +0000

description:
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:

 print/tex-algorithm2e/DESCR    |   5 +++++
 print/tex-algorithm2e/Makefile |  28 ++++++++++++++++++++++++++++
 print/tex-algorithm2e/PLIST    |  17 +++++++++++++++++
 print/tex-algorithm2e/distinfo |   5 +++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r 9b01fed94f9f -r 3761abc7043e print/tex-algorithm2e/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-algorithm2e/DESCR       Mon May 28 14:07:16 2007 +0000
@@ -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 -r 9b01fed94f9f -r 3761abc7043e print/tex-algorithm2e/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-algorithm2e/Makefile    Mon May 28 14:07:16 2007 +0000
@@ -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@localhost
+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 -r 9b01fed94f9f -r 3761abc7043e print/tex-algorithm2e/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-algorithm2e/PLIST       Mon May 28 14:07:16 2007 +0000
@@ -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 -r 9b01fed94f9f -r 3761abc7043e print/tex-algorithm2e/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-algorithm2e/distinfo    Mon May 28 14:07:16 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index