Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-09-20 11:26:56 +00:00
archivers py-zstandard: updated to 0.12.0 2019-09-19 16:50:57 +00:00
audio schismtracker: Update to 20190805 - switch to github for distfiles. 2019-09-20 11:22:55 +00:00
benchmarks Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
biology Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad qcad: Fix building with unrecognized (newer) Qt versions. 2019-09-19 21:59:36 +00:00
chat Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
comms synce-rra: Strip -Werror 2019-09-03 12:51:56 +00:00
converters fribidi: Update to 1.0.5 2019-09-17 16:43:01 +00:00
cross Add winpthreads packages to meta-pkg, bump PKGREVISION 2019-09-18 15:40:56 +00:00
databases databases/mysql56-server: remove SUBST for none existing file 2019-09-18 15:43:18 +00:00
devel Update py-tortoisehg to version 5.0.2 2019-09-20 10:55:55 +00:00
distfiles
doc doc/TODO: Remove bogus entry 2019-09-20 11:26:56 +00:00
editors Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
emulators Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
filesystems Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
finance Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
fonts (fonts/cyr-rfx-*) regen distinfo 2019-09-15 14:28:10 +00:00
games openttd: remove lies 2019-09-18 18:32:22 +00:00
geography Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
graphics hicolor-icon-theme: Add newline to DESCR 2019-09-19 18:57:43 +00:00
ham Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
inputmethod ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0. 2019-09-14 11:34:18 +00:00
lang rust: SunOS now requires libnsl. 2019-09-19 17:37:29 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
math Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs compiz-fusion: Remove dependency on gnome2 gnome-session 2019-09-16 10:50:47 +00:00
misc misc/ruby-bundler: update to 2.0.2 2019-09-18 14:30:43 +00:00
mk mk/compiler/gcc.mk: reorder variables in _VARGROUPS section 2019-09-19 06:46:59 +00:00
multimedia Add multimedia/olive-editor. 2019-09-19 14:28:14 +00:00
net py-onionbalance: depend on py-cryptodome (py-crypto is dead); use ALTERNATIVES; bump revision 2019-09-19 21:25:51 +00:00
news Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
packages
parallel hwloc: updated to 1.11.3 2019-09-11 13:16:45 +00:00
pkgtools pkgtools/libnbcompat: fix regular expression literals in AWK program 2019-09-13 20:23:50 +00:00
print Fix build of cups-filters with qpdf 9.0 2019-09-20 11:11:52 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security libssh: update patch 2019-09-18 19:35:08 +00:00
shells Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
sysutils Update intel-microcode-netbsd to 20190918. 2019-09-20 02:22:44 +00:00
templates
textproc sort 2019-09-19 03:06:30 +00:00
time py-dateparser: updated to 0.7.2 2019-09-19 19:36:12 +00:00
wm Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
www snownews: Needs pkg-config 2019-09-20 09:22:06 +00:00
x11 fix qt4 master site 2019-09-19 20:26:53 +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.