Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-22 08:02:58 +00:00
archivers p7zip: Enforce C++03 2018-03-21 18:47:02 +00:00
audio tremor: add missing patch. 2018-03-16 23:02:09 +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 devel/ruby-mode: update to 2.5.0 2018-03-21 15:03:19 +00:00
distfiles
doc Updated textproc/py-lxml, www/py-aiohttp 2018-03-22 08:02:58 +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 Use GITHUB framework 2018-03-17 01:22:53 +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 mail/postfix: update to 3.3.0 2018-03-21 15:28:45 +00:00
math math/Makefile: Add R-lmtest 2018-03-21 15:26:10 +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 rhash: Honor CFLAGS and LDFLAGS. 2018-03-20 12:41:53 +00:00
mk Add more diagnostic info for when packages are forced to non-builtin. 2018-03-19 03:53:29 +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 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +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/ruby-rex-powershell: update to 0.1.77 2018-03-21 13:42:08 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils sysutils/ruby-childprocess: update to 0.8.0 2018-03-21 15:15:13 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-lxml: updated to 4.2.1 2018-03-22 07:56:35 +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 py-aiohttp: updated to 3.1.0 2018-03-22 08:02:35 +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.