gnu: Add perl-math-bezier.
* gnu/packages/perl.scm (perl-math-bezier): New variable.
This commit is contained in:
parent
821aaa9ca5
commit
1a014680c8
|
@ -4760,6 +4760,26 @@ Build a Mail::Internet object, and then send it out using Mail::Mailer.
|
||||||
@end table")
|
@end table")
|
||||||
(license perl-license)))
|
(license perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-math-bezier
|
||||||
|
(package
|
||||||
|
(name "perl-math-bezier")
|
||||||
|
(version "0.01")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/A/AB/ABW/Math-Bezier-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1f5qwrb7vvf8804myb2pcahyxffqm9zvfal2n6myzw7x8py1ba0i"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Math-Bezier/")
|
||||||
|
(synopsis "Solution of bezier curves")
|
||||||
|
(description "This module implements the algorithm for the solution of Bezier
|
||||||
|
curves as presented by Robert D Miller in Graphics Gems V, \"Quick and Simple
|
||||||
|
Bezier Curve Drawing\".")
|
||||||
|
(license perl-license)))
|
||||||
|
|
||||||
(define-public perl-math-round
|
(define-public perl-math-round
|
||||||
(package
|
(package
|
||||||
(name "perl-math-round")
|
(name "perl-math-round")
|
||||||
|
|
Loading…
Reference in New Issue