Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-21 09:37:57 +00:00
archivers Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
audio Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology bcftools: added version 1.9 2018-11-15 09:21:24 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad py-simpy: updated to 3.0.11 2018-11-20 11:49:38 +00:00
chat gajim: Add missing dependency to certifi and do not override __version__ 2018-11-19 14:50:24 +00:00
comms Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
converters Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
cross Include bsd.prefs.mk fot OPSYS 2018-11-21 00:16:04 +00:00
databases postgresql-postgis2: update to 2.5.1 2018-11-20 18:16:15 +00:00
devel Update to 4.10.2. From the changelog: 2018-11-20 21:26:39 +00:00
distfiles
doc doc: Updated net/torsocks to 2.3.0 2018-11-20 23:43:13 +00:00
editors typo in COMMENT 2018-11-16 23:01:48 +00:00
emulators libretro-sameboy: Update to version 0.11.2. 2018-11-18 11:54:10 +00:00
filesystems Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
finance Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fonts Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
games angband-tty: Drop old GCC logic 2018-11-20 18:09:46 +00:00
geography py-google-maps-services-python: Update to 2.5.1. 2018-11-16 15:27:37 +00:00
graphics MesaLib18: depend on zlib 2018-11-21 07:15:22 +00:00
ham Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
inputmethod Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lang perl5: Add some comments regarding the hack. 2018-11-21 09:37:57 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail mpop: add libidn support 2018-11-20 09:29:24 +00:00
math py-patsy: updated to 0.5.1 2018-11-20 13:31:03 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
misc Update to 6.1.3.2 2018-11-18 07:11:40 +00:00
mk Add a rule for -Wp,-MD, which isn't provided by MIPSPro. 2018-11-20 09:21:23 +00:00
multimedia xine-lib: Update SunOS fix patch. 2018-11-19 12:48:31 +00:00
net torsocks: Update net/torsocks to 2.3.0 2018-11-20 23:42:59 +00:00
news Add patch to avoid some unneeded UTF-8 strings. 2018-11-18 14:31:56 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools All Minix supported platforms are ELF. 2018-11-15 00:50:44 +00:00
print print: + py-weasyprint0. 2018-11-16 14:13:20 +00:00
regress mk/misc: adjust layout of the show-all output to pkgsrc format 2018-11-11 19:07:12 +00:00
security Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils mc: force fail utimensat configure test for Darwin. 2018-11-20 08:04:59 +00:00
templates
textproc py-eradicate: added ALTERNATIVES 2018-11-20 14:11:09 +00:00
time py-tempora: updated to 1.14 2018-11-15 10:07:38 +00:00
wm Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
www py-django-admin-rangefilter: updated to 0.3.9 2018-11-20 21:23:30 +00:00
x11 fltk2: don't provide declarations if we know they exist. 2018-11-21 08:23:22 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.