Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-05-24 15:36:42 +00:00
archivers Honour LDFLAGS. 2017-05-15 13:53:26 +00:00
audio Hm, this got overlooked in previous: 2017-05-17 22:04:08 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update chat/bitlbee to 3.5.1 2017-05-14 11:39:32 +00:00
comms Update to Asterisk 13.15.0. This is mostly a bug fix release with a few 2017-05-13 22:39:13 +00:00
converters Update to 1.303. From the changelog: 2017-05-23 00:37:03 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Pointer fix, found by GCC 7.1. 2017-05-24 15:28:25 +00:00
devel Ooops, missed to add this in previous 2017-05-24 14:41:35 +00:00
distfiles
doc Updated devel/git-base to 2.13.0nb1 2017-05-24 12:59:15 +00:00
editors Don't force ancient C++. 2017-05-22 23:36:11 +00:00
emulators Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Improve DESCR to identify font name 2017-05-10 12:44:25 +00:00
games Requires termcap. 2017-05-09 16:13:12 +00:00
geography Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
graphics PkgSrc changes: 2017-05-22 11:19:20 +00:00
ham Fix missing include. 2017-05-19 14:58:02 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Pointer fix, found by GCC 7.1. 2017-05-24 13:22:36 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail Add a patch to properly honor html2text options via rss2email's configuration 2017-05-22 17:51:12 +00:00
math Don't hard-code -lncurses when using curses.b3.mk. 2017-05-22 23:36:44 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Extend SunOS _XOPEN_SOURCE fix to all compilers. 2017-05-24 15:02:54 +00:00
misc Dependencies use C++11 in headers. 2017-05-22 23:40:42 +00:00
mk Document new "qmail-remote" option. 2017-05-22 17:23:26 +00:00
multimedia Add comments to the patches which didn't have one already. 2017-05-17 15:28:51 +00:00
net Adapt & apply fix for 2017-05-24 15:36:42 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Allow db6 in BDB_* variables. 2017-05-14 14:36:06 +00:00
print Fix SunOS build with GCC 7 and newer. 2017-05-24 15:19:12 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Remove unnecessary RCD_SCRIPT_WRK.<script> definitions. 2017-05-21 06:49:09 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Fix patch, ensure it is limited to SunOS only. 2017-05-24 08:06:28 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Pointer fixes, found by GCC 7.1 2017-05-24 09:13:09 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
www Release 4.1.1 2017-05-24 11:24:44 +00:00
x11 Enforce -std=c++98 for the GCC case, GCC 7 defaults to a newer standard 2017-05-24 14:29:50 +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.