pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Feb 15 19:40:37 UTC 2024

Modified Files:
        pkgsrc/graphics/tex-pst-osci: Makefile distinfo
        pkgsrc/graphics/tex-pst-osci-doc: Makefile PLIST distinfo

Log Message:
tex-pst-osci{,-doc}: update to 2.82b

changes unknown


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/tex-pst-osci/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/tex-pst-osci/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/tex-pst-osci-doc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/tex-pst-osci-doc/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/tex-pst-osci-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/graphics/tex-pst-osci/Makefile
diff -u pkgsrc/graphics/tex-pst-osci/Makefile:1.3 pkgsrc/graphics/tex-pst-osci/Makefile:1.4
--- pkgsrc/graphics/tex-pst-osci/Makefile:1.3   Fri Dec  6 20:04:34 2019
+++ pkgsrc/graphics/tex-pst-osci/Makefile       Thu Feb 15 19:40:37 2024
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2019/12/06 20:04:34 markd Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/15 19:40:37 markd Exp $
 
 DISTNAME=      pst-osci
-PKGNAME=       tex-${DISTNAME}-2.82
-TEXLIVE_REV=   15878
+PKGNAME=       tex-${DISTNAME}-2.82b
+TEXLIVE_REV=   68781
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pst-osci
 COMMENT=       Oscgons with PSTricks
 LICENSE=       lppl-1.3c
 
@@ -12,6 +13,5 @@ DEPENDS+=     tex-multido-[0-9]*:../../devel
 DEPENDS+=      tex-pst-node-[0-9]*:../../graphics/tex-pst-node
 DEPENDS+=      tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/tex-pst-osci/distinfo
diff -u pkgsrc/graphics/tex-pst-osci/distinfo:1.4 pkgsrc/graphics/tex-pst-osci/distinfo:1.5
--- pkgsrc/graphics/tex-pst-osci/distinfo:1.4   Tue Oct 26 10:47:11 2021
+++ pkgsrc/graphics/tex-pst-osci/distinfo       Thu Feb 15 19:40:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:11 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/02/15 19:40:37 markd Exp $
 
-BLAKE2s (tex-pst-osci-15878/pst-osci.tar.xz) = 0cb77b11c9545ecfed11bcb57a2feeb1d53c0b13436609068ad12781ab46fc4c
-SHA512 (tex-pst-osci-15878/pst-osci.tar.xz) = 7726056d9d3cf05064ef8272d5057d84fd84478c830e8ac1e86b7c96c04ea8390bab7a728d4e6c256268be78ddefa6a11b9a329df674bafae739bc8411a252d5
-Size (tex-pst-osci-15878/pst-osci.tar.xz) = 3416 bytes
+BLAKE2s (pst-osci.r68781.tar.xz) = ed1b609c88e7d240cd60c36c99d6a1ad0893af534b9143911b390ae28d80bc26
+SHA512 (pst-osci.r68781.tar.xz) = c888d41f7e14cf311b359fd37aa0557fc9fc639b76dd5db782099f6d307c4e5e3214df2a670fcdd3625818e461c34ccc0e50ba617714e58aced1c71b484b63d8
+Size (pst-osci.r68781.tar.xz) = 3420 bytes

Index: pkgsrc/graphics/tex-pst-osci-doc/Makefile
diff -u pkgsrc/graphics/tex-pst-osci-doc/Makefile:1.3 pkgsrc/graphics/tex-pst-osci-doc/Makefile:1.4
--- pkgsrc/graphics/tex-pst-osci-doc/Makefile:1.3       Fri Dec  6 20:04:34 2019
+++ pkgsrc/graphics/tex-pst-osci-doc/Makefile   Thu Feb 15 19:40:37 2024
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2019/12/06 20:04:34 markd Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/15 19:40:37 markd Exp $
 
 DISTNAME=      pst-osci.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.82
-TEXLIVE_REV=   15878
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.82b
+TEXLIVE_REV=   68781
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pst-osci
 COMMENT=       Documentation for tex-pst-osci
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/tex-pst-osci-doc/PLIST
diff -u pkgsrc/graphics/tex-pst-osci-doc/PLIST:1.1.1.1 pkgsrc/graphics/tex-pst-osci-doc/PLIST:1.2
--- pkgsrc/graphics/tex-pst-osci-doc/PLIST:1.1.1.1      Fri Mar 18 21:39:14 2011
+++ pkgsrc/graphics/tex-pst-osci-doc/PLIST      Thu Feb 15 19:40:37 2024
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:39:14 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/15 19:40:37 markd Exp $
 share/texmf-dist/doc/generic/pst-osci/Changes
 share/texmf-dist/doc/generic/pst-osci/README
-share/texmf-dist/doc/generic/pst-osci/oscilloscope.pdf
-share/texmf-dist/doc/generic/pst-osci/oscilloscope.tex
 share/texmf-dist/doc/generic/pst-osci/pst-osci-doc.pdf
 share/texmf-dist/doc/generic/pst-osci/pst-osci-doc.tex

Index: pkgsrc/graphics/tex-pst-osci-doc/distinfo
diff -u pkgsrc/graphics/tex-pst-osci-doc/distinfo:1.4 pkgsrc/graphics/tex-pst-osci-doc/distinfo:1.5
--- pkgsrc/graphics/tex-pst-osci-doc/distinfo:1.4       Tue Oct 26 10:47:12 2021
+++ pkgsrc/graphics/tex-pst-osci-doc/distinfo   Thu Feb 15 19:40:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:12 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/02/15 19:40:37 markd Exp $
 
-BLAKE2s (tex-pst-osci-15878/pst-osci.doc.tar.xz) = 3274c182563a762ac8c5d084570b9d4cf921b330c4b09bb68714179f1f0c6fc3
-SHA512 (tex-pst-osci-15878/pst-osci.doc.tar.xz) = a879b8045296ad4dc9a1e34c7ebbc2c6450fcefe7d85f4c00b72c7fbf56f7943e04a2d09c3e57e6faf5867ad4718bcd95ef29a84a150d49829b074ef006045b7
-Size (tex-pst-osci-15878/pst-osci.doc.tar.xz) = 1332904 bytes
+BLAKE2s (pst-osci.doc.r68781.tar.xz) = c32c6dbe66dce0079a87792c6e783e4156209f4ed22bc5be75ccd8ba3090c132
+SHA512 (pst-osci.doc.r68781.tar.xz) = 5abb2eb53cb6cf1492c9bfad164ef8ed1088e6b6cbe1f0af6bf0ec10b34de3c5b17163e2bcfa52bf0b4394f3945887ed0e532fdc6a8497189325d10db50f4577
+Size (pst-osci.doc.r68781.tar.xz) = 1664720 bytes



Home | Main Index | Thread Index | Old Index