Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz e35a63c576 py-mercurial: update to 4.5.3.
This is a regularly-scheduled bugfix release.

1.1. Bug Fixes

    rebase: on abort, don't strip commits that didn't need to be rebased (issue5822)
    hgweb: garbage collect on every request
    amend: abort if unresolved merge conflicts found (issue5805)
2018-04-17 11:31:00 +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-mercurial: update to 4.5.3. 2018-04-17 11:31:00 +00:00
distfiles
doc doc: Updated devel/py-setuptools_scm to 2.0.0 2018-04-17 10:58:06 +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
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 desktop-file-utils: Add font as valid media type 2018-04-17 10:59:19 +00:00
templates
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 Fix manpage paths 2018-04-17 11:27:11 +00:00
x11 Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
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.