Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-05-23 02:56:18 +00:00
archivers unrarsrc: updated to 5.7.5 2019-05-20 09:24:48 +00:00
audio libshout: update to 2.4.2. 2019-05-21 15:49:27 +00:00
benchmarks google-benchmark: updated to 1.5 2019-05-21 09:55:15 +00:00
biology biology/vsearch: Upgrade to 2.13.4 2019-05-11 14:27:18 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat ircd-hybrid: Update to 8.2.25 2019-05-18 20:34:56 +00:00
comms Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
converters utf8proc: update to 2.4.0. 2019-05-21 17:52:24 +00:00
cross Update to 2.17 2019-05-19 03:41:30 +00:00
databases Update to PyGreSQL version 5.1 (commit on behalf of darcy@) 2019-05-21 19:46:39 +00:00
devel xfce4-conf: update to 4.13.7 2019-05-23 01:50:17 +00:00
distfiles
doc doc: Updated x11/xfce4-session to 4.13.2 2019-05-23 02:56:18 +00:00
editors poedit: update to 2.2.3. 2019-05-21 17:44:46 +00:00
emulators retroarch: Use clock_gettime on BSD. 2019-05-20 12:42:40 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance py-braintree: updated to 3.54.0 2019-05-22 20:56:09 +00:00
fonts unifont: update to 12.1.01. 2019-05-21 17:57:39 +00:00
games etlegacy: Disable renderer shared lib, it doesn't work with builtin Mesa. 2019-05-18 17:29:47 +00:00
geography geography/qgis: Declare python3 incompatible 2019-05-14 01:39:30 +00:00
graphics ImageMagick: update to 7.0.8.46. 2019-05-21 14:05:05 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang rust: Avoid ambiguous function call. 2019-05-22 09:43:14 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Update to 0.28.4 2019-05-12 10:45:54 +00:00
math tex-unicode-math{,-doc}: update to 0.8o 2019-05-11 22:39:41 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs bulk-large: postgresql93 is no more, unbreak bulk builds. 2019-05-21 11:56:43 +00:00
misc py-tqdm: updated to 4.32.1 2019-05-15 12:04:39 +00:00
mk mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
multimedia py-m3u8: updated to 0.3.9 2019-05-22 20:00:56 +00:00
net samba4: updated to 4.10.4 2019-05-22 19:57:12 +00:00
news sfeed: Update to 0.9.11 2019-05-13 23:20:10 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools pkgtools/pkglint: update to 5.7.11 2019-05-22 16:07:16 +00:00
print mupdf: restore LDFLAGS chunk of patch 2019-05-17 05:45:10 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security tor-browser: update to 8.5.60.6.1. 2019-05-22 14:24:43 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils xfce4-appfinder: update to 4.13.3 2019-05-23 02:41:54 +00:00
templates
textproc Update to 3.51. From the changelog: 2019-05-21 21:56:57 +00:00
time py-arrow: updated to 0.13.2 2019-05-22 20:53:43 +00:00
wm xfce4-wm: update to 4.13.2 2019-05-23 02:13:24 +00:00
www firefox: release 67 requires NSPR >= 4.21 2019-05-22 22:17:57 +00:00
x11 xfce4-session: update to 4.13.2 2019-05-23 02:56:07 +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.