Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
brook 79a532562f R-callr: initial commit
It is sometimes useful to perform a computation in a separate R
process, without affecting the current R process at all. This packages
does exactly that.
2019-08-09 19:05:49 +00:00
archivers Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
audio Use https for kcat.strangesoft.net 2019-08-08 21:18:43 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Update to QCAD 3.23.0 2019-07-31 19:30:20 +00:00
chat unrealircd: Fix path to config file. 2019-08-07 18:11:05 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
devel R-callr: initial commit 2019-08-09 19:05:49 +00:00
distfiles
doc R-callr: initial commit 2019-08-09 19:05:49 +00:00
editors Update to version 8.1.1778. 2019-08-03 21:01:11 +00:00
emulators haxm: Update to 7.5.2 2019-08-01 17:02:43 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance R-bayesm: initial commit 2019-08-09 15:39:04 +00:00
fonts tex-opensans{,-doc}: upddate to 2.2 2019-08-06 11:29:55 +00:00
games flare{-engine,-game}: Update to 1.11 2019-08-09 17:16:27 +00:00
geography Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
graphics graphics: +mygui 2019-08-09 16:04:44 +00:00
ham *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
inputmethod *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lang Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
math R-tidyr: initial commit 2019-08-09 16:25:23 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-langeuropean: Add tex-hyphen-occitan 2019-08-05 09:32:28 +00:00
misc R-praise: initial commit 2019-08-09 18:29:50 +00:00
mk teach extract about .txz, a weird alias for .tar.xz. 2019-08-02 11:48:17 +00:00
multimedia multimedia/Makefile: add movit 2019-08-08 06:00:19 +00:00
net py-zmq: updated to 18.1.0 2019-08-09 12:03:06 +00:00
news Make it build with enchant2. 2019-08-01 22:23:14 +00:00
packages
parallel llvm: updated to 8.0.1 2019-08-05 19:06:49 +00:00
pkgtools Update to version 0.6. 2019-08-08 20:14:26 +00:00
print Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security R-openssl: initial commit 2019-08-09 19:04:57 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils R-xopen: initial commit 2019-08-09 19:04:10 +00:00
templates
textproc R-brew: initial commit 2019-08-09 18:32:48 +00:00
time Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
x11 qt5-qtscript: distinfo fix 2019-08-09 17:42:46 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $

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

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

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

Bugs and patches can be filed in the following link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.