Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-10-09 08:53:56 +00:00
archivers Needs setuptools_scm. 2017-10-01 18:59:54 +00:00
audio audacious-plugins: add gdbus-codegen as build dependency 2017-10-04 11:29:37 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Rename OS X to macOS to follow Apple's new naming 2017-09-23 05:53:52 +00:00
cad p5-gds2: update to 3.35. 2017-10-09 07:12:22 +00:00
chat naim: remove package 2017-10-09 08:16:35 +00:00
comms *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
converters libzmf: update to 0.0.2. 2017-10-02 15:09:01 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases py-gdbm: update HOMEPAGE 2017-10-09 08:23:41 +00:00
devel py-test-localserver: follow redirect 2017-10-09 08:47:02 +00:00
distfiles
doc py-spreadmodule: remove package 2017-10-09 08:31:30 +00:00
editors Update to patchset 8.0.1176 2017-10-07 12:32:23 +00:00
emulators vice: avoid PLIST mismatch if texi2dvi or pdftex are available. 2017-10-07 22:30:38 +00:00
filesystems Add support for NetBSD/evbarm on ARMv7. 2017-10-08 07:53:05 +00:00
finance Add cpuminer 2017-10-01 15:08:10 +00:00
fonts py-fonttools: update to 3.16.0 2017-10-08 09:39:52 +00:00
games moon-buggy: Comment out dead sites 2017-10-09 08:14:02 +00:00
geography osm2pgsql: update to 0.94.0 2017-10-08 12:28:55 +00:00
graphics opencv2: update HOMEPAGE 2017-10-09 08:17:41 +00:00
ham freedv: follow redirect 2017-10-09 08:10:33 +00:00
inputmethod editors/Makefile: remove ibus-el 2017-09-30 07:24:46 +00:00
lang yap: update HOMEPAGE 2017-10-09 08:52:04 +00:00
licenses adom-license: put the right part of the FAQ without the table of contents 2017-10-08 07:48:48 +00:00
mail alpine: comment out dead sites 2017-10-09 08:06:20 +00:00
math py-autograd: update to 1.1.13 2017-10-08 20:22:46 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs meta-pkgs/ruby-redmine-*: Restrict ruby's version 2017-09-30 15:48:42 +00:00
misc Update to 5.4.2.2 2017-10-08 04:51:35 +00:00
mk Comment out debug printf. 2017-10-06 14:46:21 +00:00
multimedia p5-xmltv: update to 0.5.69. 2017-10-09 07:43:50 +00:00
net ytalk: update HOMEPAGE and MASTER_SITES 2017-10-09 08:53:56 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Updated pkglint4 to 4.164 2017-10-08 23:25:06 +00:00
print ghostscript-agpl: update to 9.22 2017-10-06 06:15:00 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security ruby-metasploit-payloads: follow redirect 2017-10-09 08:47:51 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils u-boot: don't override EXTRACT_SUFX 2017-10-09 08:45:03 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-cssselect2: update HOMEPAGE 2017-10-09 08:22:20 +00:00
time ical2rem: comment out dead site 2017-10-09 08:11:46 +00:00
wm compiz: remove kde3 option from buildlink3.mk as well 2017-09-26 09:12:24 +00:00
www php-tt-rss-fever-plugin: update HOMEPAGE and MASTER_SITES 2017-10-09 08:21:24 +00:00
x11 xlockmore: update HOMEPAGE and MASTER_SITES 2017-10-09 08:50:24 +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.