Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-07 11:53:43 +00:00
archivers Update to zlib-0.6.2.1 2019-12-29 23:20:52 +00:00
audio musicpd: Regen PLIST 2020-01-04 20:46:27 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology Don't hardcode libgomp, but use -fopenmp for linking. Fixes clang with 2019-12-21 23:28:02 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad drop PLIST var handling, as these are not installed by package now 2019-12-29 14:27:52 +00:00
chat chat: remove myself as MAINTAINER for libpurple stuff 2020-01-05 10:40:11 +00:00
comms comms: Remove gnome-pilot 2020-01-04 13:24:21 +00:00
converters help2man: updated to 1.47.12 2020-01-06 16:56:09 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases sqlite3: remove a workaround that's no longer needed 2020-01-04 02:32:13 +00:00
devel py-test-timeout: updated to 1.3.4 2020-01-07 08:48:43 +00:00
distfiles
doc doc: Update doom-pwad-sigil to 1.21 2020-01-07 11:52:40 +00:00
editors abiword-plugins: a package can't conflict with itself 2020-01-06 22:53:38 +00:00
emulators mame: update to 0.217. 2020-01-04 22:55:58 +00:00
filesystems py-fs: updated to 2.4.11 2019-12-13 11:22:51 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts unscii: Import unscii-1.1 as fonts/unscii 2020-01-02 01:59:46 +00:00
games Update doom-pwad-sigil to 1.21 2020-01-07 11:51:12 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics gdk-pixbuf2-xlib: Requires msgfmt. 2020-01-06 16:34:36 +00:00
ham Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
inputmethod im-ja: Disable GNOME 2 panel applet support. 2020-01-01 14:16:41 +00:00
lang nodejs: work around type issue in NetBSD's copy of libc++ headers 2020-01-06 23:06:44 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail Add and enable qsmtp. 2020-01-07 08:16:47 +00:00
math py-simpleeval: updated to 0.9.10 2020-01-03 12:17:37 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs/mate: bump $VERSION to 1.22.2 2020-01-04 00:06:41 +00:00
misc py-tqdm: updated to 4.41.1 2020-01-07 08:51:30 +00:00
mk mk/plist: make documentation for GENERATE_PLIST more precise 2020-01-05 21:38:54 +00:00
multimedia mkvtoolnix: move GUI stuff to PLIST.gui 2020-01-07 07:27:09 +00:00
net Update net/tcptraceroute6 to 1.0.4 2020-01-07 11:08:14 +00:00
news tin: Update to 2.4.4 2019-12-26 21:57:50 +00:00
packages
parallel llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
pkgtools pkglint: Remove an outdated file from PLIST to fix packaging 2020-01-06 21:40:40 +00:00
print Upstream is gone. Update MAINTAINER. 2020-01-07 11:53:43 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security (security/lua-sec) Updated 0.6 to 0.9 2020-01-06 23:55:47 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils Update sysutils/rsnapshot to 1.4.3 2020-01-07 11:40:14 +00:00
templates
textproc docbook-xsl: bump revision 2020-01-05 18:54:40 +00:00
time Avoid warnings (and possible problems) when extracting 2020-01-07 10:20:31 +00:00
wm herbstluftwm: Needs asciidoc 2020-01-05 12:16:59 +00:00
www firefox: Fix pasto, remove 68 suffix 2020-01-06 07:53:53 +00:00
x11 gtk3: Do not overwrite suggested options to enable wayland support 2020-01-06 05:08:42 +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.