Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 9de881e5c7 py-peewee: updated to 3.8.1
3.8.1

New features
Sqlite SearchField now supports the match() operator, allowing full-text search to be performed on a single column (as opposed to the whole table).

Changes
Remove minimum passphrase restrictions in SQLCipher integration.

Bugfixes
Support inheritance of ManyToManyField instances.
Ensure operator overloads are invoked when generating filter expressions.
Fix incorrect scoring in Sqlite BM25, BM25f and Lucene ranking algorithms.
Support string field-names in data dictionary when performing an ON CONFLICT ... UPDATE query, which allows field-specific conversions to be applied.
2019-01-08 08:37:59 +00:00
archivers Update to 1.31 2019-01-04 23:16:12 +00:00
audio musicpd: remove inet6 option that has no effect 2019-01-06 14:47:20 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology ncbi-blast+: Upgrade to 2.8.1 2019-01-07 15:00:10 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad Updated cad/gtkwave to 3.3.98 2019-01-05 14:44:46 +00:00
chat chat/lurch-purple: Update to 0.6.8 2019-01-04 15:11:37 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters libfreehand: remove redundant patch 2019-01-06 02:51:47 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-peewee: updated to 3.8.1 2019-01-08 08:37:59 +00:00
devel {py-,}protobuf: don't share the patches directory 2019-01-08 05:56:19 +00:00
distfiles
doc Note update of the "mutt" package to version 1.11.2 2019-01-08 08:01:28 +00:00
editors editors/kate: Adjust PLIST entries to reflect changed Python 3 plugins 2019-01-01 23:53:01 +00:00
emulators mame: update to 0.205. 2019-01-07 15:51:23 +00:00
filesystems ori: catch up with scons update 2019-01-02 20:36:07 +00:00
finance gnucash: remove obsolete patch (after 3.4 update) 2019-01-03 07:07:58 +00:00
fonts Deal with stricter C++ compliant string.h. 2018-12-27 15:16:53 +00:00
games games/puzzles: fix patch checksum in distinfo 2019-01-06 22:11:16 +00:00
geography Add R-maptools 2018-12-21 12:09:09 +00:00
graphics py-Pillow: updated to 5.4.1 2019-01-07 10:16:20 +00:00
ham uhd: Remove obsolete MESSAGE file. 2018-12-29 02:44:20 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang Updated lang/ocaml to compile on aarch64 and revbump. 2019-01-07 18:52:23 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mutt: Update to version 1.11.2 2019-01-08 08:01:04 +00:00
math py-numba: updated to 0.42.0 2019-01-02 15:43:10 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs bulk-medium: -xchat, +hexchat, and bump 2019-01-01 20:22:55 +00:00
misc nyancat: Update to 1.5.2 2019-01-07 17:41:33 +00:00
mk bsd.prefs.mk: set OS_VARIANT=Microsoft if used under WSL. 2019-01-06 12:51:45 +00:00
multimedia mkvtoolnix: updated to 30.1.0 2019-01-07 09:12:40 +00:00
net Update to 20180226. From the changelog: 2019-01-07 22:32:17 +00:00
news sfeed: Update to 0.9.7 2019-01-01 00:32:10 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools libnbcompat: fix PR pkg/33037 2018-12-31 11:25:08 +00:00
print py-weasyprint: Update to 44. 2019-01-05 18:15:12 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security libsodium: updated to 1.0.17 2019-01-07 08:36:03 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils lsof: fix build on -current 2019-01-06 16:36:00 +00:00
templates
textproc py-sphinxcontrib-bibtex: updated to 0.4.2 2019-01-07 17:00:33 +00:00
time py-pytz: updated to 2018.9 2019-01-07 10:05:42 +00:00
wm sawfish: update to 1.12.0 2019-01-04 03:29:34 +00:00
www www: + py-flask-cors. 2019-01-07 18:03:27 +00:00
x11 xcursorgen: update to 1.0.7. 2019-01-07 15:49:21 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.