diff options
author | markd <markd@pkgsrc.org> | 2010-04-09 21:53:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-09 21:53:53 +0000 |
commit | 196561e9c63326254ac0e1e57f64b6760833a812 (patch) | |
tree | f520eeff64ee4d3ded1d4a239388ebb88cacb922 | |
parent | 970384c1e24163ba141baff1f260c7e659ed17f8 (diff) | |
download | pkgsrc-196561e9c63326254ac0e1e57f64b6760833a812.tar.gz |
Import tex-substr-1.2
The substr package provides commands to deal with substrings of
strings. Macros are provided to: - determine if one string is a
substring of another, - return the parts of a string before or
after a substring and - count the number of occurrences of a
substring.
-rw-r--r-- | print/tex-substr/DESCR | 5 | ||||
-rw-r--r-- | print/tex-substr/Makefile | 11 | ||||
-rw-r--r-- | print/tex-substr/PLIST | 2 | ||||
-rw-r--r-- | print/tex-substr/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-substr/DESCR b/print/tex-substr/DESCR new file mode 100644 index 00000000000..425d63d764e --- /dev/null +++ b/print/tex-substr/DESCR @@ -0,0 +1,5 @@ +The substr package provides commands to deal with substrings of +strings. Macros are provided to: - determine if one string is a +substring of another, - return the parts of a string before or +after a substring and - count the number of occurrences of a +substring. diff --git a/print/tex-substr/Makefile b/print/tex-substr/Makefile new file mode 100644 index 00000000000..dc60c88beac --- /dev/null +++ b/print/tex-substr/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:53:53 markd Exp $ +# TeX Live Revision 16117 + +DISTNAME= substr +PKGNAME= tex-${DISTNAME}-1.2 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Deal with substrings in strings + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-substr/PLIST b/print/tex-substr/PLIST new file mode 100644 index 00000000000..806d740d461 --- /dev/null +++ b/print/tex-substr/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 21:53:53 markd Exp $ +share/texmf-dist/tex/latex/substr/substr.sty diff --git a/print/tex-substr/distinfo b/print/tex-substr/distinfo new file mode 100644 index 00000000000..ded0f994289 --- /dev/null +++ b/print/tex-substr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/09 21:53:53 markd Exp $ + +SHA1 (tex-substr-1.2/substr.tar.xz) = f8a62dfc42d99adfe641da9226651fb0698c92b1 +RMD160 (tex-substr-1.2/substr.tar.xz) = e69cad43de449ced4bdfc877766f6af138e0431d +Size (tex-substr-1.2/substr.tar.xz) = 2024 bytes |