diff options
author | minskim <minskim> | 2010-02-02 22:16:17 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-02-02 22:16:17 +0000 |
commit | b434bcc9af9665536dd06bfcff27a1ac4b6ccf8e (patch) | |
tree | 9cdedc3fac8945a3b271343661e5bd4928ca45a1 /print | |
parent | 2924320cc7a5cb23d859a0899ff56eb32e41283f (diff) | |
download | pkgsrc-b434bcc9af9665536dd06bfcff27a1ac4b6ccf8e.tar.gz |
Import tex-url-3.2 as print/tex-url.
The command \url is a form of verbatim command that allows linebreaks
at certain characters or combinations of characters, accepts
reconfiguration, and can usually be used in the argument to another
command. (The \urldef command provides robust commands that serve in
cases when \url doesn't work in an argument.) The command is intended
for email addresses, hypertext links, directories/paths, etc., which
normally have no spaces, so by default the package ignores spaces in
its argument. However, a package option "allows spaces", which is
useful for operating systems where spaces are a common part of file
names.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-url/DESCR | 10 | ||||
-rw-r--r-- | print/tex-url/Makefile | 13 | ||||
-rw-r--r-- | print/tex-url/PLIST | 2 | ||||
-rw-r--r-- | print/tex-url/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/print/tex-url/DESCR b/print/tex-url/DESCR new file mode 100644 index 00000000000..b77941efac1 --- /dev/null +++ b/print/tex-url/DESCR @@ -0,0 +1,10 @@ +The command \url is a form of verbatim command that allows linebreaks +at certain characters or combinations of characters, accepts +reconfiguration, and can usually be used in the argument to another +command. (The \urldef command provides robust commands that serve in +cases when \url doesn't work in an argument.) The command is intended +for email addresses, hypertext links, directories/paths, etc., which +normally have no spaces, so by default the package ignores spaces in +its argument. However, a package option "allows spaces", which is +useful for operating systems where spaces are a common part of file +names. diff --git a/print/tex-url/Makefile b/print/tex-url/Makefile new file mode 100644 index 00000000000..8355ddacc0b --- /dev/null +++ b/print/tex-url/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/02 22:16:17 minskim Exp $ +# TeX Live Revision 16864 + +DISTNAME= url +PKGNAME= tex-${DISTNAME}-3.2 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Verbatim with URL-sensitive line breaks + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-url/PLIST b/print/tex-url/PLIST new file mode 100644 index 00000000000..bffe11db15d --- /dev/null +++ b/print/tex-url/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/02 22:16:17 minskim Exp $ +share/texmf-dist/tex/latex/url/url.sty diff --git a/print/tex-url/distinfo b/print/tex-url/distinfo new file mode 100644 index 00000000000..8e9912f1fd6 --- /dev/null +++ b/print/tex-url/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/02 22:16:17 minskim Exp $ + +SHA1 (tex-url-3.2/url.tar.xz) = 7d5904c32adc7d78c85b145c03d10d7d01a832d8 +RMD160 (tex-url-3.2/url.tar.xz) = 21d664f213bfc2649e190473b425ae04d847c1c7 +Size (tex-url-3.2/url.tar.xz) = 8400 bytes |