Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 5eb486c9b1 py-mpegdash: added version 0.1.5
MPEG-DASH MPD(Media Presentation Description) Parser
2017-12-19 12:22:19 +00:00
archivers libzip: Work around redefine_extname in SunOS headers. 2017-12-18 16:48:20 +00:00
audio musepack: Don't overwrite user CFLAGS with bogus ones. 2017-12-18 13:01:17 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology biology/bwa: Update to 0.7.17 2017-12-17 14:30:36 +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 Update QCad to version 3.19.1.0 2017-12-18 21:21:44 +00:00
chat Update chat/ejabberd to 17.11. 2017-12-14 21:12:21 +00:00
comms gammu: Do not set a LIB_SUFFIX in CMakeLists.txt 2017-12-09 19:36:32 +00:00
converters qkc: Support user CFLAGS. 2017-12-15 15:44:12 +00:00
cross Update to 2.29.1 2017-12-10 01:12:09 +00:00
databases Update databases/elasticsearch to 6.1.0. 2017-12-18 14:27:37 +00:00
devel devel: Re-enable py-clint. 2017-12-19 08:50:27 +00:00
distfiles
doc doc: Added security/py-keyrings.alt version 2.3 2017-12-19 11:59:02 +00:00
editors texstudio: update to 2.12.6 2017-12-19 09:42:48 +00:00
emulators atari800: updated to 3.1.0 2017-12-14 22:12:19 +00:00
filesystems Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
finance gnucash-docs: update to 2.6.19. 2017-12-18 21:25:02 +00:00
fonts Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
games nethack-lib: Honour CFLAGS, simplify and fix patching. 2017-12-14 16:13:31 +00:00
geography proj: fix build on sunos 2017-12-19 01:57:47 +00:00
graphics luminance-hdr: tests require gtest, so make optional 2017-12-19 09:47:55 +00:00
ham recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
inputmethod Update to 1.4.3 2017-12-18 05:55:20 +00:00
lang openjdk7: Unbreak after the cups-base renaming. 2017-12-19 11:46:33 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail neomutt: update to 20171208. 2017-12-13 17:54:48 +00:00
math gnumeric112: update to 1.12.36 2017-12-19 09:56:51 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs meta-pkgs/php71-extensions: fix PHP version in COMMENT 2017-12-09 02:37:38 +00:00
misc screen: turn on 256-colors support. 2017-12-14 09:38:43 +00:00
mk Removed unused vatnumber-suds option name 2017-12-13 14:24:30 +00:00
multimedia py-mpegdash: added version 0.1.5 2017-12-19 12:22:19 +00:00
net Fix ALTERNATIVES 2017-12-19 10:19:07 +00:00
news Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Fix for wrong interpreter 2017-12-15 10:54:59 +00:00
print py-cups: Unbreak subst after the cups-base rename. 2017-12-19 11:53:10 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/Makefile: Add py-keyrings.alt 2017-12-19 11:55:52 +00:00
shells shells/Makefile: Add zsh-syntax-highlighting 2017-12-15 17:37:21 +00:00
sysutils sysutils/Makefile: Add rcm 2017-12-19 11:45: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 hyperestraier: Fix CFLAGS. 2017-12-18 14:31:55 +00:00
time time/Makefile: Add todotxt 2017-12-19 11:40:40 +00:00
wm Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
www py-django-treebeard: updated to 4.2.0 2017-12-18 19:25:02 +00:00
x11 libdrm: update to 2.4.89. 2017-12-18 20:46:52 +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.