Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 441ae93891 Bump PKGREVISON
* Remove an incorrect POSIX shell portability fix
  and use bash as configure shell
2017-05-15 13:53:42 +00:00
archivers Honour LDFLAGS. 2017-05-15 13:53:26 +00:00
audio don't fail the build just because we don't know how to check for cpu 2017-05-13 07:51:08 +00:00
benchmarks Updated benchmarks/dnsperl to 2.1.0.0 2017-05-03 06:59:13 +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 Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
cross Remove patch that is not in distinfo. 2017-04-27 09:08:57 +00:00
databases The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
devel Update devel/jemalloc to 4.5.0. Changes since 4.4.0: 2017-05-15 07:47:43 +00:00
distfiles
doc Updated multimedia/ffmpeg3 to 3.3.1 2017-05-15 13:17:16 +00:00
editors Requires termcap. Tidy includes. 2017-05-09 17:40:11 +00:00
emulators Requires libiconv. 2017-05-15 08:27:23 +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 Bump PKGREVISON 2017-05-15 13:53:42 +00:00
ham Updated ham/fldigi to 4.0.4 2017-05-14 15:22:46 +00:00
inputmethod Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
lang gcc7: correct typo in patch, from Kai-Uwe Eckhardt 2017-05-14 02:38:02 +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 Ensure we don't try to build ldapaddress book when ldap is disabled. 2017-05-15 13:07:19 +00:00
math Update to 0.65 2017-05-13 01:29:02 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Need new ati on dragonfly too. 2017-05-11 20:55:19 +00:00
misc Requires termcap. Use the framework to find the correct library. 2017-05-15 08:38:34 +00:00
mk typo 2017-05-15 08:12:57 +00:00
multimedia version 3.3.1: 2017-05-15 13:16:45 +00:00
net Update net/py-lexicon to 2.1.4. 2017-05-15 10:28:06 +00:00
news Recursive revbump from boost update 2017-04-30 01:21:19 +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 Requires libiconv. Sort includes. 2017-05-12 12:03:23 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Requires gettext-lib. SunOS needs an explicit -lintl. 2017-05-15 13:20:45 +00:00
shells Requires gettext-lib. SunOS needs an explcit -lintl and a patch to 2017-05-15 13:46:47 +00:00
sysutils Update sysutils/consul to 0.8.3. 2017-05-15 10:24:30 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc More cleanup from Ingo Schwarze. 2017-05-15 09:33:03 +00:00
time Updated py-icalendar to 3.11.4. 2017-05-11 17:36:28 +00:00
wm SunOS requires an explicit -liconv. 2017-05-12 11:59:38 +00:00
www Changes 3.6.3: 2017-05-15 09:33:21 +00:00
x11 xf86-input-joystick: workaround dflybsd placing usbhid headers 2017-05-12 03:18:03 +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.