Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-03-24 18:45:44 +00:00
archivers Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
audio Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +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 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
comms Add an upper API version restriction. 2017-02-21 05:25:13 +00:00
converters Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
cross Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
databases Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
devel Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
distfiles
doc Removed multimedia/realplayer-codecs [wiz 2017-03-24] 2017-03-24 16:55:39 +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 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
graphics Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +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 Link llvm-lto2 and the other tools dynamically against libLLVM to avoid 2017-03-24 11:43:52 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Remove mozilla-enigmail option, distfile no longer exists. Add SHA512 sum. 2017-03-23 17:36:35 +00:00
math Restore basic g95 support. Bump revision. 2017-03-24 15:12:30 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
misc does not support python-2.x, mark it as such. 2017-03-24 16:57:36 +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 Requires pkg-config to build properly 2017-03-24 18:45:44 +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 Add patch for CVE-2017-6196 2017-03-23 20:38:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Extra scripts can need bash and perl. 2017-03-23 19:33:20 +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 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Make sure depcomp is present. 2017-03-24 11:44:30 +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 contao43 to 4.3.7, a leaf package. 2017-03-24 03:43:24 +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.