Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 842175df9e Update contao44 to 4.4.4.
Here is release announce:

Contao version 4.4.4 is available. The bugfix release fixes several issues
including a problem with the back end referrer management. In addition, the
back end theme has been adjusted so the submit buttons are shown at the end of
the form again instead of at the end of the page.
2017-09-05 15:49:37 +00:00
archivers Follow some redirects. 2017-09-04 18:08:18 +00:00
audio Update some URLs. 2017-09-04 18:55:07 +00:00
benchmarks Comment out dead sites. 2017-09-04 18:00:49 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Follow some redirects. 2017-09-03 08:53:04 +00:00
chat Remove smirk. 2017-09-04 18:32:20 +00:00
comms Follow some redirects. 2017-09-04 18:08:18 +00:00
converters Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
cross Deal with absence of limit macros in C++98. 2017-09-04 15:57:01 +00:00
databases The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.5, 9.5.9, 9.4.14, 9.3.19, and 9.2.23. 2017-09-04 19:33:43 +00:00
devel Fix a glaring sign bug in the closure handling on NetBSD 8+. Fixes 2017-09-05 15:08:42 +00:00
distfiles
doc Note update of security/pear-Crypt_GPG package to 1.6.2. 2017-09-05 15:00:37 +00:00
editors Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
emulators Follow some redirects. 2017-09-04 18:08:18 +00:00
filesystems Update some URLs. 2017-09-04 18:55:07 +00:00
finance Update some URLs. 2017-09-04 18:55:07 +00:00
fonts Fix building ObjC code again. 2017-09-04 21:13:22 +00:00
games Comment out dead site. 2017-09-04 18:35:55 +00:00
geography Follow some redirects. 2017-09-03 08:53:04 +00:00
graphics Fixed building on Darwin 2017-09-05 08:52:01 +00:00
ham Revbump for boost update 2017-08-24 20:03:08 +00:00
inputmethod Remove scim-tegaki. 2017-09-05 06:00:47 +00:00
lang Update some URLs. 2017-09-04 18:55:07 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Follow some redirects. 2017-09-04 18:08:18 +00:00
math Update some URLs. 2017-09-04 18:55:07 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
misc Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
mk Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
multimedia Comment out dead site. 2017-09-04 18:35:55 +00:00
net Update some URLs. 2017-09-04 18:55:07 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update "x11-links" package to version 1.06: 2017-09-02 19:17:37 +00:00
print add a missing include 2017-09-05 09:39:41 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update pear-Crypt_GPG to 1.16.2. 2017-09-05 15:00:03 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
time Update some URLs. 2017-09-04 18:55:07 +00:00
wm Follow some redirects. 2017-09-04 18:08:18 +00:00
www Update contao44 to 4.4.4. 2017-09-05 15:49:37 +00:00
x11 GTK+ 3.22.20 2017-09-05 11:28: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.