Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-04-23 15:52:48 +00:00
archivers Revbump after icu update 2017-04-22 21:03:07 +00:00
audio Revbump after icu update 2017-04-22 21:03:07 +00:00
benchmarks Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap Add instructions on installing required dependencies on Debian & derivatives to 2017-03-06 21:26:01 +00:00
cad Updated cad/gtkwave to 3.3.80 2017-04-09 01:09:03 +00:00
chat Revbump after icu update 2017-04-22 21:03:07 +00:00
comms Revbump after icu update 2017-04-22 21:03:07 +00:00
converters Revbump after icu update 2017-04-22 21:03:07 +00:00
cross Update to 3.28 2017-03-30 19:21:26 +00:00
databases Add py-pickleshare 2017-04-23 03:39:53 +00:00
devel Adjust DEPENDS and PLIST 2017-04-23 15:52:33 +00:00
distfiles
doc Updated devel/py-ruamel-yaml to 0.14.6nb1 2017-04-23 15:52:48 +00:00
editors Revbump after icu update 2017-04-22 21:03:07 +00:00
emulators Revbump after icu update 2017-04-22 21:03:07 +00:00
filesystems Revbump after icu update 2017-04-22 21:03:07 +00:00
finance Revbump after icu update 2017-04-22 21:03:07 +00:00
fonts Revbump after icu update 2017-04-22 21:03:07 +00:00
games Revbump after icu update 2017-04-22 21:03:07 +00:00
geography Revbump after icu update 2017-04-22 21:03:07 +00:00
graphics Revbump after icu update 2017-04-22 21:03:07 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Revbump after icu update 2017-04-22 21:03:07 +00:00
lang * Remove ruby18 related description in comments. 2017-04-23 14:21:23 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Revbump after icu update 2017-04-22 21:03:07 +00:00
math Fix build problem on NetBSD 6.1_STABLE. 2017-04-23 14:49:27 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Drop building ruby18-base. 2017-04-22 23:14:26 +00:00
misc RPM 4.13.0.1 2017-04-23 08:18:14 +00:00
mk Remove reference to misc/rubygems and RUBY_VER is "18". 2017-04-23 14:18:09 +00:00
multimedia Revbump after icu update 2017-04-22 21:03:07 +00:00
net Revbump after icu update 2017-04-22 21:03:07 +00:00
news Revbump after icu update 2017-04-22 21:03:07 +00:00
packages
parallel Changes 3.5.0.2: 2017-04-09 16:43:03 +00:00
pkgtools Revbump after icu update 2017-04-22 21:03:07 +00:00
print Since icu-59, this now needs c++11 to build. 2017-04-23 09:25:59 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Add py-requests-kerberos 2017-04-23 05:40:08 +00:00
shells Requires libiconv. 2017-04-20 09:12:05 +00:00
sysutils Add py-ptyprocess 2017-04-23 03:49:14 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Add -std=c++11 to CXXFLAGS. 2017-04-23 09:58:31 +00:00
time Revert previous now that py-setuptools is fixed. 2017-04-23 06:58:47 +00:00
wm Revbump after icu update 2017-04-22 21:03:07 +00:00
www Update contao35 to 3.5.26. 2017-04-23 14:56:37 +00:00
x11 Quick build fix on NetBSD 6.1_STABLE using bash to configure. 2017-04-23 14:51:43 +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.