Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 089acebe82 p5-Filter: update to 1.59.
1.59 2018-08-04 rurban
----
  * Improve tests using FindBin for filter-util.pl [atoomic #9]
  * Added new m4 filter [werner lemberg #8]
  * Add int casts, assert on 2GB limitation.
2018-08-21 12:08:37 +00:00
archivers p5-Archive-Zip: update to 1.61. 2018-08-21 09:44:35 +00:00
audio *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
benchmarks benchmarks/Makefile: p5-Dumbbench 2018-08-21 09:35:52 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
chat inspircd*: remove outdated programs by request of author 2018-08-20 05:21:04 +00:00
comms revbump after boost-libs update 2018-08-16 18:54:26 +00:00
converters BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases p5-DB_File: update to 1.842. 2018-08-21 09:48:44 +00:00
devel p5-Alien-Role: remove package, now included in p5-Alien-Build 2018-08-21 12:00:50 +00:00
distfiles
doc doc: Updated sysutils/p5-Monitoring-Plugin to 0.40 2018-08-21 12:08:08 +00:00
editors Sigil: update to 0.9.10. 2018-08-17 10:55:42 +00:00
emulators Follow MASTER_SITES redirect 2018-08-18 00:13:59 +00:00
filesystems Update to 0.108 2018-08-20 02:13:07 +00:00
finance ledger: fix build with boost-1.68 2018-08-20 20:45:25 +00:00
fonts Update to 0.12 2018-08-20 02:20:18 +00:00
games *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
geography revbump after boost-libs update 2018-08-16 18:54:26 +00:00
graphics *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
ham revbump after boost-libs update 2018-08-16 18:54:26 +00:00
inputmethod Add fcitx-skk 2018-08-18 01:22:30 +00:00
lang BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
licenses libretro-fbalpha: add version 0.2.97.42.20180408. 2018-08-17 12:54:48 +00:00
mail Update to 1.005 2018-08-20 13:10:16 +00:00
math p5-Statistics-Descriptive: update to 3.0701. 2018-08-21 12:01:00 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
misc p5-Business-ISMN: update to 1.132. 2018-08-21 12:01:53 +00:00
mk options.description: add descriptions for flnews options. 2018-08-20 12:57:43 +00:00
multimedia py-gstreamer1: update to 1.14.2. 2018-08-17 12:38:39 +00:00
net p5-Net-DNS: update to 1.17. 2018-08-21 12:03:53 +00:00
news news/Makefile: + flnews 2018-08-20 12:57:57 +00:00
packages
parallel revbump after boost-libs update 2018-08-16 18:54:26 +00:00
pkgtools pkgtools/pkglint: update to 5.6.1 2018-08-16 20:41:42 +00:00
print py-reportlab: updated to 3.5.5 2018-08-19 08:55:01 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p5-IO-Socket-SSL: update to 2.059. 2018-08-21 12:06:03 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils p5-Monitoring-Plugin: update to 0.40. 2018-08-21 12:08:00 +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-Filter: update to 1.59. 2018-08-21 12:08:37 +00:00
time Add p5-MooseX-Types-DateTime-MoreCoercions 2018-08-20 03:05:14 +00:00
wm revbump after boost-libs update 2018-08-16 18:54:26 +00:00
www py-cherrypy: fix DEPENDS 2018-08-20 12:59:07 +00:00
x11 *: reset maintainer for drochner 2018-08-19 20:16:39 +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.