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: Sun May 11 00:14:04 UTC 2025
Modified Files:
pkgsrc/print/tex-xcomment: Makefile PLIST distinfo
pkgsrc/print/tex-xcomment-doc: Makefile PLIST distinfo
Log Message:
tex-xcomment{,-doc}: update to 1.40
- removed the wrapper file xcomment.sty
- renamed xcomment.tex to xcomment.sty to make it latex compatible (hv)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-xcomment/Makefile \
pkgsrc/print/tex-xcomment/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-xcomment/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-xcomment-doc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-xcomment-doc/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-xcomment-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-xcomment/Makefile
diff -u pkgsrc/print/tex-xcomment/Makefile:1.4 pkgsrc/print/tex-xcomment/Makefile:1.5
--- pkgsrc/print/tex-xcomment/Makefile:1.4 Fri Dec 6 20:23:44 2019
+++ pkgsrc/print/tex-xcomment/Makefile Sun May 11 00:14:04 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2019/12/06 20:23:44 markd Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/11 00:14:04 markd Exp $
DISTNAME= xcomment
-PKGNAME= tex-${DISTNAME}-1.3
-TEXLIVE_REV= 20031
+PKGNAME= tex-${DISTNAME}-1.40
+TEXLIVE_REV= 72759
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Allows selected environments to be included/excluded
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-xcomment/distinfo
diff -u pkgsrc/print/tex-xcomment/distinfo:1.4 pkgsrc/print/tex-xcomment/distinfo:1.5
--- pkgsrc/print/tex-xcomment/distinfo:1.4 Tue Oct 26 11:15:07 2021
+++ pkgsrc/print/tex-xcomment/distinfo Sun May 11 00:14:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:15:07 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/05/11 00:14:04 markd Exp $
-BLAKE2s (tex-xcomment-20031/xcomment.tar.xz) = 9af17b9234a4ab5a841d63c5421209acfaef269cb3f62bab2d8961497bb200b4
-SHA512 (tex-xcomment-20031/xcomment.tar.xz) = a5354472d86a8787dc083941e8ae8dc90307512451d0763d45140e5b629ce1b21fdc3de7d1f5ec96daa504b7fe3e73172383edbe44ac997b34f6540c65a5a894
-Size (tex-xcomment-20031/xcomment.tar.xz) = 2336 bytes
+BLAKE2s (xcomment.r72759.tar.xz) = d4551497786120d4101df887c3714bcf4bd77015bca7a2d49aed7b35b9808737
+SHA512 (xcomment.r72759.tar.xz) = e27b253d0ff8bd8c9eaf07c272cbb9017dab30bc1f1542f0f00e5d1f29cdca36c1fd1ea65c71310aba6395f49578385eb92b47075a371d65e89c6523ae97800c
+Size (xcomment.r72759.tar.xz) = 2280 bytes
Index: pkgsrc/print/tex-xcomment/PLIST
diff -u pkgsrc/print/tex-xcomment/PLIST:1.1.1.1 pkgsrc/print/tex-xcomment/PLIST:1.2
--- pkgsrc/print/tex-xcomment/PLIST:1.1.1.1 Sun Sep 18 00:28:57 2011
+++ pkgsrc/print/tex-xcomment/PLIST Sun May 11 00:14:04 2025
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $
-share/texmf-dist/tex/generic/xcomment/xcomment.sty
-share/texmf-dist/tex/generic/xcomment/xcomment.tex
+@comment $NetBSD: PLIST,v 1.2 2025/05/11 00:14:04 markd Exp $
+share/texmf-dist/tex/latex/xcomment/xcomment.sty
Index: pkgsrc/print/tex-xcomment-doc/Makefile
diff -u pkgsrc/print/tex-xcomment-doc/Makefile:1.3 pkgsrc/print/tex-xcomment-doc/Makefile:1.4
--- pkgsrc/print/tex-xcomment-doc/Makefile:1.3 Fri Dec 6 20:23:44 2019
+++ pkgsrc/print/tex-xcomment-doc/Makefile Sun May 11 00:14:04 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2019/12/06 20:23:44 markd Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/11 00:14:04 markd Exp $
DISTNAME= xcomment.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.3
-TEXLIVE_REV= 20031
+PKGNAME= tex-${DISTNAME:S/./-/}-1.40
+TEXLIVE_REV= 72759
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Documentation for tex-xcomment
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-xcomment-doc/PLIST
diff -u pkgsrc/print/tex-xcomment-doc/PLIST:1.1.1.1 pkgsrc/print/tex-xcomment-doc/PLIST:1.2
--- pkgsrc/print/tex-xcomment-doc/PLIST:1.1.1.1 Sun Sep 18 00:29:11 2011
+++ pkgsrc/print/tex-xcomment-doc/PLIST Sun May 11 00:14:04 2025
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:29:11 minskim Exp $
-share/texmf-dist/doc/generic/xcomment/Changes
-share/texmf-dist/doc/generic/xcomment/Makefile
-share/texmf-dist/doc/generic/xcomment/README
-share/texmf-dist/doc/generic/xcomment/xcomment-doc.pdf
-share/texmf-dist/doc/generic/xcomment/xcomment-doc.tex
+@comment $NetBSD: PLIST,v 1.2 2025/05/11 00:14:04 markd Exp $
+share/texmf-dist/doc/latex/xcomment/Changes
+share/texmf-dist/doc/latex/xcomment/README
+share/texmf-dist/doc/latex/xcomment/xcomment-doc.pdf
+share/texmf-dist/doc/latex/xcomment/xcomment-doc.tex
Index: pkgsrc/print/tex-xcomment-doc/distinfo
diff -u pkgsrc/print/tex-xcomment-doc/distinfo:1.4 pkgsrc/print/tex-xcomment-doc/distinfo:1.5
--- pkgsrc/print/tex-xcomment-doc/distinfo:1.4 Tue Oct 26 11:15:08 2021
+++ pkgsrc/print/tex-xcomment-doc/distinfo Sun May 11 00:14:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:15:08 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/05/11 00:14:04 markd Exp $
-BLAKE2s (tex-xcomment-20031/xcomment.doc.tar.xz) = caae202fcc6df5759d5b24366c47c8f8ae98fc0851d03830307c6495953c3a52
-SHA512 (tex-xcomment-20031/xcomment.doc.tar.xz) = 48006ab224c260d956077bb3037dd5c975cd2e28a20566c745a7c056d1aae1ff51f1197d6ed5b7b5325f5130b9f32d51ece40a34dab2c5940494fffdce7ec498
-Size (tex-xcomment-20031/xcomment.doc.tar.xz) = 81512 bytes
+BLAKE2s (xcomment.doc.r72759.tar.xz) = 46d5767ba36c3b5deaf0e1d3cca3a510fe97da00046f0b3ea42ef8aa0f3102c8
+SHA512 (xcomment.doc.r72759.tar.xz) = 97bd8874c11f26b7c06408dd3a50d36c0be5e1e50ab52005335ddb4754e0aa0064f450057d2105b05a181c2d9f94a65dac54e71fc3aa4d83a140e3ae8c1d43bb
+Size (xcomment.doc.r72759.tar.xz) = 65360 bytes
Home |
Main Index |
Thread Index |
Old Index