Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-09-17 20:41:23 +00:00
archivers py-rarfile: updated to 3.1 2019-09-16 08:56:17 +00:00
audio faad2: xmms-faad is gone 2019-09-17 10:39:08 +00:00
benchmarks Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
biology Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad qcad: Switch from qt5 to qt5 2019-09-05 13:39:10 +00:00
chat weechat: update to 2.6 2019-09-17 11:30:27 +00:00
comms synce-rra: Strip -Werror 2019-09-03 12:51:56 +00:00
converters fribidi: Update to 1.0.5 2019-09-17 16:43:01 +00:00
cross bossa: Strip -Werror 2019-09-03 12:53:25 +00:00
databases mongo-tools: updated to 3.4.23 2019-09-17 08:21:01 +00:00
devel Remove unused master site from pcre packages 2019-09-17 10:56:03 +00:00
distfiles
doc doc/TODO: +bitlbee, +fontconfig, +mame, +openttd, +syncthing 2019-09-17 20:41:23 +00:00
editors Remove editors/gedit - successors editors/pluma, editors/gedit3 2019-09-15 13:38:03 +00:00
emulators melonds: Needs libpcap 2019-09-15 14:47:43 +00:00
filesystems Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
finance *: recursive bump for webkit-gtk-2.26.0 2019-09-10 22:53:54 +00:00
fonts (fonts/cyr-rfx-*) regen distinfo 2019-09-15 14:28:10 +00:00
games xcowsay: update to 1.4 2019-09-16 15:04:11 +00:00
geography Update to 1.6.8. Changes: 2019-09-12 16:54:34 +00:00
graphics geeqie: update to 1.5.1 2019-09-16 21:55:46 +00:00
ham Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
inputmethod ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0. 2019-09-14 11:34:18 +00:00
lang Bump the version for the following NetBSD bootstraps to 1.37.0: 2019-09-17 08:03:27 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail libytnef: Change spaces to tabs to please pkglint. 2019-09-16 00:05:20 +00:00
math eigen2: fix headers to avoid introducing errors in dependent packages. 2019-09-09 12:05:01 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs compiz-fusion: Remove dependency on gnome2 gnome-session 2019-09-16 10:50:47 +00:00
misc Remove misc/gnome-user-docs - old GNOME 2 documentation... 2019-09-16 10:40:49 +00:00
mk mk: describe sdl options better 2019-09-10 13:33:05 +00:00
multimedia minidlna: use the newer ffmpeg4. bump PKGREVISION. 2019-09-15 22:08:33 +00:00
net haproxy: Adapt to currently available linux targets 2019-09-15 14:53:13 +00:00
news Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
packages
parallel hwloc: updated to 1.11.3 2019-09-11 13:16:45 +00:00
pkgtools pkgtools/libnbcompat: fix regular expression literals in AWK program 2019-09-13 20:23:50 +00:00
print Recursive revbump from print/qpdf-9.0.0 2019-09-15 00:12:30 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security Fix compilation of gnutls with compilers missing __get_cpuid_count 2019-09-16 17:01:46 +00:00
shells Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
sysutils Remove sysutils/gnome-settings-daemon successor x11/mate-settings-daemon 2019-09-16 10:57:31 +00:00
templates
textproc py-xlsxwriter: updated to 1.2.1 2019-09-17 08:39:56 +00:00
time Update to 0.101 2019-09-13 14:10:30 +00:00
wm Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
www lua-curl: Update to 0.3.11 2019-09-17 20:16:32 +00:00
x11 compton: update to 7.3 2019-09-17 11:43:29 +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.