diff options
author | minskim <minskim> | 2010-04-28 15:58:21 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-28 15:58:21 +0000 |
commit | 38ed3b9dbe5c9551d6c55d07aedcfc3405961758 (patch) | |
tree | df00b5fb3c3a4ee6213144421e7bf03045ed96c1 /print | |
parent | 4ec0e5b1cd442af839d7c3ef23334b24ba9d897c (diff) | |
download | pkgsrc-38ed3b9dbe5c9551d6c55d07aedcfc3405961758.tar.gz |
Import tex-listing-1.2 as print/tex-listing.
The listing environment is provided and is similar to figure and
table, although it is not a floating environment. Includes support
for \caption, \label, \ref, and introduces \listoflistings,
\listingname, \listlistingname. It produces a .lol file. It does not
change \@makecaption (unless the option bigcaptions is used), so
packages that change the layout of \caption still work.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-listing/DESCR | 6 | ||||
-rw-r--r-- | print/tex-listing/Makefile | 13 | ||||
-rw-r--r-- | print/tex-listing/PLIST | 2 | ||||
-rw-r--r-- | print/tex-listing/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-listing/DESCR b/print/tex-listing/DESCR new file mode 100644 index 00000000000..2c162ab0b35 --- /dev/null +++ b/print/tex-listing/DESCR @@ -0,0 +1,6 @@ +The listing environment is provided and is similar to figure and +table, although it is not a floating environment. Includes support +for \caption, \label, \ref, and introduces \listoflistings, +\listingname, \listlistingname. It produces a .lol file. It does not +change \@makecaption (unless the option bigcaptions is used), so +packages that change the layout of \caption still work. diff --git a/print/tex-listing/Makefile b/print/tex-listing/Makefile new file mode 100644 index 00000000000..c91ea5a8eed --- /dev/null +++ b/print/tex-listing/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 15:58:21 minskim Exp $ +# TeX Live Revision 17373 + +DISTNAME= listing +PKGNAME= tex-${DISTNAME}-1.2 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Produce formatted program listings + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-listing/PLIST b/print/tex-listing/PLIST new file mode 100644 index 00000000000..1c7238d904d --- /dev/null +++ b/print/tex-listing/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/28 15:58:21 minskim Exp $ +share/texmf-dist/tex/latex/listing/listing.sty diff --git a/print/tex-listing/distinfo b/print/tex-listing/distinfo new file mode 100644 index 00000000000..90d0d480361 --- /dev/null +++ b/print/tex-listing/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/28 15:58:21 minskim Exp $ + +SHA1 (tex-listing-1.2/listing.tar.xz) = a1792d05d695a46ec0a6075b08b04f0945c0abc0 +RMD160 (tex-listing-1.2/listing.tar.xz) = ac817653c91e8f18f7f593913b644c0f6f82586e +Size (tex-listing-1.2/listing.tar.xz) = 1952 bytes |