Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-17 20:28:42 +00:00
archivers Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
audio fasttracker2: Update to b166 2019-08-15 09:05:36 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
chat Update LDFLAGS for SmartOS to link also libresolv in addition to libnsl. 2019-08-16 16:20:46 +00:00
comms comms/py-nodemcu-uploader: Pivot to PyPi distfile 2019-08-13 16:49:08 +00:00
converters Add bdf2psf. 2019-08-16 19:32:51 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
devel xfce4-conf: update to 4.14.1 2019-08-17 18:30:21 +00:00
distfiles
doc doc: Updated editors/xfce4-mousepad to 0.4.2 2019-08-17 20:28:42 +00:00
editors xfce4-mousepad: update to 0.4.2 2019-08-17 20:28:32 +00:00
emulators qemu: updated to 4.1.0 2019-08-16 15:12:19 +00:00
filesystems Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
finance Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fonts fonts/ibm-plex-otf: Import from wip 2019-08-17 10:49:46 +00:00
games stone-soup-sdl: Force instalation of fonts 2019-08-11 18:04:36 +00:00
geography Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
graphics Revert pango workaround, pango-1.44.5 or later fixes the problem 2019-08-17 04:39:05 +00:00
ham Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
inputmethod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
lang nodejs: updated to 10.16.3 2019-08-16 15:18:16 +00:00
licenses Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
mail Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
math Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs xfce4-extras: drop PKGREVISION, we're now at Xfce 4.14.0 2019-08-17 19:47:55 +00:00
misc Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
mk Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
multimedia adobe-flash-player: update to 32.0.0.238. 2019-08-13 16:32:44 +00:00
net libsoup: update to 2.66.2. 2019-08-16 13:08:58 +00:00
news Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
packages
parallel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pkgtools pkgtools/url2pkg: refactoring to make Makefile generation testable 2019-08-17 13:55:41 +00:00
print cups{,-base}: Update to 2.2.12 2019-08-16 21:19:30 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security libsecret: update to 0.18.8. 2019-08-16 10:16:00 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils xfce4-power-manager: update to 1.6.5 2019-08-17 19:15:37 +00:00
templates
textproc Update to 2019.8.11. From the changelog: 2019-08-17 15:12:14 +00:00
time py-tzlocal: updated to 2.0.0 2019-08-12 19:58:13 +00:00
wm xfce4-wm: update to 4.14.0 2019-08-17 18:49:46 +00:00
www logswan: Update to 2.0.4. 2019-08-16 22:07:14 +00:00
x11 xfce4-desktop: remove patch-backgrounds_Makefile.in 2019-08-17 19:41:42 +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.