Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jlam efa81dcfaa mk/pkgformat: Support INSTALL scripts that rely on UNPACK.
The pkginstall framework had an UNPACK action invoked early
in the PRE-INSTALL stage to unpack scriplets that were invoked
in later stages to perform extra work for installation, removal,
or both.

Add an UNPACK action that is a no-op for any scripts that don't
support the action.
2017-08-21 12:48:25 +00:00
archivers Zstandard v1.3.1 2017-08-21 09:17:04 +00:00
audio Fix MASTER_SITES that did not used MASTER_SITE_SOURCEFORGE. 2017-08-18 13:26:37 +00:00
benchmarks Comment out dead sites. 2017-08-16 20:45:30 +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 databases/percona-toolkit: Remove ${WRKDIR} references in scripts. 2017-08-20 23:54:33 +00:00
devel add & enable ruby-mustache 2017-08-21 11:50:35 +00:00
distfiles
doc Added textproc/ruby-rdiscount version 2.2.0.1 2017-08-21 12:02:41 +00:00
editors Comment out dead sites. 2017-08-16 20:45:30 +00:00
emulators Update PC6001VX to 2.31.0. 2017-08-19 10:27:24 +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 Never use writable text segments on i386. Bump revision. 2017-08-20 19:41:13 +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 lang/guile20: Mirror changes to lang/guile22/Makefile. 2017-08-19 00:28:10 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Update to netqmail-1.06-qbiffutmpx-20170820.patch. Should fix EL7 bulk 2017-08-19 22:11:43 +00:00
math GLPK 4.63: 2017-08-18 21:47:51 +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/pkgformat: Support INSTALL scripts that rely on UNPACK. 2017-08-21 12:48:25 +00:00
multimedia Fix xine detection from disabling PaX MPROTECT for conftest test program 2017-08-19 10:02:15 +00:00
net Upgrade unbound to version 1.6.5. 2017-08-21 11:14:18 +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.14. 2017-08-19 00:30:07 +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 security/erlang-p1_oauth2 to 0.6.2. 2017-08-20 12:30:34 +00:00
shells Update shells/fish to 2.6.0. 2017-08-19 09:28:38 +00:00
sysutils Update to 2017.7.1. Changelog here: 2017-08-21 10:28:29 +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 & enable ruby-rdiscount 2017-08-21 12:01:12 +00:00
time time/hebcal: Fix empty installed GNU info file. 2017-08-18 01:14:32 +00:00
wm Add xmlto build dependency to i3 since it is used to build the docs. 2017-08-19 10:57:54 +00:00
www 2.0.10: 2017-08-21 11:39:46 +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.