SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
COMMENT = device and library agnostic graphic primitives for Perl
DISTNAME = Graphics-Primitive-0.67
REVISION = 1
CATEGORIES = graphics
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = converters/p5-JSON-Any>=1.22 \
devel/p5-Data-Visitor>=0.30 \
devel/p5-Forest>=0.06 \
devel/p5-Moose>=0.90 \
devel/p5-MooseX-Clone>=0.04 \
devel/p5-MooseX-Storage>=0.17 \
graphics/p5-Geometry-Primitive>=0.16 \
graphics/p5-Graphics-Color>=0.20
CONFIGURE_STYLE = modinst
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Graphics-Primitive-0.67.tar.gz) = bUzLUypP9mMDftn+Sfz8u5AaiZMRvRR87jCdBcokYFc=
SIZE (Graphics-Primitive-0.67.tar.gz) = 45138

View file

@ -0,0 +1,3 @@
Graphics::Primitive is library agnostic system for drawing things.
The idea is to allow you to create and manipulate graphical components
and then pass them off to a Driver for actual drawing.

View file

@ -0,0 +1,53 @@
${P5SITE}/Graphics/Primitive/
${P5SITE}/Graphics/Primitive.pm
${P5SITE}/Graphics/Primitive/Aligned.pm
${P5SITE}/Graphics/Primitive/Border.pm
${P5SITE}/Graphics/Primitive/Brush.pm
${P5SITE}/Graphics/Primitive/Canvas.pm
${P5SITE}/Graphics/Primitive/Component.pm
${P5SITE}/Graphics/Primitive/ComponentList.pm
${P5SITE}/Graphics/Primitive/Container.pm
${P5SITE}/Graphics/Primitive/Driver/
${P5SITE}/Graphics/Primitive/Driver.pm
${P5SITE}/Graphics/Primitive/Driver/TextLayout.pm
${P5SITE}/Graphics/Primitive/Font.pm
${P5SITE}/Graphics/Primitive/Image.pm
${P5SITE}/Graphics/Primitive/Insets.pm
${P5SITE}/Graphics/Primitive/Operation/
${P5SITE}/Graphics/Primitive/Operation.pm
${P5SITE}/Graphics/Primitive/Operation/Fill.pm
${P5SITE}/Graphics/Primitive/Operation/Stroke.pm
${P5SITE}/Graphics/Primitive/Oriented.pm
${P5SITE}/Graphics/Primitive/Paint/
${P5SITE}/Graphics/Primitive/Paint.pm
${P5SITE}/Graphics/Primitive/Paint/Gradient/
${P5SITE}/Graphics/Primitive/Paint/Gradient.pm
${P5SITE}/Graphics/Primitive/Paint/Gradient/Linear.pm
${P5SITE}/Graphics/Primitive/Paint/Gradient/Radial.pm
${P5SITE}/Graphics/Primitive/Paint/Solid.pm
${P5SITE}/Graphics/Primitive/Path.pm
${P5SITE}/Graphics/Primitive/TextBox.pm
@man man/man3p/Graphics::Primitive.3p
@man man/man3p/Graphics::Primitive::Aligned.3p
@man man/man3p/Graphics::Primitive::Border.3p
@man man/man3p/Graphics::Primitive::Brush.3p
@man man/man3p/Graphics::Primitive::Canvas.3p
@man man/man3p/Graphics::Primitive::Component.3p
@man man/man3p/Graphics::Primitive::ComponentList.3p
@man man/man3p/Graphics::Primitive::Container.3p
@man man/man3p/Graphics::Primitive::Driver.3p
@man man/man3p/Graphics::Primitive::Driver::TextLayout.3p
@man man/man3p/Graphics::Primitive::Font.3p
@man man/man3p/Graphics::Primitive::Image.3p
@man man/man3p/Graphics::Primitive::Insets.3p
@man man/man3p/Graphics::Primitive::Operation.3p
@man man/man3p/Graphics::Primitive::Operation::Fill.3p
@man man/man3p/Graphics::Primitive::Operation::Stroke.3p
@man man/man3p/Graphics::Primitive::Oriented.3p
@man man/man3p/Graphics::Primitive::Paint.3p
@man man/man3p/Graphics::Primitive::Paint::Gradient.3p
@man man/man3p/Graphics::Primitive::Paint::Gradient::Linear.3p
@man man/man3p/Graphics::Primitive::Paint::Gradient::Radial.3p
@man man/man3p/Graphics::Primitive::Paint::Solid.3p
@man man/man3p/Graphics::Primitive::Path.3p
@man man/man3p/Graphics::Primitive::TextBox.3p