summaryrefslogtreecommitdiff
path: root/print/tex-xcomment
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26print: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07print: Remove SHA1 hashes for distfilesnia1-2/+1
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd1-1/+2
2017-09-06Remove teTeX* packages and references to them.wiz1-3/+1
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2016-01-26Add LICENSEmarkd1-1/+2
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2011-09-18Import tex-xcomment-1.3 as print/tex-xcomment.minskim4-0/+29
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.