pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-markdown Initial import of markdown v0.7.4 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e2f11c374a
branches:  trunk
changeset: 639633:b0e2f11c374a
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 22:44:40 2014 +0000

description:
Initial import of markdown v0.7.4 as textproc/R-markdown.

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.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

diffstat:

 textproc/R-markdown/DESCR    |   3 +++
 textproc/R-markdown/Makefile |  17 +++++++++++++++++
 textproc/R-markdown/distinfo |   5 +++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 7fbb67384930 -r b0e2f11c374a textproc/R-markdown/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-markdown/DESCR Fri Sep 19 22:44:40 2014 +0000
@@ -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 -r 7fbb67384930 -r b0e2f11c374a textproc/R-markdown/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-markdown/Makefile      Fri Sep 19 22:44:40 2014 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 22:44:40 brook Exp $
+
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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:../../mail/R-mime
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 7fbb67384930 -r b0e2f11c374a textproc/R-markdown/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-markdown/distinfo      Fri Sep 19 22:44:40 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/19 22:44:40 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



Home | Main Index | Thread Index | Old Index