Import tex-stringstrings-1.23 as wip/tex-stringstrings.
The package provides a large and sundry set of macros for the manipulation of strings. The macros are developed not merely for cosmetic application (such as changing the case of letters and string substitution), but also for programming applications such as character look-ahead, argument parsing, conditional tests on various string conditions, etc. The macros were designed all to be expandable (note that things such as \uppercase and \lowercase are not expandable), so that the macros may be strung together sequentially and nested (after a fashion) to achieve rather complex manipulations.
This commit is contained in:
parent
9501b67d61
commit
cefe4b8e40
4 changed files with 30 additions and 0 deletions
10
tex-stringstrings/DESCR
Normal file
10
tex-stringstrings/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
The package provides a large and sundry set of macros for the
|
||||
manipulation of strings. The macros are developed not merely
|
||||
for cosmetic application (such as changing the case of letters
|
||||
and string substitution), but also for programming applications
|
||||
such as character look-ahead, argument parsing, conditional
|
||||
tests on various string conditions, etc. The macros were
|
||||
designed all to be expandable (note that things such as
|
||||
\uppercase and \lowercase are not expandable), so that the
|
||||
macros may be strung together sequentially and nested (after a
|
||||
fashion) to achieve rather complex manipulations.
|
13
tex-stringstrings/Makefile
Normal file
13
tex-stringstrings/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/08/10 20:48:04 yhardy Exp $
|
||||
|
||||
DISTNAME= stringstrings
|
||||
PKGNAME= tex-${DISTNAME}-1.23
|
||||
TEXLIVE_REV= 36203
|
||||
|
||||
TEXLIVE_USE_CTAN= YES
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Extensive array of string manipulation routines for LaTeX
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
tex-stringstrings/PLIST
Normal file
2
tex-stringstrings/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/08/10 20:48:04 yhardy Exp $
|
||||
share/texmf-dist/tex/latex/stringstrings/stringstrings.sty
|
5
tex-stringstrings/distinfo
Normal file
5
tex-stringstrings/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/08/10 20:48:04 yhardy Exp $
|
||||
|
||||
SHA1 (tex-stringstrings-36203/stringstrings.tar.xz) = 8b1c2a0bb198d642a585edb08bc8e826f32a7228
|
||||
RMD160 (tex-stringstrings-36203/stringstrings.tar.xz) = 94dd904f70df8dc7ccb5a55deaa2dde734eb8d9a
|
||||
Size (tex-stringstrings-36203/stringstrings.tar.xz) = 9236 bytes
|
Loading…
Reference in a new issue