pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc tex-outline: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35c3c99fd0c7
branches:  trunk
changeset: 337811:35c3c99fd0c7
user:      brook <brook%pkgsrc.org@localhost>
date:      Tue Aug 13 02:29:53 2019 +0000

description:
tex-outline: initial commit

The package defines an outline environment, which provides
facilities similar to enumerate, but up to 6 levels deep.

diffstat:

 doc/CHANGES-2019           |   3 ++-
 print/Makefile             |   3 ++-
 print/tex-outline/DESCR    |   2 ++
 print/tex-outline/Makefile |  13 +++++++++++++
 print/tex-outline/PLIST    |   2 ++
 print/tex-outline/distinfo |   6 ++++++
 6 files changed, 27 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r 43f1310378b6 -r 35c3c99fd0c7 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Tue Aug 13 02:27:23 2019 +0000
+++ b/doc/CHANGES-2019  Tue Aug 13 02:29:53 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3411 2019/08/13 02:27:23 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3412 2019/08/13 02:29:53 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5619,3 +5619,4 @@
        Added print/tex-beamerposter-doc version 1.13 [brook 2019-08-13]
        Added print/tex-nfssext-cfr version 2019 [brook 2019-08-13]
        Added print/tex-nfssext-cfr-doc version 2019 [brook 2019-08-13]
+       Added print/tex-outline version 2019 [brook 2019-08-13]
diff -r 43f1310378b6 -r 35c3c99fd0c7 print/Makefile
--- a/print/Makefile    Tue Aug 13 02:27:23 2019 +0000
+++ b/print/Makefile    Tue Aug 13 02:29:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.740 2019/08/13 02:27:23 brook Exp $
+# $NetBSD: Makefile,v 1.741 2019/08/13 02:29:53 brook Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1025,6 +1025,7 @@
 SUBDIR+=       tex-otibet-doc
 SUBDIR+=       tex-oubraces
 SUBDIR+=       tex-oubraces-doc
+SUBDIR+=       tex-outline
 SUBDIR+=       tex-overpic
 SUBDIR+=       tex-pagenote
 SUBDIR+=       tex-pagenote-doc
diff -r 43f1310378b6 -r 35c3c99fd0c7 print/tex-outline/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-outline/DESCR   Tue Aug 13 02:29:53 2019 +0000
@@ -0,0 +1,2 @@
+The package defines an outline environment, which provides
+facilities similar to enumerate, but up to 6 levels deep.
diff -r 43f1310378b6 -r 35c3c99fd0c7 print/tex-outline/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-outline/Makefile        Tue Aug 13 02:29:53 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 02:29:53 brook Exp $
+
+DISTNAME=      outline
+PKGNAME=       tex-${DISTNAME}-2019
+TEXLIVE_REV=   18360
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/outline
+COMMENT=       List environment for making outlines
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 43f1310378b6 -r 35c3c99fd0c7 print/tex-outline/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-outline/PLIST   Tue Aug 13 02:29:53 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/13 02:29:53 brook Exp $
+share/texmf-dist/tex/latex/outline/outline.sty
diff -r 43f1310378b6 -r 35c3c99fd0c7 print/tex-outline/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-outline/distinfo        Tue Aug 13 02:29:53 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/13 02:29:53 brook Exp $
+
+SHA1 (tex-outline-18360/outline.tar.xz) = b27441d08a312cc76a667741ef70c016c7a8b3a2
+RMD160 (tex-outline-18360/outline.tar.xz) = 9ff5dbdd522e2b7be753594a3ac2f37bdd20fcc9
+SHA512 (tex-outline-18360/outline.tar.xz) = ccfb49c4e035f0d246f00aae56efa9d6570ad3997c44e2bf70588ce67a0bc3fb7bccff19b65629fb27158b0156a9802d97ea1f8edf6f4494f644f40df5d97118
+Size (tex-outline-18360/outline.tar.xz) = 1528 bytes



Home | Main Index | Thread Index | Old Index