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: Tue May 13 09:52:45 UTC 2025
Modified Files:
pkgsrc/print: Makefile
Added Files:
pkgsrc/print/tex-context-chat: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-context-chat-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-context-chat{,-doc}: add verion 2024.08.10
Typeset messenger chats with ConTeXt
To generate a diff of this commit:
cvs rdiff -u -r1.940 -r1.941 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-chat/DESCR \
pkgsrc/print/tex-context-chat/Makefile \
pkgsrc/print/tex-context-chat/PLIST \
pkgsrc/print/tex-context-chat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-chat-doc/DESCR \
pkgsrc/print/tex-context-chat-doc/Makefile \
pkgsrc/print/tex-context-chat-doc/PLIST \
pkgsrc/print/tex-context-chat-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/Makefile
diff -u pkgsrc/print/Makefile:1.940 pkgsrc/print/Makefile:1.941
--- pkgsrc/print/Makefile:1.940 Mon May 12 11:39:47 2025
+++ pkgsrc/print/Makefile Tue May 13 09:52:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.940 2025/05/12 11:39:47 markd Exp $
+# $NetBSD: Makefile,v 1.941 2025/05/13 09:52:44 markd Exp $
#
COMMENT= Desktop publishing
@@ -513,6 +513,8 @@ SUBDIR+= tex-concprog-doc
SUBDIR+= tex-context
SUBDIR+= tex-context-calendar-examples
SUBDIR+= tex-context-calendar-examples-doc
+SUBDIR+= tex-context-chat
+SUBDIR+= tex-context-chat-doc
SUBDIR+= tex-context-collating-marks
SUBDIR+= tex-context-collating-marks-doc
SUBDIR+= tex-context-cyrillicnumbers
Added files:
Index: pkgsrc/print/tex-context-chat/DESCR
diff -u /dev/null pkgsrc/print/tex-context-chat/DESCR:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat/DESCR Tue May 13 09:52:44 2025
@@ -0,0 +1 @@
+Typeset messenger chats with ConTeXt
Index: pkgsrc/print/tex-context-chat/Makefile
diff -u /dev/null pkgsrc/print/tex-context-chat/Makefile:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat/Makefile Tue May 13 09:52:44 2025
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 09:52:44 markd Exp $
+
+DISTNAME= context-chat
+PKGNAME= tex-${DISTNAME}-2024.08.10
+TEXLIVE_REV= 72010
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-chat
+COMMENT= Typeset messenger chats with ConTeXt
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= tex-context-[0-9]*:../../print/tex-context
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-context-chat/PLIST
diff -u /dev/null pkgsrc/print/tex-context-chat/PLIST:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat/PLIST Tue May 13 09:52:44 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 09:52:44 markd Exp $
+share/texmf-dist/tex/context/third/chat/t-chat.mkiv
Index: pkgsrc/print/tex-context-chat/distinfo
diff -u /dev/null pkgsrc/print/tex-context-chat/distinfo:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat/distinfo Tue May 13 09:52:44 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 09:52:44 markd Exp $
+
+BLAKE2s (context-chat.r72010.tar.xz) = f363c9436043790bbacade36b26b1145c4952d97602adb21eae9a3b16a62786e
+SHA512 (context-chat.r72010.tar.xz) = 27b5dceae2d462c2e9c6aee0885163fd69b023b92b5f5f6dd52a30ab842c6e8eda8d690200e3a30bf3608d32e433d785aa8f90a6e83de25b485431e7c21efed1
+Size (context-chat.r72010.tar.xz) = 2284 bytes
Index: pkgsrc/print/tex-context-chat-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-context-chat-doc/DESCR:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat-doc/DESCR Tue May 13 09:52:44 2025
@@ -0,0 +1 @@
+Documentation for tex-context-chat.
Index: pkgsrc/print/tex-context-chat-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-context-chat-doc/Makefile:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat-doc/Makefile Tue May 13 09:52:44 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 09:52:44 markd Exp $
+
+DISTNAME= context-chat.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2024.08.10
+TEXLIVE_REV= 72010
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-chat
+COMMENT= Documentation for tex-context-chat
+LICENSE= gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-context-chat-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-context-chat-doc/PLIST:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat-doc/PLIST Tue May 13 09:52:45 2025
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 09:52:45 markd Exp $
+share/texmf-dist/doc/context/third/chat/LICENSE
+share/texmf-dist/doc/context/third/chat/README.md
+share/texmf-dist/doc/context/third/chat/VERSION
Index: pkgsrc/print/tex-context-chat-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-context-chat-doc/distinfo:1.1
--- /dev/null Tue May 13 09:52:45 2025
+++ pkgsrc/print/tex-context-chat-doc/distinfo Tue May 13 09:52:45 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 09:52:45 markd Exp $
+
+BLAKE2s (context-chat.doc.r72010.tar.xz) = a9b11341a8c15e7f51a68574173b05f9428cec54538e6d4582aa32bfb7d745ce
+SHA512 (context-chat.doc.r72010.tar.xz) = 3e5f06fcb75babfba4f3537cc303f85df5e4b593ebc79b81784618072e372df17c72932e339d126eb9d2586468534904b18ca39473f2b858c7637494c373399b
+Size (context-chat.doc.r72010.tar.xz) = 12576 bytes
Home |
Main Index |
Thread Index |
Old Index