wip/R-easySVG: import R-easySVG-0.1.0

This SVG elements generator can easily generate SVG elements such
as rect, line, circle, ellipse, polygon, polyline, text and group.
Also, it can combine and output SVG elements into a SVG file.
This commit is contained in:
Mike M. Volokhov 2019-10-18 21:33:07 +03:00
parent 5fb1ac19f6
commit 7c3983c9bf
3 changed files with 26 additions and 0 deletions

3
R-easySVG/DESCR Normal file
View File

@ -0,0 +1,3 @@
This SVG elements generator can easily generate SVG elements such
as rect, line, circle, ellipse, polygon, polyline, text and group.
Also, it can combine and output SVG elements into a SVG file.

17
R-easySVG/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD$
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= https://github.com/ytdai/easySVG
COMMENT= Easy SVG Basic Elements Generator
LICENSE= mit
R_PKGNAME= easySVG
R_PKGVER= 0.1.0
BUILDLINK_API_DEPENDS.R+= R>=3.3.0
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

6
R-easySVG/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (R/easySVG_0.1.0.tar.gz) = a7d8ac418f89201efe85eb30ed8e8df26a3b87a5
RMD160 (R/easySVG_0.1.0.tar.gz) = c78978e8aae1616d479bab4d955e0d432cf2626b
SHA512 (R/easySVG_0.1.0.tar.gz) = 73f0cafef181a52413304e72f1f2001fdc8ad55451620b45fada8a5390fb3d37b85fdbf95d10d1b5862630e6bd7a72d875f2ed15c3b1a54a28da0f37515d8ef9
Size (R/easySVG_0.1.0.tar.gz) = 22149 bytes