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:           Sat Jun 17 12:03:06 UTC 2023

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-ptlatexcommands: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-ptlatexcommands-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-ptlatexcommands{,-doc}: add version 0.1

This package transforms common commands used in LaTeX to
commands in Portuguese.


To generate a diff of this commit:
cvs rdiff -u -r1.910 -r1.911 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-ptlatexcommands/DESCR \
    pkgsrc/print/tex-ptlatexcommands/Makefile \
    pkgsrc/print/tex-ptlatexcommands/PLIST \
    pkgsrc/print/tex-ptlatexcommands/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-ptlatexcommands-doc/DESCR \
    pkgsrc/print/tex-ptlatexcommands-doc/Makefile \
    pkgsrc/print/tex-ptlatexcommands-doc/PLIST \
    pkgsrc/print/tex-ptlatexcommands-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.910 pkgsrc/print/Makefile:1.911
--- pkgsrc/print/Makefile:1.910 Sat Jun 17 10:53:12 2023
+++ pkgsrc/print/Makefile       Sat Jun 17 12:03:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.910 2023/06/17 10:53:12 markd Exp $
+# $NetBSD: Makefile,v 1.911 2023/06/17 12:03:06 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1398,6 +1398,8 @@ SUBDIR+=  tex-ptex-base
 SUBDIR+=       tex-ptex-base-doc
 SUBDIR+=       tex-ptex2pdf
 SUBDIR+=       tex-ptex2pdf-doc
+SUBDIR+=       tex-ptlatexcommands
+SUBDIR+=       tex-ptlatexcommands-doc
 SUBDIR+=       tex-pxbase
 SUBDIR+=       tex-pxbase-doc
 SUBDIR+=       tex-pxcjkcat

Added files:

Index: pkgsrc/print/tex-ptlatexcommands/DESCR
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands/DESCR:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands/DESCR      Sat Jun 17 12:03:06 2023
@@ -0,0 +1,2 @@
+This package transforms common commands used in LaTeX to
+commands in Portuguese.
Index: pkgsrc/print/tex-ptlatexcommands/Makefile
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands/Makefile:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands/Makefile   Sat Jun 17 12:03:06 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 12:03:06 markd Exp $
+
+DISTNAME=      ptlatexcommands
+PKGNAME=       tex-${DISTNAME}-0.1
+TEXLIVE_REV=   67125
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/ptlatexcommands
+COMMENT=       LaTeX to commands in Portuguese
+LICENSE=       mit
+
+DEPENDS+=      tex-algorithms-[0-9]*:../../print/tex-algorithms
+DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+=      tex-biblatex-[0-9]*:../../print/tex-biblatex
+DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-ptlatexcommands/PLIST
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands/PLIST:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands/PLIST      Sat Jun 17 12:03:06 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 12:03:06 markd Exp $
+share/texmf-dist/tex/latex/ptlatexcommands/PTLatexCommands.sty
Index: pkgsrc/print/tex-ptlatexcommands/distinfo
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands/distinfo:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands/distinfo   Sat Jun 17 12:03:06 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 12:03:06 markd Exp $
+
+BLAKE2s (ptlatexcommands.r67125.tar.xz) = 54e8f556de95c0bf7ffb0d736219c6f95e94e5b511b0b655bb4b60f60c08bb1c
+SHA512 (ptlatexcommands.r67125.tar.xz) = 2a2924af70b0ed8d76f6062482a500371d67d5a3bc0b87382d76626b34da9c1acdf9c123ebfdab2e5e79041b10d0e327e9cd732781e5fa1620247bdf02dc21fb
+Size (ptlatexcommands.r67125.tar.xz) = 3412 bytes

Index: pkgsrc/print/tex-ptlatexcommands-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands-doc/DESCR:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands-doc/DESCR  Sat Jun 17 12:03:06 2023
@@ -0,0 +1 @@
+Documentation for tex-ptlatexcommands.
Index: pkgsrc/print/tex-ptlatexcommands-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands-doc/Makefile:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands-doc/Makefile       Sat Jun 17 12:03:06 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/06/17 12:03:06 markd Exp $
+
+DISTNAME=      ptlatexcommands.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.1
+TEXLIVE_REV=   67125
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/ptlatexcommands
+COMMENT=       Documentation for tex-ptlatexcommands
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-ptlatexcommands-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands-doc/PLIST:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands-doc/PLIST  Sat Jun 17 12:03:06 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/17 12:03:06 markd Exp $
+share/texmf-dist/doc/latex/ptlatexcommands/PTLaTexCommands.pdf
+share/texmf-dist/doc/latex/ptlatexcommands/README.md
Index: pkgsrc/print/tex-ptlatexcommands-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-ptlatexcommands-doc/distinfo:1.1
--- /dev/null   Sat Jun 17 12:03:07 2023
+++ pkgsrc/print/tex-ptlatexcommands-doc/distinfo       Sat Jun 17 12:03:06 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/17 12:03:06 markd Exp $
+
+BLAKE2s (ptlatexcommands.doc.r67125.tar.xz) = c357c1f8753278b6e45aa7191ef20e31d204597945cd05487cffc3e0c0aeb5b3
+SHA512 (ptlatexcommands.doc.r67125.tar.xz) = 5b9fc92a4cb3597c0c95936d5fb6ad475ca4f9896f8165a0e391e591bb3fc9ea75ae79c14ee62197200d69d577df8025e6017960beafe6bef0bda90a6a615118
+Size (ptlatexcommands.doc.r67125.tar.xz) = 131832 bytes



Home | Main Index | Thread Index | Old Index