pkgsrc/textproc/R-markdown/Makefile
wen 4bd6adc5cd Update to 0.7.7
Update DEPENDS

Upstream changes:
CHANGES IN markdown VERSION 0.7.7

BUG FIXES

  o renderMarkdown() works now even if text = character(0) or ""

  o added an `encoding` argument to renderMarkdown() since multi-byte characters
  in renderMarkdown() did not work on Windows (thanks, Kohske Takahashi, #63)

  o fixed #64: invalid 'n' argument in rpubsUpload() (thanks, Wouter van
  Atteveldt)

MAJOR CHANGES

  o if renderMarkdown() returns a character vector, it will be marked with the
  UTF-8 encoding if it contains multi-byte characters
2016-04-13 14:18:23 +00:00

17 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/04/13 14:18:23 wen Exp $
CATEGORIES= textproc
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.7
DEPENDS+= R-mime>=0.3:../../mail/R-mime
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"