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.
This commit is contained in:
parent
970384c1e2
commit
196561e9c6
4 changed files with 23 additions and 0 deletions
5
print/tex-substr/DESCR
Normal file
5
print/tex-substr/DESCR
Normal file
|
@ -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.
|
11
print/tex-substr/Makefile
Normal file
11
print/tex-substr/Makefile
Normal file
|
@ -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"
|
2
print/tex-substr/PLIST
Normal file
2
print/tex-substr/PLIST
Normal file
|
@ -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
|
5
print/tex-substr/distinfo
Normal file
5
print/tex-substr/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue