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.
This commit is contained in:
parent
1319c57782
commit
0514a6ade5
4 changed files with 30 additions and 0 deletions
10
print/tex-url/DESCR
Normal file
10
print/tex-url/DESCR
Normal file
|
@ -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.
|
13
print/tex-url/Makefile
Normal file
13
print/tex-url/Makefile
Normal file
|
@ -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"
|
2
print/tex-url/PLIST
Normal file
2
print/tex-url/PLIST
Normal file
|
@ -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
|
5
print/tex-url/distinfo
Normal file
5
print/tex-url/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue