Path to this page:
./
geography/R-countrycode,
Convert country names and country codes
Branch: CURRENT,
Version: 1.1.0,
Package name: R-countrycode-1.1.0,
Maintainer: pkgsrc-usersStandardize country names, convert them into one of eleven coding
schemes, convert between coding schemes, and assign region
descriptors.
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2019-07-31) Updated to version: R-countrycode-1.1.0
- (2017-11-23) Package has been reborn
- (2015-07-26) Updated to version: R-countrycode-0.18
- (2014-09-20) Package added to pkgsrc.se, version R-countrycode-0.17 (created)
CVS history: (Expand)
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) |  |
Log message:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2 … 21711.html
|
2018-07-28 16:40:53 by Brook Milligan | Files touched by this commit (126) |
Log message:
Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES. Consequently, it is redundant for the individual
packages to do the same. Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
|
2015-11-03 01:08:46 by Alistair G. Crooks | Files touched by this commit (67) |
Log message:
Add SHA512 digests for distfiles for geography category
One mismatched digest found in geography/libmemphis02:
# package libmemphis02
recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b
calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2
No changes were made to the libmemphis02 distinfo file
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-07-26 15:30:22 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Update 0.17 to 0.18
Version 0.18 (2014-12-17)
-------------------------
* Nils Enevoldsen did wonderful work refactoring most of the regex in the dictionary.
* Nils also added a bunch of tests. Thanks!
* Added Tokelau
|
2014-09-19 22:53:02 by Brook Milligan | Files touched by this commit (3) |
Log message:
Initial import of countrycode v0.17 as geography/R-countrycode.
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/2 … 13558.html
|