pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-nolbreaks Import tex-nolbreaks-1.0 as print/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f56bc346676
branches:  trunk
changeset: 575889:7f56bc346676
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue May 25 07:33:02 2010 +0000

description:
Import tex-nolbreaks-1.0 as print/tex-nolbreaks.

Use \nolbreaks{some text} to prevent line breaks in "some text". This
has the advantage over \mbox{} that glue (rubber space) remains
flexible. Most common cases are handled here (\linebreak is disabled,
for example) but spaces hidden in macros or { } can still create
break-points.

diffstat:

 print/tex-nolbreaks/DESCR    |   5 +++++
 print/tex-nolbreaks/Makefile |  11 +++++++++++
 print/tex-nolbreaks/PLIST    |   2 ++
 print/tex-nolbreaks/distinfo |   5 +++++
 4 files changed, 23 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r a41e90fa23b9 -r 7f56bc346676 print/tex-nolbreaks/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-nolbreaks/DESCR Tue May 25 07:33:02 2010 +0000
@@ -0,0 +1,5 @@
+Use \nolbreaks{some text} to prevent line breaks in "some text". This
+has the advantage over \mbox{} that glue (rubber space) remains
+flexible. Most common cases are handled here (\linebreak is disabled,
+for example) but spaces hidden in macros or { } can still create
+break-points.
diff -r a41e90fa23b9 -r 7f56bc346676 print/tex-nolbreaks/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-nolbreaks/Makefile      Tue May 25 07:33:02 2010 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $
+
+DISTNAME=      nolbreaks
+PKGNAME=       tex-${DISTNAME}-1.0
+TEXLIVE_REV=   18127
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+COMMENT=       No line breaks in text
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a41e90fa23b9 -r 7f56bc346676 print/tex-nolbreaks/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-nolbreaks/PLIST Tue May 25 07:33:02 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $
+share/texmf-dist/tex/latex/nolbreaks/nolbreaks.sty
diff -r a41e90fa23b9 -r 7f56bc346676 print/tex-nolbreaks/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-nolbreaks/distinfo      Tue May 25 07:33:02 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/25 07:33:02 minskim Exp $
+
+SHA1 (tex-nolbreaks-18127/nolbreaks.tar.xz) = c3aa2b14c27ce08e9d2463f928d567d282630161
+RMD160 (tex-nolbreaks-18127/nolbreaks.tar.xz) = 422fbc0bda593c71b4663bf3fa6f2ff8bf12482f
+Size (tex-nolbreaks-18127/nolbreaks.tar.xz) = 1364 bytes



Home | Main Index | Thread Index | Old Index