diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-22 01:29:10 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-22 01:29:10 +0000 |
commit | 6a8bfce990bd9846190f8dd912165b3110e9b68f (patch) | |
tree | dd33e792326c1d8a6f48b2cbad221cd20b1a8ce1 /graphics | |
parent | d4259f249bb3562ff8570e52856d67f197d3695d (diff) | |
download | FreeBSD-ports-6a8bfce990bd9846190f8dd912165b3110e9b68f.zip FreeBSD-ports-6a8bfce990bd9846190f8dd912165b3110e9b68f.tar.gz |
Adding port graphics/p5-CAD-Drawing, Methods to create, load, and save vector graphics.
Approved by: tobez (implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 49 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/pkg-plist | 17 |
5 files changed, 77 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index db6fe65..482e018 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -399,6 +399,7 @@ SUBDIR += optipng SUBDIR += orca SUBDIR += osg + SUBDIR += p5-CAD-Drawing SUBDIR += p5-Cairo SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile new file mode 100644 index 0000000..d0aa014 --- /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 0000000..e6bfe3c --- /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 0000000..4ff9b7e --- /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 0000000..7fc3c4f --- /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 |