Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-18 20:02:24 +00:00
archivers archivers/ruby-zip: update to 1.2.3 2019-06-15 03:05:44 +00:00
audio py-acoustid: updated to 1.1.7 2019-06-18 15:11:56 +00:00
benchmarks handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
biology Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Add kicad-packages3d kicad-symbols kicad-templates 2019-06-14 16:01:20 +00:00
chat znc: Rename sasl option to sasl-cyrus. 2019-06-18 15:19:20 +00:00
comms all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
converters all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
cross cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases py-apsw: updated to 3.28.0 2019-06-18 08:44:54 +00:00
devel allegro: Update to 4.4.3.1 - fix build with newer MesaLib. 2019-06-18 17:38:18 +00:00
distfiles
doc doc: Updated devel/allegro to 4.4.3.1 2019-06-18 17:38:28 +00:00
editors Update PLIST for new version 2019-06-17 22:28:20 +00:00
emulators openmsx: Remove buildlink libraries which are no longer used. 2019-06-17 15:23:34 +00:00
filesystems all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
finance py-fecon235: mark as incompatible with Python 2.7 2019-06-17 20:50:02 +00:00
fonts spleen: Update to 1.0.5. 2019-06-17 20:50:16 +00:00
games games/doomlegacy: import doomlegacy-1.47.2 2019-06-17 13:53:22 +00:00
geography py-obspy: Python 2.7 is not supported any more because of py-scipy 2019-06-15 18:06:04 +00:00
graphics Update to 2.10.12 2019-06-18 14:29:20 +00:00
ham (ham/hackrf) Add missing tool (USE_TOOLS= pkg-config) 2019-06-18 12:42:26 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang elixir: Avoid errors from check-interpreter.mk after addition of interpreter 2019-06-17 16:58:42 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail mutt: Update to version 1.12.1 2019-06-17 14:28:43 +00:00
math py-pandas-datareader: disable Python 2.7 2019-06-17 20:28:55 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs bulk-medium: removed references to py-matplotlib-gtk2 2019-06-16 19:25:10 +00:00
misc mnemosyne: comment out troublesome py-matplotlib dependency. 2019-06-18 05:54:02 +00:00
mk mk/curses.builtin.mk: add mouse function check 2019-06-17 18:19:55 +00:00
multimedia ffmpeg*: Make x11 option imply xcb. 2019-06-18 14:41:09 +00:00
net Fix the HOMEPAGE for ISC DHCP. 2019-06-18 20:02:24 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel openmp: added version 8.0.0 2019-06-17 16:35:44 +00:00
pkgtools pkgin: Update to 0.12.0. 2019-06-13 13:06:40 +00:00
print print/poppler: up GCC_REQD to 5 2019-06-17 19:21:07 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security zoneminder: fix typo in comment. 2019-06-18 12:37:35 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils Remove attempts to access linux-specific SPD ROM data sources /sys/... 2019-06-17 21:03:50 +00:00
templates
textproc py-Unidecode: updated to 1.1.0 2019-06-18 14:40:48 +00:00
time py-arrow: updated to 0.14.2 2019-06-16 14:08:03 +00:00
wm blackbox70: fix build with gettext-0.20.1 2019-06-14 02:09:03 +00:00
www py-django-extensions: updated to 2.1.9 2019-06-18 08:02:35 +00:00
x11 slim: This needs pkg-config. 2019-06-18 16:54:07 +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.