Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
maya d0567a00ac vsftpd: adjust another path in man page.
While here, use SUBST_VARS instead of the equivalent thing with
SUBST_SED.

From hydrocat on netbsd-docs@
2018-10-18 07:51:40 +00:00
archivers zstd: Fix build on SunOS. Requires GNU grep. 2018-10-17 08:59:16 +00:00
audio Fix a buffer overflow caused by miscalculation of the maximal 2018-10-12 13:51:59 +00:00
benchmarks dnsperf: bind99 is gone 2018-09-25 18:12:09 +00:00
biology xylem: build fix 2018-09-29 12:49:55 +00:00
bootstrap bootstrap: Set PKGSRC_KEEP_BIN_PKGS=no during bootstrap. 2018-10-17 11:12:46 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat py-hangups: Update chat/py-hangups to 0.4.6 2018-10-15 08:55:49 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters Distfiles fetched from http://fribidi.org/ are HTML files. Fixed. 2018-09-27 17:15:25 +00:00
cross mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file 2018-09-06 06:14:32 +00:00
databases databases/ruby-sequel: update to 5.13.0 2018-10-13 13:56:25 +00:00
devel cmake: Use NetBSD curses(3) when possible 2018-10-16 16:37:21 +00:00
distfiles
doc gnucash-docs-3.3 2018-10-17 15:33:36 +00:00
editors Update to 3.1 2018-09-23 03:46:04 +00:00
emulators retroarch: Disable PaX MPROTECT to make users' lives easier. 2018-10-15 17:53:23 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance Update gnucash-docs to 3.3. 2018-10-17 15:32:53 +00:00
fonts py-fonttools: updated to 3.30.0 2018-09-24 09:38:47 +00:00
games neverball: Needs c99 and avoid vsnprintf(3) hacks 2018-10-12 09:37:25 +00:00
geography mapserver: build fix 2018-09-29 15:05:03 +00:00
graphics glut: Requires zlib. 2018-10-17 18:03:48 +00:00
ham predict: needs FAKE_NCURSES 2018-09-29 14:01:58 +00:00
inputmethod fcitx-configtool: needs pkg-config 2018-09-29 16:55:36 +00:00
lang sbcl: Honor UNLIMIT_RESOURCES and address PaX problems 2018-10-17 12:59:49 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Update to 2.2. From the changelog: 2018-10-13 14:38:54 +00:00
math py-asteval: updated to 0.9.13 2018-10-11 10:07:04 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/bulk-medium: update to 20180924 2018-09-24 01:26:50 +00:00
misc *: Replace custom tool setup with new ggrep. 2018-10-17 08:39:13 +00:00
mk mk: Add native GNU/BSD grep where they are known to exist. 2018-10-17 08:30:43 +00:00
multimedia py-m3u8: updated to 0.3.6 2018-10-14 12:05:45 +00:00
net vsftpd: adjust another path in man page. 2018-10-18 07:51:40 +00:00
news pan: needs itstool 2018-09-29 15:33:26 +00:00
packages
parallel Handle packing on DragonFly 2018-09-30 21:37:29 +00:00
pkgtools pkgtools/pkglint: update to 5.6.5 2018-10-09 23:17:17 +00:00
print mupdf: Add a big XXX comment regarding DIST_SUBDIR definition 2018-10-09 13:06:48 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security libssh: update to 0.7.6. security fix. 2018-10-16 20:25:25 +00:00
shells shells/zsh: Fix PLIST on Darwin with no /usr/include 2018-10-10 17:21:55 +00:00
sysutils This version is all 64 bit, remove the 32 bit leftovers. 2018-10-17 14:44:39 +00:00
templates
textproc lowdown: update to 0.4.1. From Charlotte Koch. 2018-10-17 07:01:39 +00:00
time py-icalendar: updated to 4.0.3 2018-10-11 10:16:44 +00:00
wm Homepage has moved, bump revision. 2018-10-15 12:20:47 +00:00
www lighttpd: update to 1.4.51. 2018-10-16 06:11:54 +00:00
x11 *: Replace custom tool setup with new ggrep. 2018-10-17 08:39:13 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.