diff options
author | minskim <minskim@pkgsrc.org> | 2010-04-29 22:53:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-04-29 22:53:45 +0000 |
commit | 1acf7b1a7150844f3b7b5144364081e74ee10a9f (patch) | |
tree | 57d7a3bfed3a5ea394a12789d8c1351ef24734e6 /print/tex-ulem | |
parent | 88617c293121a8af857fd740a6dd5f2c3b6d05b4 (diff) | |
download | pkgsrc-1acf7b1a7150844f3b7b5144364081e74ee10a9f.tar.gz |
Import tex-ulem-2009 as print/tex-ulem.
The package provides an \ul (underline) command will break over line
ends; this technique may be used to replace \em (both in that form and
as the \emph command), so as to make output look as if it comes from a
typewriter. The package also offers double and wavy underlining, and
striking out (line through words) and crossing out (/// over words).
Documentation is to be found in the package file itself.
Diffstat (limited to 'print/tex-ulem')
-rw-r--r-- | print/tex-ulem/DESCR | 6 | ||||
-rw-r--r-- | print/tex-ulem/Makefile | 13 | ||||
-rw-r--r-- | print/tex-ulem/PLIST | 2 | ||||
-rw-r--r-- | print/tex-ulem/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-ulem/DESCR b/print/tex-ulem/DESCR new file mode 100644 index 00000000000..127aaa71c65 --- /dev/null +++ b/print/tex-ulem/DESCR @@ -0,0 +1,6 @@ +The package provides an \ul (underline) command will break over line +ends; this technique may be used to replace \em (both in that form and +as the \emph command), so as to make output look as if it comes from a +typewriter. The package also offers double and wavy underlining, and +striking out (line through words) and crossing out (/// over words). +Documentation is to be found in the package file itself. diff --git a/print/tex-ulem/Makefile b/print/tex-ulem/Makefile new file mode 100644 index 00000000000..7a4476b7ec1 --- /dev/null +++ b/print/tex-ulem/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:53:45 minskim Exp $ +# TeX Live Revision 16866 + +DISTNAME= ulem +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Package for underlining + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ulem/PLIST b/print/tex-ulem/PLIST new file mode 100644 index 00000000000..def4bb64ec5 --- /dev/null +++ b/print/tex-ulem/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/29 22:53:45 minskim Exp $ +share/texmf-dist/tex/generic/ulem/ulem.sty diff --git a/print/tex-ulem/distinfo b/print/tex-ulem/distinfo new file mode 100644 index 00000000000..fef27ef45c6 --- /dev/null +++ b/print/tex-ulem/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/29 22:53:45 minskim Exp $ + +SHA1 (tex-ulem-2009/ulem.tar.xz) = aae609c4ff3665dc788f2bc6c6aecd6f21561898 +RMD160 (tex-ulem-2009/ulem.tar.xz) = 10bed826e444586b57efa09e65ccb50d697ec2db +Size (tex-ulem-2009/ulem.tar.xz) = 9360 bytes |