Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 3831748bb2 chat/py-axolotl: Import version 0.1.42
Python port of the ratcheting forward secrecy protocol used in several
chat protocols.
2018-09-19 20:39:52 +00:00
archivers archivers/lz4: Update to 1.8.3. 2018-09-14 09:48:56 +00:00
audio suil: appease pkglint by appending instead of assigning to this variable. 2018-09-17 07:30:31 +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 chat/py-axolotl: Import version 0.1.42 2018-09-19 20:39:52 +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 sqlite3: updated to 3.25.1 2018-09-19 09:38:08 +00:00
devel py-hypothesis: updated to 3.71.10 2018-09-19 11:35:36 +00:00
distfiles
doc doc: Updated chat/gajim to 1.0.3 2018-09-19 16:18:46 +00:00
editors Update vim to 8.1.0390. 2018-09-15 12:36:40 +00:00
emulators emulators/libretro-mgba: Handle _POSIX_C_SOURCE and extensions properly. 2018-09-07 18:54:02 +00:00
filesystems fuse-unionfs: Simplify the package a bit 2018-09-17 14:33:35 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts fontconfig: ignore errors from this command. 2018-09-17 06:56:22 +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: add gexiv2 to buildlink3.mk 2018-09-17 16:34:47 +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 jhat to JAVA_WRAPPERS. Bump PKGREVISION 2018-09-19 18:18:30 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Update to 1.3.0. From the changelog: 2018-09-19 13:08:14 +00:00
math Add package R-RNetCDF version 1.9-1 2018-09-17 13:24:17 +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 rlwrap: Add URL of upstream pull request in patch-configure.ac 2018-09-18 14:30:17 +00:00
mk Sync with upstream, among the various changes is the update to the MINIX entry. 2018-09-16 10:38:48 +00:00
multimedia adobe-flash-player: update to 31.0.0.108. 2018-09-11 15:45:43 +00:00
net net/rabbitmq: Update to 3.7.7. 2018-09-17 18:07:37 +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 Update pmw to 4.30 2018-09-17 15:15:21 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security password-store: Remove no longer needed patch-contrib_dmenu_passmenu 2018-09-19 09:45:18 +00:00
shells Update to 5.6.2 2018-09-15 13:40:34 +00:00
sysutils acpica-utils: build fix for netbsd<7 2018-09-17 13:11:59 +00:00
templates
textproc py-openpyxl: updated to 2.5.7 2018-09-17 10:17:37 +00:00
time Simplify the package some more 2018-09-15 16:25:22 +00:00
wm evilwm: Don't obliterate OPT_CPPFLAGS. 2018-09-15 19:40:50 +00:00
www www/contao: remove "used by" lines 2018-09-18 16:14:35 +00:00
x11 xdotool: Use tabs to align, not spaces (NFC) 2018-09-19 09:36:32 +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.