summaryrefslogtreecommitdiff
path: root/fonts/tex-esint/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2011-03-10 20:39:21 +0000
committerminskim <minskim>2011-03-10 20:39:21 +0000
commitfd6864ba6ddeedb6ae91a5819e1ab02a4f6d64b0 (patch)
tree9dfaf3eabfcee8c467c6957c4dad34c85c866198 /fonts/tex-esint/Makefile
parent17b23c6eb4b00a76cac3ef47cb6c46ea5a3ca747 (diff)
downloadpkgsrc-fd6864ba6ddeedb6ae91a5819e1ab02a4f6d64b0.tar.gz
Import tex-esint-1.1 as fonts/tex-esint.
The esint package permits access to alternate integral symbols when you're using the Computer Modern fonts. In the original set, several integral symbols are missing, such as \oiint. Many of these symbols are available in other font sets (pxfonts, txfonts, etc.), but there is no good solution if you want to use Computer Modern. The package provides Metafont source and LaTeX macro support.
Diffstat (limited to 'fonts/tex-esint/Makefile')
-rw-r--r--fonts/tex-esint/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/tex-esint/Makefile b/fonts/tex-esint/Makefile
new file mode 100644
index 00000000000..ac1b366e21f
--- /dev/null
+++ b/fonts/tex-esint/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/10 20:39:21 minskim Exp $
+
+DISTNAME= esint
+PKGNAME= tex-${DISTNAME}-1.1
+TEXLIVE_REV= 15878
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Extended set of integrals for Computer Modern
+
+CONFLICTS= teTeX-texmf<=3.0nb29
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"