Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 1a6ebdbcb7 Add py-notebook 5.0.0rc2
The Jupyter Notebook is a web application that allows you to create
and share documents that contain live code, equations, visualizations,
and explanatory text. The Notebook has support for multiple
programming languages, sharing, and interactive widgets.
2017-04-23 05:23:27 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases Add py-pickleshare 2017-04-23 03:39:53 +00:00
devel Add py-entrypoints 0.2.2 2017-04-23 05:13:03 +00:00
distfiles
doc Updated devel/py-setuptools to 35.0.1 2017-04-22 23:43:33 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia
net
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils Add py-ptyprocess 2017-04-23 03:49:14 +00:00
templates
textproc Add py-pandocfilters 2017-04-23 05:10:29 +00:00
time
wm
www Add py-notebook 5.0.0rc2 2017-04-23 05:23:27 +00:00
x11
Makefile
pkglocate
README

$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.