pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math tex-physics{,-doc}: add version 1.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/6124879f90ae
branches: trunk
changeset: 448910:6124879f90ae
user: markd <markd%pkgsrc.org@localhost>
date: Thu Mar 18 03:46:00 2021 +0000
description:
tex-physics{,-doc}: add version 1.3
The package defines simple and flexible macros for typesetting
equations in the languages of vector calculus and linear
algebra, using Dirac notation.
diffstat:
math/tex-physics-doc/DESCR | 1 +
math/tex-physics-doc/Makefile | 13 +++++++++++++
math/tex-physics-doc/PLIST | 4 ++++
math/tex-physics-doc/distinfo | 6 ++++++
math/tex-physics/DESCR | 3 +++
math/tex-physics/Makefile | 16 ++++++++++++++++
math/tex-physics/PLIST | 2 ++
math/tex-physics/distinfo | 6 ++++++
8 files changed, 51 insertions(+), 0 deletions(-)
diffs (83 lines):
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics-doc/DESCR Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-physics.
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics-doc/Makefile Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/03/18 03:46:01 markd Exp $
+
+DISTNAME= physics.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.3
+TEXLIVE_REV= 28590
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/physics
+COMMENT= Documentation for tex-physics
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics-doc/PLIST Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/18 03:46:01 markd Exp $
+share/texmf-dist/doc/latex/physics/README
+share/texmf-dist/doc/latex/physics/physics.pdf
+share/texmf-dist/doc/latex/physics/physics.tex
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics-doc/distinfo Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/18 03:46:01 markd Exp $
+
+SHA1 (physics.doc.r28590.tar.xz) = a297b15bad110d96838d9b7887989525758e07ec
+RMD160 (physics.doc.r28590.tar.xz) = d02747912bfde3ebcb474a069ec2070e0727810d
+SHA512 (physics.doc.r28590.tar.xz) = 40a85407502116954024d51361dcbfdf36cac07aae382ada1f96d413f9b838ea5a11d7014722b5641a75b6c9bb8a5c6c134c8c0d424788f47f45fc80b277b3ca
+Size (physics.doc.r28590.tar.xz) = 232876 bytes
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics/DESCR Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,3 @@
+The package defines simple and flexible macros for typesetting
+equations in the languages of vector calculus and linear
+algebra, using Dirac notation.
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics/Makefile Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/03/18 03:46:00 markd Exp $
+
+DISTNAME= physics
+PKGNAME= tex-${DISTNAME}-1.3
+TEXLIVE_REV= 28590
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/physics
+COMMENT= Macros supporting the Mathematics of Physics
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics/PLIST Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/18 03:46:00 markd Exp $
+share/texmf-dist/tex/latex/physics/physics.sty
diff -r e51e1aa01170 -r 6124879f90ae math/tex-physics/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-physics/distinfo Thu Mar 18 03:46:00 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/18 03:46:00 markd Exp $
+
+SHA1 (physics.r28590.tar.xz) = f3e5c089cf6e1fb2ad9ac5a772598a83d17aded3
+RMD160 (physics.r28590.tar.xz) = 57245afaa5b3a2e69a1497e9f74eb48eea7c0149
+SHA512 (physics.r28590.tar.xz) = e394a7f8eda4583cf196dccbd9d52122d0ee630a411630f11d432018c5e9696a9b3feacfa2f881d82090df165a73ee0fa610ad86422123a9e1502ccf4b695be0
+Size (physics.r28590.tar.xz) = 5912 bytes
Home |
Main Index |
Thread Index |
Old Index