Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 49bc6e7b92 gtksourceview4: update to 4.0.3.
News in 4.0.3, 2018-09-05
-------------------------
* New syntax highlighting definition file for: Gradle and Logtalk.
* Improvements to the syntax highlighting of: JavaScript, LaTeX, Haskell, C++,
  GLSL, and Markdown.
* Performance improvements to space drawing.
* Various memory leak fixes.
* Translation updates.
2019-05-27 13:37:51 +00:00
archivers
audio fasttracker2: update to b157 2019-05-27 12:43:32 +00:00
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel Update to 0.20.1 2019-05-27 13:21:41 +00:00
distfiles
doc Update devel/gettext* 2019-05-27 13:22:50 +00:00
editors codeblocks: Avoid gtk2 dependencies 2019-05-27 13:21:22 +00:00
emulators
filesystems
finance
fonts
games openttd: fix iconv(3) detection 2019-05-27 11:19:22 +00:00
geography
graphics
ham
inputmethod
lang
licenses
mail Update to 60.7.0 2019-05-27 13:07:03 +00:00
math
mbone
meta-pkgs
misc
mk
multimedia
net py-grpcio-tools: updated to 1.21.1 2019-05-27 12:36:41 +00:00
news
packages
parallel
pkgtools pkgtools/pkglint: update to 5.7.12 2019-05-26 14:05:57 +00:00
print
regress
security tor-browser: Improve wording of MESSAGE 2019-05-27 12:55:38 +00:00
shells
sysutils
templates
textproc
time
wm
www Update to 60.7.0 2019-05-27 13:02:15 +00:00
x11 gtksourceview4: update to 4.0.3. 2019-05-27 13:37:51 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.