Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 689194457a p5-Net-GitHub: update to 0.95.
0.95  2018-03-30 14:49:06 CST
        - Review Requests API became an official part of API v3 (waniji)
2018-05-02 13:07:45 +00:00
archivers revbump for boost-libs update 2018-04-29 21:31:17 +00:00
audio revbump for boost-libs update 2018-04-29 21:31:17 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology biology/htslib: Fix category in bl3 2018-05-01 13:20:44 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat revbump for boost-libs update 2018-04-29 21:31:17 +00:00
comms revbump for boost-libs update 2018-04-29 21:31:17 +00:00
converters converters/Makefile: Add utf8proc 2018-04-30 19:31:50 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases mysql57: updated to 5.7.22 2018-04-29 21:44:12 +00:00
devel devel/Makefile: + p5-Alien-Role-Alt 2018-05-02 12:57:40 +00:00
distfiles
doc doc: Updated net/p5-Net-Frame-Dump to 1.15 2018-05-02 13:07:02 +00:00
editors Fix the build of editors/gedit3 after 2018-05-02 10:49:19 +00:00
emulators fuse-emulator-utils: updated to 1.4.1 2018-05-01 18:35:19 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance gnucash: update to 3.1. 2018-04-30 06:06:07 +00:00
fonts tex-alegreya{,-doc}: update to 2018 2018-05-02 11:37:37 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography revbump for boost-libs update 2018-04-29 21:31:17 +00:00
graphics tex-animate{,-doc}: update to 20180228 2018-05-02 11:55:54 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: explicitly specify cldr-emoji-annotation package version. 2018-04-29 21:42:00 +00:00
lang spidermonkey185: Fix SunOS/x86_64 mmap handling. 2018-05-02 12:42:50 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mail/squirrelmail: update to 1.4.23pre14764 2018-04-30 07:56:55 +00:00
math p5-Math-GMP: update to 2.19. 2018-05-02 13:03:54 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs devel/boost-headers: Add a missing #include. 2018-05-01 15:43:08 +00:00
misc urjtag: remove references to obsolete DragonFly/i386 2018-04-30 10:38:55 +00:00
mk *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
multimedia gst-plugins1-base: fix building on Darwin; removed MAKE_JOBS_SAFE=no 2018-05-01 21:20:45 +00:00
net p5-Net-GitHub: update to 0.95. 2018-05-02 13:07:45 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools Update pkglint to 5.5.10. 2018-05-01 23:30:11 +00:00
print tex-arsclassica{,-doc}: update to 20171031 2018-05-02 12:01:13 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-requests-kerberos: s/pykerberos/kerberos/ 2018-05-02 10:59:49 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Alien-Base: remove, obsoleted by p5-Alien-Build 2018-05-02 13:01:57 +00:00
time revbump for boost-libs update 2018-04-29 21:31:17 +00:00
wm revbump for boost-libs update 2018-04-29 21:31:17 +00:00
www py-test-httpbin: added "python" to CATEGORIES 2018-05-02 07:30:41 +00:00
x11 wxGTK30: fix installation of wx-config; pkglint fixes 2018-05-02 11:33:44 +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.