Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-10-02 03:27:35 +00:00
archivers Needs setuptools_scm. 2017-10-01 18:59:54 +00:00
audio libopenmpt: update to 0.3.1. 2017-10-01 09:37:00 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology p5-Bio-ASN1-EntrezGene: update to 1.72. 2017-09-17 07:51:04 +00:00
bootstrap Rename OS X to macOS to follow Apple's new naming 2017-09-23 05:53:52 +00:00
cad Updated cad/gtkwave to 3.3.85 2017-09-30 12:20:36 +00:00
chat emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
comms *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
converters Allow narrowing of the data tables GCC 5+. 2017-09-29 13:32:01 +00:00
cross arm-none-eabi-gcc: fix build on SunOS 2017-09-24 21:07:17 +00:00
databases p5-DBICx-Sugar: update to 0.0200. 2017-10-01 06:58:56 +00:00
devel + py-buildbot-console-view 2017-10-01 23:46:54 +00:00
distfiles
doc doc: Updated www/ikiwiki to 3.20171001 2017-10-02 03:27:35 +00:00
editors editors/Makefile: remove emacs2{2,3,4}* 2017-09-30 07:24:22 +00:00
emulators or1ksim: comment out dead sites 2017-09-30 07:48:48 +00:00
filesystems revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
finance Add cpuminer 2017-10-01 15:08:10 +00:00
fonts fontforge: Fix build on SunOS, requires GNU date features. 2017-09-21 15:06:17 +00:00
games neverball: follow redirect 2017-09-30 07:45:03 +00:00
geography geography/py-geojson: update to 2.3.0 2017-09-29 16:42:00 +00:00
graphics gdk-pixbuf2: update to 2.36.10 2017-09-30 14:05:24 +00:00
ham Updated ham/fldigi to 4.0.10 2017-09-30 11:58:02 +00:00
inputmethod editors/Makefile: remove ibus-el 2017-09-30 07:24:46 +00:00
lang lang/php71: update to 7.1.10 2017-10-01 15:50:06 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail py-aiosmtpd: update to 1.1 2017-09-29 12:40:55 +00:00
math py-scipy: Remove references to non-existent files 2017-09-28 13:49:19 +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 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
mk reduce-depends.awk: Avoid "delete array" statement for portability. 2017-10-01 22:58:19 +00:00
multimedia mplayer-share: remove default-off arts option 2017-09-27 13:50:27 +00:00
net p5-Net-IPv6Addr: update to 0.9. 2017-10-01 06:21:36 +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 plist-utils: update to 20170813 2017-09-30 13:23:05 +00:00
print py-pisa: use pypi site instead of dead one 2017-09-30 07:52:18 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Don't check payload files for library dependencies. 2017-10-01 19:05:40 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils p5-Sys-Utmp: update to 1.8. 2017-09-29 21:54:49 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc xqilla: update to 2.3.3. 2017-10-01 09:45:50 +00:00
time Needs pytest-runner. 2017-10-01 19:02:12 +00:00
wm compiz: remove kde3 option from buildlink3.mk as well 2017-09-26 09:12:24 +00:00
www Update to 3.20171001. From the changelog: 2017-10-02 03:27:29 +00:00
x11 gtk3: update to 3.22.1 2017-09-30 14:15:07 +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.