Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-08-23 23:20:29 +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 chat/inspircd{,12}: Fix build with perl>=5.26.0. 2017-08-23 17:54:34 +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 Update tex-latexbug{,-doc} to 1.0b 2017-08-23 22:59:21 +00:00
distfiles
doc Added misc/tmate version 2.2.1 2017-08-23 18:56:56 +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/fsx: Properly quote CFLAGS when set via MAKE_FLAGS. 2017-08-23 17:54:05 +00:00
finance The Braintree Python library provides integration access to the Braintree 2017-07-07 07:43:42 +00:00
fonts Update tex-cbfonts-fd{,-doc} to 1.2 2017-08-23 23:20:29 +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 Update tex-mcf2graph{,-doc} to 4.25 2017-08-23 22:32:41 +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 Add tmate. 2017-08-23 18:56:41 +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 net/btget: Fix typos in description file. 2017-08-23 17:54:17 +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 Update tex-platex{,-doc} to 2017.44913 2017-08-23 23:15:46 +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 Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles. 2017-08-23 17:54:52 +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 PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles. 2017-08-23 17:54:52 +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 Add PERL_USE_UNSAFE_INC=1 to a few Perl module Makefiles. 2017-08-23 17:54:52 +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.