Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-12-24 10:17:26 +00:00
archivers zstd: updated to 1.3.3 2017-12-21 14:54:43 +00:00
audio rplay: comment out dead sites 2017-12-24 10:15:53 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology chemical-mime-data: comment out dead sites 2017-12-24 09:42:12 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad fix build on NetBSD-8; the qt4 qmake puts in =std=c++98 by default 2017-12-22 21:50:02 +00:00
chat Update chat/ejabberd to 17.11. 2017-12-14 21:12:21 +00:00
comms fidogate: fix HOMEPAGE 2017-12-24 09:47:40 +00:00
converters doc2html: comment out dead sites 2017-12-24 09:45:03 +00:00
cross Update to 2.29.1 2017-12-10 01:12:09 +00:00
databases Update databases/pgbouncer to 1.8.1. 2017-12-20 20:45:58 +00:00
devel readline: update HOMEPAGE 2017-12-24 10:15:21 +00:00
distfiles
doc doc: Updated devel/fossil to 2.4 2017-12-23 21:11:42 +00:00
editors em: follow redirect 2017-12-24 09:46:05 +00:00
emulators generator-cbiere: use an existing site as HOMEPAGE 2017-12-24 09:51:50 +00:00
filesystems fuse-bindfs: follow redirect 2017-12-24 09:49:30 +00:00
finance ledger: follow redirect 2017-12-24 09:53:06 +00:00
fonts py-fonttools: updated to 3.21.0 2017-12-22 06:07:42 +00:00
games qqwing: follow redirect 2017-12-24 10:14:43 +00:00
geography proj: fix build on sunos 2017-12-19 01:57:47 +00:00
graphics osg: update HOMEPAGE 2017-12-24 10:05:31 +00:00
ham recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
inputmethod Update to 1.4.3 2017-12-18 05:55:20 +00:00
lang rust: revert distinfo:r1.13 2017-12-20 05:38:21 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail qgreylist: comment out dead sites 2017-12-24 10:14:21 +00:00
math gnumeric112: update to 1.12.36 2017-12-19 09:56:51 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs meta-pkgs/php71-extensions: fix PHP version in COMMENT 2017-12-09 02:37:38 +00:00
misc libcarddav: update HOMEPAGE, comment out dead MASTER_SITE 2017-12-24 09:54:40 +00:00
mk mk: Describe new fossil options. 2017-12-23 21:12:13 +00:00
multimedia py-mpegdash: added version 0.1.5 2017-12-19 12:22:19 +00:00
net p5-Net-TFTP: fix HOMEPAGE 2017-12-24 10:09:10 +00:00
news newsx: Comment out dead sites 2017-12-24 10:04:36 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Fix for wrong interpreter 2017-12-15 10:54:59 +00:00
print tex-carlisle: drop dependency on tex-latex-bin to remove circular dependency 2017-12-23 19:06:32 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security pyca: comment out dead sites 2017-12-24 10:12:10 +00:00
shells shells/Makefile: Add zsh-syntax-highlighting 2017-12-15 17:37:21 +00:00
sysutils p5-Sys-CPU: fix HOMEPAGE 2017-12-24 10:10:37 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-XML-Twig: fix HOMEPAGE 2017-12-24 10:11:08 +00:00
time ruby-tzinfo03: follow redirect 2017-12-24 10:17:26 +00:00
wm Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
www htdig: comment out dead sites 2017-12-24 09:45:30 +00:00
x11 lx*: use consistent HOMEPAGE, follow redirect 2017-12-24 09:59:46 +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.