Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gutteridge 75688ae385 wm/enlightenment: amend a comment
The Vera TTF license actually is a default acceptable license in
pkgsrc, I missed it when scanning the list before.
2019-12-07 05:11:27 +00:00
archivers - Update to 0.86 2019-12-06 13:26:27 +00:00
audio libmpdclient: python for build only 2019-12-06 00:15:39 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +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 (cad/gtkwave) Updated to 3.3.103 2019-11-16 12:48:19 +00:00
chat weechat: Spell Python_EXECUTABLE correctly. 2019-12-06 15:39:06 +00:00
comms comms/asterisk16: Fix compiler check via pkglint 2019-11-24 01:14:10 +00:00
converters py-emoji: updated to 0.5.4 2019-11-25 18:27:45 +00:00
cross Synchronise some missing dependencies that devel/doxygen/options.mk 2019-11-24 12:31:37 +00:00
databases mysql57-client: Limit SunPro fix to SunPro. 2019-12-06 14:05:11 +00:00
devel tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
distfiles
doc doc: Updated wm/ethemes to 0.1nb4 2019-12-07 05:05:22 +00:00
editors abiword & abiword-plugins: fix builds 2019-12-04 05:40:47 +00:00
emulators don't --disable-debug if CFLAGS contains -g. 2019-12-06 05:38:02 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:29:29 +00:00
games 7kaa: convert imagemagick usage to icotool 2019-11-30 11:47:15 +00:00
geography tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
graphics tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +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 tcl: Explicitly disable tzdata for now. 2019-12-05 11:23:44 +00:00
licenses licenses & mk/license.mk: add license for Enlightenment 16 2019-12-07 04:47:32 +00:00
mail rspamd: Disable inotify on SunOS, assumes Linux. 2019-12-06 16:37:52 +00:00
math tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: allow newer versions. comment out some packages that are not developed 2019-11-30 19:59:34 +00:00
misc Fix xygrib on OSX 2019-12-05 17:56:15 +00:00
mk options.description: note pango and vera-ttf options 2019-12-07 05:00:26 +00:00
multimedia x265: updated to 3.2.1 2019-12-05 09:32:49 +00:00
net wireshark: updated to 3.0.7 2019-12-05 18:41:30 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.13 2019-12-02 23:32:09 +00:00
print texlive: Fix typo in comment. 2019-12-06 21:29:53 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security gnutls: Update to 3.6.11.1 2019-12-06 14:00:08 +00:00
shells {standalone-,static-,}tcsh: Update to 6.22.00 2019-11-28 20:46:39 +00:00
sysutils Apply upstream patch for XSA306 security issue. 2019-12-06 17:30:28 +00:00
templates
textproc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
time tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
wm wm/enlightenment: amend a comment 2019-12-07 05:11:27 +00:00
www grafana: Move go-package.mk to before bsd.prefs.mk. 2019-12-05 15:36:25 +00:00
x11 xf86-video-sis: update to 0.12.0. 2019-12-04 11:22:19 +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.