Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-10-01 16:33:50 +00:00
archivers Fix build with LibreSSL 2.7 2018-10-01 00:37:51 +00:00
audio Update to 0.9.2. From the changelog: 2018-09-30 22:30:37 +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 On OpenBSD, detect clang and prefer it over gcc. Addresses pkg/53170. 2018-09-09 10:01:26 +00:00
cad Updated cad/klayout to 0.25.4 2018-09-22 15:28:28 +00:00
chat chat/tootstream: Update to 0.3.6. 2018-10-01 16:33:37 +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 sqlite3: updated to 3.25.2 2018-10-01 08:02:37 +00:00
devel Update to 0.7.1 2018-10-01 12:36:35 +00:00
distfiles
doc doc: Updated chat/tootstream to 0.3.6 2018-10-01 16:33:50 +00:00
editors Update to 3.1 2018-09-23 03:46:04 +00:00
emulators libretro-desmume: needs -D__STDC_FORMAT_MACROS 2018-09-27 20:22:26 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance gnucash: update to 3.3. 2018-09-30 23:47:32 +00:00
fonts py-fonttools: updated to 3.30.0 2018-09-24 09:38:47 +00:00
games Makefile: love{07,08,09,010}, mrrescue, sienna, not_pacman, not_tetris, mari0 2018-09-30 19:32:00 +00:00
geography mapserver: build fix 2018-09-29 15:05:03 +00:00
graphics graphics/gimp: Restore the Darwin PLIST fix lost in the recent udpate 2018-09-30 16:14:55 +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 Update to 0.19 2018-10-01 12:50:42 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail msmtp: link network libs on SunOS 2018-09-29 21:42:13 +00:00
math z3: rlim_t fixes. 2018-10-01 11:21:03 +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 mbuffer: Ensure LDFLAGS are used when linking. 2018-10-01 09:29:00 +00:00
mk check-shlibs.mk: avoid l10n of awk-parsed messages. 2018-10-01 14:59:49 +00:00
multimedia Use a file name with web browser download, and update checksum 2018-10-01 03:25:46 +00:00
net net/chrony: update to version 3.4. 2018-10-01 15:53:58 +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 Include /var/spool/dma on DragonFly BSD so report emails work from pbulk. 2018-09-29 18:59:29 +00:00
print ghostscript-agpl: Fix build on older SunOS. 2018-10-01 09:21:32 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security gnutls: be explicit about --without-idn 2018-09-27 18:32:35 +00:00
shells posh: update to 0.12.6. 2018-09-29 12:34:07 +00:00
sysutils fam: rlim_t fixes. 2018-10-01 10:57:36 +00:00
templates
textproc uriparser: link network libs on SunOS 2018-09-29 18:47:51 +00:00
time dateutils: fix SunOS build 2018-09-29 17:18:19 +00:00
wm cwm: Remove NO_CONFIGURE (NFC) 2018-09-22 11:30:23 +00:00
www ruby-jekyll-archives: not for ruby22 2018-09-29 11:01:23 +00:00
x11 xless: build fix 2018-09-29 12:59:24 +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.