pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jan 22 11:46:50 UTC 2019

Added Files:
        pkgsrc/print/tex-listofitems: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-listofitems-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-listofitems{,-doc}: Add version 1.6

This simple package is designed to read a list of items whose
parsing character may be selected by the user. Once the list is
read, its items are stored in a structure that behaves as a
dimensioned array. As such, it becomes very easy to access an
item in the list by its number. For example, if the list is
stored in the macro \foo, the item #3 is designated by \foo[3].
A component may, in turn, be a list with a parsing delimiter
different from the parent list, paving the way for nesting and
employing a syntax reminiscent of an array of several
dimensions of the type \foo[3,2] to access the item #2 of the
list contained within the item #3 of the top-tier list.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-listofitems/DESCR \
    pkgsrc/print/tex-listofitems/Makefile pkgsrc/print/tex-listofitems/PLIST \
    pkgsrc/print/tex-listofitems/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-listofitems-doc/DESCR \
    pkgsrc/print/tex-listofitems-doc/Makefile \
    pkgsrc/print/tex-listofitems-doc/PLIST \
    pkgsrc/print/tex-listofitems-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/tex-listofitems/DESCR
diff -u /dev/null pkgsrc/print/tex-listofitems/DESCR:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems/DESCR  Tue Jan 22 11:46:50 2019
@@ -0,0 +1,11 @@
+This simple package is designed to read a list of items whose
+parsing character may be selected by the user. Once the list is
+read, its items are stored in a structure that behaves as a
+dimensioned array. As such, it becomes very easy to access an
+item in the list by its number. For example, if the list is
+stored in the macro \foo, the item #3 is designated by \foo[3].
+A component may, in turn, be a list with a parsing delimiter
+different from the parent list, paving the way for nesting and
+employing a syntax reminiscent of an array of several
+dimensions of the type \foo[3,2] to access the item #2 of the
+list contained within the item #3 of the top-tier list.
Index: pkgsrc/print/tex-listofitems/Makefile
diff -u /dev/null pkgsrc/print/tex-listofitems/Makefile:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems/Makefile       Tue Jan 22 11:46:50 2019
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/01/22 11:46:50 markd Exp $
+
+DISTNAME=      listofitems
+PKGNAME=       tex-${DISTNAME}-1.6
+TEXLIVE_REV=   49044
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/listofitems
+COMMENT=       Grab items in lists using user-specified sep char
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-listofitems/PLIST
diff -u /dev/null pkgsrc/print/tex-listofitems/PLIST:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems/PLIST  Tue Jan 22 11:46:50 2019
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/22 11:46:50 markd Exp $
+share/texmf-dist/tex/generic/listofitems/listofitems.sty
+share/texmf-dist/tex/generic/listofitems/listofitems.tex
Index: pkgsrc/print/tex-listofitems/distinfo
diff -u /dev/null pkgsrc/print/tex-listofitems/distinfo:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems/distinfo       Tue Jan 22 11:46:50 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/22 11:46:50 markd Exp $
+
+SHA1 (tex-listofitems-49044/listofitems.tar.xz) = 2d6fba781e05eae8d2ef1bace9f0af5125cf8089
+RMD160 (tex-listofitems-49044/listofitems.tar.xz) = 82017313e2cd69364aad95c2bc0118f25b6dccac
+SHA512 (tex-listofitems-49044/listofitems.tar.xz) = b82286f0adfd4f6be0ff4e4974dc1054a1d9924b743b07e6c44453f1cc25cbc41e54eaeed6a10236706ac2f5578dfcd89e56a8eb86087bca81def600ce6560b4
+Size (tex-listofitems-49044/listofitems.tar.xz) = 7044 bytes

Index: pkgsrc/print/tex-listofitems-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-listofitems-doc/DESCR:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems-doc/DESCR      Tue Jan 22 11:46:50 2019
@@ -0,0 +1 @@
+Documentation for tex-listofitems.
Index: pkgsrc/print/tex-listofitems-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-listofitems-doc/Makefile:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems-doc/Makefile   Tue Jan 22 11:46:50 2019
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/01/22 11:46:50 markd Exp $
+
+DISTNAME=      listofitems.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.6
+TEXLIVE_REV=   49044
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/listofitems
+COMMENT=       Documentation for tex-listofitems
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-listofitems-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-listofitems-doc/PLIST:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems-doc/PLIST      Tue Jan 22 11:46:50 2019
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/22 11:46:50 markd Exp $
+share/texmf-dist/doc/generic/listofitems/README
+share/texmf-dist/doc/generic/listofitems/listofitems-en.pdf
+share/texmf-dist/doc/generic/listofitems/listofitems-en.tex
+share/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf
+share/texmf-dist/doc/generic/listofitems/listofitems-fr.tex
Index: pkgsrc/print/tex-listofitems-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-listofitems-doc/distinfo:1.1
--- /dev/null   Tue Jan 22 11:46:50 2019
+++ pkgsrc/print/tex-listofitems-doc/distinfo   Tue Jan 22 11:46:50 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/22 11:46:50 markd Exp $
+
+SHA1 (tex-listofitems-49044/listofitems.doc.tar.xz) = f9762b66c04f0731ca343a041f08f530b93cda2e
+RMD160 (tex-listofitems-49044/listofitems.doc.tar.xz) = f1b577f22bc3f39335ad321cebd5d9f5367a31a4
+SHA512 (tex-listofitems-49044/listofitems.doc.tar.xz) = 889924a2b94396853003ba1d1f55352b1fd62a1f28c77d75fe79008bd0c4cca819dbc8291848e7102ea715b6c58239308eaf83212e9f5c955e1a973819e8c2d1
+Size (tex-listofitems-49044/listofitems.doc.tar.xz) = 797444 bytes



Home | Main Index | Thread Index | Old Index