Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-22 15:11:00 +00:00
archivers *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
audio Remove audio/portaudio, replacement audio/portaudio-devel. 2019-07-21 23:08:22 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap bootstrap/bootstrap: fix bootstrap on Solaris 10 2019-07-21 20:14:06 +00:00
cad *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
chat *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
devel at-spi2-core: bump PKGREVISION for MAKE_DIRS change 2019-07-22 15:11:00 +00:00
distfiles
doc doc: Updated finance/gnucash to 3.6 2019-07-22 13:40:17 +00:00
editors Use https for invisible-island.net. 2019-07-22 08:37:58 +00:00
emulators *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance gnucash: update to 3.6. 2019-07-22 13:39:57 +00:00
fonts *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
games *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
geography *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
graphics Use common JPEG buildlink3 framework. 2019-07-22 14:03:33 +00:00
ham *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
inputmethod *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lang openjdk8: be compatible with src/usr.bin/printf/printf.c r1.49 2019-07-22 10:46:56 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
math *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
misc Use https for invisible-island.net. 2019-07-22 08:37:58 +00:00
mk Do not pass -std=c++03 to GCC 4.4 2019-07-15 16:06:19 +00:00
multimedia *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
net *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
news *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
packages
parallel *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pkgtools *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
print *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security Update to 4.1.0. From the git log: 2019-07-22 01:36:14 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
templates
textproc *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
time *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wm *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
www apache24: Extend SunOS C99 compilers list to gcc-5. 2019-07-22 10:34:22 +00:00
x11 Use https for invisible-island.net. 2019-07-22 08:37:58 +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.