Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
brook 2dad395093 R-combinat: update to version 0.0.8.
Update to the canonical form of an R package.
2019-07-31 19:17:39 +00:00
archivers Initial commit. 2019-07-30 22:26:11 +00:00
audio opusfile: Update to 0.11 2019-07-31 10:48:31 +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 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
chat weechat: Stop the perl plugin from segfaulting on exit on NetBSD. 2019-07-31 10:33:08 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters R-base64enc: update to canonical form of an R package. 2019-07-31 14:32:04 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases R-sqldf: update to version 0.4.11. 2019-07-31 14:38:58 +00:00
devel R-BH: update to version 1.69.0.1. 2019-07-31 18:01:32 +00:00
distfiles
doc R-combinat: update to version 0.0.8. 2019-07-31 19:17:39 +00:00
editors w3/url.el: Provide buffer-local-value for the sake of XEmacs 21.4 2019-07-31 14:04:40 +00:00
emulators BasiliskII: Update to git snapshot 20190405 2019-07-30 08:08:22 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance R-tseries: update to version 0.10.47. 2019-07-31 15:55:32 +00:00
fonts ricty-ttf: accept any version of inconsolata-ttf 2019-07-30 05:46:40 +00:00
games openttd: Update to 1.9.2 2019-07-31 10:55:13 +00:00
geography R-maptools: update to version 0.9.5. 2019-07-31 15:58:35 +00:00
graphics R-viridisLite: update to canonical form of an R package. 2019-07-31 16:12:57 +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 R-sourcetools: update to canonical form of an R package. 2019-07-31 16:17:04 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail R-mime: update to version 0.7. 2019-07-31 16:19:01 +00:00
math R-combinat: update to version 0.0.8. 2019-07-31 19:17:39 +00:00
mbone
meta-pkgs texlive-collection-publishers: sync with rev 51647 2019-07-29 12:14:21 +00:00
misc R-Hmisc: initial commit. 2019-07-31 13:37:02 +00:00
mk mk/ocaml.mk: don't assume MAKE_JOBS is defined 2019-07-26 09:59:27 +00:00
multimedia xine-lib: Switch to ffmpeg4. 2019-07-31 09:39:56 +00:00
net net/unison*: Update upstream status 2019-07-31 16:02:20 +00:00
news *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
packages
parallel *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pkgtools pkgtools/pkglint: fix test for doc/CHANGES removals 2019-07-30 18:31:43 +00:00
print py-PDF2-1.26.0nb1: Preserve annoations while merging pages 2019-07-29 20:40:19 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security Update to 0.72 2019-07-25 12:50:06 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils R-progress: initial commit. 2019-07-31 13:40:17 +00:00
templates
textproc R-readxl: initial commit. 2019-07-31 13:55:04 +00:00
time R-hms: initial commit. 2019-07-31 13:56:46 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www vimb: Update to 3.5.0 2019-07-31 16:33:42 +00:00
x11 Revert partially the previous: 2019-07-26 23:28:43 +00:00
Makefile
pkglocate
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.