Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-11-05 08:13:26 +00:00
archivers (archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37 2019-11-04 03:37:54 +00:00
audio audio/csound6: fix pkglint warnings 2019-11-03 11:51:01 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology biology: align variable assignments 2019-11-02 22:09:00 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
chat chat: align variable assignments 2019-11-02 22:18:22 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters converters: align variable assignments 2019-11-03 17:14:24 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +00:00
devel mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
distfiles
doc Updated multimedia/py-m3u8, textproc/py-html5-parser 2019-11-05 08:13:26 +00:00
editors vim: fix python option 2019-11-02 19:57:01 +00:00
emulators emulators: align variable assignments 2019-11-03 19:24:31 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance finance: align variable assignments 2019-11-02 16:08:47 +00:00
fonts Update to migu-20150712 2019-11-05 05:26:02 +00:00
games mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
geography geography/gdal-lib: Update to 2.4.3 2019-11-04 17:33:18 +00:00
graphics paper-icon-theme: Update to 1.5.0 2019-11-04 23:21:57 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod inputmethod: align variable assignments 2019-11-02 22:56:53 +00:00
lang mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Update to 3.11. From the changelog: 2019-11-04 00:28:25 +00:00
math mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs: align variable assignments 2019-11-03 19:35:54 +00:00
misc Forgot to add patch so that xygrib doesn't need x11/qt5-qtools. 2019-11-04 18:53:13 +00:00
mk mk/fetch: sort variables for bmake show-all-github 2019-11-04 19:05:18 +00:00
multimedia py-m3u8: updated to 0.5.1 2019-11-05 07:56:24 +00:00
net net/unison2.51: Clarify comment about naming 2019-11-05 02:38:21 +00:00
news news: align variable assignments 2019-11-04 19:17:10 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.6 2019-11-04 18:44:21 +00:00
print print: align variable assignments 2019-11-04 19:57:58 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security security: align variable assignments 2019-11-04 21:12:51 +00:00
shells shells: align variable assignments 2019-11-04 21:14:06 +00:00
sysutils sysutils: align variable assignments 2019-11-04 21:28:40 +00:00
templates
textproc py-html5-parser: updated to 0.4.9 2019-11-05 08:12:52 +00:00
time Promote p5-File-ShareDir-Install from TEST_DEPENDS to BUILD_DEPENDS 2019-11-03 23:43:49 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www py-test-django: updated to 3.6.0 2019-11-05 07:49:37 +00:00
x11 py-qt4-qscintilla: really remove, as intended on 2019-10-30 2019-11-05 07:10:54 +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.