pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-sass www/R-sass: import R-sass-0.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e036beca17c3
branches:  trunk
changeset: 454021:e036beca17c3
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 05 12:02:02 2021 +0000

description:
www/R-sass: import R-sass-0.4.0

An 'SCSS' compiler, powered by the 'LibSass' library. With this, R
developers can use variables, inheritance, and functions to generate
dynamic style sheets. The package uses the 'Sass CSS' extension
language, which is stable, powerful, and CSS compatible.

diffstat:

 www/R-sass/DESCR    |   4 ++++
 www/R-sass/Makefile |  22 ++++++++++++++++++++++
 www/R-sass/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 2f11ddfb2b95 -r e036beca17c3 www/R-sass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-sass/DESCR  Sat Jun 05 12:02:02 2021 +0000
@@ -0,0 +1,4 @@
+An 'SCSS' compiler, powered by the 'LibSass' library. With this, R
+developers can use variables, inheritance, and functions to generate
+dynamic style sheets. The package uses the 'Sass CSS' extension
+language, which is stable, powerful, and CSS compatible.
diff -r 2f11ddfb2b95 -r e036beca17c3 www/R-sass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-sass/Makefile       Sat Jun 05 12:02:02 2021 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/06/05 12:02:02 mef Exp $
+
+R_PKGNAME=     sass
+R_PKGVER=      0.4.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Syntactically Awesome Style Sheets ('Sass')
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-fs>=1.5.0:../../devel/R-fs
+DEPENDS+=      R-rappdirs>=0.3.1:../../devel/R-rappdirs
+DEPENDS+=      R-rlang>=0.4.10:../../devel/R-rlang
+DEPENDS+=      R-htmltools>=0.5.1:../../textproc/R-htmltools
+DEPENDS+=      R-fs-[0-9]*:../../devel/R-fs
+DEPENDS+=      R-rappdirs-[0-9]*:../../devel/R-rappdirs
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 2f11ddfb2b95 -r e036beca17c3 www/R-sass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-sass/distinfo       Sat Jun 05 12:02:02 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/05 12:02:02 mef Exp $
+
+SHA1 (R/sass_0.4.0.tar.gz) = 3a3945060454fe54734b6d9eee3aa7e3a9ec031f
+RMD160 (R/sass_0.4.0.tar.gz) = 70c4dd2aafaeb5e50e433c4f7b24fe1113edd3e5
+SHA512 (R/sass_0.4.0.tar.gz) = 825ead64431f37056e72cf98c6da36ac77d067125072c134cc3273fac3a2af41189fcb8cd1944d6c4c6ab47255cd6142d7d85a94f4f916dc1b04b1a9fd474fc0
+Size (R/sass_0.4.0.tar.gz) = 3022459 bytes



Home | Main Index | Thread Index | Old Index