Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-04-29 18:33:34 +00:00
archivers Fix bootstrap pkgsrc on FreeBSD/amd64 10. Fix --disable-xattr build 2017-04-27 15:08:08 +00:00
audio Update to 0.98 2017-04-29 08:32:33 +00:00
benchmarks Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +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 The licensing terms for EAGLE changed in version 7.7, when Autodesk inc 2017-04-26 21:28:34 +00:00
chat GC inet6 option, had no effect since irssi 1.0.0 when it was removed 2017-04-27 00:57:03 +00:00
comms Revbump after icu update 2017-04-22 21:03:07 +00:00
converters Add missing unused test dependency. 2017-04-23 16:08:02 +00:00
cross Remove patch that is not in distinfo. 2017-04-27 09:08:57 +00:00
databases Don't hard-code -lgcc_s on NetBSD. 2017-04-27 17:04:56 +00:00
devel Changes 1.64.0: 2017-04-29 18:31:42 +00:00
distfiles
doc Updated www/nghttp2 to 1.22.0; parallel/mpi-ch to 3.2; meta-pkgs/boost to 1.64.0 2017-04-29 18:33:34 +00:00
editors Restore version.mk, for emacs/Makefile.common 2017-04-29 07:11:56 +00:00
emulators Switch suse131 mirror from 404-ing one to mirrors.kernel.org 2017-04-27 22:59:54 +00:00
filesystems Revbump after icu update 2017-04-22 21:03:07 +00:00
finance Revbump after icu update 2017-04-22 21:03:07 +00:00
fonts Revbump after icu update 2017-04-22 21:03:07 +00:00
games Revbump after icu update 2017-04-22 21:03:07 +00:00
geography Revbump after icu update 2017-04-22 21:03:07 +00:00
graphics Updated p5-Image-ExifTool to 10.50. 2017-04-27 12:42:26 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Revbump after icu update 2017-04-22 21:03:07 +00:00
lang Fix build with textproc/icu 59.1 2017-04-29 12:35:29 +00:00
licenses replace eagle-license with autodesk-license 2017-04-26 21:29:16 +00:00
mail Update roundcube-plugin-zipdownload to 1.2.5. 2017-04-28 13:51:44 +00:00
math Update to 1.34 2017-04-29 14:02:01 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Changes 1.64.0: 2017-04-29 18:31:42 +00:00
misc devel/cppunit/buildlink3.mk provides -std=c++11, however misc/libreoffice 2017-04-27 14:10:39 +00:00
mk Only perform the CHECK_WRKREF_EXTRA_DIRS check on the resolved path rather 2017-04-26 11:19:16 +00:00
multimedia streamlink: update to 0.5.0 2017-04-27 16:02:29 +00:00
net We do not need the inline removal patches since this can be achieved 2017-04-29 10:21:54 +00:00
news Revbump after icu update 2017-04-22 21:03:07 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Fix sysconfdir settings for pkg_comp. 2017-04-26 00:48:14 +00:00
print Updated abcm2ps to 8.13.9. 2017-04-27 12:32:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Wrap long command line. Replace LOCALBASE with PREFIX. 2017-04-27 20:21:51 +00:00
shells Requires libiconv. 2017-04-20 09:12:05 +00:00
sysutils Changes 2.2.1: 2017-04-28 18:36: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 Updated textproc/p5-String-Compare-ConstantTime to 0.312 2017-04-29 08:45:53 +00:00
time Update to 1.05 2017-04-29 07:55:11 +00:00
wm libhack is also built on Darwin. 2017-04-25 12:45:02 +00:00
www Update to 1.0044 2017-04-29 08:01:25 +00:00
x11 Fix build with icu-59. 2017-04-26 10:27:43 +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.