Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 99df5d9bb2 tex-fvextra{,-doc}: add version 1.3.1
fvextra provides several extensions to fancyvrb, including
automatic line breaking and improved math mode. It also patches
some fancyvrb internals. Parts of fvextra were originally
developed as part of pythontex and minted.
2018-01-18 10:29:25 +00:00
archivers karchive: update to 5.41.0 2018-01-17 19:54:56 +00:00
audio gsm: honor LDFLAGS. Fixes RELRO build. 2018-01-17 12:03:01 +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/ejabberd to 18.01. 2018-01-16 12:28:56 +00:00
comms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
converters *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
cross cross-libtool-base: catch up with libtool-base 2.4.6 PLIST changes. 2018-01-16 09:34:40 +00:00
databases py-alembic: use PYVERSSUFFIX and ALTERNATIVES 2018-01-18 09:18:06 +00:00
devel py-faker: updated to 0.8.10 2018-01-18 09:55:52 +00:00
distfiles
doc Updated sysutils/xenkernel48 to 4.8.2nb3 2018-01-18 10:29:08 +00:00
editors gcc7 fix 2018-01-17 20:19:58 +00:00
emulators dynamips: update to 0.2.17 2018-01-17 20:22:36 +00:00
filesystems Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
finance Don't hard-code libstdc++. Depend on the compiler to add the STL. Bump 2018-01-07 20:59:40 +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 freetype2: updated to 2.9 2018-01-18 09:49:24 +00:00
ham chirp: follow redirect 2018-01-14 10:05:37 +00:00
inputmethod Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
lang py-execjs: updated to 1.5.1 2018-01-18 10:13:27 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail py-ukpostcodeparser: added version 1.1.2 2018-01-18 09:55:00 +00:00
math math/Makefile: Add R-aplpack 2018-01-17 19:09:42 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs kf5: update to 5.41.0 2018-01-17 19:53:45 +00:00
misc kf5: update to 5.41.0 2018-01-17 20:00:20 +00:00
mk mk: Introduce *_SUPPORTED variables for security features. 2018-01-15 09:35:45 +00:00
multimedia phonon{,-qt5}: update to 4.9.1 2018-01-17 19:44:06 +00:00
net Update to 4.01043 2018-01-18 09:43:47 +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 tex-fvextra{,-doc}: add version 1.3.1 2018-01-18 10:29:25 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security kwallet: remove old patch 2018-01-18 05:10:44 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Add patches from upstream, from xsa254/README.pti : 2018-01-18 10:28:13 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc: add syntax-highlighting 2018-01-17 20:12:30 +00:00
time p5-Time-HiRes: update to 1.9753. 2018-01-14 08:19:33 +00:00
wm Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
www Update to 3.4.1 2018-01-18 03:40:42 +00:00
x11 qt5-qtbase: remove references to qt5-qtquick1 and qt5-sqlite3 2018-01-18 09:15:29 +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.