Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-07 13:35:30 +00:00
archivers gcpio: Fix Darwin and Interix builds. 2019-07-07 08:54:30 +00:00
audio libwildmidi: Resolve conflicts on systems with OpenAL/ALSA installed. 2019-07-06 21:05:25 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
bootstrap bootstrap/bootstrap: allow the working directory to be a symlink 2019-07-02 16:27:04 +00:00
cad Add package specific description 2019-07-04 13:07:05 +00:00
chat irssi: Make DESCR less awkward, based roughly on the current irssi website. 2019-07-05 13:26:46 +00:00
comms Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
converters Update to 4.04 2019-07-02 07:47:18 +00:00
cross cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases Add a package for py-dbfread-2.0.7. 2019-07-07 09:30:52 +00:00
devel py-logilab-common: updated to 1.4.2 2019-07-06 22:56:03 +00:00
distfiles
doc doc: Added emulators/mednaffe version 0.8.8 2019-07-07 13:32:41 +00:00
editors Explicitly disable postgresql support. We do not declare the 2019-07-03 10:06:50 +00:00
emulators mednaffe: Mention the correct binding in MESSAGE.NetBSD 2019-07-07 13:35:30 +00:00
filesystems Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
finance py-braintree: updated to 3.55.0 2019-07-02 03:44:15 +00:00
fonts ricty-ttf: follow move of inconsolata-ttf installation path. 2019-07-05 16:24:07 +00:00
games quakeforge: Update to 0.7.2 2019-07-06 22:53:24 +00:00
geography Recursive revbump from gpsd-3.19 2019-07-02 19:56:45 +00:00
graphics Add a package for leather-0.3.3. 2019-07-07 09:38:40 +00:00
ham uhd: updated to 3.14.1.0 2019-07-02 16:44:55 +00:00
inputmethod Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
lang chicken5: Update OWN_DIRS after 5.1.0 and introduce CHICKEN_BINARY_VERSION 2019-07-06 21:16:59 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
math Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Use https for xfce.org. 2019-07-03 07:34:40 +00:00
misc libreoffice6-bin: update to 6.2.4. 2019-07-07 12:50:09 +00:00
mk Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
multimedia obs-studio: moar linux plist fixes. 2019-07-06 14:43:41 +00:00
net get_iplayer: Update to 3.20 2019-07-06 19:57:52 +00:00
news newsbeuter: Fix build with new json-c. 2019-07-02 07:37:54 +00:00
packages
parallel Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
pkgtools Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
print mupdf: Backport patches to address CVE-2019-13290 2019-07-06 11:27:48 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security py-oauthlib: updated to 3.0.2 2019-07-06 22:44:47 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils Use https for rsyslog.com 2019-07-06 19:16:28 +00:00
templates
textproc Update enchant2 to 2.2.5. 2019-07-07 08:44:28 +00:00
time Add a package for py-pytimeparse-1.1.8. 2019-07-07 10:14:44 +00:00
wm https for enlightenment.org. 2019-07-06 16:46:09 +00:00
www py-asgiref: updated to 3.1.3 2019-07-06 23:00:04 +00:00
x11 https for enlightenment.org. 2019-07-06 16:46:09 +00:00
Makefile
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.