Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-05 16:54:09 +00:00
archivers Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
audio audacious-plugins: Disable options / dependencies that were removed. 2019-07-05 15:21:18 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
bootstrap bootstrap/bootstrap: allow the working directory to be a symlink 2019-07-02 16:27:04 +00:00
cad Add package specific description 2019-07-04 13:07:05 +00:00
chat irssi: Make DESCR less awkward, based roughly on the current irssi website. 2019-07-05 13:26:46 +00:00
comms Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
converters Update to 4.04 2019-07-02 07:47:18 +00:00
cross cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases py-pymysql: updated to 0.9.3 2019-07-05 11:08:25 +00:00
devel ruby-delayer-deferred: update to 2.1.1. 2019-07-05 16:05:38 +00:00
distfiles
doc doc: Updated net/mikutter to 3.9.0alpha3 2019-07-05 16:54:09 +00:00
editors Explicitly disable postgresql support. We do not declare the 2019-07-03 10:06:50 +00:00
emulators Adjust some dlopen handling in the emulators category. 2019-07-05 08:38:36 +00:00
filesystems Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
finance py-braintree: updated to 3.55.0 2019-07-02 03:44:15 +00:00
fonts ricty-ttf: follow move of inconsolata-ttf installation path. 2019-07-05 16:24:07 +00:00
games devilutionx: Require gcc 4.9 or higher for std::make_unique. 2019-07-05 08:07:18 +00:00
geography Recursive revbump from gpsd-3.19 2019-07-02 19:56:45 +00:00
graphics py-piexif: updated to 1.1.3 2019-07-05 11:11:13 +00:00
ham uhd: updated to 3.14.1.0 2019-07-02 16:44:55 +00:00
inputmethod Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
lang Update rust to version 1.36.0 2019-07-05 09:55:31 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
math Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Use https for xfce.org. 2019-07-03 07:34:40 +00:00
misc Use https for github. 2019-07-03 07:19:03 +00:00
mk Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
multimedia obs-studio: Fix the Linux and FreeBSD PLISTs. 2019-07-05 08:12:13 +00:00
net mikutter: update to 3.9.0-alpha3. 2019-07-05 16:32:14 +00:00
news newsbeuter: Fix build with new json-c. 2019-07-02 07:37:54 +00:00
packages
parallel Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
pkgtools Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
print Update print/auctex to 11.92. 2019-07-05 15:32:09 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security gpgme: updated to 1.13.1 2019-07-03 20:29:54 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils Use PKGVERSION_NOREV as GITHUB_RELEASE to easier update 2019-07-02 13:38:13 +00:00
templates
textproc py-regex: updated to 2019.06.08 2019-07-05 07:58:54 +00:00
time Recursive revbump from gpsd-3.19 2019-07-02 19:56:45 +00:00
wm Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
www py-flask-jwt-extended: updated to 3.20.0 2019-07-05 07:57:02 +00:00
x11 libxfce4ui: set C99 dependency 2019-07-05 14:52:41 +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.