summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd>2015-04-27 11:12:57 +0000
committermarkd <markd>2015-04-27 11:12:57 +0000
commitc599134daca299e0e72c914034831de929c0bbb2 (patch)
treef068bb50712e49d05fe002a417b46f529f8b160e /print
parent475a7d9d8ac7bbdd80065edef2aa1e4696902508 (diff)
downloadpkgsrc-c599134daca299e0e72c914034831de929c0bbb2.tar.gz
Remove tex-mh{,-doc}. Replaced by tex-breqn and tex-mathtools.
Diffstat (limited to 'print')
-rw-r--r--print/tex-mh-doc/DESCR1
-rw-r--r--print/tex-mh-doc/Makefile11
-rw-r--r--print/tex-mh-doc/PLIST9
-rw-r--r--print/tex-mh-doc/distinfo5
-rw-r--r--print/tex-mh/DESCR19
-rw-r--r--print/tex-mh/Makefile13
-rw-r--r--print/tex-mh/PLIST11
-rw-r--r--print/tex-mh/distinfo5
8 files changed, 0 insertions, 74 deletions
diff --git a/print/tex-mh-doc/DESCR b/print/tex-mh-doc/DESCR
deleted file mode 100644
index 45e48a7b84c..00000000000
--- a/print/tex-mh-doc/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This is documentation for tex-mh.
diff --git a/print/tex-mh-doc/Makefile b/print/tex-mh-doc/Makefile
deleted file mode 100644
index d6a47fcacb9..00000000000
--- a/print/tex-mh-doc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:39 markd Exp $
-
-DISTNAME= mh.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-29420
-TEXLIVE_REV= 29420
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Documentation for tex-mh
-
-.include "../../print/texlive/package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-mh-doc/PLIST b/print/tex-mh-doc/PLIST
deleted file mode 100644
index 08048198a24..00000000000
--- a/print/tex-mh-doc/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:39 markd Exp $
-share/texmf-dist/doc/latex/mh/README
-share/texmf-dist/doc/latex/mh/breqn-technotes.pdf
-share/texmf-dist/doc/latex/mh/breqn.pdf
-share/texmf-dist/doc/latex/mh/empheq.pdf
-share/texmf-dist/doc/latex/mh/flexisym.pdf
-share/texmf-dist/doc/latex/mh/mathstyle.pdf
-share/texmf-dist/doc/latex/mh/mathtools.pdf
-share/texmf-dist/doc/latex/mh/mhsetup.pdf
diff --git a/print/tex-mh-doc/distinfo b/print/tex-mh-doc/distinfo
deleted file mode 100644
index c26a03cf41c..00000000000
--- a/print/tex-mh-doc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/10/19 20:43:39 markd Exp $
-
-SHA1 (tex-mh-29420/mh.doc.tar.xz) = d062caf9f832db528e8245ac822071bc1a632845
-RMD160 (tex-mh-29420/mh.doc.tar.xz) = d523b900d354821cee7fdad373d80b4d3f834bf5
-Size (tex-mh-29420/mh.doc.tar.xz) = 1969596 bytes
diff --git a/print/tex-mh/DESCR b/print/tex-mh/DESCR
deleted file mode 100644
index df36059894e..00000000000
--- a/print/tex-mh/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-The mh bundle is a series of packages designed to enhance the
-appearance of documents containing a lot of math. The main
-backbone is amsmath, so those unfamiliar with this required
-part of the LaTeX system will probably not find the packages
-very useful. Component parts of the bundle are: breqn, empheq,
-flexisym, mathstyle and mathtools, mhsetup, The empheq package
-is a visual markup extension of amsmath. Empheq allows
-sophisticated boxing and other marking of multi-line maths
-displays, and fixes problems with the way that the ntheorem
-package places end-of-theorem markers. The mathtools package
-provides many useful tools for mathematical typesetting. It
-fixes various deficiencies of amsmath and standard LaTeX. The
-mhsetup package defines various programming tools needed by
-both empheq and mathtools. The breqn package makes more easy
-the business of preparing displayed equations in LaTeX,
-including permitting automatic line-breaking within displayed
-equations. (Breqn uses the mathstyle package to keep track of
-the current maths typesetting style, something that raw TeX
-hides from the programmer.)
diff --git a/print/tex-mh/Makefile b/print/tex-mh/Makefile
deleted file mode 100644
index e2b3f6a7767..00000000000
--- a/print/tex-mh/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:39 markd Exp $
-
-DISTNAME= mh
-PKGNAME= tex-${DISTNAME}-29420
-TEXLIVE_REV= 29420
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= The MH bundle
-
-CONFLICTS+= teTeX-texmf<=3.0nb42
-
-.include "../../print/texlive/package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-mh/PLIST b/print/tex-mh/PLIST
deleted file mode 100644
index 4013d337e2d..00000000000
--- a/print/tex-mh/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:39 markd Exp $
-share/texmf-dist/tex/latex/mh/breqn.sty
-share/texmf-dist/tex/latex/mh/cmbase.sym
-share/texmf-dist/tex/latex/mh/empheq.sty
-share/texmf-dist/tex/latex/mh/flexisym.sty
-share/texmf-dist/tex/latex/mh/mathpazo.sym
-share/texmf-dist/tex/latex/mh/mathptmx.sym
-share/texmf-dist/tex/latex/mh/mathstyle.sty
-share/texmf-dist/tex/latex/mh/mathtools.sty
-share/texmf-dist/tex/latex/mh/mhsetup.sty
-share/texmf-dist/tex/latex/mh/msabm.sym
diff --git a/print/tex-mh/distinfo b/print/tex-mh/distinfo
deleted file mode 100644
index d846cec794f..00000000000
--- a/print/tex-mh/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/10/19 20:43:39 markd Exp $
-
-SHA1 (tex-mh-29420/mh.tar.xz) = 2af4fc7b96afa568cba10d1c145c72ec11c893db
-RMD160 (tex-mh-29420/mh.tar.xz) = 4f07b64840aec1249637b26800f0f1d52f519215
-Size (tex-mh-29420/mh.tar.xz) = 40516 bytes