Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 5b4320fae9 py-pymysql: updated to 0.10.0
v0.10.0

This version is the last version supporting Python 2.7.

* MariaDB ed25519 auth is supported.
* Python 3.4 support is dropped.
* Context manager interface is removed from `Connection`. It will be added
  with different meaning.
* MySQL warnings are not shown by default because many user report issue to
  PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS"
  explicitly when you want to see warnings.
* Formatting of float object is changed from "3.14" to "3.14e0".
* Use cp1252 codec for latin1 charset.
* Fix decimal literal.
* TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now
  DataError instead of InternalError.
2020-08-06 14:15:28 +00:00
archivers py-rarfile: updated to 3.3 2020-07-29 12:10:46 +00:00
audio picard: updated to 2.3.2 2020-08-05 16:34:32 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology kallisto: remove patches that were removed from distinfo during update 2020-07-30 07:59:19 +00:00
bootstrap Move HPUX 2020-08-04 13:43:17 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat Make devel/gajim not pick up the pkgsrc revision when pkgsrc is checked out via 2020-08-01 12:40:10 +00:00
comms kermit: add a more detailed patch comment 2020-07-30 03:03:07 +00:00
converters multiple: Update MAINTAINER from gdt@ir.bbn.com 2020-07-27 16:20:44 +00:00
cross mingw-w64-x86_64-gcc: remove patch backup 2020-08-06 07:06:21 +00:00
databases py-pymysql: updated to 0.10.0 2020-08-06 14:15:28 +00:00
devel p5-File-Path: update to 2.17 2020-08-06 00:24:55 +00:00
distfiles
doc doc: Added news/multimail version 0.52 2020-08-06 12:52:02 +00:00
editors Update gedit to 3.36.2 2020-07-31 11:05:49 +00:00
emulators dosbox-x: revert accidental removal of comment marker 2020-07-27 13:41:32 +00:00
filesystems Bugfixes from upstream 2020-07-27 16:06:08 +00:00
finance bitcoin: updated to 0.20.1 2020-08-03 15:01:16 +00:00
fonts Add fonts/montserrat 2020-08-06 11:08:20 +00:00
games endless-sky: Simplify distfile handling and remove redundant WRKSRC definition 2020-07-28 14:53:34 +00:00
geography geography: Add lua-mmdb 2020-07-09 10:48:58 +00:00
graphics inkscape: Depend on adwaita-icon-theme 2020-08-05 20:42:40 +00:00
ham added ham/py-soapy-sdr 2020-08-01 09:00:31 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang rust: Update to version 1.45.2. 2020-08-06 11:42:56 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail Update to 3.12.1. From the changelog: 2020-08-03 07:57:43 +00:00
math py-numpy: updated to 1.19.1 2020-08-05 14:05:45 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
misc py-tqdm: updated to 4.48.2 2020-08-05 06:48:17 +00:00
mk mk/fetch/fetch.mk: add keywords for "bmake help" 2020-08-04 21:54:46 +00:00
multimedia (multimedia/acidrip) make mlayer test pass by || echo 2020-08-03 11:11:19 +00:00
net py-ncclient: updated to 0.6.8 2020-08-04 18:05:21 +00:00
news Add multimail. 2020-08-06 12:51:40 +00:00
packages
parallel llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
pkgtools pbulk: fix typo in error message 2020-08-04 02:35:09 +00:00
print Enable cups option by default and pull in libcups instead of cups-base. 2020-07-29 10:44:32 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security pam-pwauth_suid: use INSTALL_LIB to install shared libs 2020-08-04 02:58:12 +00:00
shells mksh: add a CHECK_PORTABILITY_SKIP with a comment 2020-08-03 15:33:45 +00:00
sysutils improve lmdb compile patch 2020-08-04 12:56:15 +00:00
templates
textproc miller: update to 5.8.0. 2020-08-04 15:35:53 +00:00
time xfce4-timer-plugin: update to 1.7.1 2020-08-05 00:06:58 +00:00
wm wm/frankenwm: simplify Makefile 2020-07-28 14:23:37 +00:00
www + py-django-debug-toolbar 2020-08-06 12:03:06 +00:00
x11 xfce4-whiskermenu-plugin: update to 2.4.6 2020-08-05 00:08:48 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git