pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-url Import tex-url-3.2 as print/tex-url.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29930a995d10
branches:  trunk
changeset: 570718:29930a995d10
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 02 22:16:17 2010 +0000

description:
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:

 print/tex-url/DESCR    |  10 ++++++++++
 print/tex-url/Makefile |  13 +++++++++++++
 print/tex-url/PLIST    |   2 ++
 print/tex-url/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 879e1371491e -r 29930a995d10 print/tex-url/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-url/DESCR       Tue Feb 02 22:16:17 2010 +0000
@@ -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 -r 879e1371491e -r 29930a995d10 print/tex-url/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-url/Makefile    Tue Feb 02 22:16:17 2010 +0000
@@ -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@localhost
+COMMENT=       Verbatim with URL-sensitive line breaks
+
+CONFLICTS+=    tex-ltxmisc<2009
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 879e1371491e -r 29930a995d10 print/tex-url/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-url/PLIST       Tue Feb 02 22:16:17 2010 +0000
@@ -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 -r 879e1371491e -r 29930a995d10 print/tex-url/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-url/distinfo    Tue Feb 02 22:16:17 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index