Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-07-02 12:06:01 +00:00
archivers Update to 0.28 2018-06-22 07:52:01 +00:00
audio SDL2_mixer: updated to 2.0.2 2018-06-24 10:28:45 +00:00
benchmarks Update glmark2 to 2017.07 2018-06-02 13:16:42 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Work around patch for missing _CHECK_SYMBOL_EXISTS in cmake-3.11 by @tristelo 2018-06-24 13:02:00 +00:00
chat swift: fix build with Qt 5.11. 2018-06-23 09:40:53 +00:00
comms Remove redundant, commented PKGREVISION. 2018-07-02 11:28:50 +00:00
converters *: recursive bump for poppler-0.66.0 update 2018-06-24 11:16:10 +00:00
cross objconv: Fix distfile fetching. 2018-06-28 09:02:14 +00:00
databases py-psycopg2: updated to 2.7.5 2018-06-18 07:46:16 +00:00
devel devel/py-hash: Fix build with versioned boost_python lib. 2018-06-30 19:01:52 +00:00
distfiles
doc doc/TODO: add some 2018-07-01 09:38:30 +00:00
editors abiword-plugins: fix build with GCC6. From upstream. 2018-06-30 12:43:28 +00:00
emulators fuse-emulator-utils: updated to 1.4.2 2018-06-12 11:05:08 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance gnucash-docs: update to 3.2. 2018-06-25 08:09:44 +00:00
fonts harfbuzz: update to 1.8.1. 2018-06-17 09:23:51 +00:00
games games/ruby-squib: Fix dependency 2018-06-25 05:47:37 +00:00
geography Reset maintainer (observer) 2018-06-17 06:56:29 +00:00
graphics inkscape: Avoid ambiguous function calls, fix PKGLOCALEDIR. 2018-06-28 11:18:58 +00:00
ham rtl-sdr: fix build by not adding "inline" twice 2018-06-28 19:00:14 +00:00
inputmethod Change from c++03 til gnu++03 in USE_LANGUAGES because there's use 2018-06-24 15:53:48 +00:00
lang lang/npm: Set proper env for build/install, ensure FAKEHOME is used. 2018-06-28 11:28:01 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Update to 0.53 2018-06-22 08:11:45 +00:00
math p5-Alien-GMP: update to 1.11. 2018-06-24 07:37:21 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs kf5: update to 5.47.0 2018-06-21 08:24:25 +00:00
misc libreoffice: Add link to upstream commit for patches. 2018-06-25 21:51:37 +00:00
mk emacs: document more *nox versions, and switch to emacs26 by default 2018-06-24 21:19:10 +00:00
multimedia Convert PKG_FAIL_REASON to INTERACTIVE_STAGE=fetch and FETCH_MESSAGE. 2018-06-22 12:45:46 +00:00
net rtorrent: updated to 0.9.7 2018-06-24 16:59:52 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel ganglia-monitor-core: Add MESSAGE.Linux, missed in previous commit 2018-06-28 01:11:29 +00:00
pkgtools pkgin: Update to 0.11.3. 2018-06-29 11:27:56 +00:00
print cups-base: Rename PKG_OPTIONS.cups to PKG_OPTIONS.cups-base 2018-06-25 10:01:51 +00:00
regress
security Update to botan-1.10.17: 2018-07-01 17:23:43 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils Patch file for CVE-2018-10360. 2018-06-30 09:27:02 +00:00
templates
textproc textproc/sary: Fix build problem on NetBSD 8.0_RC2 2018-06-29 17:01:16 +00:00
time p5-Time-Local: update to 1.28. 2018-06-24 09:19:54 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Fix package name 2018-07-02 12:06:01 +00:00
x11 mate-screensaver: Make the non-pam build actually work. 2018-06-26 08:58:49 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya 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 follow 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.