Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-17 10:48:32 +00:00
archivers archivers/ruby-zip: update to 1.2.3 2019-06-15 03:05:44 +00:00
audio faad2: GCC_REQD+= 4.8 2019-06-17 10:48:32 +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 mumble: Fix build with newer protobuf. 2019-06-17 08:08:31 +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 phpmyadmin: provide correct shell script for replace_sh (pkg/54296) 2019-06-16 09:13:11 +00:00
devel exempi: GCC_REQD+= 4.8 2019-06-17 10:46:37 +00:00
distfiles
doc Note update of net/unbound to 1.9.2. 2019-06-17 09:49:39 +00:00
editors editors/*: let pkglint fix indentation and variable alignment 2019-06-08 10:40:52 +00:00
emulators dolphin-emu: Disable openal for now. 2019-06-13 19:44:35 +00:00
filesystems all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
finance py-backtrader: updated to 1.9.74.123 2019-06-17 05:43:02 +00:00
fonts unifont: update to 12.1.02. 2019-06-11 09:04:00 +00:00
games games/xboard: fix OPSYS detection for Solaris 2019-06-16 22:04:20 +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 py-seaborn: updated to 0.9.0 2019-06-16 19:28:47 +00:00
ham gnuradio-core: py-scipy -> py-scipy12; bump revision 2019-06-15 17:54:22 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang Update to 0.20.0 2019-06-15 01:29:49 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Update to 67.0.1 2019-06-15 01:19:02 +00:00
math py-statsmodels: fix for newer SciPy 2019-06-17 05:29:43 +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 less: Update to 551 2019-06-15 10:03:38 +00:00
mk librsvg: Add available.mk and tool.mk mk fragments 2019-06-08 19:51:38 +00:00
multimedia adobe-flash-player: update to 32.0.0.207. 2019-06-12 14:21:58 +00:00
net Update unbound to version 1.9.2 2019-06-17 09:49:08 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools pkgin: Update to 0.12.0. 2019-06-13 13:06:40 +00:00
print py-reportlab: updated to 3.5.23 2019-06-10 15:39:06 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security tor-browser: add sun audio backend. requested by wiz. 2019-06-14 17:22:21 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils sysutils/nnn: switch back to mk/curses.buildlink3.mk 2019-06-14 06:47:01 +00:00
templates
textproc py-guessit: updated to 3.0.4 2019-06-15 19:04:24 +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 cliqz: update to 1.27.2 2019-06-15 12:49:25 +00:00
x11 dunst: Uses pod2man. 2019-06-15 15:02:13 +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.