Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gutteridge 4a97eee20d devel/geany: add optional GTK3 support
Add the option of using GTK3 as the base X11 toolkit, rather than GTK2.
Bump PKGREVISION to indicate this new option, though the default build
doesn't change.
2019-02-06 01:49:32 +00:00
archivers archivers/ruby-mixlib-archive: update to 1.0.1 2019-02-03 16:20:52 +00:00
audio Update lv2 to 1.16.0. 2019-02-05 19:12:06 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add hisat2 2019-01-15 01:27:42 +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 Updated cad/gtkwave to 3.3.98 2019-01-05 14:44:46 +00:00
chat chat/anope: Update to 2.0.6 2019-02-05 19:10:50 +00:00
comms gammu: Update to 1.40.0 2019-02-03 00:09:45 +00:00
converters Update to 1.26 2019-01-27 13:26:38 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases mysql57-{client,server}: updated to 5.7.25 2019-02-05 20:19:55 +00:00
devel devel/geany: add optional GTK3 support 2019-02-06 01:49:32 +00:00
distfiles
doc doc: note update of dovecot2 and related packages to 2.4.3.1 2019-02-06 01:43:42 +00:00
editors editors/emacs26: Fix building with GTK+ 2 toolkit 2019-02-04 10:38:53 +00:00
emulators mame: update to 0.206. 2019-02-03 23:10:19 +00:00
filesystems py-filesystem: removed; successor py-fs 2019-01-16 08:57:17 +00:00
finance Update finance/bitcoin to version 0.16.3 2019-02-04 22:06:22 +00:00
fonts tex-fontspec{,-doc}: update to 2.7a 2019-02-01 22:24:11 +00:00
games SETGIDGAME -> USE_GAMESGROUP 2019-01-20 08:15:00 +00:00
geography viking: Update to 1.7 2019-01-22 15:28:45 +00:00
graphics ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
ham rtl-sdr: revert previous & delete wrong SUBST fragment from Makefile 2019-02-03 10:48:17 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang lang/pear: update Archive_Tar pear package to 1.4.6 2019-02-03 14:06:58 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mail/dovecot2-sqlite: reset PKGREVISION 2019-02-06 01:42:16 +00:00
math py-numpy: updated to 1.16.1 2019-02-01 09:24:24 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.2. 2019-02-03 07:02:52 +00:00
misc rhash: updated to 1.3.8 2019-02-05 09:51:10 +00:00
mk *: mirror.switch.ch does not provide ftp/http service any longer 2019-02-04 09:36:41 +00:00
multimedia mpv: Add a comment to NetBSD DRM support patches 2019-02-05 12:07:57 +00:00
net gallery-dl: Update to 1.7.0 2019-02-05 21:18:03 +00:00
news flnews: update to 0.16. 2019-01-21 12:03:41 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools texlive2pkg: update to 1.4 2019-02-02 01:55:52 +00:00
print tex-tex4ht: fix PLIST again 2019-02-04 05:45:27 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security *: mirror.switch.ch does not provide ftp/http service any longer 2019-02-04 09:36:41 +00:00
shells Update to 5.7 2019-01-27 14:42:25 +00:00
sysutils sysutils/ruby-chef-zero: update to 14.0.11 2019-02-03 16:16:38 +00:00
templates
textproc py-sphinx: updated to 1.8.4 2019-02-05 12:54:23 +00:00
time time/ruby-tzinfo-data: update to 1.2018.9 2019-02-03 15:30:19 +00:00
wm dwm: Update to 6.2 2019-02-03 22:03:41 +00:00
www Update php-apcu to 5.1.16. From Michael Moll via Github pull request. 2019-02-05 18:58:02 +00:00
x11 x11/kitty: update to 0.13.3 and fix build issues 2019-02-04 01:11:15 +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.