Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz c1c43aa26b Updated py-icalendar to 3.11.4.
3.11.4 (2017-05-10)
-------------------

Bug fixes:

- Don't break on parameter values which contain equal signs, e.g. base64 encoded
  binary data [geier]

- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs.
  [geier]


3.11.3 (2017-02-15)
-------------------

Bug fixes:

- Removed ``setuptools`` as a dependency as it was only required by setup.py
  and not by the package.

- Don't split content lines on the unicode ``LINE SEPARATOR`` character
  ``\u2028`` but only on ``CRLF`` or ``LF``.

3.11.2 (2017-01-12)
-------------------

Bug fixes:

- Run tests with python 3.5 and 3.6.
  [geier]

- Allow tests failing with pypy3 on travis.ci.
  [geier]


3.11.1 (2016-12-19)
-------------------

Bug fixes:

- Encode error message before adding it to the stack of collected error messages.


3.11 (2016-11-18)
-----------------

Fixes:

- Successfully test with pypy and pypy3.  [gforcada]

- Minor documentation update.  [tpltnt]
2017-05-11 17:36:28 +00:00
archivers Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
audio Update audio/beets to 1.4.3 2017-05-09 13:29:21 +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 Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
chat Requires termcap. 2017-05-10 10:09:21 +00:00
comms Update comms/gammu to 1.38.2 2017-05-11 13:00:16 +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 Update databases/elasticsearch to 5.4.0. 2017-05-11 08:36:30 +00:00
devel Update to 45.9.0 2017-05-11 14:45:32 +00:00
distfiles
doc Updated devel/xulrunner45 to 45.9.0 2017-05-11 14:46:26 +00:00
editors Requires termcap. Tidy includes. 2017-05-09 17:40:11 +00:00
emulators regen 2017-05-11 12:38:53 +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 Changes 4.1.1: 2017-05-09 08:06:54 +00:00
ham Updated ham/fldigi 3.23.21 to 4.0.3 2017-05-05 00:11:15 +00:00
inputmethod Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
lang Remove leftovers from the gcc-java option which were bringing in more 2017-05-10 15:02:29 +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 Remove patch backup 2017-05-11 09:13:27 +00:00
math Requires termcap. 2017-05-09 16:30:25 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Changes 1.64.0: 2017-04-29 18:31:42 +00:00
misc Update misc/xdg-utils to 1.1.2 2017-05-09 18:58:29 +00:00
mk Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
multimedia Disable libyuv's SSE code on 32-bit SunOS, it doesn't compile at present. 2017-05-10 10:45:07 +00:00
net Changes in Apache Libcloud 2.0.0 2017-05-10 17:58:32 +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 Add zsh to default_acceptable_licenses. 2017-05-11 15:15:21 +00:00
print Requires libiconv. 2017-05-11 14:34:39 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security v4.1.0 2017-05-11 09:24:06 +00:00
shells Forgot to add options.mk to previous commit. 2017-05-11 13:54:27 +00:00
sysutils Requires msgfmt. 2017-05-11 14:33:02 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc + py-jellyfish 2017-05-09 13:18:48 +00:00
time Updated py-icalendar to 3.11.4. 2017-05-11 17:36:28 +00:00
wm Updated notion to 3.2017050501. 2017-05-07 16:10:35 +00:00
www Update to 1.28.2(security update) 2017-05-11 14:13:41 +00:00
x11 Use PKGLOCALEDIR. Fix build on SunOS. 2017-05-11 15:09:14 +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.