Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bsiegert 7064d10572 Move most of the version selection logic into version.mk.
Provide a new variable, GO_PACKAGE_DEP, with the correct dependency on
the user-selected Go version, to be used for fixing syncthing and friends.
2018-09-22 19:44:21 +00:00
archivers archivers/lz4: Update to 1.8.3. 2018-09-14 09:48:56 +00:00
audio Add alure 2018-09-21 13:25:08 +00:00
benchmarks Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
biology Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
bootstrap On OpenBSD, detect clang and prefer it over gcc. Addresses pkg/53170. 2018-09-09 10:01:26 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat chat/tootstream: require Python 3.7 as a temporary workaround for an 2018-09-21 21:44:12 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
cross mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file 2018-09-06 06:14:32 +00:00
databases py-multidict: updated to 4.4.2 2018-09-21 10:36:14 +00:00
devel py-path.py: updated to 11.3.0 2018-09-21 10:52:34 +00:00
distfiles
doc doc: Updated cad/klayout to 0.25.4 2018-09-22 15:29:39 +00:00
editors Update vim to 8.1.0390. 2018-09-15 12:36:40 +00:00
emulators emulators/libretro-mgba: Handle _POSIX_C_SOURCE and extensions properly. 2018-09-07 18:54:02 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts fontconfig: ignore errors from this command. 2018-09-17 06:56:22 +00:00
games *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
geography geos: Update comments about depending packages 2018-09-11 17:26:52 +00:00
graphics gimp: add gexiv2 to buildlink3.mk 2018-09-17 16:34:47 +00:00
ham rtl-sdr: update to 0.5.4 2018-09-01 19:09:57 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang Move most of the version selection logic into version.mk. 2018-09-22 19:44:21 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail py-aiosmtpd: updated to 1.2 2018-09-21 10:43:45 +00:00
math Add package R-RNetCDF version 1.9-1 2018-09-17 13:24:17 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost: The tarball contains files with spaces, use -print0. 2018-09-07 10:03:45 +00:00
misc rlwrap: Add URL of upstream pull request in patch-configure.ac 2018-09-18 14:30:17 +00:00
mk Sync with upstream, among the various changes is the update to the MINIX entry. 2018-09-16 10:38:48 +00:00
multimedia adobe-flash-player: update to 31.0.0.108. 2018-09-11 15:45:43 +00:00
net Geomyidae: Add a patch to not exit on SIGHUP 2018-09-21 17:10:57 +00:00
news slrn: update to 1.0.3a. 2018-09-21 14:27:37 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools pkgdiff: Remove obsolete SunOS catinstall workaround. 2018-09-21 12:40:26 +00:00
print ghostscript-agpl: updated to 9.25 2018-09-21 12:06:46 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security gnutls: add another REPLACE_BASH so the tests all run through 2018-09-21 14:20:11 +00:00
shells Update to 5.6.2 2018-09-15 13:40:34 +00:00
sysutils Update u-boot-pinebook to 2018.07rc1. 2018-09-22 14:44:24 +00:00
templates
textproc Add json-yaml version 1.1.1 2018-09-22 07:24:10 +00:00
time Simplify the package some more 2018-09-15 16:25:22 +00:00
wm cwm: Remove NO_CONFIGURE (NFC) 2018-09-22 11:30:23 +00:00
www lang/rust: Move common BUILD_DEPENDS in rust packages to cargo.mk 2018-09-21 21:26:33 +00:00
x11 xdotool: Use tabs to align, not spaces (NFC) 2018-09-19 09:36:32 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.