Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-25 10:34:25 +00:00
archivers kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
audio kid3: restore accidentally zeroed PLIST 2018-01-21 04:22:58 +00:00
benchmarks Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad Updated cad/py-gds to 1.2.1 2018-01-12 12:55:50 +00:00
chat Update chat/weechat to 2.0.1 2018-01-20 17:20:15 +00:00
comms update Asterisk to 14.7.5 -- this is a bug fix and security update, 2018-01-24 05:51:40 +00:00
converters *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
cross enable PLIST.libcpp on Darwin 2018-01-22 04:38:42 +00:00
databases py-pymysql: updated to 0.8.0 2018-01-24 14:19:34 +00:00
devel py-ipykernel: updated to 4.8.0 2018-01-25 09:51:57 +00:00
distfiles
doc Updated devel/py-ipython, devel/py-jupyter_client, devel/py-ipykernel 2018-01-25 09:52:48 +00:00
editors Update to newest changeset. 2018-01-20 12:19:09 +00:00
emulators dynamips: update to 0.2.17 2018-01-17 20:22:36 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance py-braintree: updated to 3.40.0 2018-01-21 12:17:25 +00:00
fonts Add a workaround for the Old in-tree fontconfig headers 2018-01-15 08:59:15 +00:00
games moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no. 2018-01-15 09:54:21 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics netpbm: Perform _XOPEN_SOURCE workaround for clang too. 2018-01-25 10:29:21 +00:00
ham fix inline calls in src/rtl_adsb.c and src/rtl_power.c 2018-01-22 04:42:44 +00:00
inputmethod Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
lang racket: regen distinfo 2018-01-25 06:23:45 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail Update to 52.5.2 2018-01-24 16:40:21 +00:00
math math/R-mvtnorm: Update to 1.0-6 2018-01-25 00:19:52 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
misc kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
mk Don't include TEST_DEPENDS in the normal dependency reduction run. 2018-01-25 00:34:27 +00:00
multimedia gst-plugins1-bad: Fix PLIST.Darwin for previous update. 2018-01-23 14:56:35 +00:00
net avahi: Set C99 correctly. 2018-01-25 10:24:50 +00:00
news Sort PLIST files. 2018-01-01 22:29:15 +00:00
packages
parallel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pkgtools pkglint: Update to 5.5.1 2018-01-13 23:56:14 +00:00
print ghostscript-gpl: Add _XOPEN_SOURCE workaround for clang too. 2018-01-25 10:34:25 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
shells Update mksh to 56c. 2018-01-21 13:04:05 +00:00
sysutils Update xen 4.8 packages to 4.8.3. Changes since 4.8.2: include patches from 2018-01-24 23:29:32 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc hyphen: updated to 2.8.8 2018-01-25 05:46:57 +00:00
time py-pendulum: updated to 1.4.0 2018-01-24 11:52:29 +00:00
wm Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
www kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
x11 kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +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.