Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-12-27 16:02:22 +00:00
archivers py-lz4: updated to 2.1.6 2018-12-21 21:07:46 +00:00
audio icecast: update to 2.4.3nb10. 2018-12-20 15:42:13 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add stacks 2018-12-22 21:53:23 +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 async is a keyword for Python 3.7+, so rename it. Bump revision 2018-12-27 16:01:54 +00:00
chat mumble: Clean up the makefile. Install icons directly and don't sed with quote marks. 2018-12-22 18:28:07 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters py-emoji: updated to 0.5.1 2018-12-16 18:02:41 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-cassandra-driver no longer supports Python 2.x, so simplify and mark it. 2018-12-27 16:02:22 +00:00
devel Needs pod2man. 2018-12-27 15:57:46 +00:00
distfiles
doc Note update of sysutils/zabbix to 4.0.3. 2018-12-26 23:39:23 +00:00
editors On progressive Linuxen (Arch here), CPPFLAGS pre-filled with 2018-12-20 15:26:31 +00:00
emulators ckmame: update to 1.0. 2018-12-23 15:36:48 +00:00
filesystems revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
finance *: update email for fhajny 2018-12-15 21:12:18 +00:00
fonts Deal with stricter C++ compliant string.h. 2018-12-27 15:16:53 +00:00
games games/libretro-nxengine: Import version 20181126 2018-12-23 15:05:51 +00:00
geography Add R-maptools 2018-12-21 12:09:09 +00:00
graphics Skip pthread_stubs_possible everywhere. 2018-12-24 16:34:00 +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 Disable single compilation unit by default, it will dramatically 2018-12-27 15:15:22 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Rename version to version.txt for compatibility with C++1z STL 2018-12-27 15:07:05 +00:00
math Use alloca.h only for __sun. 2018-12-27 15:06:19 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/Makefile: add and enable php73-extensions 2018-12-15 17:17:24 +00:00
misc raspberrypi-userland: make libvchostif SHARED to avoid undefined refs. 2018-12-24 02:06:59 +00:00
mk Fix support for NetBSD mips64 targets. 2018-12-26 19:00:00 +00:00
multimedia revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
net py-bonjour currently doesn't support Python 3.x, mark it so. 2018-12-27 15:59:10 +00:00
news revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools Add support for OpenBSD's take on rc.d. There's no boot-time dynamic 2018-12-26 00:43:55 +00:00
print hplip: Set PYTHON_VERSIONS_INCOMPATIBLE before including py-dbus's buildlink3. 2018-12-19 22:22:59 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Sync with libxmlsec API changes. Bump revision. 2018-12-27 15:13:00 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils Drop GCC-only optimizer flags. Do not use promoted types as last named 2018-12-27 15:12:36 +00:00
templates
textproc py-antlr4 no longer works with Python 2.x. 2018-12-27 15:10:51 +00:00
time revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
wm Add missing include. 2018-12-27 15:10:17 +00:00
www regen 2018-12-23 22:23:09 +00:00
x11 Fix LICENSE and make pkglint happier 2018-12-26 11:48:27 +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.