Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-03-30 19:22:05 +00:00
archivers Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
audio Fix playback on NetBSD-current as of 20170322. Ensure that the audioctl 2017-03-30 18:44:13 +00:00
benchmarks Merge patch from upstream to always use std::string, the original 2017-03-24 11:41:58 +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 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
chat Update chat/ejabberd to 17.03. 2017-03-30 14:50:05 +00:00
comms Add an upper API version restriction. 2017-02-21 05:25:13 +00:00
converters Explicitly override iconv checks on SunOS, as GNU libiconv will change its 2017-03-30 12:40:31 +00:00
cross Update to 3.28 2017-03-30 19:21:26 +00:00
databases Release 3.18.0: 2017-03-30 15:55:12 +00:00
devel Git v2.12.2 Release Notes 2017-03-30 16:23:34 +00:00
distfiles
doc Updated cross/arm-none-eabi-binutils to 2.28 2017-03-30 19:22:05 +00:00
editors Updated editors/yed to 3.17 to fix build after old distfile no longer available 2017-03-24 08:41:28 +00:00
emulators Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
filesystems Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
finance Add missing DEPENDS on devel/py-rauth. 2017-03-17 20:46:51 +00:00
fonts Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
games Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
geography Fix build on SunOS. 2017-03-27 13:52:27 +00:00
graphics Update to 3.2 to match the updated opencv. 2017-03-28 11:29:50 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lang Update lang/nodejs4 to 4.8.1. 2017-03-30 16:40:11 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Add and enable libsrs2. 2017-03-30 01:56:26 +00:00
math Check the version number part of the matched string and not the whole 2017-03-24 19:22:27 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Note addition of tex-platex 2017-03-26 20:11:58 +00:00
misc Update misc/erlang-p1_utils to 1.0.7. 2017-03-30 10:19:42 +00:00
mk Remove binary-only realplayer-codecs package from 2004. 2017-03-24 16:55:15 +00:00
multimedia Remove binary-only realplayer-codecs package from 2004. 2017-03-24 16:55:15 +00:00
net Update net/rabbitmq to 3.6.9. 2017-03-30 15:19:04 +00:00
news Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages. 2017-03-05 12:05:23 +00:00
packages
parallel Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
pkgtools Restore distinfo for the patches. 2017-03-24 11:38:45 +00:00
print platex format is now done in tex-platex, and tidy up the Makefile. 2017-03-26 20:10:11 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Remove erlang-p1_pam in favor of erlang-epam. 2017-03-30 14:53:38 +00:00
shells Pull in upstream fix for bug 1289597. Brought to our attention by Kevin 2017-03-14 14:51:28 +00:00
sysutils Update sysutils/beats to 5.3.0. 2017-03-30 15:37:12 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update textproc/erlang-fast_xml to 1.1.22. 2017-03-30 14:29:20 +00:00
time Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
wm Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
www Update to 52.0.2 2017-03-30 19:12:54 +00:00
x11 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +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.