mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
New port: graphics/p5-Algorithm-Line-Bresenham
Bresenham is one of the canonical line drawing algorithms for pixellated grids. Given a start and an end-point, Bresenham calculates which points on the grid need to be filled to generate the line between them. WWW: https://metacpan.org/release/Algorithm-Line-Bresenham PR: 230968 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
This commit is contained in:
parent
2cecf25080
commit
df4defb79e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478912
@ -691,6 +691,7 @@
|
||||
SUBDIR += osgearth
|
||||
SUBDIR += oyranos
|
||||
SUBDIR += p5-Acme-Steganography-Image-Png
|
||||
SUBDIR += p5-Algorithm-Line-Bresenham
|
||||
SUBDIR += p5-Alien-Gimp
|
||||
SUBDIR += p5-Barcode-ZBar
|
||||
SUBDIR += p5-CAD-Drawing
|
||||
|
20
graphics/p5-Algorithm-Line-Bresenham/Makefile
Normal file
20
graphics/p5-Algorithm-Line-Bresenham/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Algorithm-Line-Bresenham
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR=CPAN:OSFAMERON
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= bokutin@bokut.in
|
||||
COMMENT= Simple pixellated line-drawing algorithm
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Algorithm-Line-Bresenham/distinfo
Normal file
3
graphics/p5-Algorithm-Line-Bresenham/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532978101
|
||||
SHA256 (Algorithm-Line-Bresenham-0.11.tar.gz) = bf7247458f8d810ed2ca0b61b69896e8af9b31bc4fe69766c2a53c44797b3aee
|
||||
SIZE (Algorithm-Line-Bresenham-0.11.tar.gz) = 2914
|
6
graphics/p5-Algorithm-Line-Bresenham/pkg-descr
Normal file
6
graphics/p5-Algorithm-Line-Bresenham/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Bresenham is one of the canonical line drawing algorithms for
|
||||
pixellated grids. Given a start and an end-point, Bresenham
|
||||
calculates which points on the grid need to be filled to generate
|
||||
the line between them.
|
||||
|
||||
WWW: https://metacpan.org/release/Algorithm-Line-Bresenham
|
2
graphics/p5-Algorithm-Line-Bresenham/pkg-plist
Normal file
2
graphics/p5-Algorithm-Line-Bresenham/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Algorithm/Line/Bresenham.pm
|
||||
%%PERL5_MAN3%%/Algorithm::Line::Bresenham.3.gz
|
Loading…
Reference in New Issue
Block a user