Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rodent ffc84b5fba Imported wtfubar-2.5.0
Import wtfubar, version 2.5.0. wtfubar is a fork of NetBSD's wtf.
2017-09-15 00:37:47 +00:00
archivers Updated par2 to 0.7.4. 2017-09-10 21:39:12 +00:00
audio spek: Switch MASTER_SITES to github. 2017-09-13 09:07:53 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
chat recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
comms Lose the debug options, after they've served their purpose. 2017-09-11 15:21:27 +00:00
converters Various portability fixes. Fix library path for the final binaries. Bump 2017-09-10 19:58:36 +00:00
cross Update PLIST for installation into cross/ change from more than a year ago. 2017-09-09 17:17:51 +00:00
databases databases/Makefile: Add ruby-arel-helpers 2017-09-14 19:55:38 +00:00
devel Reset PKGREVISION. 2017-09-15 00:37:14 +00:00
distfiles
doc doc: Added databases/ruby-arel-helpers version 2.4.0 2017-09-14 19:55:54 +00:00
editors editors/Makefile: Add py-editor 2017-09-13 16:37:10 +00:00
emulators *ahem* fix my previous commit 2017-09-14 06:04:07 +00:00
filesystems Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
finance finance/Makefile: Add py-fecon235 2017-09-14 16:16:17 +00:00
fonts Updated fontconfig to 2.12.5. 2017-09-10 21:13:44 +00:00
games Imported wtfubar-2.5.0 2017-09-15 00:37:47 +00:00
geography Fix opencpn on arm 2017-09-12 17:31:20 +00:00
graphics ImageMagick: update to 7.0.7.2. 2017-09-13 08:56:18 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang Update ruby23-base, ruby-gdbm, ruby-fiddle, ruby-readline, ruby-tk and 2017-09-15 00:36:17 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail neomutt: update to 20170912. 2017-09-13 14:56:14 +00:00
math Update eigen3 to 3.3.4 2017-09-14 11:21:03 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs boost: update to 1.65.1 2017-09-13 17:34:40 +00:00
misc todoman: update to 3.2.4. 2017-09-13 08:40:02 +00:00
mk mk/misc/developer.mk: improve commit message 2017-09-13 09:06:34 +00:00
multimedia libva: update to 1.8.3 2017-09-14 11:33:33 +00:00
net Version 4.8.1: 2017-09-14 06:38:21 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some redirects. 2017-09-06 09:02:59 +00:00
pkgtools Ensure that correct path names are picked up for patches. 2017-09-10 14:12:11 +00:00
print Remove patch which became unnecessary with 2017-09-10 16:23:02 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/Makefile: Add ruby-metasploit-model 2017-09-14 19:44:15 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils sysutils/py-kazoo: update to 2.4.0 2017-09-12 14:55:19 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Make sure SIZE_MAX actually exists. 2017-09-13 21:10:35 +00:00
time recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
wm Update HOMEPAGE. 2017-09-11 07:38:23 +00:00
www firefox52: hacks for sparc64/big endian platforms 2017-09-13 10:03:47 +00:00
x11 Reset PKGREVISION. 2017-09-15 00:37:14 +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.