Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 0e6a793225 lang/php71: remove php71 package
Remove php71 pacakge since PHP 7.1.x is EOL.
2019-12-16 16:08:53 +00:00
archivers Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
audio libao-oss: Link with -lossaudio 2019-12-15 23:15:01 +00:00
benchmarks Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +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 ensure debug binaries are not built, by using target 'release' 2019-12-07 07:44:36 +00:00
chat Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
comms py-colorama: updated to 0.4.3 2019-12-11 19:01:00 +00:00
converters converters/php-recode: recode is dropped from php74 2019-12-15 18:01:05 +00:00
cross cross/dasm: Revbump to avoid distfiles conflict. 2019-12-09 09:29:15 +00:00
databases Fix building internal modules for Python 3.8; clean-ups 2019-12-15 14:42:26 +00:00
devel Also install host-cpu-c-abi.m4 from gettext-tools/gnulib-m4 2019-12-16 14:44:56 +00:00
distfiles
doc doc: Updated meta-pkgs/bulk-medium to 20191216 2019-12-16 16:00:42 +00:00
editors abiword & abiword-plugins: fix builds 2019-12-04 05:40:47 +00:00
emulators qemu: ...and the new patch 2019-12-15 18:35:49 +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 (fonts/Inter-UI) Fix fetch problem, (add GITHUB_PROJECT) 2019-12-15 20:47:15 +00:00
games games: Add dhewm3. 2019-12-14 19:16:39 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics opencv: updated to 3.4.8 2019-12-16 08:24:39 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang lang/php71: remove php71 package 2019-12-16 16:08:53 +00:00
licenses (with real EDIT) Add new license file, s/isc/AHUTOR/g equivalent of isc 2019-12-15 12:24:25 +00:00
mail mail/dovecot2: update to 2.3.9.2 2019-12-13 15:32:15 +00:00
math Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs/php71-extensions: remove EOL package 2019-12-16 16:07:05 +00:00
misc Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mk mk/defaults/options.description: add some descrptions 2019-12-16 15:26:57 +00:00
multimedia Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
net Fix format / buffer size warnings with newer gcc (7.4.0) by 2019-12-16 12:52:23 +00:00
news news/flnews: Update to 0.17 2019-12-16 12:27:53 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: remove mkalign code 2019-12-15 01:29:06 +00:00
print atril: update to 1.22.3 2019-12-16 04:08:11 +00:00
regress regress/Makefile: add reasons for commenting out entries 2019-12-12 04:35:21 +00:00
security security/php-pecl-mcrypt: update to 1.0.3 2019-12-16 00:10:37 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils lxtask: update to 0.1.9 2019-12-15 23:49:25 +00:00
templates
textproc grep: reset PKGREVISION after update 2019-12-15 22:09:30 +00:00
time py-icalendar: updated to 4.0.4 2019-12-11 10:28:58 +00:00
wm marco: update to 1.22.4 2019-12-16 04:09:42 +00:00
www www/libmicrohttpd: Update to version 0.9.69 2019-12-16 08:10:11 +00:00
x11 + qt5ct 2019-12-16 12:08:41 +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.