Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 0c4c92ac89 py-uncompyle6: updated to 3.3.2
release-python-3.3.2
As before, lots of decomplation bugs fixed. The focus has primarily
been on Python 3.6. We can now parse the entire 3.6.8 Python library
and verify that without an error. The same is true for 3.5.8. A number
of the bugs fixed though are not contained to these versions. In fact
some span back as far as 2.x

But as before, many more remain in the 3.7 and 3.8 range which will
get addressed in future releases

Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis)
2019-05-04 07:57:34 +00:00
archivers gtar: fix build on SunOS 2019-05-02 20:27:42 +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 biology/kallisto: Switch from archivers/szip to archivers/libaec 2019-05-01 12:38:54 +00:00
bootstrap bootstrap: Invert the awk/sed test on Darwin. 2019-05-03 13:26:34 +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: Correct some config file paths I missed. 2019-05-03 19:03:02 +00:00
comms sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +00:00
converters libkkc: PYTHON_VERSIONS_ACCEPTED=27 because of py-marisa 2019-04-28 07:13:33 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases openldap-client: Fix FD_SETSIZE on SunOS 64-bit. 2019-05-02 10:59:13 +00:00
devel Remove references to Python 3.4 2019-05-03 10:54:38 +00:00
distfiles
doc Updated audio/libopus to 1.3.1 2019-05-04 06:18:12 +00:00
editors nano: update to 4.2 2019-04-29 12:04:33 +00:00
emulators mednafen: update to 1.22.2. 2019-04-30 21:54:41 +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 acroread*font*: remove 2019-05-02 22:11:32 +00:00
games games/openttd: Depends on fluidsynth. 2019-04-28 19:13:00 +00:00
geography geography/gpsbabel: Update to 1.6.0 2019-05-02 19:01:17 +00:00
graphics adapta-gtk-theme: Use TOOL_DEPENDS. 2019-05-02 20:29:45 +00:00
ham ham/gr-osmosdr: Mark python 36 and 37 as not ok 2019-04-30 16:13:42 +00:00
inputmethod PR pkg/54142 inputmethod/ibus-skk missing libkbcommon as buildlink3.mk OK by bsiegert@, tks 2019-04-28 11:48:32 +00:00
lang py-uncompyle6: updated to 3.3.2 2019-05-04 07:57:34 +00:00
licenses uvscan: remove 2019-05-02 08:53:00 +00:00
mail amavis-perl: remove 2019-05-02 22:12:33 +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 sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +00:00
misc tmux: update to 2.9a 2019-05-03 10:49:35 +00:00
mk options.description: Add mbedtls. 2019-05-03 17:17:25 +00:00
multimedia xanim: remove 2019-05-02 07:58:03 +00:00
net Remove references to Python 3.4 2019-05-03 10:54:38 +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 sun-jdk6, sun-jre6: remove 2019-05-02 08:36:09 +00:00
print Update to 8.4.1 2019-05-02 11:25:23 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security Update to 1.1.0 2019-05-04 06:11:53 +00:00
shells fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
sysutils - add cubietruck plus to the u-boot metapkg. 2019-05-04 05:31:01 +00:00
templates
textproc Forget about Python 3.4 2019-05-02 09:27:09 +00:00
time Forget about Python 3.4 2019-05-02 09:16:47 +00:00
wm Fix build problem PR pkg/54144, removing NO_CONFIGURE= yes. Tks @tristelo, bsiegert@, leot@ 2019-04-28 23:57:25 +00:00
www opera-acroread7: remove 2019-05-02 22:13:27 +00:00
x11 xfce4-exo: update to 0.12.5 2019-05-04 02:01:35 +00:00
Makefile
pkglocate
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.