pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-xcomment Import tex-xcomment-1.3 as print/te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2123a9dcbc5
branches:  trunk
changeset: 592981:e2123a9dcbc5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Sep 18 00:28:57 2011 +0000

description:
Import tex-xcomment-1.3 as print/tex-xcomment.

The package defines an environment that only typesets specified
environments within its scope. So, for example, if you want nothing but
the figure and table environments in your document, you can enclose the
whole document with an xcomment environment that excludes everything
but. This is a lot easier than excluding the chunks of text between the
environments you want, or creating an entire document containing only
those environments. The package was previously part of the seminar
bundle for typesetting presentations.

diffstat:

 print/tex-xcomment/DESCR    |   8 ++++++++
 print/tex-xcomment/Makefile |  13 +++++++++++++
 print/tex-xcomment/PLIST    |   3 +++
 print/tex-xcomment/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 1e1822285806 -r e2123a9dcbc5 print/tex-xcomment/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcomment/DESCR  Sun Sep 18 00:28:57 2011 +0000
@@ -0,0 +1,8 @@
+The package defines an environment that only typesets specified
+environments within its scope. So, for example, if you want nothing but
+the figure and table environments in your document, you can enclose the
+whole document with an xcomment environment that excludes everything
+but. This is a lot easier than excluding the chunks of text between the
+environments you want, or creating an entire document containing only
+those environments. The package was previously part of the seminar
+bundle for typesetting presentations.
diff -r 1e1822285806 -r e2123a9dcbc5 print/tex-xcomment/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcomment/Makefile       Sun Sep 18 00:28:57 2011 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $
+
+DISTNAME=      xcomment
+PKGNAME=       tex-${DISTNAME}-1.3
+TEXLIVE_REV=   20031
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+COMMENT=       Allows selected environments to be included/excluded
+
+CONFLICTS+=    teTeX-texmf<=3.0nb30
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1e1822285806 -r e2123a9dcbc5 print/tex-xcomment/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcomment/PLIST  Sun Sep 18 00:28:57 2011 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $
+share/texmf-dist/tex/generic/xcomment/xcomment.sty
+share/texmf-dist/tex/generic/xcomment/xcomment.tex
diff -r 1e1822285806 -r e2123a9dcbc5 print/tex-xcomment/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xcomment/distinfo       Sun Sep 18 00:28:57 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $
+
+SHA1 (tex-xcomment-20031/xcomment.tar.xz) = 2d19d7801bd6c44547bf4457aa95525fdb637101
+RMD160 (tex-xcomment-20031/xcomment.tar.xz) = 24ed027a3ff015af8e9f33a1a6c38438840fc4f2
+Size (tex-xcomment-20031/xcomment.tar.xz) = 2336 bytes



Home | Main Index | Thread Index | Old Index