From 196561e9c63326254ac0e1e57f64b6760833a812 Mon Sep 17 00:00:00 2001 From: markd Date: Fri, 9 Apr 2010 21:53:53 +0000 Subject: 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. --- print/tex-substr/DESCR | 5 +++++ print/tex-substr/Makefile | 11 +++++++++++ print/tex-substr/PLIST | 2 ++ print/tex-substr/distinfo | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 print/tex-substr/DESCR create mode 100644 print/tex-substr/Makefile create mode 100644 print/tex-substr/PLIST create mode 100644 print/tex-substr/distinfo 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 -- cgit v1.2.3