forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LICENSE Upstream changes: CHANGES IN highr VERSION 0.5 MAJOR CHANGES o the minimal required R version is 3.0.2 now CHANGES IN highr VERSION 0.4 BUG FIXES o hi_andre() may fail to find highlight under OS X (thanks, Christopher Gandrud, #2) MINOR CHANGES o :: and ::: are recognized as operators, and they will be syntax highlighted in the same way as other operators like +, -, *, and /, etc (thanks, Qiang Li)
- Loading branch information
wen
committed
Jan 9, 2016
1 parent
3c9246b
commit ca8cdf2
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.1 2014/09/19 22:31:53 brook Exp $ | ||
# $NetBSD: Makefile,v 1.2 2016/01/09 14:06:59 wen Exp $ | ||
|
||
CATEGORIES= textproc | ||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= ${R_HOMEPAGE_BASE}/highr/ | ||
COMMENT= Syntax highlighting for R | ||
# TODO: LICENSE= GPL | ||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 | ||
|
||
R_PKGNAME= highr | ||
R_PKGVER= 0.3 | ||
R_PKGVER= 0.5.1 | ||
|
||
.include "../../math/R/Makefile.extension" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2015/11/04 01:59:18 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2016/01/09 14:06:59 wen Exp $ | ||
|
||
SHA1 (R/highr_0.3.tar.gz) = 6e853ba30d3a2a29decd11b178b682c54841669a | ||
RMD160 (R/highr_0.3.tar.gz) = fefe2ef73790979ff3b069a42861c6dbed29ea96 | ||
SHA512 (R/highr_0.3.tar.gz) = 380b6c9fb710eab71818b14d002ef46daa560d7128d201e6c2e967b20f8e00dd9142f3ac37b2980c3feb0254263428a5907d61878536b609224309e2e8d0d514 | ||
Size (R/highr_0.3.tar.gz) = 16400 bytes | ||
SHA1 (R/highr_0.5.1.tar.gz) = 32397e84f6189868c4059d0ebc4b01ae17eeaa10 | ||
RMD160 (R/highr_0.5.1.tar.gz) = 395ae5051be8a4c1778362a32d16ce6f733d9faa | ||
SHA512 (R/highr_0.5.1.tar.gz) = 9e089bba53e6af71da4e5350ff819c83a2416e76a91e6ba9ddf0443cde00f4bc9bb7130dba911b38bafb3d5063cdbf92accf44dfdc900655f8923607e47197f2 | ||
Size (R/highr_0.5.1.tar.gz) = 16744 bytes |