Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-12-14 13:28:29 +00:00
archivers Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
audio (audio/pianobar) Updated from 2017.08.30 to 2019.02.14 2019-12-14 01:26:11 +00:00
benchmarks Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad ensure debug binaries are not built, by using target 'release' 2019-12-07 07:44:36 +00:00
chat Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
comms py-colorama: updated to 0.4.3 2019-12-11 19:01:00 +00:00
converters fribidi: Update to 1.0.8 2019-12-14 02:56:26 +00:00
cross cross/dasm: Revbump to avoid distfiles conflict. 2019-12-09 09:29:15 +00:00
databases Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
devel py-future: updated to 0.18.2 2019-12-14 10:58:37 +00:00
distfiles
doc doc: Updated security/doas to 6.2p2nb1 2019-12-14 11:20:41 +00:00
editors abiword & abiword-plugins: fix builds 2019-12-04 05:40:47 +00:00
emulators qemu: Various SunOS fixes. 2019-12-11 16:44:22 +00:00
filesystems py-fs: updated to 2.4.11 2019-12-13 11:22:51 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts Removed py-TTFQuery: unmaintained since 2012 2019-12-14 10:38:30 +00:00
games rocksndiamonds: updated to 4.1.3.0 2019-12-10 22:22:22 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
licenses licenses & mk/license.mk: add license for Enlightenment 16 2019-12-07 04:47:32 +00:00
mail mail/dovecot2: update to 2.3.9.2 2019-12-13 15:32:15 +00:00
math Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: allow newer versions. comment out some packages that are not developed 2019-11-30 19:59:34 +00:00
misc Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
mk options.description: note pango and vera-ttf options 2019-12-07 05:00:26 +00:00
multimedia adobe-flash-player: update to 32.0.0.303. 2019-12-11 14:09:00 +00:00
net Update inadyn to 2.5 2019-12-13 21:52:04 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
print ghostscript-agpl: Really use graphics/lcms2 2019-12-13 11:25:01 +00:00
regress regress/Makefile: add reasons for commenting out entries 2019-12-12 04:35:21 +00:00
security security/doas: resolve PR pkg/54717. 2019-12-14 11:19:54 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils sysutils/u-boot-rpi3-32: Use a directory of the right name 2019-12-14 10:22:30 +00:00
templates
textproc Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
time py-icalendar: updated to 4.0.4 2019-12-11 10:28:58 +00:00
wm swc: Update to 0.0.0.20191213 2019-12-13 14:32:21 +00:00
www www/gnurl: use TEST_MAKE_FLAGS. 2019-12-14 13:28:29 +00:00
x11 libXpm: update to 3.5.13. 2019-12-13 10:42:36 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.