Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 19b4a542dd texlive2pkg: update to 1.6
use https homepage
more license mappings
2019-08-12 08:35:14 +00:00
archivers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
audio Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
chat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
comms Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
converters Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases py-whisper: updated to 1.1.5 2019-08-11 18:08:01 +00:00
devel py-whichcraft: updated to 0.6.0 2019-08-12 07:26:49 +00:00
distfiles
doc Updated lang/py-mypy, security/py-oauthlib 2019-08-12 07:45:40 +00:00
editors Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
emulators Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
filesystems Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
finance Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fonts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
games stone-soup-sdl: Force instalation of fonts 2019-08-11 18:04:36 +00:00
geography Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
graphics R-ggtern: add a missing dependency. 2019-08-11 15:39:28 +00:00
ham Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
inputmethod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
lang py-mypy: updated to 0.720 2019-08-12 07:38:53 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
math Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
misc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mk options.description: add erlang-hipe 2019-08-11 21:35:39 +00:00
multimedia mkvtoolnix: updated to 36.0.0 2019-08-11 17:54:31 +00:00
net Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
news Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
packages
parallel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pkgtools texlive2pkg: update to 1.6 2019-08-12 08:35:14 +00:00
print Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security py-oauthlib: updated to 3.1.0 2019-08-12 07:45:23 +00:00
shells Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sysutils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
templates
textproc py-pytoml: updated to 0.1.21 2019-08-12 07:28:46 +00:00
time Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
www firefox: fix ICE on NetBSD/i386 8.1 build. (PR pkg/54383) 2019-08-12 01:04:38 +00:00
x11 xplanet: fix the failing build with clang on NetBSD. 2019-08-11 15:38:22 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.