Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jlam a27a11c331 mk/pkgtasks: Bump dependency on "pkgtasks" to 1.15.
This picks up the fix to updating system files correctly so that
ownership and permissions are preserved.
2017-08-23 17:53:32 +00:00
archivers Zstandard v1.3.1 2017-08-21 09:17:04 +00:00
audio Enable OSS backend where available. 2017-08-21 23:54:50 +00:00
benchmarks Update bonnie++ to 1.97.3. Fifteen years' worth of changes. From 2017-08-22 18:51:44 +00:00
biology Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Update cad/oce to 0.18.2. 2017-08-18 10:08:40 +00:00
chat Update chat/ejabberd to 17.08. 2017-08-20 12:58:04 +00:00
comms comms/modemd: Install manpages into ${PKGMANDIR}. 2017-08-19 00:22:35 +00:00
converters Comment out dead sites. 2017-08-16 20:45:30 +00:00
cross Update to 7.2 2017-08-16 14:41:12 +00:00
databases The unicodecsv is a drop-in replacement for Python 2.7's csv module which 2017-08-21 15:44:40 +00:00
devel Requires zlib. 2017-08-23 09:38:13 +00:00
distfiles
doc Note update of security/p5-Net-SSH to 2.12. 2017-08-23 15:04:39 +00:00
editors Comment out dead sites. 2017-08-16 20:45:30 +00:00
emulators mk/emulator: Move Linux shlibs task settings to package Makefiles. 2017-08-21 12:49:16 +00:00
filesystems filesystems/fuse-unionfs: Install manpages into ${PKGMANDIR}. 2017-08-19 00:20:50 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Update tex-dozenal{,-doc} to 7.1 2017-08-17 03:21:14 +00:00
games games/lgogdownloader: Install manpages into ${PKGMANDIR}. 2017-08-19 00:21:43 +00:00
geography Comment out dead sites. 2017-08-16 20:45:30 +00:00
graphics Changes in 5.0.7 2017-08-21 15:06:53 +00:00
ham Comment out dead sites. 2017-08-16 20:45:30 +00:00
inputmethod Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
lang Handle domainname functions on SunOS correctly. Bump PKGREVISION. 2017-08-22 13:43:34 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Build on systems without O_DIRECTORY. 2017-08-21 18:16:29 +00:00
math Add a patch which fixes an obviously bogus preprocessor conditional; 2017-08-22 21:37:27 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
misc misc/vfu: Install manpages into ${PKGMANDIR}. 2017-08-19 00:26:37 +00:00
mk mk/pkgtasks: Bump dependency on "pkgtasks" to 1.15. 2017-08-23 17:53:32 +00:00
multimedia Fix xine detection from disabling PaX MPROTECT for conftest test program 2017-08-19 10:02:15 +00:00
net Update net/dnsdist to 1.2.0. 2017-08-22 17:00:35 +00:00
news Remove cg. Development stopped in 2002. 2017-08-01 17:13:47 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update pkgtools/pkgtasks to 1.15. 2017-08-23 17:53:19 +00:00
print Improve patch comment, requested by joerg. 2017-08-21 11:14:26 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update to Net::SSH::Perl (here p5-Net-SSH) version 2.12. 2017-08-23 15:03:50 +00:00
shells shells/static-tcsh: Can't build static binaries on SunOS>=5.10. 2017-08-23 17:52:59 +00:00
sysutils Update sunxi-tools to latest from Github. This adds support for SPL 2017-08-23 13:57:30 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc 5.1.0: 2017-08-22 07:46:22 +00:00
time 1.9 2017-08-22 08:08:25 +00:00
wm Set HAS_SYSTEM_ASPRINTF in make env to fix build on NetBSD 8 2017-08-21 14:53:58 +00:00
www Fix broken DEPENDS line. 2017-08-23 12:17:28 +00:00
x11 Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +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.