Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig 8c6aee8563 lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:03:56 +00:00
archivers archivers: add py-zipstream 2019-11-03 01:07:11 +00:00
audio audio/csound6: fix pkglint warnings 2019-11-03 11:51:01 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology biology: align variable assignments 2019-11-02 22:09:00 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
chat chat: align variable assignments 2019-11-02 22:18:22 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters converters: align variable assignments 2019-11-03 17:14:24 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +00:00
devel lld: Disable gnustack on NetBSD 2019-11-03 12:40:40 +00:00
distfiles
doc doc: Updated net/php-baikal to 0.6.0 2019-11-03 18:50:41 +00:00
editors vim: fix python option 2019-11-02 19:57:01 +00:00
emulators emulators: add gns3-gui gns3-server remove gns3 2019-11-03 01:41:38 +00:00
filesystems Add mkspiffs 0.2.3 2019-10-07 10:13:16 +00:00
finance finance: align variable assignments 2019-11-02 16:08:47 +00:00
fonts fonts: align variable assignments 2019-11-02 22:24:37 +00:00
games Add games/openjk. 2019-11-03 12:12:56 +00:00
geography Update qgis to 3.8.3. Switch to qt5. 2019-10-29 19:30:11 +00:00
graphics veusz: Switch to GitHub as new distfile source 2019-11-03 10:56:44 +00:00
ham ham/gnuradio-qt: Explain status relative to upstream and qt 2019-10-29 16:01:44 +00:00
inputmethod inputmethod: align variable assignments 2019-11-02 22:56:53 +00:00
lang lang: align variable assignments 2019-11-03 19:03:56 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail rspamd: update to 2.1 2019-11-03 18:19:32 +00:00
math math: align variable assignments 2019-11-02 16:16:18 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: make this package slightly less annoying to use by pruning kajongg. 2019-11-02 20:06:58 +00:00
misc misc: align variable assignments 2019-11-03 17:04:19 +00:00
mk options.description: add gnuplot option 2019-11-01 06:03:57 +00:00
multimedia multimedia: align variable assignments 2019-11-03 17:11:59 +00:00
net php-baikal: update to 0.6.0 2019-11-03 18:50:18 +00:00
news About 0.146 2019-10-15 18:09:21 +00:00
packages
parallel (parallel/parallel) Updated 20160822 to 20190922. See NEWS (in source tree) 2019-10-31 22:57:37 +00:00
pkgtools pkgtools/pkglint: update to 19.3.5 2019-11-02 16:37:48 +00:00
print print/pcps: fix pkglint warnings 2019-11-02 14:21:53 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security security/log2timeline: remove ignored lines from package Makefile 2019-11-02 13:58:32 +00:00
shells bash: make nls option enabled by default 2019-10-25 12:36:50 +00:00
sysutils xentools411: doesn't need a pkgsrc acpica utils. netbsd-current briefly 2019-11-03 10:08:34 +00:00
templates
textproc Remove a patch which no longer applies in this version. 2019-10-29 09:06:12 +00:00
time libical: Update to 3.0.6 2019-11-02 20:55:46 +00:00
wm coma: update to 1.1. 2019-10-31 10:30:22 +00:00
www davical: fix dba/create-database.sh script 2019-11-03 14:05:19 +00:00
x11 x11: align variable assignments 2019-11-03 09:14:06 +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.