Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 04:14:07 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563454 - in head/textproc: . R-cran-sass
Message-ID:  <202101310414.10V4E7W6081116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jan 31 04:14:06 2021
New Revision: 563454
URL: https://svnweb.freebsd.org/changeset/ports/563454

Log:
  - Add new port: textproc/R-cran-sass
  
    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.
  
    WWW: https://cran.r-project.org/web/packages/sass/

Added:
  head/textproc/R-cran-sass/
  head/textproc/R-cran-sass/Makefile   (contents, props changed)
  head/textproc/R-cran-sass/distinfo   (contents, props changed)
  head/textproc/R-cran-sass/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jan 31 03:06:22 2021	(r563453)
+++ head/textproc/Makefile	Sun Jan 31 04:14:06 2021	(r563454)
@@ -25,6 +25,7 @@
     SUBDIR += R-cran-rex
     SUBDIR += R-cran-rio
     SUBDIR += R-cran-rmarkdown
+    SUBDIR += R-cran-sass
     SUBDIR += R-cran-stringi
     SUBDIR += R-cran-stringr
     SUBDIR += R-cran-utf8

Added: head/textproc/R-cran-sass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-sass/Makefile	Sun Jan 31 04:14:06 2021	(r563454)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	sass
+PORTVERSION=	0.3.1
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Syntactically Awesome Style Sheets ('Sass')
+
+LICENSE=	MIT
+
+CRAN_DEPENDS=	R-cran-digest>0:security/R-cran-digest \
+		R-cran-fs>0:sysutils/R-cran-fs \
+		R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-htmltools>0:textproc/R-cran-htmltools \
+		R-cran-R6>0:devel/R-cran-R6 \
+		R-cran-rappdirs>0:devel/R-cran-rappdirs
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-sass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-sass/distinfo	Sun Jan 31 04:14:06 2021	(r563454)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612048954
+SHA256 (sass_0.3.1.tar.gz) = 1a6ccbcbbfe6f69b820f1aea9a30da540613b2abc5288ca97b359cef9be6b8b3
+SIZE (sass_0.3.1.tar.gz) = 1837396

Added: head/textproc/R-cran-sass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-sass/pkg-descr	Sun Jan 31 04:14:06 2021	(r563454)
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://cran.r-project.org/web/packages/sass/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310414.10V4E7W6081116>