Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-11-22 19:16:20 +00:00
archivers libzip: update to 1.3.2. 2017-11-20 10:50:09 +00:00
audio More generic fix for CFLAGS and LDFLAGS for audio/ladspa 2017-11-16 15:05:31 +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 reset maintainer 2017-11-13 19:36:26 +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.23. 2017-11-15 10:40:37 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases Update databases/mongo-c-driver to 1.8.2. 2017-11-20 16:06:11 +00:00
devel Update to version 0.29.3 2017-11-22 18:22:39 +00:00
distfiles
doc doc: Updated devel/mk-configure to 0.29.3 2017-11-22 18:22:57 +00:00
editors nano: updated to 2.9.0 2017-11-19 12:57:24 +00:00
emulators Bump PKGREVISION on packages depending on CUPS 2017-11-12 16:03:34 +00:00
filesystems Update to glusterfs 3.12.3 2017-11-15 03:31:56 +00:00
finance p5-Finance-Quote: update to 1.47. 2017-11-14 09:45:44 +00:00
fonts Merriweather-ttf: update to 2.002. 2017-11-22 13:41:20 +00:00
games netris: Comment out dead sites. 2017-11-15 22:15:16 +00:00
geography Update to 1.1.0 2017-11-13 07:49:46 +00:00
graphics ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
ham osmo-sdr: update HOMEPAGE 2017-11-15 22:17:28 +00:00
inputmethod ibus, ibus-python: update to 1.5.17. PR pkg/52694 2017-11-05 04:19:15 +00:00
lang ChromeOS support for the older Python versions. 2017-11-22 19:16:20 +00:00
licenses Import fonts/lanna-io version 20170628 2017-11-03 19:39:43 +00:00
mail nmh: If the tls' option isn't requested pass --without-tls' to CONFIGURE_ARGS 2017-11-22 08:42:24 +00:00
math math: add py-scikit-image 2017-11-22 11:15:50 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
misc Remove useless patch 2017-11-16 15:14:54 +00:00
mk Add /usr/local for include and libdir on ChromeOS. 2017-11-21 19:16:47 +00:00
multimedia ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
net mikutter: update to 3.5.15. 2017-11-19 12:57:11 +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 ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-backports.ssl_match_hostname: depend on py-backports 2017-11-22 11:00:24 +00:00
shells bash: comment broken option, remove dead master sites, 2017-11-20 08:29:42 +00:00
sysutils Adapt and re-enable the process plugin for NetBSD. 2017-11-21 16:02:20 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 1.58 2017-11-17 02:31:21 +00:00
time py-pendulum: updated to 1.3.2 2017-11-17 11:18:49 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +00:00
x11 ruby-gnome2: update to 3.2.1. 2017-11-22 17:05:52 +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.