Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 472a408304 py-psycopg2: updated to 2.8
Psycopg 2.8 released

After about two years from the previous major release, psycopg 2.8 is finally
here!

Among the highlights, PostgreSQL errors are now mapped to Python exceptions for
a more idiomatic way to handle them. Several additions allow a better insight
of the connection status and query results.

Behind the scene, asynchronous communication and concurrency received several
improvements, and dropping support for older versions of Python gave the chance
to refactor and modernise the codebase (with the especial help from Jon
Dufresne who ruthlessly butchered our code into a streamlined pulp).
2019-04-05 09:14:41 +00:00
archivers Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
audio Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
bootstrap README.Linux: minor tweak to a sentence 2019-04-04 04:20:26 +00:00
cad Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
chat Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
comms Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
converters Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases py-psycopg2: updated to 2.8 2019-04-05 09:14:41 +00:00
devel py-serpent: updated to 1.28 2019-04-04 12:27:08 +00:00
distfiles
doc doc: Updated net/ucspi-tcp6 to 1.10.4 2019-04-04 16:17:40 +00:00
editors Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
emulators Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
filesystems Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
finance Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
fonts twemoji-color-font-ttf: use fonts.mk 2019-04-04 11:55:22 +00:00
games Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
geography Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
graphics py-Pillow: updated to 6.0.0 2019-04-03 08:05:44 +00:00
ham ham/uhd: Deeclare gnu++11 instead of c++11 2019-03-31 00:53:41 +00:00
inputmethod Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lang Insert a more explicit comment about who prepared the various 2019-04-04 11:11:06 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail notmuch: Sort PLIST. 2019-04-05 08:23:12 +00:00
math Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
misc Use harfbuzz-2.4.0 as internal harfbuzz 2019-04-03 13:36:30 +00:00
mk Tolerate uppercase .TTF (for uralic-ttf) and do a case-insensitive compare 2019-04-04 10:27:35 +00:00
multimedia Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
net Update to 1.10.4. From the changelog: 2019-04-04 16:17:35 +00:00
news Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
packages
parallel pvm3: remove Xp dependency. 2019-03-20 10:55:21 +00:00
pkgtools pkgtools/pkglint: update to 5.7.4 2019-04-03 21:49:51 +00:00
print py-reportlab: updated to 3.5.17 2019-04-03 15:12:11 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security py-oath: updated to 1.4.2 2019-04-04 09:35:59 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils Update to zabbix version 4.0.6. 2019-04-04 10:08:12 +00:00
templates
textproc libyaml: Switch to the new distfile for the same version 2019-04-04 23:54:08 +00:00
time py-relativetimebuilder: added version 1.0.0 2019-04-03 14:50:44 +00:00
wm Simplify distfile metadata for chunkwm and skhd by using GITHUB_TAG. 2019-04-04 02:24:40 +00:00
www py-sanic: updated to 19.3.1 2019-04-04 12:25:38 +00:00
x11 xfce4-screenshooter: update to 1.9.5 2019-04-04 04:17:11 +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.