Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 4aeb2f0004 p5-Mojolicious: update to 7.55.
7.55  2017-11-06
  - Added -role flag to Mojo::Base. (jberger)
  - Improved tablify function in Mojo::Util to work with non-rectangular arrays.
    (CandyAngel, jabberwok)
  - Improved Windows compatibility of Mojo::Server::Daemon.

7.54  2017-11-05
  - Fixed a bug in Mojo::Promise where promise chains could not recover from
    rejections.

7.53  2017-11-04
  - Added module Mojo::Promise.
  - Improved Mojo::IOLoop::Delay to be a subclass of Mojo::Promise.

7.52  2017-11-02
  - Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and start_p
    methods to Mojo::UserAgent.

7.51  2017-10-31
  - Added -signatures flag to Mojo::Base and Mojolicious::Lite.
  - Added support for new HTTP status code.
  - Improved ojo to enable subroutine signatures automatically on Perl 5.20+.

7.50  2017-10-30
  - Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no
    good way to warn our users about this deprecation, it will be in effect
    until the next major release. Where we will also change the base class from
    Mojo::EventEmitter to Mojo::Base.
  - Improved documentation browser with links to MetaCPAN.

7.49  2017-10-28
  - Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining.
  - Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously
    inherited a catch method from Mojo::EventEmitter that was passed the error
    message as second argument instead of the first, so you might have to change
      $delay->catch(sub { my ($delay, $error) = @_; ... });
    to
      $delay->catch(sub { my ($error) = @_; ... });
  - Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay.
  - Updated jQuery to version 3.2.1.
2017-11-08 21:43:32 +00:00
archivers Import atool-0.39.0 from wip, PR pkg/52545. 2017-11-03 20:07:12 +00:00
audio py-mutagen: updated to 1.39 2017-11-07 12:54:06 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Set cwrappers in bootstrap mk.conf too. 2017-10-22 19:29:20 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat Initial import of libpurple (Pidgin, Finch) protocol plugin for LINE 2017-11-07 17:18:25 +00:00
comms py-gammu: Update comms/py-gammu to 2.10 2017-11-08 09:47:51 +00:00
converters p5-Unicode-Collate: update to 1.21. 2017-11-08 16:22:30 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases Update databases/couchdb to 2.1.1. 2017-11-07 15:33:27 +00:00
devel devel/Makefile: + p5-Devel-Caller-IgnoreNamespaces 2017-11-08 21:35:46 +00:00
distfiles
doc doc: Updated www/p5-HTTP-Server-Simple-Static to 0.14 2017-11-08 21:40:55 +00:00
editors p5-PPIx-EditorTools: update to 0.20. 2017-11-08 20:54:20 +00:00
emulators ckmame: Follow redirect. 2017-11-06 13:24:36 +00:00
filesystems Update to glusterfs 3.12.2 2017-11-04 03:46:56 +00:00
finance p5-Finance-Quote: update to 1.44. 2017-11-08 20:55:49 +00:00
fonts bdftopcf: update to 1.1. 2017-11-08 08:43:45 +00:00
games moria: was wrong about sizes, since it fails either way, remove 2017-10-15 08:35:38 +00:00
geography osm2pgsql: update to 0.94.0 2017-10-08 12:28:55 +00:00
graphics libv4l: comment out dead sites 2017-11-06 13:39:17 +00:00
ham hamlib: update to 3.1 2017-10-24 23:41:39 +00:00
inputmethod ibus, ibus-python: update to 1.5.17. PR pkg/52694 2017-11-05 04:19:15 +00:00
lang Update lang/nodejs4 to 4.8.6. 2017-11-08 18:46:37 +00:00
licenses Import fonts/lanna-io version 20170628 2017-11-03 19:39:43 +00:00
mail majordomo: follow redirect 2017-11-06 13:27:55 +00:00
math xfractint: update HOMEPAGE and MASTER_SITES 2017-11-06 13:40:29 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs modular-xorg-libs: remove libXfont (v1) it is on the way out 2017-11-08 08:48:20 +00:00
misc Update to 4.6.2 2017-10-24 11:45:18 +00:00
mk define MASTER_SITE_CRATESIO (for downloading rust crates) 2017-11-08 11:58:02 +00:00
multimedia libass: updated to 0.14.0 2017-11-02 14:25:55 +00:00
net p5-SNMP-Info: update to 3.38. 2017-11-08 21:03:43 +00:00
news newsbeuter: follow redirect 2017-11-06 13:29:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Bump cwrappers after reverting the last patch 2017-11-08 04:04:42 +00:00
print img2eps: follow redirect 2017-11-06 13:26:52 +00:00
regress
security p5-Net-SSLeay: update to 1.82. 2017-11-08 21:08:48 +00:00
shells fish: Unbreak build on non-NetBSD. 2017-10-30 11:45:13 +00:00
sysutils py-crontab: updated to 2.2.7 2017-11-08 11:50:32 +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-YAML: update to 1.24. 2017-11-08 21:17:32 +00:00
time p5-DateTime-TimeZone: update to 2.15. 2017-11-08 21:21:00 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www p5-Mojolicious: update to 7.55. 2017-11-08 21:43:32 +00:00
x11 gtk3: updated to 3.22.25 2017-11-07 12:05:47 +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.