blob: e25c9f0d3d02255489bd647bd282cca8267d4162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
$NetBSD: RELEASE,v 1.4 2019/10/13 09:43:26 rillig Exp $
RELEASE
=======
R2pkg v.0.2 (2015-04-25)
------------------------
* Initial public release
R2pkg v.0.3 (2017-07-18)
------------------------
* Add to packages conflicting with the base R package.
* Add recursion (-r).
* Add support for updating packages (-u).
R2pkg v.0.4 (2019-06-24)
------------------------
* Fix recursion.
* Add both c and c++ to USE_LANGUAGES.
* Add maintainer email handling (-M).
* Use buildlink3.mk files for dependencies when available.
R2pkg v.0.5 (2019-07-31)
------------------------
* Improve support for updating packages.
* Add explicit option to create packages (-c).
* Relax comparisons for COMMENTS to allow case and some punctuation
differences.
* Expand the list of licenses and base R packages checked for.
* Improve support for recursion.
R2pkg v.0.6 (2019-08-08)
------------------------
* Improve the canonical format of an R package Makefile:
- Place R_PKGNAME, R_PKGVER, and CATEGORIES in the first stanza.
- Simplify CATEGORIES by defining common ones in Makefile.extension.
- Use the default value of HOMEPAGE defined in Makefile.extension.
* Annotate generated comments with [R2pkg] to make them easier to find.
R2pkg v.0.6.1 (2019-10-13)
------------------------
* Run properly even if TMPDIR is not set.
* Quote variables to prevent unintended interpolation.
* Write error messages to stderr instead of stdout.
|