diff options
author | wiz <wiz> | 2015-05-08 13:47:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-05-08 13:47:37 +0000 |
commit | 52d46f2a7c8ea10b4d008b3889273e60f30f06eb (patch) | |
tree | b6e86e9324a6226084733697736cd74e8b35aaf8 /graphics/tex-mfpic4ode | |
parent | 85dcd108d9e4b1576edfaae674c65b3ea20e5178 (diff) | |
download | pkgsrc-52d46f2a7c8ea10b4d008b3889273e60f30f06eb.tar.gz |
Add metapost packages from texlive.
Diffstat (limited to 'graphics/tex-mfpic4ode')
-rw-r--r-- | graphics/tex-mfpic4ode/DESCR | 9 | ||||
-rw-r--r-- | graphics/tex-mfpic4ode/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-mfpic4ode/PLIST | 3 | ||||
-rw-r--r-- | graphics/tex-mfpic4ode/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/graphics/tex-mfpic4ode/DESCR b/graphics/tex-mfpic4ode/DESCR new file mode 100644 index 00000000000..f1eac89d3c7 --- /dev/null +++ b/graphics/tex-mfpic4ode/DESCR @@ -0,0 +1,9 @@ +The package is a small set of macros for drawing direction +fields, phase portraits and trajectories of differential +equations and two dimensional autonomous systems. The Euler, +Runge-Kutta and 4th order Runge-Kutta algorithms are available +to solve the ODEs. The picture is translated into mfpic macros +and MetaPost is used to create the final drawing. The package +is was designed for use with LaTeX, but it can be used in plain +TeX as well. Online demonstration of the mfpic4ode macros is +available on the Mfpic Previewer as Example 6. diff --git a/graphics/tex-mfpic4ode/Makefile b/graphics/tex-mfpic4ode/Makefile new file mode 100644 index 00000000000..b32a81ffac5 --- /dev/null +++ b/graphics/tex-mfpic4ode/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +DISTNAME= mfpic4ode +PKGNAME= tex-${DISTNAME}-0.4 +TEXLIVE_REV= 17745 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mfpic4ode +COMMENT= Macros to draw direction fields and solutions of ODEs +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-mfpic4ode/PLIST b/graphics/tex-mfpic4ode/PLIST new file mode 100644 index 00000000000..dd826a00d48 --- /dev/null +++ b/graphics/tex-mfpic4ode/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:40 wiz Exp $ +share/texmf-dist/tex/latex/mfpic4ode/mfpic4ode.sty +share/texmf-dist/tex/latex/mfpic4ode/mfpic4ode.tex diff --git a/graphics/tex-mfpic4ode/distinfo b/graphics/tex-mfpic4ode/distinfo new file mode 100644 index 00000000000..4410188a933 --- /dev/null +++ b/graphics/tex-mfpic4ode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:40 wiz Exp $ + +SHA1 (tex-mfpic4ode-17745/mfpic4ode.tar.xz) = ff327760a5eb97d6e114a9210f59f743e3238556 +RMD160 (tex-mfpic4ode-17745/mfpic4ode.tar.xz) = 905a816de726334e3f4a1ab81a67946c5586c279 +Size (tex-mfpic4ode-17745/mfpic4ode.tar.xz) = 2388 bytes |