diff options
author | seb <seb> | 2002-08-28 19:16:47 +0000 |
---|---|---|
committer | seb <seb> | 2002-08-28 19:16:47 +0000 |
commit | 8b84e742ebfa7e3dd9a34f40efac25c4ea5b78e2 (patch) | |
tree | 291f8e28dc31166d8a797128ebd7c62aeff0c2bc | |
parent | c86b7b0fe2646af9eff9f72ecb1fdf1a8e62c1a9 (diff) | |
download | pkgsrc-8b84e742ebfa7e3dd9a34f40efac25c4ea5b78e2.tar.gz |
Initial import of p5-Math-Bezier version 0.01 into the Packages Collection.
This perl 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"
-rw-r--r-- | math/p5-Math-Bezier/DESCR | 3 | ||||
-rw-r--r-- | math/p5-Math-Bezier/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Math-Bezier/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Math-Bezier/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/math/p5-Math-Bezier/DESCR b/math/p5-Math-Bezier/DESCR new file mode 100644 index 00000000000..4255aae28d6 --- /dev/null +++ b/math/p5-Math-Bezier/DESCR @@ -0,0 +1,3 @@ +This perl 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" diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile new file mode 100644 index 00000000000..249c5105399 --- /dev/null +++ b/math/p5-Math-Bezier/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/28 19:16:47 seb Exp $ + +DISTNAME= Math-Bezier-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for the solution of Bezier curves + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Bezier/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Bezier/PLIST b/math/p5-Math-Bezier/PLIST new file mode 100644 index 00000000000..9b297d2d012 --- /dev/null +++ b/math/p5-Math-Bezier/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 19:16:47 seb Exp $ diff --git a/math/p5-Math-Bezier/distinfo b/math/p5-Math-Bezier/distinfo new file mode 100644 index 00000000000..f77253bea1a --- /dev/null +++ b/math/p5-Math-Bezier/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:16:47 seb Exp $ + +SHA1 (Math-Bezier-0.01.tar.gz) = 64facde1e20370ad342820ff9827b321e796f001 +Size (Math-Bezier-0.01.tar.gz) = 3101 bytes |