Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-12-17 17:20:52 +00:00
archivers py-zstandard: Use bundled zstd because not adapted to zstd-1.4.4 2019-12-17 10:50:41 +00:00
audio Fix build on non-linux ppc machines 2019-12-17 13:59:50 +00:00
benchmarks Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad ensure debug binaries are not built, by using target 'release' 2019-12-07 07:44:36 +00:00
chat Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
comms py-colorama: updated to 0.4.3 2019-12-11 19:01:00 +00:00
converters Drop php71 support 2019-12-16 16:30:13 +00:00
cross cross/dasm: Revbump to avoid distfiles conflict. 2019-12-09 09:29:15 +00:00
databases databases/postgresql12-{client,server}: Requires msgfmt to build 2019-12-17 17:20:52 +00:00
devel py-ruamel-yaml: Update to 0.16.5 2019-12-17 10:11:28 +00:00
distfiles
doc doc/TODO: add some 2019-12-17 16:35:44 +00:00
editors abiword-plugins: remove redundant configure setting 2019-12-17 01:59:31 +00:00
emulators qemu: ...and the new patch 2019-12-15 18:35:49 +00:00
filesystems py-fs: updated to 2.4.11 2019-12-13 11:22:51 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts (fonts/Inter-UI) Fix fetch problem, (add GITHUB_PROJECT) 2019-12-15 20:47:15 +00:00
games games: Add dhewm3. 2019-12-14 19:16:39 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics opencv: updated to 3.4.8 2019-12-16 08:24:39 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang lang/php: remove php71 support 2019-12-16 16:13:11 +00:00
licenses (with real EDIT) Add new license file, s/isc/AHUTOR/g equivalent of isc 2019-12-15 12:24:25 +00:00
mail mutt: Update to version 1.13.1 2019-12-17 15:13:14 +00:00
math math/py-sympy: Update to 1.3 2019-12-16 23:54:47 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs/php71-extensions: remove EOL package 2019-12-16 16:07:05 +00:00
misc Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mk mk/defaults/options.description: add some descrptions 2019-12-16 15:26:57 +00:00
multimedia Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
net mitmproxy: Update to 5.0.0 2019-12-17 10:21:51 +00:00
news news/flnews: Update to 0.17 2019-12-16 12:27:53 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkg_regress: update to 0.5 2019-12-17 15:38:43 +00:00
print atril: update to 1.22.3 2019-12-16 04:08:11 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security Drop php71 support 2019-12-16 16:30:13 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils lxtask: update to 0.1.9 2019-12-15 23:49:25 +00:00
templates
textproc Update to 1.4.14. From the changelog: 2019-12-17 03:54:17 +00:00
time py-icalendar: updated to 4.0.4 2019-12-11 10:28:58 +00:00
wm velox: Fix error in MESSAGE 2019-12-16 21:01:41 +00:00
www py-publicsuffix2: Reset USE_LANGUAGES 2019-12-17 09:39:47 +00:00
x11 + qt5ct 2019-12-16 12:08:41 +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.