diff options
author | brook <brook@pkgsrc.org> | 2014-09-03 18:33:02 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-03 18:33:02 +0000 |
commit | c9eec9242641bce4e8286197b1a4eccd1e76e368 (patch) | |
tree | db8ecf8608aeec3f086bcb7dd7aa856334e261a3 /math | |
parent | 698d9a04e9c63d2c4bede5c7d13f9c42a7d57617 (diff) | |
download | pkgsrc-c9eec9242641bce4e8286197b1a4eccd1e76e368.tar.gz |
Initial revision of R-markdown v0.7.4.
Markdown is a plain-text formatting syntax that can be converted to
XHTML or other formats. This package provides R bindings to the
Sundown markdown rendering library.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-markdown/DESCR | 3 | ||||
-rw-r--r-- | math/R-markdown/Makefile | 17 | ||||
-rw-r--r-- | math/R-markdown/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-markdown/DESCR b/math/R-markdown/DESCR new file mode 100644 index 00000000000..21674fe8bd9 --- /dev/null +++ b/math/R-markdown/DESCR @@ -0,0 +1,3 @@ +Markdown is a plain-text formatting syntax that can be converted to +XHTML or other formats. This package provides R bindings to the +Sundown markdown rendering library. diff --git a/math/R-markdown/Makefile b/math/R-markdown/Makefile new file mode 100644 index 00000000000..716eef60890 --- /dev/null +++ b/math/R-markdown/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2014/09/03 18:33:02 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/markdown/ +COMMENT= Markdown rendering for R +LICENSE= gnu-gpl-v2 + +R_PKGNAME= markdown +R_PKGVER= 0.7.4 + +DEPENDS+= R-mime>=0.1.1:../../math/R-mime + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-markdown/distinfo b/math/R-markdown/distinfo new file mode 100644 index 00000000000..591c9d32339 --- /dev/null +++ b/math/R-markdown/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/09/03 18:33:02 brook Exp $ + +SHA1 (R/markdown_0.7.4.tar.gz) = b9c9ad8c8c5e95f3e5ca3800565d031675724505 +RMD160 (R/markdown_0.7.4.tar.gz) = 6da8227d2495431349adc944842f8143e8b12d23 +Size (R/markdown_0.7.4.tar.gz) = 77898 bytes |