Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-27 | pkgtools/url2pkg: move license handling from Python to common code | rillig | 3 | -36/+87 | |
This way, the code is shared between Python modules, Perl modules, and maybe in the future R packages. No functional change. | |||||
2019-10-26 | pkgtools/pkglint: update to 19.3.3 | rillig | 13 | -45/+155 | |
Changes since 19.3.2: The rationale for variables like BROKEN, GCC_REQD and for direct inclusion of builtin.mk files may span multiple lines, and it may end with an empty comment line. | |||||
2019-10-26 | pkgtools/pkglint: update to 19.3.2 | rillig | 25 | -1763/+1990 | |
Changes since 19.3.1: * Pkglint no longer warns about a missing :Q modifier if there is also a :D modifier, since the latter hides the original variable value from the expression value. * Variable names like .CURDIR are now allowed in the _VARGROUPS section. * In dependency lines like "${_COOKIE.extract}:", pkglint no longer warns about the unknown target. No matter whether this is a file name or even a list of other targets, there's no chance for a typo here. * If some dependencies are included conditionally, and the package Makefile and buildlink3.mk disagree, and the conditions depend on PKG_OPTIONS, pkglint outputs a helpful explanation. * The check for including builtin.mk directly can be disabled by giving a reason in a comment at the end of the line. | |||||
2019-10-25 | pkgtools/R2pkg: format source code | rillig | 2 | -854/+776 | |
2019-10-19 | pkgtools/R2pkg: remove unused code | rillig | 2 | -17/+5 | |
2019-10-19 | pkgtools/R2pkg: refactoring | rillig | 2 | -28/+4 | |
2019-10-19 | pkgtools/R2pkg: refactoring, tests | rillig | 2 | -173/+150 | |
2019-10-19 | pkgtools/R2pkg: make license handling code simpler | rillig | 2 | -45/+64 | |
2019-10-19 | pkgtools/R2pkg: create fewer temporary files | rillig | 1 | -14/+1 | |
2019-10-19 | pkgtools/R2pkg: code cleanup, use fewer temporary files | rillig | 3 | -107/+60 | |
2019-10-19 | pkgtools/R2pkg: make USE_LANGUAGES code simpler | rillig | 2 | -20/+13 | |
2019-10-19 | pkgtools/R2pkg: clean up shell program | rillig | 1 | -138/+107 | |
2019-10-19 | pkgtools/R2pkg: clean up shell program | rillig | 1 | -57/+50 | |
2019-10-19 | pkgtools/R2pkg: update to 0.6.3 | rillig | 4 | -24/+26 | |
Changes since 0.6.1: * Fix comparison of articles (a, an) in comments. | |||||
2019-10-19 | pkgtools/R2pkg: refactoring, tests | rillig | 2 | -25/+60 | |
2019-10-19 | pkgtools/R2pkg: code cleanup | rillig | 2 | -40/+24 | |
2019-10-19 | pkgtools/R2pkg: refactoring, tests | rillig | 2 | -51/+91 | |
2019-10-19 | pkgtools/R2pkg: refactoring, tests | rillig | 2 | -62/+80 | |
2019-10-19 | pkgtools/R2pkg: refactoring, tests | rillig | 2 | -119/+133 | |
2019-10-18 | pkgtools/R2pkg: make write.Makefile simpler | rillig | 2 | -37/+34 | |
2019-10-18 | pkgtools/R2pkg: refactorings, tests | rillig | 2 | -82/+116 | |
2019-10-18 | pkgtools/R2pkg: remove unused code, add tests | rillig | 2 | -125/+100 | |
2019-10-18 | pkgtools/R2pkg: fix tests with virtual files | rillig | 2 | -92/+96 | |
textConnection does not expect a trailing '\n' in its argument. | |||||
2019-10-18 | Revbump all Go packages after lang/go112 update | bsiegert | 1 | -1/+2 | |
2019-10-17 | pkgtools/R2pkg: add more tests | rillig | 1 | -29/+153 | |
2019-10-17 | pkgtools/R2pkg: add tests | rillig | 1 | -13/+43 | |
2019-10-17 | pkgtools/R2pkg: refactorings, small bugfixes, tests | rillig | 2 | -162/+412 | |
find.Rcpp is now guaranteed to return a boolean. Added some tests and many more templates that are still waiting to be filled. | |||||
2019-10-17 | pkgtools/R2pkg: fix indentation, make tabs visible | rillig | 1 | -73/+73 | |
2019-10-15 | pkgtools/R2pkg: remove unused code | rillig | 1 | -28/+1 | |
2019-10-13 | Use tab for indendation as the rest of the block. | joerg | 1 | -2/+2 | |
2019-10-13 | Use __UNCONST to remove const attributes before free. | joerg | 1 | -2/+2 | |
2019-10-13 | pkgtools/R2pkg: shorten code in read.Makefile.as.dataframe | rillig | 1 | -35/+8 | |
2019-10-13 | pkgtools/R2pkg: add more unit tests | rillig | 2 | -17/+112 | |
2019-10-13 | pkgtools/R2pkg: add unit tests | rillig | 3 | -11/+144 | |
2019-10-13 | pkgtools/R2pkg: code cleanup | rillig | 1 | -13/+6 | |
2019-10-13 | pkgtools/R2pkg: replace integer indices with named attributes | rillig | 1 | -16/+23 | |
2019-10-13 | pkgtools/R2pkg: make R2pkg.R testable | rillig | 2 | -14/+18 | |
Placing the code into a main function allows the tests to source the file without any side effects. The LC_ALL=C environment variable is necessary on NetBSD/x86_64 8.0 in the en_US.UTF-8 locale since otherwise R dumps core in the source(...) call, deep inside towctrans. | |||||
2019-10-13 | pkgtools/R2pkg: fix typo | rillig | 1 | -2/+2 | |
2019-10-13 | pkgtools/R2pkg: separate R code from shell code | rillig | 5 | -1254/+1303 | |
Before, it was difficult to edit the R code since all dollars, backslashes and backticks had to be escaped. Separating the code also makes the R part testable on its own. | |||||
2019-10-13 | pkgtools/R2pkg: update to 0.6.1 | rillig | 3 | -14/+28 | |
Changes since 0.6: * Run properly even if TMPDIR is not set. * Quote variables to prevent unintended interpolation. * Write error messages to stderr instead of stdout. | |||||
2019-10-13 | pkgtools/url2pkg: remove unnecessary update_vars field | rillig | 2 | -17/+23 | |
2019-10-12 | pkgtools/url2pkg: rename type Url2Pkg to Globals | rillig | 2 | -152/+152 | |
2019-10-12 | pkgtools/url2pkg: fix type hinting declarations | rillig | 2 | -75/+116 | |
2019-10-11 | pkgtools/pkglint: update to 19.3.1 | rillig | 10 | -36/+244 | |
Changes since 19.3.0: * In buildlink3.mk files, the package identifier doesn't have to match the PKGBASE from the package Makefile exactly. The PKGBASE may have a leading "lib" (for libiconv and libgettext), as well as a trailing number (for emacs20 and netatalk22). * GITHUB_RELEASE is added to the variables that should appear in a fixed order in the package Makefile. * In the MASTER_SITE URLs, the transport protocol is irrelevant for matching direct URLs to the predefined MASTER_SITE_* variables. | |||||
2019-10-11 | pkg_install-20191008: Add pkg_admin digest command | joerg | 4 | -10/+42 | |
2019-10-11 | rc.subr: which is not present in Arch Linux boostrap | triaxx | 1 | -2/+4 | |
2019-10-08 | pkg_admin(1): sort commands | joerg | 2 | -10/+10 | |
2019-10-07 | Rename py-meson to meson. | prlw1 | 2 | -4/+4 | |
The motivation is to consider meson as an application, so there is only one copy on the system, and as a python 3 program, it can build python 2 packages. | |||||
2019-10-06 | pkgtools/url2pkg: update to 19.3.3 | rillig | 2 | -8/+5 | |
Changes since 19.3.2: * Replaced the Perl implementation with the Python implementation. * Improved detection of WRKSRC: only directories are candidates, regular files are ignored. * R packages are handled by R2pkg instead of url2pkg. | |||||
2019-10-06 | pkgtools/url2pkg: remove Perl implementation | rillig | 2 | -1277/+0 | |
The Python implementation has received more bugfixes, new features and handles all kinds of edge cases better. All previous features have been either copied or intentionally omitted. |