Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 96597c637e textproc/gtkspell3: import gtkspell3-3.0.9
GtkSpell provides word-processor-style highlighting and replacement
of misspelled words in a GtkTextView widget. Right-clicking a
misspelled word pops up a menu of suggested replacements.

GtkSpell is a library and is mostly of interest to GTK programmers.

This is major version 3 of the library, which is API incompatible
to version 2.
2018-08-25 12:03:21 +00:00
archivers p5-Archive-Zip: update to 1.62. 2018-08-24 06:10:19 +00:00
audio Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
benchmarks Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
biology Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
bootstrap Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
cad Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
chat Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters p5-Cpanel-JSON-XS: update to 4.05. 2018-08-24 06:11:41 +00:00
cross Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
databases p5-gdbm: no bump necessary, revert 2018-08-22 09:43:39 +00:00
devel msgpack: updated to 3.1.0 2018-08-24 09:51:22 +00:00
distfiles
doc Updated www/nginx-devel, www/py-pylint-django 2018-08-24 18:31:52 +00:00
editors Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
emulators Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
filesystems Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
finance Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fonts Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
games Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
geography Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
graphics ImageMagick6: Also block PS2 and PS3 coders in policy.xml 2018-08-23 14:54:21 +00:00
ham Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
licenses Add intel's microcode license. 2018-08-23 10:52:27 +00:00
mail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
math Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mbone Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
meta-pkgs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
misc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mk Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
multimedia Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
net hub: Update net/hub to 2.5.1 2018-08-24 11:29:35 +00:00
news Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
print gutenprint-lib: fix missing graphics/gexiv2 dependency 2018-08-23 14:26:21 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security Add a fix for CVE-2017-13755, pointed to from 2018-08-23 07:47:34 +00:00
shells Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sysutils intel-microcode-netbsd: uncomment LICENSE 2018-08-23 11:33:58 +00:00
templates
textproc textproc/gtkspell3: import gtkspell3-3.0.9 2018-08-25 12:03:21 +00:00
time Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
www Updated www/ap2-jk to 1.2.43 2018-08-25 01:57:43 +00:00
x11 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.