Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef 38f0773130 print/R-tinytex: import R-tinytex-0.18
Helper functions to install and maintain the 'LaTeX' distribution
named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight,
cross-platform, portable, and easy-to-maintain version of 'TeX Live'.
This package also contains helper functions to compile 'LaTeX'
documents, and install missing 'LaTeX' packages automatically.
2020-01-13 10:07:38 +00:00
archivers *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
audio deforaos-mixer: update to 0.4.0 2020-01-13 01:26:03 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
chat *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
comms *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
converters *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
devel Added devel/R-mockery version 0.4.2 2020-01-13 09:18:45 +00:00
distfiles
doc Added textproc/R-{rmarkdown-2.0,crosstalk-1.0.0,DT-0.11} 2020-01-13 10:06:33 +00:00
editors *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
emulators qemu: fix Linux build in most environments 2020-01-13 02:50:25 +00:00
filesystems *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
finance *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
fonts (fonts/public-sans) Updated to 1.008 2020-01-12 15:21:10 +00:00
games Use correct path to cython. 2020-01-12 23:04:09 +00:00
geography *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
graphics graphics/giflib: Fix install_name on Darwin 2020-01-13 07:20:17 +00:00
ham *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
inputmethod *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
lang lang: Enable adoptopenjdk11-bin 2020-01-13 01:41:42 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail mutt: Update to version 1.13.3 2020-01-12 23:40:47 +00:00
math *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs boost: updated to 1.72.0 2020-01-12 10:10:03 +00:00
misc *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
mk mk/pkgformat: update documentation in list-dependencies 2020-01-13 07:31:53 +00:00
multimedia Use normal CC as host C compiler instead of "c11". 2020-01-12 23:02:56 +00:00
net Needs help2man. 2020-01-12 23:02:29 +00:00
news *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
packages
parallel *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
pkgtools pbulk-0.67: Support both $NetBSD$ style RCS IDs and digests in +BUILD_INFO. 2020-01-12 23:35:01 +00:00
print print/R-tinytex: import R-tinytex-0.18 2020-01-13 10:07:38 +00:00
regress regress/plus_build_version: document obvious uses of RCS Ids 2020-01-11 13:04:21 +00:00
security *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
shells shells/pbosh: Update to 20191205 2020-01-10 12:45:00 +00:00
sysutils *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
templates
textproc Added textproc/R-{rmarkdown-2.0,crosstalk-1.0.0,DT-0.11} 2020-01-13 10:06:33 +00:00
time Update to timezone-olson-0.1.9 2020-01-11 11:52:48 +00:00
wm *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
www apache-tomcat9: Update to 9.0.30 2020-01-13 07:48:10 +00:00
x11 Don't force LTO. 2020-01-12 23:00:26 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.