pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-sass



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  5 12:02:02 UTC 2021

Added Files:
        pkgsrc/www/R-sass: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-sass/DESCR pkgsrc/www/R-sass/Makefile \
    pkgsrc/www/R-sass/distinfo

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

Added files:

Index: pkgsrc/www/R-sass/DESCR
diff -u /dev/null pkgsrc/www/R-sass/DESCR:1.1
--- /dev/null   Sat Jun  5 12:02:02 2021
+++ pkgsrc/www/R-sass/DESCR     Sat Jun  5 12:02:02 2021
@@ -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.
Index: pkgsrc/www/R-sass/Makefile
diff -u /dev/null pkgsrc/www/R-sass/Makefile:1.1
--- /dev/null   Sat Jun  5 12:02:02 2021
+++ pkgsrc/www/R-sass/Makefile  Sat Jun  5 12:02:02 2021
@@ -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"
Index: pkgsrc/www/R-sass/distinfo
diff -u /dev/null pkgsrc/www/R-sass/distinfo:1.1
--- /dev/null   Sat Jun  5 12:02:02 2021
+++ pkgsrc/www/R-sass/distinfo  Sat Jun  5 12:02:02 2021
@@ -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