pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Fri Oct 18 21:33:07 2019 +0300
Changeset:	7c3983c9bf1f970ae8bd3ab977e9e885c2c973d1

Added Files:
	R-easySVG/DESCR
	R-easySVG/Makefile
	R-easySVG/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c3983c9bf1f970ae8bd3ab977e9e885c2c973d1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R-easySVG/DESCR    |  3 +++
 R-easySVG/Makefile | 17 +++++++++++++++++
 R-easySVG/distinfo |  6 ++++++
 3 files changed, 26 insertions(+)

diffs:
diff --git a/R-easySVG/DESCR b/R-easySVG/DESCR
new file mode 100644
index 0000000000..23c8150680
--- /dev/null
+++ b/R-easySVG/DESCR
@@ -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.
diff --git a/R-easySVG/Makefile b/R-easySVG/Makefile
new file mode 100644
index 0000000000..08e862977c
--- /dev/null
+++ b/R-easySVG/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+CATEGORIES=	math graphics
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+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"
diff --git a/R-easySVG/distinfo b/R-easySVG/distinfo
new file mode 100644
index 0000000000..c6a9b0f8f3
--- /dev/null
+++ b/R-easySVG/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index