Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef 6107b44118 (devel/R-Rcpp) Updated 1.0.7 to 1.0.8.2
2022-03-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

	* inst/tinytest/cpp/sugar.cpp: Also conditionally replace
	std::unary_function with std::function
	* vignettes/rmd/Rcpp-sugar.Rmd: Replace std::unary_function example
	with std::function (implicitly requiring C++ in vignette example)
	* vignettes/rmd/Rcpp-FAQ.Rmd: Idem

2022-03-09  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/Rcpp/Language.h: To quieten compilations, replace
	std::(unary|binary)_function with std::function for C++11 or later
	* inst/include/Rcpp/StringTransformer.he: Idem

2022-01-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

2022-01-20  Dirk Eddelbuettel  <edd@debian.org>

	* src/attributes.cpp: Make three small changes to permit compilation
	under C++98 now (while we consider just turning to C++11 overall)

2022-01-14  Dirk Eddelbuettel  <edd@debian.org>

	* inst/tinytest/test_packageversion.R: Comparison to 'dev' revision
	version now tolerant of optional trailing zero (e.g. 1.0.8.0)

2022-01-11  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Date, Version): Release 1.0.8

        * inst/include/Rcpp/config.h: Idem
        * inst/NEWS.Rd: Idem
        * vignettes/rmd/Rcpp.bib: Idem
        * inst/bib/Rcpp.bib: Idem
	* vignettes/pdf/*: Rebuilt

	* inst/include/Rcpp/r/headers.h: STRICT_R_HEADERS set by default
	unless override RCPP_NO_STRICT_HEADERS is set (cf issue #1158)

2022-01-10  Dirk Eddelbuettel  <edd@debian.org>

        * vignettes/rmd/Rcpp.bib: Updated CRAN and R references
        * inst/bib/Rcpp.bib: Idem
        * vignettes/rmd/getCurrentVersionsOfCitedPackages.R: Updated

2022-01-01  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* inst/NEWS.Rd: Added entries for a few PRs since last release

	* vignettes/rmd/Rcpp.bib: Provide both url and doi entries
	* inst/bib/Rcpp.bib: Idem

2021-12-28  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add section on performance

2021-12-24  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Update usage counts

2021-12-16  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/rmd/Rcpp.bib: Update JSS references to new doi scheme,
	update http URL links to https
	* inst/bib/Rcpp.bib: Idem

2021-12-10  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

2021-12-08  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/Rcpp/Rcpp: Added as new entry point
	* inst/include/Rcpp/Light: Added as lighter-weight entry point
	* inst/include/Rcpp/Lighter: Idem
	* inst/include/Rcpp/Lightest: Idem

2021-11-30  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Remove Travis badge
	* .travis.yml: Removed

2021-11-15  Dirk Eddelbuettel  <edd@debian.org>

	* docker/ci/Dockerfile: Minor cleanup

2021-11-14  Dirk Eddelbuettel  <edd@debian.org>

	* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X

2021-11-11  Kevin Ushey  <kevinushey@gmail.com>

	* R/RcppLdpath.R: CxxFlags() now quotes its include path

2021-10-15  Travers Ching  <traversc@gmail.com>

	* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
	* inst/tinytest/test_attribute_package.R: Tests `signature` attribute

2021-10-13  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Switch JSS url to doi form per JSS request
	* man/Rcpp-package.Rd: Idem
	* man/RcppLdFlags.Rd: Idem
	* inst/CITATION: Only use doi entries in three citEntry blocks

2021-10-11  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

	* .codecov.yml (comment): Disable codecov comments on PRs

2021-10-10  Travers Ching  <traversc@gmail.com>

	* src/attributes.cpp: Add `signature` attribute and syntax checks

2021-10-02  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/docker.yaml (jobs): Add container builder action

2021-10-01  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

	* inst/NEWS.Rd: Updated

2021-09-29  Iñaki Ucar  <iucar@fedoraproject.org>

	* inst/include/Rcpp/XPtr.h: Check for new define
        `RCPP_USE_FINALIZE_ON_EXIT` to flip the value of XPtr's `finalizeOnExit`
        parameter from false (default) to true.
	* inst/tinytest/test_xptr.R: Added test for this functionality.

2021-09-27  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added total downloads badge

2021-09-06  Dirk Eddelbuettel  <edd@debian.org>

	* docker/ci-4.0/Dockerfile: Using R 4.0.5 to build ci-4.0
	* .github/workflows/ci.yaml (jobs): Also run against R 4.0.*

2021-09-05  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/Misc/piSugar.cpp (piSugar): Remove spurious call to
	RNGScope we do not need with Rcpp Attributes
	* inst/examples/RcppGibbs/RcppGibbs.R (Rgibbs): Comment on two uses
	of RNGScope as historical in pre-Attributes code
	* inst/examples/RcppGibbs/timeRNGs.R: Idem for one more

2021-08-05  Dirk Eddelbuettel  <edd@debian.org>

	* inst/bib/Rcpp.bib: Use https for CRAN URLs
	* vignettes/rmd/Rcpp.bib: Idem

2021-07-25  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

2021-07-24  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/rmd/Rcpp-FAQ.Rmd: New entry on growing vectors

2021-07-08  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

	* cleanup: Check for optional vignettes/rmd before trying to access it
2022-03-14 11:25:38 +00:00
archivers Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
audio *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
benchmarks benchmarks/hyperfine: update to 1.13.0 2022-03-05 21:22:16 +00:00
biology (biology/minimap2) Updated 2.18 to 2.24 2022-03-13 08:05:07 +00:00
bootstrap README.NetBSD: slightly rephrase note about make(1) 2022-02-25 23:03:10 +00:00
cad (cad/klayout) Updated 0.27.7 to 0.27.8 2022-03-12 21:16:08 +00:00
chat *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
comms asterisk16: Update to 16.24.0 2022-03-04 12:22:31 +00:00
converters (converters/opencc) Updated 1.1.2 to 1.1.3 2022-03-13 06:59:19 +00:00
cross freemint-gcc: Enable ObjC and ObjC++ 2022-01-29 18:33:17 +00:00
databases sqlite3: updated to 3.38.1 2022-03-14 10:01:19 +00:00
devel (devel/R-Rcpp) Updated 1.0.7 to 1.0.8.2 2022-03-14 11:25:38 +00:00
distfiles
doc doc: Updated sysutils/R-unix to 1.5.4 2022-03-14 11:18:15 +00:00
editors *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
emulators xnp2: Use SDL2 2022-03-11 17:59:56 +00:00
filesystems py-fs: updated to 2.4.15 2022-02-07 20:57:20 +00:00
finance finance/ruby-braintree: update to 4.6.0 2022-03-06 09:00:43 +00:00
fonts harfbuzz harfbuzz-icu: updated to 4.0.1 2022-03-14 11:08:13 +00:00
games *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
geography geography/geos: Update to 3.10.2 2022-03-13 14:28:59 +00:00
graphics MesaLib: add patches for prior 21.3.7 update 2022-03-13 15:52:50 +00:00
ham gnuradio*: update to 3.10.1.1 2022-03-12 23:04:44 +00:00
inputmethod *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
lang rust-analyzer: updated to 0.0.2022.03.14: 2022-03-14 11:11:27 +00:00
licenses licenses: Add libtpms-license 2022-02-01 15:07:01 +00:00
mail www/ruby-rails70: update to 7.0.2.3 2022-03-13 15:15:03 +00:00
math Fix lapack parallel build when building both static and shared libs 2022-03-13 07:31:56 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs mate: replace msgfmt override block with msgfmt-desktop.mk 2022-03-13 03:22:37 +00:00
misc *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
mk mk: MKPIE is not GCC-specific. Should help ObjC packages. 2022-03-13 06:26:57 +00:00
multimedia mkvtoolnix: updated to 66.0.0 2022-03-14 11:09:23 +00:00
net net/isc-dhcp4: update to 4.4.3 2022-03-13 15:24:37 +00:00
news sfeed: Update to 1.3 2022-03-07 22:47:33 +00:00
packages
parallel lua-lanes: update to 3.16.0 2022-03-06 07:51:10 +00:00
pkgtools pkgtools/pkglint: update to 21.4.4 2022-03-12 12:03:40 +00:00
print hplip: sort PLIST.scan 2022-03-13 05:49:14 +00:00
regress *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
security *: Replace per-package msgfmt hacks with msgfmt-desktop.mk 2022-03-12 08:01:48 +00:00
shells shells/zsh: Update to 5.8.1 2022-03-12 06:07:48 +00:00
sysutils (sysutils/R-unix) Updated 1.5.3 to 1.5.4 2022-03-14 11:18:03 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/lok: clarify warning 2022-03-14 10:24:40 +00:00
time gnome-calendar: fix build with latest meson 2022-03-14 02:51:31 +00:00
wm wm/shod: update to 2.4.0 2022-03-14 10:22:49 +00:00
www guile-haunt: Update to 2.6 2022-03-14 11:17:22 +00:00
x11 x11/citron: update to 0.14.2 2022-03-14 10:20:25 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Fix URIs and capitalize NetBSD 2022-01-31 22:39:11 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git