summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-08-28 19:16:47 +0000
committerseb <seb@pkgsrc.org>2002-08-28 19:16:47 +0000
commit1e58211f6f8f3b5af0c429a25e147995c069ab45 (patch)
tree291f8e28dc31166d8a797128ebd7c62aeff0c2bc
parentf079445758bcc36d6be1a40ef69304079df0425d (diff)
downloadpkgsrc-1e58211f6f8f3b5af0c429a25e147995c069ab45.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/DESCR3
-rw-r--r--math/p5-Math-Bezier/Makefile18
-rw-r--r--math/p5-Math-Bezier/PLIST1
-rw-r--r--math/p5-Math-Bezier/distinfo4
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