Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-07 12:27:56 +00:00
archivers hpack: use -std=gnu89 for older GNU inline semantics. 2019-08-05 19:21:12 +00:00
audio fasttracker2: Removes patches applied upstream. 2019-08-05 17:03:58 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Update to QCAD 3.23.0 2019-07-31 19:30:20 +00:00
chat chat: Add miniircd 2019-08-02 10:24:01 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters R-base64enc: update to canonical form of an R package. 2019-07-31 14:32:04 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases mysql57: updated to 5.7.27 2019-08-06 06:56:43 +00:00
devel Add devel/fifengine. 2019-08-07 11:48:16 +00:00
distfiles
doc Updated www/py-asgiref, multimedia/py-m3u8 2019-08-07 12:27:56 +00:00
editors Update to version 8.1.1778. 2019-08-03 21:01:11 +00:00
emulators haxm: Update to 7.5.2 2019-08-01 17:02:43 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance R-tseries: update to version 0.10.47. 2019-07-31 15:55:32 +00:00
fonts tex-opensans{,-doc}: upddate to 2.2 2019-08-06 11:29:55 +00:00
games unknown-horizons: Improve COMMENT 2019-08-07 12:15:06 +00:00
geography R-maptools: update to version 0.9.5. 2019-07-31 15:58:35 +00:00
graphics tex-repere{,-doc}: update to 19.06 2019-08-06 10:11:21 +00:00
ham *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
inputmethod *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lang npm: updated to 6.10.3 2019-08-07 07:34:32 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail R-mime: update to version 0.7. 2019-07-31 16:19:01 +00:00
math py-numba: updated to 0.45.1 2019-08-06 20:00:42 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-langeuropean: Add tex-hyphen-occitan 2019-08-05 09:32:28 +00:00
misc Fix packaging under Linux 2019-08-04 14:41:27 +00:00
mk teach extract about .txz, a weird alias for .tar.xz. 2019-08-02 11:48:17 +00:00
multimedia py-m3u8: updated to 0.3.11 2019-08-07 12:27:40 +00:00
net gallery-dl: Update to 1.10.1 2019-08-05 20:50:45 +00:00
news Make it build with enchant2. 2019-08-01 22:23:14 +00:00
packages
parallel llvm: updated to 8.0.1 2019-08-05 19:06:49 +00:00
pkgtools pkgtools/pkglint: update to 5.7.19 2019-08-02 18:55:07 +00:00
print pdf2djvu: Update to 0.9.13 2019-08-07 12:13:01 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security Update clam-doc to 0.101.2 2019-08-05 14:47:33 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils py-xattr: updated to 0.9.6 2019-08-04 11:24:52 +00:00
templates
textproc tex-lwarp{,-doc}: update to 0.72 2019-08-05 11:33:54 +00:00
time py-arrow: updated to 0.14.4 2019-08-03 04:35:12 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www py-asgiref: updated to 3.2.1 2019-08-07 12:26:04 +00:00
x11 Update python-xlib to 0.25 2019-08-05 12:26: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.