Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 131b6a5698 lang/ruby/files: improve update-gemspec.rb
Improve update-gemspec.rb script which handles OVERRIDE_GEMSPEC.

When overriding depending versions, clear completely old dependencies.
Previously, it replace first dependency only and it cause incomplete
ruby gem's dependency in a few case.
2018-07-06 15:37:09 +00:00
archivers *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
audio Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
benchmarks extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
biology *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
chat Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
comms *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
converters py-simplejson: updated to 3.16.0 2018-07-03 12:21:27 +00:00
cross *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
databases py-mysqlclient: update to 1.3.13 2018-07-05 18:40:55 +00:00
devel Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
distfiles
doc doc: Updated security/p11-kit to 0.23.12 2018-07-06 15:33:57 +00:00
editors Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
emulators Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
filesystems *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
finance finance/Makefile: Add py-pyfolio 2018-07-06 03:54:09 +00:00
fonts py-fonttools: updated to 3.28.0 2018-07-05 13:13:24 +00:00
games Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
geography py-country: updated to 18.5.26 2018-07-05 11:39:10 +00:00
graphics Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
ham Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
inputmethod *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
lang lang/ruby/files: improve update-gemspec.rb 2018-07-06 15:37:09 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
math Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
mbone *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
meta-pkgs extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
misc Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
mk emacs: document more *nox versions, and switch to emacs26 by default 2018-06-24 21:19:10 +00:00
multimedia Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
net Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
news extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
packages
parallel *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
pkgtools *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
print *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
regress
security Update p11-kit to 0.23.12 2018-07-06 15:33:39 +00:00
shells *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
sysutils Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +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 revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
time Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
wm *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
www Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
x11 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +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.