Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-27 14:52:40 +00:00
archivers *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
audio mixxx: Enable support for vamp plugins. 2019-07-26 23:35:09 +00:00
benchmarks
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +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 poppler 0.79 2019-07-23 17:19:56 +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 cdk: Update to 5.0-20190303 2019-07-27 14:04:06 +00:00
distfiles
doc doc: Updated fonts/koruri-ttf to 20180915 2019-07-27 14:52:40 +00:00
editors kakoune: Link against -lsocket -lnsl on SunOS 2019-07-26 09:36: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 koruri-ttf: Update to 20180915 2019-07-27 14:52:26 +00:00
games etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
geography *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
graphics Fix nls option packaging 2019-07-27 00:40:50 +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: set the DISTNAME & PKGNAME based on GITHUB_TAG 2019-07-25 19:12:55 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail Fix build problems on systems that don't have blacklistd. Since 2019-07-26 19:33:33 +00:00
math Remove SHA1 hashes for non-existent patches. 2019-07-23 22:58:46 +00:00
mbone
meta-pkgs *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
misc *: recursive bump for poppler 0.79 2019-07-23 17:19:56 +00:00
mk mk/ocaml.mk: don't assume MAKE_JOBS is defined 2019-07-26 09:59:27 +00:00
multimedia *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
net mikutter: update to 3.9.2. 2019-07-27 14:05:14 +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 web2c: Require ptexenc 1.3.7 2019-07-27 13:26:48 +00:00
regress
security Update to 0.72 2019-07-25 12:50:06 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils u-boot-odroid-c2: use absolute pathnames for running meson firmware tools 2019-07-26 10:32:32 +00:00
templates
textproc NetBSD curses has been fixed since 8.1. 2019-07-24 19:04:29 +00:00
time *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www Update to 68.0.1 2019-07-24 13:54:03 +00:00
x11 Revert partially the previous: 2019-07-26 23:28:43 +00:00
Makefile
pkglocate
README

$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.