Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-01-01 22:16:27 +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 chat/xchat: Remove xchat, as discussed on tech-pkg. 2019-01-01 09:41:20 +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-ldap3: updated to 2.5.2 2018-12-31 11:26:03 +00:00
devel Update to 1.05 2018-12-31 13:20:16 +00:00
distfiles
doc doc: Updated emulators/snes9x to 1.58 2019-01-01 22:16:27 +00:00
editors mg: update to 20110905nb4. 2019-01-01 20:05:02 +00:00
emulators emulators/snes9x[-gtk]: update to 1.58. 2019-01-01 22:16:14 +00:00
filesystems revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
finance gnucash-docs: update to 3.4. 2019-01-01 11:22:02 +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 ipe: avoid explicit version number, use ${PKGVERSION_NOREV} 2019-01-01 19:59:37 +00:00
ham uhd: Remove obsolete MESSAGE file. 2018-12-29 02:44:20 +00:00
inputmethod revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
lang lang/ruby/files/update-gemspec.rb: Allow modifying multiple records 2018-12-31 14:36:15 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Remove qmail-qfilter-{ofmipd,smtpd}-queue, deprecated during 2018Q4 in favor 2019-01-01 15:34:54 +00:00
math capc-calc: update to 2.12.7.1 and fix darwin compile 2018-12-31 16:35:25 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs bulk-medium: -xchat, +hexchat, and bump 2019-01-01 20:22:55 +00:00
misc misc/Makefile: Add py-asciinema 2018-12-31 17:42:30 +00:00
mk Fix support for NetBSD mips64 targets. 2018-12-26 19:00:00 +00:00
multimedia intel-vaapi-driver: Update to 2.3.0 2018-12-31 21:08:20 +00:00
net gallery-dl: Update to 1.6.2 2019-01-01 20:09:26 +00:00
news sfeed: Update to 0.9.7 2019-01-01 00:32:10 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools libnbcompat: fix PR pkg/33037 2018-12-31 11:25:08 +00:00
print poppler: remove workaround for old netbsd and dragonflybsd. 2018-12-31 06:18:20 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security py-asn1-modules: updated to 0.2.3 2018-12-31 11:24:24 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDs 2018-12-31 15:06:47 +00:00
templates
textproc py-sphinx: updated to 1.8.3 2018-12-31 12:10:44 +00:00
time revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
wm jwm: update HOMEPAGE. 2018-12-31 22:15:16 +00:00
www py-aiohttp: updated to 3.5.1 2018-12-31 11:19:16 +00:00
x11 gtk3: Update to 3.24.2 2019-01-01 19:57:58 +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.