Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 4fd6a4d219 py-setuptools_scm: update to 2.0.0.
v2.0.0
========

* fix #237 - correct imports in code examples
* improve mercurial commit detection (thanks Aaron)
* breaking change: remove support for setuptools before parsed versions
* reintroduce manifest as the travis deploy cant use the file finder
* reconfigure flake8 for future compatibility with black
* introduce support for branch name in version metadata and support a opt-in simplified semver version scheme
2018-04-17 10:57:57 +00:00
archivers Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
audio Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
chat Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
comms Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
converters Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
devel py-setuptools_scm: update to 2.0.0. 2018-04-17 10:57:57 +00:00
distfiles
doc doc: Updated devel/py-pygit2 to 0.27.0 2018-04-17 10:55:26 +00:00
editors Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
emulators Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
filesystems Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
finance Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
fonts Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
games Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
geography Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
graphics Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
ham Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
inputmethod Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
lang vala: update to 0.40.3. 2018-04-17 04:20:07 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail remove conflicts. 2018-04-16 21:28:29 +00:00
math Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
misc calibre: update to 3.21.0. 2018-04-17 09:03:27 +00:00
mk Print a message if REPLACE_INTERPRETER does not change anything (similar to SUBST_) 2018-04-17 09:31:41 +00:00
multimedia Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
net py-ipaddress: update to 1.0.22. 2018-04-17 10:47:06 +00:00
news Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
packages
parallel Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
pkgtools Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
print Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
shells Add a patch to main.c.in (and in the process rename the diff): 2018-04-13 16:59:13 +00:00
sysutils py-borgbackup: update to 1.1.5. 2018-04-17 10:40:56 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
time Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wm Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
www py-betamax: update to 0.8.1. 2018-04-17 10:45:05 +00:00
x11 Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +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.