Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-01-10 09:01:05 +00:00
archivers Add missing build dependencies. 2018-01-07 20:56:16 +00:00
audio Moved the documentation where it belongs. Bumped PKGREVISION. 2018-01-07 19:53:16 +00:00
benchmarks Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
biology Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 PKGNAME to be derived from DISTNAME 2018-01-08 02:33:57 +00:00
chat Moved documentation to where it belongs. Bumped PKGREVISION. 2018-01-07 19:57:48 +00:00
comms Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
converters Added license, moved documentation, bumped PKGREVISION. 2018-01-07 20:02:13 +00:00
cross Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
databases p5-SQL-Translator: update to 0.11024. 2018-01-10 08:42:53 +00:00
devel p5-Set-Object: update to 1.39. 2018-01-10 08:52:58 +00:00
distfiles
doc doc: Updated www/p5-URI to 1.73 2018-01-10 09:01:05 +00:00
editors Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
emulators Move documentation to where it belongs, add license, bump PKGREVISION. 2018-01-07 21:37:55 +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 py-fonttools: updated to 3.21.2 2018-01-10 07:42:17 +00:00
games tuxracer: Move documentation to where it belongs, bump PKGREVISION. 2018-01-07 22:23:46 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics mgl: Fixed pkglint warning about SUBST block. 2018-01-10 00:06:26 +00:00
ham Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
inputmethod Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
lang versioned_dependencies: remove ephem support, ephem3 was removed 2018-01-09 12:17:55 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail courier-imap: Fix pkglint warning about foreign variables in SUBST block 2018-01-10 00:19:48 +00:00
math p5-Spreadsheet-Read: update to 0.76. 2018-01-10 08:54:15 +00:00
mbone Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
meta-pkgs boost: use c++17 as a test for having string view, not NetBSD macro. 2018-01-04 10:25:35 +00:00
misc py-stdnum: updated to 1.8.1 2018-01-09 05:26:09 +00:00
mk In guess-license, use ninka for determining the licenses. 2018-01-07 19:44:31 +00:00
multimedia libquicktime: fixed building with newer faad2 2018-01-08 17:58:02 +00:00
net p5-Net-GitHub: update to 0.93. 2018-01-10 08:56:16 +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 2018-01-10 00:39:52 +00:00
print Deal with py-html5lib API changes. Bump revision. 2018-01-08 22:11:06 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p5-GnuPG-Interface: Add comment about gnupg2 support patch. 2018-01-09 10:22:47 +00:00
shells Sort PLIST files. 2018-01-01 22:29:15 +00:00
sysutils Update Intel microcode with newest version which, hopefully, has more 2018-01-10 06:03:57 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Encode: update to 2.94. 2018-01-10 08:57:35 +00:00
time Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
wm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
www p5-URI: update to 1.73. 2018-01-10 09:00:57 +00:00
x11 Fixed pkglint warnings, bumped PKGREVISION. 2018-01-07 19:27:56 +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.