Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon e8714563ad Add buildlink3.mk for .pc file
This is required by upcoming gimp 2.10.0.
2018-04-29 21:22:55 +00:00
archivers Provide liblzma.pc for builtin case 2018-04-29 21:18:16 +00:00
audio musicpd: update to 0.20.19. 2018-04-29 09:58:21 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology ncbi-blast+: removed references to wip 2018-04-29 21:00:04 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
chat libpurple: remove files that are not needed after 2.13.0 update 2018-04-19 07:28:41 +00:00
comms *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
converters *: Recursive bump for poppler update to 0.64.0 2018-04-28 20:19:09 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases py-postgresql: update to 5.0.5. 2018-04-29 13:50:52 +00:00
devel boost: updated to 1.67.0 2018-04-29 20:41:11 +00:00
distfiles
doc Updated fonts/sourcesans-fonts to 2.020nb1 2018-04-29 21:11:28 +00:00
editors vim*: update to 8.0.1772 2018-04-29 05:50:39 +00:00
emulators mame: update to 0.197. 2018-04-29 20:52:58 +00:00
filesystems Updated filesystems/glusterfs to 3.12.8 2018-04-19 02:49:04 +00:00
finance py-braintree: updated to 3.45.0 2018-04-26 13:25:32 +00:00
fonts Remove unused lines 2018-04-29 21:14:18 +00:00
games Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
geography *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
graphics Add some Python egg files to fix packaging 2018-04-29 21:06:13 +00:00
ham *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
inputmethod Add some files to PLIST to fix packaging. Tested on NetBSD current and 8 2018-04-29 21:02:48 +00:00
lang rakudo: removed references to wip 2018-04-29 20:53:39 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail notmuch: update to 0.26.2. 2018-04-29 10:00:16 +00:00
math *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs boost: updated to 1.67.0 2018-04-29 20:41:11 +00:00
misc Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
mk mk/tools/create.mk: revert filtering duplicate tool names 2018-04-27 20:53:14 +00:00
multimedia ffmpegthumbnailer: update to 2.2.0. 2018-04-28 19:28:20 +00:00
net mikutter: update to 3.6.7. 2018-04-29 15:56:57 +00:00
news Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
packages
parallel Update paexec to 1.1.0 2018-04-25 21:37:11 +00:00
pkgtools Update pkglint to 5.5.9 2018-04-28 23:32:52 +00:00
print Add buildlink3.mk for .pc file 2018-04-29 21:22:55 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils + sysutils/rw 2018-04-29 14:23:26 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-html5-parser: update to 0.4.5. 2018-04-29 10:03:26 +00:00
time py-pendulum: updated to 1.5.1 2018-04-26 07:53:20 +00:00
wm Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
www ruby-http: update to 3.3.0. 2018-04-29 14:58:29 +00:00
x11 ruby-gnome2-glib, ruby-gnome2-gtk: pull upstream fixes for issue #1162. 2018-04-29 15:36:44 +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.