Fri Apr 9 21:53:54 2010 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(markd)
diff -r0 -r1.1.1.1 pkgsrc/print/tex-substr/distinfo
diff -r0 -r1.1.1.1 pkgsrc/print/tex-substr/PLIST
diff -r0 -r1.1.1.1 pkgsrc/print/tex-substr/Makefile
diff -r0 -r1.1.1.1 pkgsrc/print/tex-substr/DESCR

File Added: pkgsrc/print/tex-substr/distinfo
$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

File Added: pkgsrc/print/tex-substr/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 21:53:53 markd Exp $
share/texmf-dist/tex/latex/substr/substr.sty

File Added: pkgsrc/print/tex-substr/Makefile
# $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"

File Added: pkgsrc/print/tex-substr/DESCR
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.