diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-08 13:47:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-08 13:47:37 +0000 |
commit | 38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60 (patch) | |
tree | b6e86e9324a6226084733697736cd74e8b35aaf8 /graphics/tex-bpolynomial | |
parent | 17693d16ebcd6c07752d365c60b814256af4aef6 (diff) | |
download | pkgsrc-38c2c23b6d5c8e80a6c11a96321a6ce9502d5a60.tar.gz |
Add metapost packages from texlive.
Diffstat (limited to 'graphics/tex-bpolynomial')
-rw-r--r-- | graphics/tex-bpolynomial/DESCR | 6 | ||||
-rw-r--r-- | graphics/tex-bpolynomial/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-bpolynomial/PLIST | 2 | ||||
-rw-r--r-- | graphics/tex-bpolynomial/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/tex-bpolynomial/DESCR b/graphics/tex-bpolynomial/DESCR new file mode 100644 index 00000000000..639e36da8fc --- /dev/null +++ b/graphics/tex-bpolynomial/DESCR @@ -0,0 +1,6 @@ +This MetaPost package helps plotting polynomial and root +functions up to order three. The package provides macros to +calculate Bezier curves exactly matching a given constant, +linear, quadratic or cubic polynomial, or square or cubic root +function. In addition, tangents on all functions and +derivatives of polynomials can be calculated. diff --git a/graphics/tex-bpolynomial/Makefile b/graphics/tex-bpolynomial/Makefile new file mode 100644 index 00000000000..e9202a2103d --- /dev/null +++ b/graphics/tex-bpolynomial/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/08 13:47:38 wiz Exp $ + +DISTNAME= bpolynomial +PKGNAME= tex-${DISTNAME}-0.5 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/bpolynomial +COMMENT= Drawing polynomial functions of up to order 3 +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-bpolynomial/PLIST b/graphics/tex-bpolynomial/PLIST new file mode 100644 index 00000000000..66185147f59 --- /dev/null +++ b/graphics/tex-bpolynomial/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/08 13:47:38 wiz Exp $ +share/texmf-dist/metapost/bpolynomial/bpolynomial.mp diff --git a/graphics/tex-bpolynomial/distinfo b/graphics/tex-bpolynomial/distinfo new file mode 100644 index 00000000000..6b323a567cd --- /dev/null +++ b/graphics/tex-bpolynomial/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/08 13:47:38 wiz Exp $ + +SHA1 (tex-bpolynomial-15878/bpolynomial.tar.xz) = de3997ca4b818a6b1babce706963c234dd2d897f +RMD160 (tex-bpolynomial-15878/bpolynomial.tar.xz) = b93eb8188f61c0ca868a7aee9e2809ca2922bc16 +Size (tex-bpolynomial-15878/bpolynomial.tar.xz) = 2572 bytes |