Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 17a4e54bf9 py-cherrypy: updated to 16.0.3:
v16.0.3
* Pinned the tempora dependency against
  version 1.13 to avoid pulling in namespace packages.
2018-07-13 07:08:48 +00:00
archivers py-lz4: updated to 2.0.2 2018-07-08 09:33:59 +00:00
audio py-discogs-client: updated to 2.2.1 2018-07-09 08:16:50 +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 Document cleaning up with ./cleanup. 2018-07-07 13:18:29 +00:00
cad Updated cad/gtkwave from 3.3.89 to 3.3.91 2018-07-07 12:41:47 +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-asyncpg: updated to 0.17.0 2018-07-11 09:00:17 +00:00
devel py-ordered-set: updated to 3.0.1 2018-07-13 06:24:25 +00:00
distfiles
doc doc: Updated x11/fltk13 to 1.3.4 2018-07-13 04:36:54 +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 Set myself as the maintainer 2018-07-08 11:17:58 +00:00
fonts py-fonttools: updated to 3.28.0 2018-07-05 13:13:24 +00:00
games openttd: updated to 1.8.0 2018-07-07 11:57:33 +00:00
geography py-country: updated to 18.5.26 2018-07-05 11:39:10 +00:00
graphics krita: update to 4.1.0, take maintainership. 2018-07-12 14:10:14 +00:00
ham ham/fldigi: fix crash loading hamlib 2018-07-13 04:14:48 +00:00
inputmethod Update to 1.0.4 2018-07-07 07:21:34 +00:00
lang add and enable go19 2018-07-12 04:01:08 +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 py-lmfit: updated to 0.9.11 2018-07-13 06:22:35 +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 mk/compiler/gcc.mk: Darwin needs _USE_GCC_SHLIB too. 2018-07-11 11:11:52 +00:00
multimedia adobe-flash-player: update to 30.0.0.134. 2018-07-11 11:57:07 +00:00
net Update to 0.99e. From the changelog: 2018-07-11 22:42:51 +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 pkgtools/pkglint: Update to 5.5.13 2018-07-12 16:23:36 +00:00
print clock_gettime definition for macOS <= Sierra. 2018-07-09 13:53:34 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security zoneminder: avoid %ld for time_t (int64_t, not long on arm) 2018-07-13 02:05:11 +00:00
shells *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
sysutils sysutils/rsyslog*: Update to 8.36.0. 2018-07-10 13:49:10 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update go-text to 0.3.0. Now with a proper version! 2018-07-08 17:15:42 +00:00
time py-jdcal: updated to 1.4 2018-07-09 18:04:03 +00:00
wm *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
www py-cherrypy: updated to 16.0.3: 2018-07-13 07:08:48 +00:00
x11 x11/fltk13: update to fltk-1.3.4 2018-07-13 04:24:39 +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.