summaryrefslogtreecommitdiff
path: root/graphics/p5-CAD-Drawing
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-22 01:29:10 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-22 01:29:10 +0000
commitde4ec9686e4363b41e46ad7496fd0b6529ab3c2c (patch)
treed6665d51d1cfd6aa8f29493fba4ad280fdd4ddbd /graphics/p5-CAD-Drawing
parent- Update to 0.8.6.20060521 (diff)
Adding port graphics/p5-CAD-Drawing, Methods to create, load, and save vector graphics.
Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=163057
Diffstat (limited to 'graphics/p5-CAD-Drawing')
-rw-r--r--graphics/p5-CAD-Drawing/Makefile49
-rw-r--r--graphics/p5-CAD-Drawing/distinfo3
-rw-r--r--graphics/p5-CAD-Drawing/pkg-descr7
-rw-r--r--graphics/p5-CAD-Drawing/pkg-plist17
4 files changed, 76 insertions, 0 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile
new file mode 100644
index 000000000000..d0aa0143cfae
--- /dev/null
+++ b/graphics/p5-CAD-Drawing/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: CAD-Drawing
+# Date created: 21 May 2006
+# Whom: Aaron Dalton <aaron@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CAD-Drawing
+PORTVERSION= 0.26
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CAD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= Methods to create, load, and save vector graphics
+
+BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \
+ ${SITE_PERL}/CAD/Calc.pm:${PORTSDIR}/math/p5-CAD-Calc \
+ ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \
+ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
+ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+ ${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \
+ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
+ ${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+MAN3= CAD::Drawing.3 \
+ CAD::Drawing::Calculate.3 \
+ CAD::Drawing::Calculate::Finite.3 \
+ CAD::Drawing::Defined.3 \
+ CAD::Drawing::IO.3 \
+ CAD::Drawing::IO::Circ.3 \
+ CAD::Drawing::IO::Compressed.3 \
+ CAD::Drawing::IO::FlatYAML.3 \
+ CAD::Drawing::IO::Split.3 \
+ CAD::Drawing::Manipulate.3 \
+ CAD::Drawing::Manipulate::Graphics.3 \
+ CAD::Drawing::Manipulate::Transform.3
+
+PERL_MODBUILD= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/graphics/p5-CAD-Drawing/distinfo b/graphics/p5-CAD-Drawing/distinfo
new file mode 100644
index 000000000000..e6bfe3c9c5d9
--- /dev/null
+++ b/graphics/p5-CAD-Drawing/distinfo
@@ -0,0 +1,3 @@
+MD5 (CAD-Drawing-0.26.tar.gz) = 39c17a78bc605223b6c1081fe389e4e0
+SHA256 (CAD-Drawing-0.26.tar.gz) = b00680590b6fa9b48c104f66fae673e5ef77022c244bfcc8f99b0e2c43df713c
+SIZE (CAD-Drawing-0.26.tar.gz) = 40134
diff --git a/graphics/p5-CAD-Drawing/pkg-descr b/graphics/p5-CAD-Drawing/pkg-descr
new file mode 100644
index 000000000000..4ff9b7ec7d57
--- /dev/null
+++ b/graphics/p5-CAD-Drawing/pkg-descr
@@ -0,0 +1,7 @@
+The primary intention of this module is to provide high-level operations
+for creating, loading, saving and manipulating vector graphics without
+having to be overly concerned about smile floormats. As the code has seen
+more use, it has also drifted into a general purpose geometry API.
+
+WWW: http://search.cpan.org/dist/CAD-Drawing
+Author: Eric L. Wilhelm <ewilhelm at cpan dot org>
diff --git a/graphics/p5-CAD-Drawing/pkg-plist b/graphics/p5-CAD-Drawing/pkg-plist
new file mode 100644
index 000000000000..7fc3c4f4c219
--- /dev/null
+++ b/graphics/p5-CAD-Drawing/pkg-plist
@@ -0,0 +1,17 @@
+%%SITE_PERL%%/CAD/Drawing.pm
+%%SITE_PERL%%/CAD/Drawing/Calculate.pm
+%%SITE_PERL%%/CAD/Drawing/Calculate/Finite.pm
+%%SITE_PERL%%/CAD/Drawing/Defined.pm
+%%SITE_PERL%%/CAD/Drawing/IO.pm
+%%SITE_PERL%%/CAD/Drawing/IO/Circ.pm
+%%SITE_PERL%%/CAD/Drawing/IO/Compressed.pm
+%%SITE_PERL%%/CAD/Drawing/IO/FlatYAML.pm
+%%SITE_PERL%%/CAD/Drawing/IO/Split.pm
+%%SITE_PERL%%/CAD/Drawing/Manipulate.pm
+%%SITE_PERL%%/CAD/Drawing/Manipulate/Graphics.pm
+%%SITE_PERL%%/CAD/Drawing/Manipulate/Transform.pm
+@dirrm %%SITE_PERL%%/CAD/Drawing/Manipulate
+@dirrm %%SITE_PERL%%/CAD/Drawing/IO
+@dirrm %%SITE_PERL%%/CAD/Drawing/Calculate
+@dirrm %%SITE_PERL%%/CAD/Drawing
+@dirrmtry %%SITE_PERL%%/CAD