Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-04-26 14:12:31 +00:00
archivers Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
audio fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
bootstrap libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
comms fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
converters fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
devel fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
distfiles
doc Note u-boot updates 2019-04-26 11:27:56 +00:00
editors fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
emulators fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
fonts fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
games fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
geography fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
graphics fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
ham Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
inputmethod fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
lang fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
licenses So long, lame-license! 2019-04-20 06:46:30 +00:00
mail fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
math fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
misc fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
mk openssh: Add optional command line editing to "sftp" 2019-04-25 14:55:03 +00:00
multimedia fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
net fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
news Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
print fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
shells fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
sysutils fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
templates
textproc fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
time fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
wm fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
www fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
x11 fix some whitespace, mostly introduced in the previous 2019-04-26 14:12: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.