Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-26 22:25:24 +00:00
archivers py-zstandard: updated to 0.8.2 2018-03-23 13:42:59 +00:00
audio needs pkg-config 2018-03-26 19:43:30 +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 Optimistically remove MAKE_JOBS_SAFE=no. 2018-03-24 17:11:57 +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 Drop patches for Python 2.7, now that it is a separate package. 2018-03-26 13:05:43 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases p5-DBIx-Class-Schema-Loader: remove unneeded dependency. 2018-03-25 09:52:28 +00:00
devel Reset MAINTAINER for abandoned/disowned package. 2018-03-26 19:54:47 +00:00
distfiles
doc Note that pkgsrc is now frozen for pkgsrc-2018Q1. 2018-03-26 11:18:48 +00:00
editors emacs25: handle NAN not existing on VAX. 2018-03-21 08:48:15 +00:00
emulators Don't rebuild unicorn locally for the Python binding. 2018-03-24 17:09:33 +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 Since fontconfig wants to build message catalogs now, depend on msgfmt. 2018-03-24 17:33:04 +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 Add NetBSD on mipsel family of system to skip building DRI drivers for PCI 2018-03-24 22:11:14 +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 Requires ocaml-num. 2018-03-26 20:21:43 +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/R-RcppArmadillo: Update to 0.8.400.0.0 2018-03-25 00:32:45 +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 p5-Mac-PropertyList: update to 1.413. 2018-03-25 15:26:35 +00:00
mk Wrong place to patch readelf 2018-03-23 04:31:53 +00:00
multimedia Don't force ancient C standard. Bump revision of phonon-qt5. 2018-03-24 17:07:53 +00:00
net net/py-lexicon: Update to 2.2.1. 2018-03-26 10:52:42 +00:00
news Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
packages
parallel parallel/slurm: Update to 17.11.5 2018-03-25 14:55:29 +00:00
pkgtools cwrappers-20180325: append the append list for -shared support 2018-03-25 20:45:25 +00:00
print For Python 2.7 use, depend on a version of CairoSVG that is supported. 2018-03-26 00:35:34 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p5-Net-DNS-SEC: update to 1.06. 2018-03-25 15:54:01 +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 Convert build to test dependencies where appropiate. 2018-03-25 20:38:03 +00:00
time p5-Time-HiRes: update to 1.9758. 2018-03-25 16:06:52 +00:00
wm Install patched mwm.fvwmrc to the correct filename 2018-03-17 23:01:02 +00:00
www firefox-l10n: update to 59.0.2 2018-03-26 22:25:24 +00:00
x11 add support for netbsd-6 and netbsd-7. sort of works. the 2018-03-26 02:33:41 +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.