Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-07-03 05:03:01 +00:00
archivers extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
audio extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
benchmarks extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
biology extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
chat extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
comms extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
converters extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
cross objconv: Fix distfile fetching. 2018-06-28 09:02:14 +00:00
databases extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
devel extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
distfiles
doc Updated textproc/asciidoc, lang/python36, databases/py-psycopg2; Added lang/python37 2018-07-03 03:58:10 +00:00
editors extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
emulators extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
filesystems extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
finance extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
fonts extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
games extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
geography extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
graphics extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
ham extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
inputmethod extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
lang extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
math extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
misc extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mk emacs: document more *nox versions, and switch to emacs26 by default 2018-06-24 21:19:10 +00:00
multimedia extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
net extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
news extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
packages
parallel ganglia-monitor-core: Add MESSAGE.Linux, missed in previous commit 2018-06-28 01:11:29 +00:00
pkgtools extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
print extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
shells extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
sysutils extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
time extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wm extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
www extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
x11 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +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.