Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-05-08 12:40:17 +00:00
archivers engrampa: update to 1.22.1 2019-05-08 02:05:31 +00:00
audio Update to 1.3.1 2019-05-04 06:17:32 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology Add fastp 2019-05-04 16:16:10 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat chat/inspircd3: Use BSD_INSTALL 2019-05-06 17:40:16 +00:00
comms Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
converters converters/libiconv: disable GNU_CONFIGURE_STRICT check 2019-05-04 15:32:32 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases mysql57: also don't use builtin libevent 2019-05-06 15:47:39 +00:00
devel Update to 0.40 2019-05-08 08:44:49 +00:00
distfiles
doc doc: Updated emulators/libretro-core-info to 1.7.7 2019-05-08 12:40:17 +00:00
editors pluma: update to 1.22.1 2019-05-08 01:55:16 +00:00
emulators emulators/retroarch: Update to 1.7.7. 2019-05-08 12:40:05 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance py-braintree: updated to 3.53.0 2019-05-07 09:31:43 +00:00
fonts tex-luaotfload{,-doc}: update to 2.96 2019-05-07 12:28:42 +00:00
games rocksndiamonds: updated to 4.1.2.0 2019-05-05 07:59:38 +00:00
geography geography/gpsbabel: Update to 1.6.0 2019-05-02 19:01:17 +00:00
graphics eom: update to 1.22.1 2019-05-08 02:06:46 +00:00
ham predict: fix build on SunOS 2019-05-05 21:44:58 +00:00
inputmethod Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
lang Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
licenses uvscan: remove 2019-05-02 08:53:00 +00:00
mail Fix relative rpaths in installed libraries on Darwin. Bump PKGREVISION. 2019-05-07 14:24:03 +00:00
math tex-unicode-math: add dependency on tex-lm-math 2019-05-07 11:52:38 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-latexextra: update to rev 50117 2019-05-04 23:11:00 +00:00
misc mate-utils: update to 1.22.1 2019-05-08 02:20:49 +00:00
mk mk: allow "bmake clean depends" as shortcut 2019-05-07 19:36:43 +00:00
multimedia Update my (sjmulder) maintainer email address 2019-05-06 09:17:12 +00:00
net vncviewer: Add LICENSE 2019-05-07 11:51:43 +00:00
news sfeed: Update to 0.9.10 2019-05-05 17:46:36 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools pkgtools/pkglint: update to 5.7.9 2019-05-06 20:27:17 +00:00
print py-reportlab: updated to 3.5.21 2019-05-08 10:21:44 +00:00
regress regress: add gnu-configure-strict to SUBDIRS 2019-05-04 15:17:39 +00:00
security py-acme,py-cerbot*: updated to 0.34.1 2019-05-07 08:50:36 +00:00
shells fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
sysutils Update openssl call in an Apple-specific code path - see 2019-05-08 08:34:48 +00:00
templates
textproc py-rst2pdf: use distfile from GitHub; fixes PR 54161 2019-05-08 10:20:16 +00:00
time Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
wm mate-netbook: update to 1.22.1 2019-05-08 01:25:47 +00:00
www Update to 4.43 2019-05-08 02:24:35 +00:00
x11 mozo: update to 1.22.1 2019-05-08 01:57:31 +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.