diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-17 17:45:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-17 17:45:10 +0000 |
commit | 2e930243be00541b034c5421aa769779dc922c91 (patch) | |
tree | 0451a5d9f63a575087e67390f41d8803e044b78e | |
parent | 6ae7b838d6cadafbed32e659905a189a35d1d3c1 (diff) | |
download | pkgsrc-2e930243be00541b034c5421aa769779dc922c91.tar.gz |
Import tex-lazylist-1.0a as print/tex-lazylist.
This package provides a pile of lambda-calculus and list-handling
macros of an incredibly obtuse nature. The TUGboat paper serves as a
manual for the macros. This TeX code was formally verified.
-rw-r--r-- | print/tex-lazylist/DESCR | 3 | ||||
-rw-r--r-- | print/tex-lazylist/Makefile | 11 | ||||
-rw-r--r-- | print/tex-lazylist/PLIST | 2 | ||||
-rw-r--r-- | print/tex-lazylist/distinfo | 5 |
4 files changed, 21 insertions, 0 deletions
diff --git a/print/tex-lazylist/DESCR b/print/tex-lazylist/DESCR new file mode 100644 index 00000000000..59dcbf3c009 --- /dev/null +++ b/print/tex-lazylist/DESCR @@ -0,0 +1,3 @@ +This package provides a pile of lambda-calculus and list-handling +macros of an incredibly obtuse nature. The TUGboat paper serves as a +manual for the macros. This TeX code was formally verified. diff --git a/print/tex-lazylist/Makefile b/print/tex-lazylist/Makefile new file mode 100644 index 00000000000..d586d960d5b --- /dev/null +++ b/print/tex-lazylist/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/17 17:45:10 minskim Exp $ + +DISTNAME= lazylist +PKGNAME= tex-${DISTNAME}-1.0a +TEXLIVE_REV= 17691 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Lists in TeX's "mouth" + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-lazylist/PLIST b/print/tex-lazylist/PLIST new file mode 100644 index 00000000000..73187958fa3 --- /dev/null +++ b/print/tex-lazylist/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/17 17:45:10 minskim Exp $ +share/texmf-dist/tex/latex/lazylist/lazylist.sty diff --git a/print/tex-lazylist/distinfo b/print/tex-lazylist/distinfo new file mode 100644 index 00000000000..1ee8b692a23 --- /dev/null +++ b/print/tex-lazylist/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/11/17 17:45:10 minskim Exp $ + +SHA1 (tex-lazylist-17691/lazylist.tar.xz) = 261a558fb121fe9a813798ec25353ee85629885e +RMD160 (tex-lazylist-17691/lazylist.tar.xz) = 1ad24413e2dbb96e577ed699243a70a34b498558 +Size (tex-lazylist-17691/lazylist.tar.xz) = 1556 bytes |