import p5-Graphics-Primitive 0.67
from Matthias Pitzl; OK sthen@ Comment: device and library agnostic graphic primitives for Perl Description: 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.
This commit is contained in:
parent
73bef7298c
commit
f69a274125
28
graphics/p5-Graphics-Primitive/Makefile
Normal file
28
graphics/p5-Graphics-Primitive/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/08/04 09:59:46 bluhm Exp $
|
||||
|
||||
COMMENT = device and library agnostic graphic primitives for Perl
|
||||
|
||||
DISTNAME = Graphics-Primitive-0.67
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = 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>
|
2
graphics/p5-Graphics-Primitive/distinfo
Normal file
2
graphics/p5-Graphics-Primitive/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Graphics-Primitive-0.67.tar.gz) = bUzLUypP9mMDftn+Sfz8u5AaiZMRvRR87jCdBcokYFc=
|
||||
SIZE (Graphics-Primitive-0.67.tar.gz) = 45138
|
3
graphics/p5-Graphics-Primitive/pkg/DESCR
Normal file
3
graphics/p5-Graphics-Primitive/pkg/DESCR
Normal 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.
|
54
graphics/p5-Graphics-Primitive/pkg/PLIST
Normal file
54
graphics/p5-Graphics-Primitive/pkg/PLIST
Normal file
@ -0,0 +1,54 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/08/04 09:59:46 bluhm Exp $
|
||||
${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
|
Loading…
x
Reference in New Issue
Block a user