diff options
-rw-r--r-- | print/tex-truncate/DESCR | 2 | ||||
-rw-r--r-- | print/tex-truncate/Makefile | 13 | ||||
-rw-r--r-- | print/tex-truncate/PLIST | 2 | ||||
-rw-r--r-- | print/tex-truncate/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/print/tex-truncate/DESCR b/print/tex-truncate/DESCR new file mode 100644 index 00000000000..9df4b7c453b --- /dev/null +++ b/print/tex-truncate/DESCR @@ -0,0 +1,2 @@ +The package will by default break at word boundaries, but package +options are offered to permit breaks within words. diff --git a/print/tex-truncate/Makefile b/print/tex-truncate/Makefile new file mode 100644 index 00000000000..25de6758731 --- /dev/null +++ b/print/tex-truncate/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/24 16:23:36 minskim Exp $ + +DISTNAME= truncate +PKGNAME= tex-${DISTNAME}-3.6 +TEXLIVE_REV= 18921 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Truncate text to a specified width + +CONFLICTS+= tex-ltxmisc<2010 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-truncate/PLIST b/print/tex-truncate/PLIST new file mode 100644 index 00000000000..846cd659a3d --- /dev/null +++ b/print/tex-truncate/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/24 16:23:36 minskim Exp $ +share/texmf-dist/tex/latex/truncate/truncate.sty diff --git a/print/tex-truncate/distinfo b/print/tex-truncate/distinfo new file mode 100644 index 00000000000..f94a6553472 --- /dev/null +++ b/print/tex-truncate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/24 16:23:36 minskim Exp $ + +SHA1 (tex-truncate-18921/truncate.tar.xz) = 359182246596f97d2dd565a8e829a2bb11695a5f +RMD160 (tex-truncate-18921/truncate.tar.xz) = ba2a952effd8d4118c40a529411715978f7998a9 +Size (tex-truncate-18921/truncate.tar.xz) = 2996 bytes |