diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-17 18:08:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-17 18:08:51 +0000 |
commit | 64222f7145ec1db98d3ca33547a3ff91708c0a8c (patch) | |
tree | 62413b41471b053b8387edaae215d921caca10e3 /print | |
parent | 27fc103d79e4daf4c95f523858fe97fb44294f93 (diff) | |
download | pkgsrc-64222f7145ec1db98d3ca33547a3ff91708c0a8c.tar.gz |
Import tex-soul-2.4 as print/tex-soul.
Provides hyphenatable spacing out (letterspacing), underlining, striking
out, etc., using the TeX hyphenation algorithm to find the proper
hyphens automatically. The package also provides a mechanism that can be
used to implement similar tasks, that have to treat text syllable by
syllable. This is shown in two examples. The package itself does not
support UTF-8 input in ordinary (PDF)LaTeX; some UTF-8 support is
offered by package soulutf8.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-soul/DESCR | 7 | ||||
-rw-r--r-- | print/tex-soul/Makefile | 14 | ||||
-rw-r--r-- | print/tex-soul/PLIST | 2 | ||||
-rw-r--r-- | print/tex-soul/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/tex-soul/DESCR b/print/tex-soul/DESCR new file mode 100644 index 00000000000..58d9009a497 --- /dev/null +++ b/print/tex-soul/DESCR @@ -0,0 +1,7 @@ +Provides hyphenatable spacing out (letterspacing), underlining, striking +out, etc., using the TeX hyphenation algorithm to find the proper +hyphens automatically. The package also provides a mechanism that can be +used to implement similar tasks, that have to treat text syllable by +syllable. This is shown in two examples. The package itself does not +support UTF-8 input in ordinary (PDF)LaTeX; some UTF-8 support is +offered by package soulutf8. diff --git a/print/tex-soul/Makefile b/print/tex-soul/Makefile new file mode 100644 index 00000000000..0afa49fe5de --- /dev/null +++ b/print/tex-soul/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:08:51 minskim Exp $ + +DISTNAME= soul +PKGNAME= tex-${DISTNAME}-2.4 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Hyphenation for letterspacing, underlining, and more + +CONFLICTS= teTeX-texmf<=3.0nb29 +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-soul/PLIST b/print/tex-soul/PLIST new file mode 100644 index 00000000000..276d481c4a9 --- /dev/null +++ b/print/tex-soul/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/17 18:08:51 minskim Exp $ +share/texmf-dist/tex/latex/soul/soul.sty diff --git a/print/tex-soul/distinfo b/print/tex-soul/distinfo new file mode 100644 index 00000000000..729a5297f7d --- /dev/null +++ b/print/tex-soul/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/17 18:08:51 minskim Exp $ + +SHA1 (tex-soul-15878/soul.tar.xz) = 7dd6848250f468c821555e0f9ff9f7a4818879af +RMD160 (tex-soul-15878/soul.tar.xz) = 817ab1c34c9064bdd1eca79f2f5eb1990054283a +Size (tex-soul-15878/soul.tar.xz) = 5992 bytes |