Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b779ba0c2b Changes 3.11.0:
This is a feature release, adding datetime-related strategies to the core strategies.

extra.pytz.timezones allows you to sample pytz timezones from the Olsen database. Use directly in a recipe for tz-aware datetimes, or compose with st.none() to allow a mix of aware and naive output.

The new dates, times, datetimes, and timedeltas strategies in hypothesis.strategies are all constrained by objects of their type. This means that you can generate dates bounded by a single day (i.e. a single date), or datetimes constrained to the microsecond.

times and datetimes take an optional timezones= argument, which defaults to none() for naive times. You can use our extra strategy based on pytz, or roll your own timezones strategy with dateutil or even the standard library.

The old dates, times, and datetimes strategies in hypothesis.extra.datetimes are deprecated in favor of the new core strategies, which are more flexible and have no dependencies.
2017-05-24 11:28:37 +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 Update databases/redis to 3.2.9. 2017-05-18 13:48:28 +00:00
devel Changes 3.11.0: 2017-05-24 11:28:37 +00:00
distfiles
doc + p5-DBD-postgresql-3.6.2, p5-Exporter-Tiny-1.000000. 2017-05-24 09:01:48 +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 Add support for the dtrace option. 2017-05-23 10:53:56 +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 Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +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 Update nagios-base to 4.3.2 2017-05-24 07:42:39 +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 Changes 0.55.0: 2017-05-22 08:40:10 +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 Don't define _XOPEN_SOURCE on SunOS when using >= C99. 2017-05-23 15:35:21 +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.