diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-csquotes/DESCR | 12 | ||||
-rw-r--r-- | print/tex-csquotes/Makefile | 16 | ||||
-rw-r--r-- | print/tex-csquotes/PLIST | 5 | ||||
-rw-r--r-- | print/tex-csquotes/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/print/tex-csquotes/DESCR b/print/tex-csquotes/DESCR new file mode 100644 index 00000000000..d7ef277948b --- /dev/null +++ b/print/tex-csquotes/DESCR @@ -0,0 +1,12 @@ +This package provides advanced facilities for inline and display +quotations. It is designed for a wide range of tasks ranging from the +most simple applications to the more complex demands of formal +quotations. The facilities include commands, environments, and +user-definable 'smart quotes' which dynamically adjust to their context. +Quotation marks are switched automatically if quotations are nested and +they can be adjusted to the current language if the babel package is +available. There are additional facilities designed to cope with the +more specific demands of academic writing, especially in the humanities +and the social sciences. All quote styles as well as the optional active +quotes are freely configurable. The package is dependent on e-TeX, and +requires the author's etoolbox package. diff --git a/print/tex-csquotes/Makefile b/print/tex-csquotes/Makefile new file mode 100644 index 00000000000..fb149d0ddc4 --- /dev/null +++ b/print/tex-csquotes/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/05 13:35:34 minskim Exp $ + +DISTNAME= csquotes +PKGNAME= tex-${DISTNAME}-5.1d +TEXLIVE_REV= 24393 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Context sensitive quotation facilities + +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-csquotes/PLIST b/print/tex-csquotes/PLIST new file mode 100644 index 00000000000..927bd94218c --- /dev/null +++ b/print/tex-csquotes/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/05 13:35:34 minskim Exp $ +share/texmf-dist/tex/latex/csquotes/csq-compat.def +share/texmf-dist/tex/latex/csquotes/csquotes.cfg +share/texmf-dist/tex/latex/csquotes/csquotes.def +share/texmf-dist/tex/latex/csquotes/csquotes.sty diff --git a/print/tex-csquotes/distinfo b/print/tex-csquotes/distinfo new file mode 100644 index 00000000000..3ebec2e3132 --- /dev/null +++ b/print/tex-csquotes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/05 13:35:34 minskim Exp $ + +SHA1 (tex-csquotes-24393/csquotes.tar.xz) = 2853da193bf69ffa3b56706d9e358e73fefad568 +RMD160 (tex-csquotes-24393/csquotes.tar.xz) = 66c7dd793611da33a29b312311564deb93fa004c +Size (tex-csquotes-24393/csquotes.tar.xz) = 17440 bytes |