pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import tex-{diagbox,realboxes,sfmath}
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Thu Aug 4 01:51:34 2016 +0200
Changeset: 7676b63225ddac061cb3d20bc12fb051a95ff46d
Modified Files:
Makefile
Added Files:
tex-diagbox/DESCR
tex-diagbox/Makefile
tex-diagbox/PLIST
tex-diagbox/distinfo
tex-realboxes/DESCR
tex-realboxes/Makefile
tex-realboxes/PLIST
tex-realboxes/distinfo
tex-sfmath/DESCR
tex-sfmath/Makefile
tex-sfmath/PLIST
tex-sfmath/distinfo
Log Message:
Import tex-{diagbox,realboxes,sfmath}
All three are referenced in meta-pkgs/texlive-collection-latexextra, but
not packaged yet. I am not importing them in pkgsrc directly because I
do not know where the original archives are meant to be found.
I downloaded archives from
http://pkgs.fedoraproject.org/lookaside/pkgs/texlive to package this.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7676b63225ddac061cb3d20bc12fb051a95ff46d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +++
tex-diagbox/DESCR | 2 ++
tex-diagbox/Makefile | 13 +++++++++++++
tex-diagbox/PLIST | 2 ++
tex-diagbox/distinfo | 6 ++++++
tex-realboxes/DESCR | 10 ++++++++++
tex-realboxes/Makefile | 15 +++++++++++++++
tex-realboxes/PLIST | 2 ++
tex-realboxes/distinfo | 6 ++++++
tex-sfmath/DESCR | 1 +
tex-sfmath/Makefile | 13 +++++++++++++
tex-sfmath/PLIST | 2 ++
tex-sfmath/distinfo | 6 ++++++
13 files changed, 81 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5b455d2..7c4f191 100644
--- a/Makefile
+++ b/Makefile
@@ -4019,6 +4019,7 @@ SUBDIR+= tex-arabxtex-doc
SUBDIR+= tex-blindtext
SUBDIR+= tex-blindtext-doc
SUBDIR+= tex-breqn-doc
+SUBDIR+= tex-diagbox
SUBDIR+= tex-ellipse
SUBDIR+= tex-ellipse-doc
SUBDIR+= tex-fancyref-doc
@@ -4032,8 +4033,10 @@ SUBDIR+= tex-longfbox-doc
SUBDIR+= tex-mathtools-doc
SUBDIR+= tex-options
SUBDIR+= tex-options-doc
+SUBDIR+= tex-realboxes
SUBDIR+= tex-relsize-doc
SUBDIR+= tex-setspace-doc
+SUBDIR+= tex-sfmath
SUBDIR+= tex-tcolorbox
SUBDIR+= tex-tcolorbox-doc
SUBDIR+= texlive
diff --git a/tex-diagbox/DESCR b/tex-diagbox/DESCR
new file mode 100644
index 0000000..46a8de9
--- /dev/null
+++ b/tex-diagbox/DESCR
@@ -0,0 +1,2 @@
+The diagbox package is used for making table heads with diagonal lines.
+And it is compatible with old slashbox package with many improvements.
diff --git a/tex-diagbox/Makefile b/tex-diagbox/Makefile
new file mode 100644
index 0000000..496847b
--- /dev/null
+++ b/tex-diagbox/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= diagbox
+PKGNAME= tex-${DISTNAME}-2.1
+TEXLIVE_REV= 39862
+
+HOMEPAGE= http://www.ctan.org/pkg/diagbox
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Making table heads with diagonal lines
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-diagbox/PLIST b/tex-diagbox/PLIST
new file mode 100644
index 0000000..06929dc
--- /dev/null
+++ b/tex-diagbox/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/diagbox/diagbox.sty
diff --git a/tex-diagbox/distinfo b/tex-diagbox/distinfo
new file mode 100644
index 0000000..2097c58
--- /dev/null
+++ b/tex-diagbox/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/04 01:02:40 agc Exp $
+
+SHA1 (tex-diagbox-39862/diagbox.tar.xz) = a76ef35b53c96aca89142d788a0691b7625c698b
+RMD160 (tex-diagbox-39862/diagbox.tar.xz) = 30abb7367665dbf4cc8412a8af23cc67036f50c0
+SHA512 (tex-diagbox-39862/diagbox.tar.xz) = 9f89ec4cdac18c8f74c5c61a8c792a57cc0a8a45c16716f11f71d360bf91adb19c38cb0afad58ea3c6591615140d11a836c628cc3cf170b6797616ad66f0d578
+Size (tex-diagbox-39862/diagbox.tar.xz) = 2660 bytes
diff --git a/tex-realboxes/DESCR b/tex-realboxes/DESCR
new file mode 100644
index 0000000..99639f6
--- /dev/null
+++ b/tex-realboxes/DESCR
@@ -0,0 +1,10 @@
+This LaTeX package uses the authors other package 'collectbox' to define
+variants of common box related macros which read the content as real box and
+not as macro argument. This enables the use of verbatim or other special
+material as part of this content.
+
+The provided macros simply have the same names as the original versions but
+start with an upper-case letter instead.
+The "long-form" macros, like \Makebox, can also be used as environments, but
+not the "short-form" macros, like \Mbox. However, normally the long form uses
+the short form anyway when no optional arguments are used.
diff --git a/tex-realboxes/Makefile b/tex-realboxes/Makefile
new file mode 100644
index 0000000..0df6b85
--- /dev/null
+++ b/tex-realboxes/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= realboxes
+PKGNAME= tex-${DISTNAME}-0.2
+TEXLIVE_REV= 23581
+
+HOMEPAGE= http://www.ctan.org/pkg/realboxes
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Variants of common box-commands
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-realboxes/PLIST b/tex-realboxes/PLIST
new file mode 100644
index 0000000..02f9f4c
--- /dev/null
+++ b/tex-realboxes/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/realboxes/realboxes.sty
diff --git a/tex-realboxes/distinfo b/tex-realboxes/distinfo
new file mode 100644
index 0000000..cc60dbf
--- /dev/null
+++ b/tex-realboxes/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/04 01:02:40 agc Exp $
+
+SHA1 (tex-realboxes-23581/realboxes.tar.xz) = 955a01828e5b4ec32ac167f1afe431468d3e8498
+RMD160 (tex-realboxes-23581/realboxes.tar.xz) = 82879151458d71a0e7c165f8be994b2bcca40fec
+SHA512 (tex-realboxes-23581/realboxes.tar.xz) = c4fc52f64bfcd998bd1ae81f4047fe16dc11a68529c9d2e947c002a6b75ac7d00af10486153151a7cd3d178fef8b52617148617fe3973e91dc6df26a1fa78ef5
+Size (tex-realboxes-23581/realboxes.tar.xz) = 2984 bytes
diff --git a/tex-sfmath/DESCR b/tex-sfmath/DESCR
new file mode 100644
index 0000000..c885e09
--- /dev/null
+++ b/tex-sfmath/DESCR
@@ -0,0 +1 @@
+Simple LaTeX package for sans serif math fonts in documents.
diff --git a/tex-sfmath/Makefile b/tex-sfmath/Makefile
new file mode 100644
index 0000000..a76a58a
--- /dev/null
+++ b/tex-sfmath/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME= sfmath
+PKGNAME= tex-${DISTNAME}-0.8
+TEXLIVE_REV= 15878
+
+HOMEPAGE= http://www.ctan.org/pkg/sfmath
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Sans-serif maths in documents
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-sfmath/PLIST b/tex-sfmath/PLIST
new file mode 100644
index 0000000..10a29d4
--- /dev/null
+++ b/tex-sfmath/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/sfmath/sfmath.sty
diff --git a/tex-sfmath/distinfo b/tex-sfmath/distinfo
new file mode 100644
index 0000000..2586ee2
--- /dev/null
+++ b/tex-sfmath/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/11/04 01:02:40 agc Exp $
+
+SHA1 (tex-sfmath-15878/sfmath.tar.xz) = ca59b2cdf9c8fd3e71ee1c1f1eeb00fed584bb51
+RMD160 (tex-sfmath-15878/sfmath.tar.xz) = 12c6b42658460b930c39e4f7f1bb475c197fd5df
+SHA512 (tex-sfmath-15878/sfmath.tar.xz) = c26fb5b2bc3db7576eb5b830421d203554ea6c55b635e8d84a17577003f44d044424f5ec954692f2b3e2aaad3f0e0ae09d8f0051c3b5a8222d00ceae688ea5c5
+Size (tex-sfmath-15878/sfmath.tar.xz) = 4476 bytes
Home |
Main Index |
Thread Index |
Old Index