Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 2677a94d7b py-lxml: updated to 4.2.3
4.2.3:
Reverted GH-265: lxml links against zlib as a shared library again.
2018-07-03 07:16:33 +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 py-sqlalchemy: updated to 1.2.9 2018-07-03 05:34:20 +00:00
devel py-py: updated to 1.5.4 2018-07-03 07:12:15 +00:00
distfiles
doc Updated www/py-django, www/py-django2, www/py-selenium 2018-07-03 06:48:40 +00:00
editors extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
emulators mame: update to 0.199. 2018-07-03 05:40:15 +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 Add culmus version 0.132 2018-07-03 06:00:25 +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 neomutt: update to 20180622. 2018-07-03 05:38:57 +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 py-lxml: updated to 4.2.3 2018-07-03 07:16:33 +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 py-selenium: updated to 3.13.0 2018-07-03 06:48:17 +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.