Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2D4301A9239 for ; Mon, 18 Apr 2022 03:45:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2CAE384EB4; Mon, 18 Apr 2022 03:45:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 679CC84E5A for ; Mon, 18 Apr 2022 03:45:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id X1nplFzNVE0a for ; Mon, 18 Apr 2022 03:45:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7219284CE9 for ; Mon, 18 Apr 2022 03:45:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BA5BFB19; Mon, 18 Apr 2022 03:45:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650253500188580" MIME-Version: 1.0 Date: Mon, 18 Apr 2022 03:45:00 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220418034500.6BA5BFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650253500188580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 18 03:45:00 UTC 2022 Modified Files: pkgsrc/print: Makefile Added Files: pkgsrc/print/tex-classicthesis: DESCR Makefile PLIST distinfo pkgsrc/print/tex-classicthesis-doc: DESCR Makefile PLIST distinfo Log Message: tex-classicthesis{,-doc}: Add version 4.6 This package provides an elegant layout designed in homage to Bringhurst's "The Elements of Typographic Style". It makes use of a range of techniques to get the best results achievable using TeX. Included in the bundle are templates to make thesis writing easier. To generate a diff of this commit: cvs rdiff -u -r1.846 -r1.847 pkgsrc/print/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-classicthesis/DESCR \ pkgsrc/print/tex-classicthesis/Makefile \ pkgsrc/print/tex-classicthesis/PLIST \ pkgsrc/print/tex-classicthesis/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-classicthesis-doc/DESCR \ pkgsrc/print/tex-classicthesis-doc/Makefile \ pkgsrc/print/tex-classicthesis-doc/PLIST \ pkgsrc/print/tex-classicthesis-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650253500188580 Content-Disposition: inline Content-Length: 8097 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.846 pkgsrc/print/Makefile:1.847 --- pkgsrc/print/Makefile:1.846 Mon Apr 18 03:42:00 2022 +++ pkgsrc/print/Makefile Mon Apr 18 03:44:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.846 2022/04/18 03:42:00 markd Exp $ +# $NetBSD: Makefile,v 1.847 2022/04/18 03:44:59 markd Exp $ # COMMENT= Desktop publishing @@ -461,6 +461,8 @@ SUBDIR+= tex-cjkpunct SUBDIR+= tex-cjkpunct-doc SUBDIR+= tex-cjkutils SUBDIR+= tex-cjkutils-doc +SUBDIR+= tex-classicthesis +SUBDIR+= tex-classicthesis-doc SUBDIR+= tex-classpack SUBDIR+= tex-classpack-doc SUBDIR+= tex-cleveref Added files: Index: pkgsrc/print/tex-classicthesis/DESCR diff -u /dev/null pkgsrc/print/tex-classicthesis/DESCR:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis/DESCR Mon Apr 18 03:45:00 2022 @@ -0,0 +1,5 @@ +This package provides an elegant layout designed in homage to +Bringhurst's "The Elements of Typographic Style". It makes use +of a range of techniques to get the best results achievable +using TeX. Included in the bundle are templates to make thesis +writing easier. Index: pkgsrc/print/tex-classicthesis/Makefile diff -u /dev/null pkgsrc/print/tex-classicthesis/Makefile:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis/Makefile Mon Apr 18 03:45:00 2022 @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 03:45:00 markd Exp $ + +DISTNAME= classicthesis +PKGNAME= tex-${DISTNAME}-4.6 +TEXLIVE_REV= 48041 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/classicthesis +COMMENT= "Classically styled" thesis package +LICENSE= gnu-gpl-v2 + +DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs +DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption +DEPENDS+= tex-eulervm-[0-9]*:../../fonts/tex-eulervm +DEPENDS+= tex-footmisc-[0-9]*:../../print/tex-footmisc +DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script +DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions +DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings +DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype +DEPENDS+= tex-mparhack-[0-9]*:../../print/tex-mparhack +DEPENDS+= tex-prelim2e-[0-9]*:../../print/tex-prelim2e +DEPENDS+= tex-textcase-[0-9]*:../../print/tex-textcase +DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-classicthesis/PLIST diff -u /dev/null pkgsrc/print/tex-classicthesis/PLIST:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis/PLIST Mon Apr 18 03:45:00 2022 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:45:00 markd Exp $ +share/texmf-dist/tex/latex/classicthesis/classicthesis-arsclassica.sty +share/texmf-dist/tex/latex/classicthesis/classicthesis.sty Index: pkgsrc/print/tex-classicthesis/distinfo diff -u /dev/null pkgsrc/print/tex-classicthesis/distinfo:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis/distinfo Mon Apr 18 03:45:00 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 03:45:00 markd Exp $ + +BLAKE2s (classicthesis.r48041.tar.xz) = bdcc29e2f85bbb278450810691f0d3187621ad75f4e2e495027416851111d6d7 +SHA512 (classicthesis.r48041.tar.xz) = 9a8c0c9ad0d97f187cf66679613514000324a72d2745c1026889b73e5981e0dcf36f388a0bf630f5ab35d28a39ae50ac842db28c214442ccfd987ff2c132ce7b +Size (classicthesis.r48041.tar.xz) = 8944 bytes Index: pkgsrc/print/tex-classicthesis-doc/DESCR diff -u /dev/null pkgsrc/print/tex-classicthesis-doc/DESCR:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis-doc/DESCR Mon Apr 18 03:45:00 2022 @@ -0,0 +1 @@ +Documentation for tex-classicthesis. Index: pkgsrc/print/tex-classicthesis-doc/Makefile diff -u /dev/null pkgsrc/print/tex-classicthesis-doc/Makefile:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis-doc/Makefile Mon Apr 18 03:45:00 2022 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2022/04/18 03:45:00 markd Exp $ + +DISTNAME= classicthesis.doc +PKGNAME= tex-${DISTNAME:S/./-/}-4.6 +TEXLIVE_REV= 48041 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/classicthesis +COMMENT= Documentation for tex-classicthesis +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-classicthesis-doc/PLIST diff -u /dev/null pkgsrc/print/tex-classicthesis-doc/PLIST:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis-doc/PLIST Mon Apr 18 03:45:00 2022 @@ -0,0 +1,42 @@ +@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:45:00 markd Exp $ +share/texmf-dist/doc/latex/classicthesis/AMiede_Publications.bib +share/texmf-dist/doc/latex/classicthesis/Bibliography.bib +share/texmf-dist/doc/latex/classicthesis/CHANGES +share/texmf-dist/doc/latex/classicthesis/COPYING +share/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex +share/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex +share/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex +share/texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex +share/texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf +share/texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp +share/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex +share/texmf-dist/doc/latex/classicthesis/ClassicThesis.tps +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.pdf +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf +share/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Abstract.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Colophon.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publications.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex +share/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex +share/texmf-dist/doc/latex/classicthesis/LISTOFFILES +share/texmf-dist/doc/latex/classicthesis/README +share/texmf-dist/doc/latex/classicthesis/classicthesis-config.tex +share/texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf +share/texmf-dist/doc/latex/classicthesis/gfx/example_1.jpg +share/texmf-dist/doc/latex/classicthesis/gfx/example_2.jpg +share/texmf-dist/doc/latex/classicthesis/gfx/example_3.jpg +share/texmf-dist/doc/latex/classicthesis/gfx/example_4.jpg Index: pkgsrc/print/tex-classicthesis-doc/distinfo diff -u /dev/null pkgsrc/print/tex-classicthesis-doc/distinfo:1.1 --- /dev/null Mon Apr 18 03:45:00 2022 +++ pkgsrc/print/tex-classicthesis-doc/distinfo Mon Apr 18 03:45:00 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/18 03:45:00 markd Exp $ + +BLAKE2s (classicthesis.doc.r48041.tar.xz) = 6f56a32bbd23e51bce5dc5ac35cc233b2c89064cdfc68a8a1684dfed14717833 +SHA512 (classicthesis.doc.r48041.tar.xz) = 3eb82d6c0f951a060e56c763e90ec842d1692326501f538d71780f4a0981edfda33b0ac0b5d00ccded7d3273fa69d4dd5d4a9c3557d9a69e1c3bc17375fbf43b +Size (classicthesis.doc.r48041.tar.xz) = 521304 bytes --_----------=_1650253500188580--