Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny b0c92ca1f0 security/erlang-epam: Update to 1.0.4.
- Fix compilation with rebar3
2018-03-24 14:29:19 +00:00
archivers py-zstandard: updated to 0.8.2 2018-03-23 13:42:59 +00:00
audio build fixes for NetBSD 2018-03-24 11:09:41 +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: add new patch to distinfo 2018-03-24 07:05:53 +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 databases/ruby-mysql2: update to 0.5.0 2018-03-23 13:41:37 +00:00
devel devel/erlang-cache_tab: Update to 1.0.13. 2018-03-24 14:25:28 +00:00
distfiles
doc doc: Updated devel/erlang-cache_tab to 1.0.13 2018-03-24 14:25:37 +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 Unbreak build on NetBSD by ensuring that uintptr_t is not a macro. 2018-03-23 21:07:53 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail Update mail/rspamd to 1.7.2. 2018-03-24 14:10:08 +00:00
math math/Makefile: Add R-forecast 2018-03-23 16:43:43 +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 misc/erlang-p1_utils: Update to 1.0.11. 2018-03-24 14:24:00 +00:00
mk Wrong place to patch readelf 2018-03-23 04:31:53 +00:00
multimedia libdvdcss: updated to 1.4.2 2018-03-23 17:55:02 +00:00
net gallery-dl: Update net/gallery-dl to 1.3.2 2018-03-24 10:32:01 +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 security/erlang-epam: Update to 1.0.4. 2018-03-24 14:29:19 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils sysutils/puppet: update to 5.5.0 2018-03-23 14:31:46 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc All files should be compiled. Bump revision. 2018-03-24 13:55:08 +00:00
time py-pendulum: updated to 1.4.4 2018-03-23 09:04:51 +00:00
wm Install patched mwm.fvwmrc to the correct filename 2018-03-17 23:01:02 +00:00
www py-scgi: updated to 1.15 2018-03-24 08:25:30 +00:00
x11 xtrap: update to 1.0.3. 2018-03-24 06:59:25 +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.