Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
roy a177307009 Wave bye-bye to python34 and python35.
Discussed on pkgsrc-users@
2019-04-26 09:40:15 +00:00
archivers karchive: update to 5.57.0 2019-04-25 20:40:02 +00:00
audio PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
benchmarks PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
biology PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
bootstrap libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
cad PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
chat bump pkg version - real bug fix added. 2019-04-26 00:13:34 +00:00
comms PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
converters PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases mysql57: updated to 5.7.26 2019-04-25 10:13:04 +00:00
devel kde: update KDE Frameworks to 5.57.0 2019-04-25 20:50:22 +00:00
distfiles
doc doc: Updated emulators/qemu to 4.0.0nb4 2019-04-25 23:57:49 +00:00
editors PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
emulators qemu: Fix unportable iconv(3) construct breaking on NetBSD 2019-04-25 23:54:46 +00:00
filesystems PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
finance PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
fonts PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
games wesnoth: updated to 1.14.7 2019-04-25 20:09:29 +00:00
geography PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
graphics kde: update KDE Frameworks to 5.57.0 2019-04-25 20:53:51 +00:00
ham PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
inputmethod mozc-server: needs python 2.7 for gyp 2019-04-25 07:50:40 +00:00
lang Wave bye-bye to python34 and python35. 2019-04-26 09:40:15 +00:00
licenses So long, lame-license! 2019-04-20 06:46:30 +00:00
mail PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
math py-roman: updated to 3.2 2019-04-25 12:41:20 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs kde: update KDE Frameworks to 5.57.0 2019-04-25 20:38:09 +00:00
misc kde: update KDE Frameworks to 5.57.0 2019-04-25 20:56:31 +00:00
mk openssh: Add optional command line editing to "sftp" 2019-04-25 14:55:03 +00:00
multimedia PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
net kde: update to KDE Frameworks 5.57.0 2019-04-25 20:58:00 +00:00
news PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools x11-links 1.17: add libgbm 2019-04-25 09:03:06 +00:00
print PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
shells PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
sysutils Call cleanup_before_linux in efi_exit_boot so ensure caches are clean, etc 2019-04-26 08:32:27 +00:00
templates
textproc kde: update KDE Frameworks to 5.57.0 2019-04-25 21:08:10 +00:00
time kholidays: update KDE Frameworks to 5.57.0 2019-04-25 21:09:21 +00:00
wm PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
www kde: update KDE Frameworks to 5.57.0 2019-04-25 21:10:45 +00:00
x11 kde: update KDE Frameworks to 5.57.0 2019-04-25 21:17:13 +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.