Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-13 23:18:25 +00:00
archivers lz4: updated to 1.8.1 2018-01-13 19:00:09 +00:00
audio musicpd: update to 0.20.15. 2018-01-10 10:36:39 +00:00
benchmarks Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
biology Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad Updated cad/py-gds to 1.2.1 2018-01-12 12:55:50 +00:00
chat chat/*: remove unnecessary :Q modifiers 2018-01-13 23:18:25 +00:00
comms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
converters *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases unixodbc: update to 2.3.5. 2018-01-10 23:07:01 +00:00
devel boost-build: Fix API depends pattern. 2018-01-13 16:09:59 +00:00
distfiles
doc Updated net/zeromq, archivers/lz4 2018-01-13 19:00:53 +00:00
editors texstudio: switch to qt5 2018-01-11 10:04:17 +00:00
emulators PC6001VX: revert previous rpath patch since ffmpeg3 has been fixed. 2018-01-13 05:04:38 +00:00
filesystems Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
finance Don't hard-code libstdc++. Depend on the compiler to add the STL. Bump 2018-01-07 20:59:40 +00:00
fonts Fix DEPENDS pattern for non-default options 2018-01-13 01:09:16 +00:00
games tuxracer: Move documentation to where it belongs, bump PKGREVISION. 2018-01-07 22:23:46 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics Change perl as runtime dependency, pointed by joerg@ 2018-01-13 00:07:42 +00:00
ham Updated ham/fldigi to 4.0.13 2018-01-11 12:31:45 +00:00
inputmethod Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
lang perl5: Fix CFLAGS. 2018-01-12 11:32:20 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail notmuch: update to 0.25.3. 2018-01-10 12:17:14 +00:00
math py-ephem: updated to 3.7.6.0nb1 2018-01-11 14:31:20 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs boost: use c++17 as a test for having string view, not NetBSD macro. 2018-01-04 10:25:35 +00:00
misc Fix build with poppler-0.62.0 and runtime error with harfbuzz-1.7,4 2018-01-11 12:52:05 +00:00
mk Introduce TEST_DEPENDS. 2018-01-13 12:48:56 +00:00
multimedia ffmpeg3: add --enable-rpath to CONFIGURE_ARGS to put rpath to *.pc files. 2018-01-13 04:56:43 +00:00
net wireshark: fix pkglint warnings 2018-01-13 22:32:53 +00:00
news Sort PLIST files. 2018-01-01 22:29:15 +00:00
packages
parallel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pkgtools R2pkg: Add missing RCSID. 2018-01-13 09:10:33 +00:00
print qpdfview: convert to use qt5 2018-01-13 08:39:03 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils sysutils/syslog-ng: Avoid doubling up on a process watchdog inside 2018-01-12 20:48:06 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc icu: Don't perform SunOS _STDC_C99 workaround with clang. 2018-01-12 12:43:07 +00:00
time Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
wm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
www ap24-authnz-external: Fix RCSID. 2018-01-13 08:59:44 +00:00
x11 *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya 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 follow 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.