Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jlam 6fcb2ed197 pkgtools/libkver: Install manpages into ${PKGMANDIR}.
This project uses BSD makefiles to build and install the binaries
and manpages.  Add "MANDIR=..." to the flags passed to
"make install" so that the manpages are installed in the correct
location under ${PKGMANDIR}.
2017-08-19 00:22:00 +00:00
archivers Changes in version 1.19: 2017-08-18 20:45:15 +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 Comment out dead sites. 2017-08-16 20:45:30 +00:00
comms Comment out dead sites. 2017-08-16 20:45:30 +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 Update ruby-sequel to 4.49.0 2017-08-18 10:17:27 +00:00
devel Fix crash on macOS 10.13 (Darwin 7). 2017-08-18 21:41:19 +00:00
distfiles
doc Updated www/seamonkey-l10n to 2.48 2017-08-18 23:58:40 +00:00
editors Comment out dead sites. 2017-08-16 20:45:30 +00:00
emulators Comment out dead sites. 2017-08-16 20:45:30 +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 graphics/autopano-sift-C: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:37 +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/inform: Install manpages into ${PKGMANDIR}. 2017-08-19 00:21:25 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail mail/elm: Install manpages into ${PKGMANDIR}. 2017-08-19 00:20:25 +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 Do not conflict PLIST with security/gpgme 1.8 like sysutils/kdepim4 2017-08-18 12:19:23 +00:00
mk Remove "libidn" option, superseded by "idn". 2017-08-17 13:59:27 +00:00
multimedia Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
net net/autonet: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:23 +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 pkgtools/libkver: Install manpages into ${PKGMANDIR}. 2017-08-19 00:22:00 +00:00
print Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security release 4.12: 2017-08-18 21:53:47 +00:00
shells shells/es: Install manpages into ${PKGMANDIR}. 2017-08-19 00:20:36 +00:00
sysutils sysutils/i810switch: Install manpages into ${PKGMANDIR}. 2017-08-19 00:21:13 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc/bibparse: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:49 +00:00
time time/hebcal: Fix empty installed GNU info file. 2017-08-18 01:14:32 +00:00
wm Fix a wrong dependency from devel/lua-doc to textproc/LDoc. 2017-08-18 10:16:11 +00:00
www Update to 2.48 2017-08-18 23:58:03 +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.