Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-09-09 13:00:02 +00:00
archivers unrar: updated to 5.8.1 2019-09-05 06:44:55 +00:00
audio festival: Handle ${TERMCAP_TYPE} == "curses" 2019-09-09 09:55:29 +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 ircd-hybrid: Add networking libs on SunOS 2019-09-09 10:03:51 +00:00
comms synce-rra: Strip -Werror 2019-09-03 12:51:56 +00:00
converters Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
cross bossa: Strip -Werror 2019-09-03 12:53:25 +00:00
databases databases/mysql56-client: allow build with OpenSSL 1.1.x 2019-09-06 10:01:44 +00:00
devel libappindicator: Make this the gtk3 version. 2019-09-09 12:59:06 +00:00
distfiles
doc doc: Removed devel/libappindicator3 successor devel/libappindicator 2019-09-09 13:00:02 +00:00
editors simplify... 2019-09-06 15:53:42 +00:00
emulators emulators/stella: fix build with clang and pkgsrc cwrappers 2019-09-08 20:04:54 +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 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
fonts fonts/fontconfig: Bump bl3 API_dEPENDS to 2.11.91 2019-09-09 12:22:03 +00:00
games Add games/megaglest. 2019-09-08 20:54:16 +00:00
geography Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
graphics freetype2: remove ABI depends that's lower than API depends 2019-09-09 12:40:50 +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 llvm: bump GCC_REQD. configure will fail with GCC < 5.1. 2019-09-09 10:53:23 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail Update to 3.10. From the changelog: 2019-09-07 18:58:02 +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 libcec: explain GCC_REQD 2019-09-08 12:31:35 +00:00
mk libappindicator: Make this the gtk3 version. 2019-09-09 12:59:06 +00:00
multimedia multimedia/libogg: use stdint.h on darwin 2019-09-08 19:11:30 +00:00
net net/samba4: Makefile format correction 2019-09-09 00:33:05 +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 R-promises: add missing dependency 2019-09-07 13:16:27 +00:00
pkgtools pkg_select: Add networking libs on SunOS 2019-09-09 10:03:21 +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 gpgme: fix for older GCC. 2019-09-09 11:19:33 +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: update to version 2.0.49 2019-09-09 12:21:44 +00:00
templates
textproc jo: update my MAINTAINER email address. 2019-09-07 14:05:44 +00:00
time py-arrow: updated to 0.14.7 2019-09-06 13:37:14 +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 pound: Fix build with OpenSSL 1.1. 2019-09-09 09:08:07 +00:00
x11 libappindicator: Make this the gtk3 version. 2019-09-09 12:59:06 +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.