Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam eb055b1a27 py-setuptools_scm: updated to 3.3.3
v3.3.3
* add eggs for python3.7 and 3.8 to the deploy

v3.3.2
* fix 335 - fix python3.8 support and add builds for up to python3.8

v3.3.1
* fix 333 (regression from 198) - use a specific fallback root when calling fallbacks. Remove old
  hack that resets the root when fallback entrypoints are present.

v3.3.0
* fix 198 by adding the fallback_version option, which sets the version to be used when everything else fails.
2019-05-21 08:20:47 +00:00
archivers unrarsrc: updated to 5.7.5 2019-05-20 09:24:48 +00:00
audio Avoid overlapping strcpy(), replace by memmove (trivial, as the string 2019-05-20 14:47:13 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology biology/vsearch: Upgrade to 2.13.4 2019-05-11 14:27:18 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat ircd-hybrid: Update to 8.2.25 2019-05-18 20:34:56 +00:00
comms Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
converters (converters/p5-chkjis) Update (correction) DISTNAME .pl -> .txt 2019-05-11 01:26:06 +00:00
cross Update to 2.17 2019-05-19 03:41:30 +00:00
databases Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
devel py-setuptools_scm: updated to 3.3.3 2019-05-21 08:20:47 +00:00
distfiles
doc Removed databases/postgresql93, databases/jdbc-postgresql93 2019-05-21 05:59:41 +00:00
editors gtranslator: update to 3.32.1. 2019-05-20 11:24:29 +00:00
emulators retroarch: Use clock_gettime on BSD. 2019-05-20 12:42:40 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance Update finance/bitcoin to version 0.17.1 2019-05-13 08:32:56 +00:00
fonts tex-ebgaramond{,-doc}: update to 2019 2019-05-14 10:53:47 +00:00
games etlegacy: Disable renderer shared lib, it doesn't work with builtin Mesa. 2019-05-18 17:29:47 +00:00
geography geography/qgis: Declare python3 incompatible 2019-05-14 01:39:30 +00:00
graphics py-objgraph: updated to 3.4.1 2019-05-20 12:10:37 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang py-uncompyle6: updated to 3.3.3 2019-05-20 07:47:05 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Update to 0.28.4 2019-05-12 10:45:54 +00:00
math tex-unicode-math{,-doc}: update to 0.8o 2019-05-11 22:39:41 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Remove gnome2 meta packages. 2019-05-18 08:37:10 +00:00
misc py-tqdm: updated to 4.32.1 2019-05-15 12:04:39 +00:00
mk Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
multimedia mkvtoolnix: updated to 34.0.0 2019-05-19 07:54:27 +00:00
net youtube-dl: Update to 20190520 2019-05-20 16:58:17 +00:00
news sfeed: Update to 0.9.11 2019-05-13 23:20:10 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
print mupdf: restore LDFLAGS chunk of patch 2019-05-17 05:45:10 +00:00
regress regress: add gnu-configure-strict to SUBDIRS 2019-05-04 15:17:39 +00:00
security kpcli: Update to 3.2 2019-05-20 11:41:09 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils dbus: update to 1.12.14. 2019-05-20 11:45:37 +00:00
templates
textproc uriparser: updated to 0.9.3 2019-05-20 07:44:59 +00:00
time Update to 1.21 2019-05-18 04:16:57 +00:00
wm mate-netbook: update to 1.22.1 2019-05-08 01:25:47 +00:00
www nginx-devel: update distinfo 2019-05-21 05:09:13 +00:00
x11 p5-Clipboard: Update to 0.20 2019-05-20 12:01:33 +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.