Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 246de74493 py-httplib2: update to 0.15.0.
0.15.0

  python2: regression in connect() error handling
  https://github.com/httplib2/httplib2/pull/150

  add support for password protected certificate files
  https://github.com/httplib2/httplib2/pull/143

  feature: Http.close() to clean persistent connections and sensitive data
  https://github.com/httplib2/httplib2/pull/149
2020-01-04 19:05:39 +00:00
archivers Update to zlib-0.6.2.1 2019-12-29 23:20:52 +00:00
audio libmysofa: Update to 0.9.1 2020-01-04 11:45:21 +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 psybnc: update to 2.4b2nb1. 2019-12-28 11:19:53 +00:00
comms comms: Remove gnome-pilot 2020-01-04 13:24:21 +00:00
converters bdf2psf: tweak the 'do-install' target to install all .equivalents and .set files. 2020-01-01 22:26:59 +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 devel: Remove libgail-gnome. 2020-01-04 13:36:34 +00:00
distfiles
doc doc: Updated net/glib-networking to 2.62.2 2020-01-04 19:04:19 +00:00
editors le: update to 1.16.7. 2020-01-01 22:12:08 +00:00
emulators Include xkbcommon unconditionally and directly to reduce PLIST divergence 2020-01-04 13:46:59 +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 redeclipse: Update to 2.0.0 2020-01-04 16:16:25 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics ImageMagick: update to 7.0.9.13. 2020-01-04 19:02:39 +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 We say goodbye to lang/go111. 2020-01-04 12:58:19 +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 fetchmailconf: update to 6.4.1 to match fetchmail and fix the bulk build. 2020-01-02 23:17:34 +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 misc: Remove deskbar-applet 2020-01-04 13:13:59 +00:00
mk Document jp2 option. Sort. 2020-01-04 19:01:51 +00:00
multimedia nostt: Update to 1.2 2020-01-02 20:57:21 +00:00
net glib-networking: update to 2.62.2. 2020-01-04 19:04:11 +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 pkgtools/pkglint: update to 19.4.0 2019-12-30 16:27:13 +00:00
print Remove reference to an inexistent patch file 2020-01-04 04:27:01 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security security: Remove seahorse-plugins. 2020-01-04 14:04:29 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils s/rk3389/rk3399/ in the description. 2020-01-02 23:24:06 +00:00
templates
textproc py-pallets-sphinx-themes: updated to 1.2.3 2020-01-03 12:45:10 +00:00
time time: Remove hamster-applet. 2020-01-04 13:16:20 +00:00
wm Update to xmonad-contrib-0.14 2020-01-02 17:29:55 +00:00
www py-httplib2: update to 0.15.0. 2020-01-04 19:05:39 +00:00
x11 x11: Remove gnome-mag. 2020-01-04 13:53:29 +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.