Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-09-13 15:37:27 +00:00
archivers engrampa: update to 1.22.2 2019-09-13 05:42:26 +00:00
audio festival: restore the old termcap handling until I understand this better. 2019-09-13 10:54:47 +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 trivial typos 2019-07-26 15:41:43 +00:00
cad qcad: Switch from qt5 to qt5 2019-09-05 13:39:10 +00:00
chat Remove chat/gnomeicu. 2019-09-13 10:24:13 +00:00
comms synce-rra: Strip -Werror 2019-09-03 12:51:56 +00:00
converters bdf2psf: Needs perl interpreter 2019-09-11 10:11:04 +00:00
cross bossa: Strip -Werror 2019-09-03 12:53:25 +00:00
databases databases/ruby-sequel: update to 5.24.0 2019-09-13 15:33:13 +00:00
devel devel/hoe: update to 3.18.0 2019-09-13 15:37:04 +00:00
distfiles
doc doc: Updated devel/hoe to 3.18.0 2019-09-13 15:37:27 +00:00
editors Set X11 fonts more correctly. 2019-09-10 16:17:13 +00:00
emulators xm8: fails with newer C++ standard, force c++03 2019-09-13 13:13:31 +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 spleen: update to 1.3.0. 2019-09-12 12:00:43 +00:00
games astromenace: Install icons with correct filenames. 2019-09-12 21:37:45 +00:00
geography Update to 1.6.8. Changes: 2019-09-12 16:54:34 +00:00
graphics libgdiplus: Update to 6.0.2 2019-09-11 18:13:27 +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 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
lang lang/ruby: remove deprecated _PKG_SILENT and _PKG_DEBUG 2019-09-12 21:01:07 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail thunderbird-enigmail: seamonkey-enigmail was removed. 2019-09-13 12:57:54 +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 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
misc Fix PLIST for gtk3 option 2019-09-13 08:59:47 +00:00
mk mk: describe sdl options better 2019-09-10 13:33:05 +00:00
multimedia adobe-flash-player: update to 32.0.0.255. 2019-09-13 11:56:14 +00:00
net Import dhcpcd-8.0.6 with the following change: 2019-09-13 12:01:53 +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/texlive2pkg: fix pkglint warning 2019-09-13 13:45:22 +00:00
print poppler: sync GCC_REQD between bl3 and Makefile. 2019-09-09 11:05:00 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security ykclient: update to 2.15 2019-09-12 23:00:42 +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 munin-common: Fix patch. 2019-09-13 08:21:08 +00:00
templates
textproc Update to 2.00 2019-09-13 14:21:34 +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 py-waitress: updated to 1.3.1 2019-09-13 09:53:30 +00:00
x11 Use https for mono-project.com. 2019-09-11 11:53:39 +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.