Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-11-10 14:17:38 +00:00
archivers unshield: Update to 1.4.3 2019-11-09 12:47:11 +00:00
audio fasttracker2: Fix usage of iconv linker args with CMake 2019-11-10 11:32:58 +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 boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad (cad/gtkwave) Updated to 3.3.102 2019-11-10 13:17:04 +00:00
chat *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases prometheus: updated to 2.13.1 2019-11-09 23:12:05 +00:00
devel py-cython: updated to 0.29.14 2019-11-09 21:51:15 +00:00
distfiles
doc cad/adms-2.3.6 cad/py-gds-1.4.2 2019-11-10 13:28:14 +00:00
editors *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +00:00
emulators stella: Update to 6.0.1 2019-11-09 13:07:35 +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 harfbuzz: Move GCC_REQD to before bsd.prefs.mk. 2019-11-09 19:31:14 +00:00
games *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics scrot: Needs libXfixes 2019-11-10 11:21:59 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod The version number problem of uim-elisp is fixed in another way 2019-11-07 03:01:35 +00:00
lang spidermonkey52: Requires gcc 4.8 or higher 2019-11-10 14:17:38 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail fetchmail: Follow HOMEPAGE redirect 2019-11-09 11:32:14 +00:00
math py-uncertainties: updated to 3.1.2 2019-11-09 21:46:58 +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 *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
mk Add SCO Unix to the ELF pile. 2019-11-09 21:24:24 +00:00
multimedia mkvtoolnix: updated to 40.0.0 2019-11-09 23:10:20 +00:00
net (net/p5-Test-TCP) Updated from 2.20 to 2.22 2019-11-08 15:10:19 +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 pkg_chk: add NO_CHECKSUM= yes to appease pkglint 2019-11-10 10:30:50 +00:00
print podofo: Update to 0.9.6 2019-11-09 12:33:29 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security py-cryptodome: updated to 3.9.1 2019-11-09 21:34:56 +00:00
shells fish: Update to 3.0.2 2019-11-09 12:02:29 +00:00
sysutils libnotify: Strip unsupported linker args on SunOS 2019-11-10 11:09:43 +00:00
templates
textproc py-xlsxwriter: updated to 1.2.3 2019-11-08 09:26:21 +00:00
time libical: Include limits.h for INT_MAX 2019-11-10 11:12:53 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www *: Move GCC_REQD above bsd.prefs.mk where possible. 2019-11-09 20:01:14 +00:00
x11 *: recursive bump for poppler update to 0.82.0 2019-11-07 12:38:03 +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.