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 Apr 16 01:58:46 UTC 2022

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

Log Message:
tex-ieejtran{,-doc}: Add version 0.18

This package provides an unofficial BibTeX style for authors of
the Institute of Electrical Engineers of Japan (IEEJ)
transactions journals and conferences.


To generate a diff of this commit:
cvs rdiff -u -r1.827 -r1.828 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-ieejtran/DESCR \
    pkgsrc/print/tex-ieejtran/Makefile pkgsrc/print/tex-ieejtran/PLIST \
    pkgsrc/print/tex-ieejtran/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-ieejtran-doc/DESCR \
    pkgsrc/print/tex-ieejtran-doc/Makefile \
    pkgsrc/print/tex-ieejtran-doc/PLIST \
    pkgsrc/print/tex-ieejtran-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.827 pkgsrc/print/Makefile:1.828
--- pkgsrc/print/Makefile:1.827 Sat Apr 16 01:55:24 2022
+++ pkgsrc/print/Makefile       Sat Apr 16 01:58:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.827 2022/04/16 01:55:24 markd Exp $
+# $NetBSD: Makefile,v 1.828 2022/04/16 01:58:45 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -892,6 +892,8 @@ SUBDIR+=    tex-hyphenat-doc
 SUBDIR+=       tex-hyphenex
 SUBDIR+=       tex-hyplain
 SUBDIR+=       tex-hyplain-doc
+SUBDIR+=       tex-ieejtran
+SUBDIR+=       tex-ieejtran-doc
 SUBDIR+=       tex-ifmtarg
 SUBDIR+=       tex-ifmtarg-doc
 SUBDIR+=       tex-ifnextok

Added files:

Index: pkgsrc/print/tex-ieejtran/DESCR
diff -u /dev/null pkgsrc/print/tex-ieejtran/DESCR:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran/DESCR     Sat Apr 16 01:58:46 2022
@@ -0,0 +1,3 @@
+This package provides an unofficial BibTeX style for authors of
+the Institute of Electrical Engineers of Japan (IEEJ)
+transactions journals and conferences.
Index: pkgsrc/print/tex-ieejtran/Makefile
diff -u /dev/null pkgsrc/print/tex-ieejtran/Makefile:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran/Makefile  Sat Apr 16 01:58:46 2022
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:58:46 markd Exp $
+
+DISTNAME=      ieejtran
+PKGNAME=       tex-${DISTNAME}-0.18
+TEXLIVE_REV=   62957
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/ieejtran
+COMMENT=       Unofficial bibliography style file for the Institute of Electrical Engineers of Japan
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-ieejtran/PLIST
diff -u /dev/null pkgsrc/print/tex-ieejtran/PLIST:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran/PLIST     Sat Apr 16 01:58:46 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:58:46 markd Exp $
+share/texmf-dist/bibtex/bst/ieejtran/IEEJtran.bst
Index: pkgsrc/print/tex-ieejtran/distinfo
diff -u /dev/null pkgsrc/print/tex-ieejtran/distinfo:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran/distinfo  Sat Apr 16 01:58:46 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:58:46 markd Exp $
+
+BLAKE2s (ieejtran.r62957.tar.xz) = 337304b119a024244089f177abd1359327b776526090dcfab6caed8354691074
+SHA512 (ieejtran.r62957.tar.xz) = e61293c30d05ba10f281b2ddf4455f786c3439491ba6f38dc74b0f91c3769032dbedd84136121f01026fc238e332f4eafc5f38c385066d7c00f21ec7aeac4796
+Size (ieejtran.r62957.tar.xz) = 17644 bytes

Index: pkgsrc/print/tex-ieejtran-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-ieejtran-doc/DESCR:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran-doc/DESCR Sat Apr 16 01:58:46 2022
@@ -0,0 +1 @@
+Documentation for tex-ieejtran.
Index: pkgsrc/print/tex-ieejtran-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-ieejtran-doc/Makefile:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran-doc/Makefile      Sat Apr 16 01:58:46 2022
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:58:46 markd Exp $
+
+DISTNAME=      ieejtran.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.18
+TEXLIVE_REV=   62957
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/ieejtran
+COMMENT=       Documentation for tex-ieejtran
+LICENSE=       mit
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-ieejtran-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-ieejtran-doc/PLIST:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran-doc/PLIST Sat Apr 16 01:58:46 2022
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:58:46 markd Exp $
+share/texmf-dist/doc/bibtex/ieejtran/README
+share/texmf-dist/doc/bibtex/ieejtran/ieejtran-en.pdf
+share/texmf-dist/doc/bibtex/ieejtran/ieejtran-en.tex
+share/texmf-dist/doc/bibtex/ieejtran/ieejtran.pdf
+share/texmf-dist/doc/bibtex/ieejtran/ieejtran.tex
+share/texmf-dist/doc/bibtex/ieejtran/mixej.py
Index: pkgsrc/print/tex-ieejtran-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-ieejtran-doc/distinfo:1.1
--- /dev/null   Sat Apr 16 01:58:46 2022
+++ pkgsrc/print/tex-ieejtran-doc/distinfo      Sat Apr 16 01:58:46 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:58:46 markd Exp $
+
+BLAKE2s (ieejtran.doc.r62957.tar.xz) = 3f28c4133a31d9767d6642bcf5bfbd0fe5d46a61ee2f12deb85f86a1efbffe0c
+SHA512 (ieejtran.doc.r62957.tar.xz) = 612e27f0ecab3c6befb40b5e7ef9cb89a1471b6f8c9c6d4c4555b059b9ec4b6ccf0735cd5230a22a4b96628395f7e352ae2e7d7f45096fa7184ffc7758bcc00f
+Size (ieejtran.doc.r62957.tar.xz) = 149524 bytes



Home | Main Index | Thread Index | Old Index