Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-06-12 11:06:40 +00:00
archivers libarchive: Use `:Q' instead of directly quoting the sed commands in builtin.mk 2018-06-07 14:28:42 +00:00
audio Remove redundant rhythmbox version after update. 2018-05-29 03:33:32 +00:00
benchmarks Update glmark2 to 2017.07 2018-06-02 13:16:42 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat weechat: update to 2.1 2018-05-25 10:16:03 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters Add R-base64enc 2018-05-31 01:31:27 +00:00
cross Share distfile information 2018-06-07 19:39:30 +00:00
databases py-asyncpg: updated to 0.16.0 2018-06-12 10:30:39 +00:00
devel devel/go-i18n: Add a missing entry to buildlink3.mk 2018-06-11 18:15:31 +00:00
distfiles
doc Updated emulators/libspectrum, emulators/fuse-emulator, emulators/fuse-emulator-utils 2018-06-12 11:06:40 +00:00
editors Update ne to 3.15 2018-06-06 14:53:04 +00:00
emulators fuse-emulator-utils: updated to 1.4.2 2018-06-12 11:05:08 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance py-braintree: updated to 3.46.0 2018-05-23 07:46:23 +00:00
fonts tex-metafont: fix TEX_FORMATS 2018-06-03 01:30:21 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography proj: update to 5.1.0 2018-06-01 23:41:31 +00:00
graphics libimagequant: updated to 2.12.1 2018-06-12 10:15:03 +00:00
ham hamlib: update to 3.2 2018-06-06 22:45:58 +00:00
inputmethod Use GNU msgfmt to fix build 2018-05-25 16:41:58 +00:00
lang lang/nodejs: Update to 10.4.0. 2018-06-12 09:06:46 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Update to 6.8 2018-06-07 18:55:30 +00:00
math Update to 1.14.4 2018-06-10 12:56:54 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs ruby-gnome2: update to 3.2.7. 2018-06-09 03:36:07 +00:00
misc tmux: Do not force sysconfdir to `/etc' 2018-06-09 11:23:05 +00:00
mk check-shlibs-macho.awk: revert previous 2018-06-07 07:00:10 +00:00
multimedia mkvtoolnix: updated to 24.0.0 2018-06-11 07:22:44 +00:00
net net/py-lexicon: Upddate to 2.4.0. 2018-06-12 08:42:50 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools pkgin: Update to 0.11.0. 2018-06-08 21:59:58 +00:00
print cups: updated to 2.2.8 2018-06-11 10:04:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/py-{acme,certbot}: Update to 0.25.0. 2018-06-12 09:22:35 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils + py-pyinotify 2018-06-12 01:01:30 +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 to 2.05 2018-06-10 13:57:37 +00:00
time Update to 1.22 2018-06-10 13:10:51 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Updatet to 13.0.3 2018-06-10 04:33:01 +00:00
x11 + caribou, + keybinder3 2018-06-12 00:19:17 +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.