Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 385aa93040 gtk2: Needs Xdamage.
This previously relied on transclusion via MesaLib via cairo.
2019-09-08 14:29:25 +00:00
archivers unrar: updated to 5.8.1 2019-09-05 06:44:55 +00:00
audio Add audio/gst-plugins1-gme 2019-09-08 10:20:07 +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/ircservices - successors chat/atheme, chat/anope 2019-09-04 22:38:25 +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 Add devel/p8-platform. 2019-09-08 12:27:08 +00:00
distfiles
doc doc: Updated emulators/emulationstation to 2.7.6 2019-09-08 12:34:48 +00:00
editors simplify... 2019-09-06 15:53:42 +00:00
emulators emulationstation: Update to 2.7.6 2019-09-08 12:34:38 +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 spleen: update to 1.2.0. 2019-09-07 14:03:11 +00:00
games libretro-nxengine: Fix --version-script removal 2019-09-07 21:18:50 +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 MesaLib: Update to 19.1.6 2019-09-08 10:21:40 +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 Add a new option 'always-libgcc', whether to install libgcc. 2019-09-08 14:05:38 +00:00
licenses doom1: Update to 1.9 2019-08-30 17:04:31 +00:00
mail Update to 3.10. From the changelog: 2019-09-07 18:58:02 +00:00
math Revbump due to XmHTML update 2019-09-06 08:51:57 +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 Add a new option 'always-libgcc', whether to install libgcc. 2019-09-08 14:05:38 +00:00
multimedia Remove audio/gst-plugins1-spc. 2019-09-08 00:00:06 +00:00
net Update to 8.04. From the changelog: 2019-09-07 19:30:21 +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: needs pthreads. 2019-09-07 23:30:45 +00:00
print dspdfviewer: strip -Werror 2019-09-03 13:29:53 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security clamav: Disable mapfile on SunOS. 2019-09-06 09:22:49 +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 add sysutils/u-boot-tinker 2019-09-07 18:29:02 +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 apache24: properly detect apt-util LDAP support 2019-09-07 13:22:28 +00:00
x11 gtk2: Needs Xdamage. 2019-09-08 14:29:25 +00:00
Makefile
pkglocate
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.