Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-11 12:19:22 +00:00
archivers Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
audio fasttracker2: Update to b165 2019-08-10 23:45:56 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology py-biopython: initial commit 2019-08-09 21:52:34 +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 postgresqlNN: updated to 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24 2019-08-11 11:40:10 +00:00
devel tex-l3kernel{,-doc}: update to 2019.51745 2019-08-11 11:40:46 +00:00
distfiles
doc Updated security/py-certifi, finance/py-braintree, security/py-gssapi, textproc/py-lxml 2019-08-11 12:12:30 +00:00
editors editors/xournal: update to 0.4.8.2016 2019-08-10 06:53:28 +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 py-braintree: updated to 3.56.0 2019-08-11 12:02:17 +00:00
fonts tex-oldstandard{,-doc}: update to 2.4a 2019-08-11 11:51:12 +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 tex-animate{,-doc}: update to 20190722 2019-08-11 11:11:53 +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 perl: updated to 5.30.0 2019-08-11 10:14:17 +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-mathscience: sync with rev 51823 2019-08-11 12:19:22 +00:00
misc Update to 6.3.0.4 2019-08-10 11:41:29 +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 haproxy: re-do patch to enable XPG4.2 on SunOS. 2019-08-11 09:09:41 +00:00
news Make it build with enchant2. 2019-08-01 22:23:14 +00:00
packages
parallel R-promises: initial commit 2019-08-09 20:25:29 +00:00
pkgtools x11-links 1.24: libdrm_{nouveau,amdgpu} libraries were missing. 2019-08-10 19:47:37 +00:00
print tex-hyperref{,-doc}: update to 6.88h 2019-08-11 11:36:08 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security py-gssapi: updated to 1.6.1 2019-08-11 12:06:15 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils R-later: initial commit 2019-08-09 20:24:22 +00:00
templates
textproc py-lxml: updated to 4.4.1 2019-08-11 12:12:02 +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 R-miniUI: initial commit 2019-08-09 20:54:28 +00:00
x11 Fix a checksum 2019-08-10 11:16:24 +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.