Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 873DC84D3B for ; Tue, 15 Aug 2023 05:39:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9uFGCe4Oq9Oa for ; Tue, 15 Aug 2023 05:39:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E536C84CFA for ; Tue, 15 Aug 2023 05:39:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1C68FBDB; Tue, 15 Aug 2023 05:39:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692077960117250" MIME-Version: 1.0 Date: Tue, 15 Aug 2023 05:39:20 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/print/p5-TeXLive-TLUtils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230815053920.D1C68FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692077960117250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Aug 15 05:39:20 UTC 2023 Added Files: pkgsrc/print/p5-TeXLive-TLUtils: DESCR Makefile PLIST distinfo Log Message: print/p5-TeXLive-TLUtils: import p5-TeXLive-TLUtils-0.66420 TeXLive install utility To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/print/p5-TeXLive-TLUtils/DESCR \ pkgsrc/print/p5-TeXLive-TLUtils/Makefile \ pkgsrc/print/p5-TeXLive-TLUtils/PLIST \ pkgsrc/print/p5-TeXLive-TLUtils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692077960117250 Content-Disposition: inline Content-Length: 2263 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/print/p5-TeXLive-TLUtils/DESCR diff -u /dev/null pkgsrc/print/p5-TeXLive-TLUtils/DESCR:1.1 --- /dev/null Tue Aug 15 05:39:20 2023 +++ pkgsrc/print/p5-TeXLive-TLUtils/DESCR Tue Aug 15 05:39:20 2023 @@ -0,0 +1 @@ +TeXLive install utility Index: pkgsrc/print/p5-TeXLive-TLUtils/Makefile diff -u /dev/null pkgsrc/print/p5-TeXLive-TLUtils/Makefile:1.1 --- /dev/null Tue Aug 15 05:39:20 2023 +++ pkgsrc/print/p5-TeXLive-TLUtils/Makefile Tue Aug 15 05:39:20 2023 @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2023/08/15 05:39:20 mef Exp $ + +VERSION= 0.66420 +DISTNAME= TLUtils +PKGNAME= p5-TeXLive-${DISTNAME}-${VERSION} +CATEGORIES= print +MASTER_SITES= http://tug.ctan.org/systems/texlive/tlnet/tlpkg/TeXLive/ +EXTRACT_SUFX= .pm +DIST_SUBDIR= TLUtils-${VERSION} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://tug.ctan.org/systems/texlive/tlnet/tlpkg/TeXLive/ +COMMENT= TeXLive Install Utilities +LICENSE= gnu-gpl-v2 + +NO_BUILD= yes +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PERL5_INSTALLVENDORLIB} + ${INSTALL_DATA_DIR} ${DESTDIR}${PERL5_INSTALLVENDORLIB}/TeXLive + cd ${WRKSRC}; ${INSTALL_DATA} TLUtils.pm ${DESTDIR}${PERL5_INSTALLVENDORLIB}/TeXLive + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/p5-TeXLive-TLUtils/PLIST diff -u /dev/null pkgsrc/print/p5-TeXLive-TLUtils/PLIST:1.1 --- /dev/null Tue Aug 15 05:39:20 2023 +++ pkgsrc/print/p5-TeXLive-TLUtils/PLIST Tue Aug 15 05:39:20 2023 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2023/08/15 05:39:20 mef Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TLUtils.pm Index: pkgsrc/print/p5-TeXLive-TLUtils/distinfo diff -u /dev/null pkgsrc/print/p5-TeXLive-TLUtils/distinfo:1.1 --- /dev/null Tue Aug 15 05:39:20 2023 +++ pkgsrc/print/p5-TeXLive-TLUtils/distinfo Tue Aug 15 05:39:20 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/08/15 05:39:20 mef Exp $ + +BLAKE2s (TLUtils-0.66420/TLUtils.pm) = 7b7c34413ba6c867b36f5e844674f22a1bf3d28e0ce7c6decf7774667abaec9f +SHA512 (TLUtils-0.66420/TLUtils.pm) = a60cc440cd64d69fb28a6ad6a3ff5b492966a493dc928c9c6b6f746bc1574753456ee54892c6f63bce1253fd4a7b4e07a317497f923945f50504a371594eb873 +Size (TLUtils-0.66420/TLUtils.pm) = 157402 bytes --_----------=_1692077960117250--