Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 3853ce2b46 py-jsbeautifier: updated to 1.8.9
v1.8.9:
Won't run from CLI - bad option name files
in the .vue file space_after_anon_function is invalid
Add function default_options() to beautifier.js
Support globs in CLI
2018-12-13 19:56:55 +00:00
archivers revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
audio revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology revbump for boost 1.69.0 2018-12-13 19:51:31 +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 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
chat revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
devel revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
distfiles
doc Updated databases/redis, databases/py-redis 2018-12-13 19:38:09 +00:00
editors revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
emulators revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
filesystems revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
finance revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
fonts awesome-otf: Update MAINTAINERship to tm@NetBSD.org email address 2018-12-11 08:46:42 +00:00
games revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
geography revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
graphics revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
ham revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
inputmethod revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
lang revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
math revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost: updated to 1.69.0 2018-12-13 19:22:56 +00:00
misc revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
mk mk/license.mk: rewrite comments around license categories 2018-12-10 15:50:10 +00:00
multimedia revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
net revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
news revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
packages
parallel revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
pkgtools Support Linux with systemd. Set LICENSE (2-clause-bsd). Bump version. 2018-12-12 02:08:10 +00:00
print revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
templates
textproc py-jsbeautifier: updated to 1.8.9 2018-12-13 19:56:55 +00:00
time revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
wm revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
www revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
x11 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.