Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-23 04:43:36 +00:00
archivers p7zip: Enforce C++03 2018-03-21 18:47:02 +00:00
audio grip: update to 3.7.0 2018-03-22 13:29:11 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad (cad/py-gdscad) PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 2018-03-17 22:39:56 +00:00
chat hexchat: update to 2.14.1 2018-03-17 11:56:15 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters libwpd: Add -Wno-unknown-warning-option to support older clang. 2018-03-21 09:22:42 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases p5-DBI: update to 1.641. 2018-03-21 12:33:23 +00:00
devel ruby-railties51: fix DEPENDS. 2018-03-22 15:43:11 +00:00
distfiles
doc doc: Updated www/ikiwiki to 3.20180311nb1 2018-03-22 17:08:56 +00:00
editors emacs25: handle NAN not existing on VAX. 2018-03-21 08:48:15 +00:00
emulators suse131_linux: Switch location of packages to NetBSD's backup 2018-03-21 22:50:10 +00:00
filesystems encfs: Update to 1.9.4 2018-03-21 22:38:57 +00:00
finance ledger: Fix build with gcc-6. 2018-03-14 13:59:52 +00:00
fonts p5-Font-FreeType: update to 0.10. 2018-03-21 12:40:48 +00:00
games games/ruby-squib: update to 0.14.1 2018-03-17 14:18:16 +00:00
geography gdal-lib: Update to 2.2.4 2018-03-21 23:20:12 +00:00
graphics inkscape: Disable gnome2 support by default. 2018-03-21 21:32:44 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod Fix buffer over run in mkdic, found by stack protector. 2018-03-23 04:43:36 +00:00
lang lang/spidermonkey17: Mark as broken on SunOS/x86_64. 2018-03-21 12:04:30 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
math math/R-RcppArmadillo: Add a patch file for portability fix 2018-03-22 15:38:26 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs meta-pkgs: add and enable php72-extensions 2018-03-14 15:50:07 +00:00
misc Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
mk Wrong place to patch readelf 2018-03-23 04:31:53 +00:00
multimedia gst-plugins0.10-good: Revert wrong distinfo change 2018-03-21 18:04:53 +00:00
net net/isc-dhcp4: update to 4.4.1 2018-03-21 15:05:05 +00:00
news Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
packages
parallel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pkgtools List options alphabetically. 2018-03-21 17:32:44 +00:00
print ghostscript-agpl: updated to 9.23 2018-03-21 17:41:01 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-cryptography[_vectors]: updated to 2.2.1 2018-03-22 11:49:19 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
time p5-Time-HiRes: update to 1.9757. 2018-03-18 08:54:58 +00:00
wm Install patched mwm.fvwmrc to the correct filename 2018-03-17 23:01:02 +00:00
www Attempt to make su(1) usage more portable. Remove very old text from 2018-03-22 17:08:31 +00:00
x11 st-term: Update x11/st-term to 0.8.1 2018-03-21 10:32:15 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya 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 follow 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.