Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
maya aeb73dffc5 ncurses: provide pkgconfig files.
requested by bastian germann in PR pkg/53604.
bump PKGREVISION.
2018-09-15 10:21:53 +00:00
archivers archivers/lz4: Update to 1.8.3. 2018-09-14 09:48:56 +00:00
audio add and enable filter_audio 2018-09-13 02:45:52 +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 On OpenBSD, detect clang and prefer it over gcc. Addresses pkg/53170. 2018-09-09 10:01:26 +00:00
cad cad/py-simpy: Use egg.mk rather than distutils.mk 2018-08-29 16:29:47 +00:00
chat *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
cross mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file 2018-09-06 06:14:32 +00:00
databases mongodb: Mark as unavailable on i386 platforms. 2018-09-14 11:04:20 +00:00
devel ncurses: provide pkgconfig files. 2018-09-15 10:21:53 +00:00
distfiles
doc Updated www/firefox60-l10n to 60.2.0 2018-09-15 06:07:00 +00:00
editors nano: pull in keybinding fix from upstream 2018-09-13 19:34:33 +00:00
emulators emulators/libretro-mgba: Handle _POSIX_C_SOURCE and extensions properly. 2018-09-07 18:54:02 +00:00
filesystems glusterfs: fix checksum of newly-added patch 2018-09-03 00:06:35 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts Remove fontconfig files from x11-links, they can confuse ld later on. 2018-09-14 19:02:38 +00:00
games *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
geography geos: Update comments about depending packages 2018-09-11 17:26:52 +00:00
graphics gimp: update bl3.mk for lcms -> lcms2 change, and recursive bump 2018-09-10 15:41:32 +00:00
ham rtl-sdr: update to 0.5.4 2018-09-01 19:09:57 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang Add gcc8-libs 2018-09-15 03:08:55 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Actually generate the promised key sizes. Ride previous bump. 2018-09-14 16:44:09 +00:00
math math/R-igraph: Needs a C compiler 2018-09-04 00:23:12 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost: The tarball contains files with spaces, use -print0. 2018-09-07 10:03:45 +00:00
misc Update to 6.1.1.2 2018-09-15 03:22:50 +00:00
mk mk: enable Java on NetBSD-*-aarch64 2018-09-14 16:01:05 +00:00
multimedia adobe-flash-player: update to 31.0.0.108. 2018-09-11 15:45:43 +00:00
net rtorrent: disable xmlrpc option by default, it is too insecure. 2018-09-14 21:06:42 +00:00
news sfeed: Use REPLACE_SH for shell scripts 2018-09-08 14:10:52 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools pkgclean: Properly replace @SH@ in pkgclean 2018-09-14 16:31:28 +00:00
print py-reportlab: updated to 3.5.6 2018-09-13 07:39:17 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security Remove decade-old warning that stunnel moved from sbin to bin. 2018-09-14 16:37:41 +00:00
shells Update to 5.6.1 2018-09-14 03:36:51 +00:00
sysutils ncdu: update to 1.13 2018-09-15 00:11:57 +00:00
templates
textproc textproc/link-grammar: Force disable the optional Java bindings. Needs c99. 2018-09-14 08:43:02 +00:00
time p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so. 2018-08-29 06:06:34 +00:00
wm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
www Update to 60.2.0 2018-09-15 06:06:32 +00:00
x11 xlockmore{,-lite}: restore CONFLICTS. 2018-09-10 00:06:06 +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.