Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca dbe5b9d02f Update ruby-addressable to 2.5.2.
# Addressable 2.5.2
- better support for frozen string literals
- fixed bug w/ uppercase characters in scheme
- IDNA errors w/ emoji URLs
- compatibility w/ public_suffix 3.x
2017-09-10 15:00:29 +00:00
archivers Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
audio Reset PKGREVISION after update. 2017-09-08 08:50:40 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Move context dependent destructors out of the headers into the 2017-09-10 14:10:43 +00:00
chat Update chat/mcabber to 1.1.0 2017-09-09 14:19:25 +00:00
comms Comment out dead sites. 2017-09-06 10:40:25 +00:00
converters Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
cross Update PLIST for installation into cross/ change from more than a year ago. 2017-09-09 17:17:51 +00:00
databases Changes 6.2.5: 2017-09-10 08:02:30 +00:00
devel Update devel/lua-rocks to version 2.4.2. 2017-09-10 14:51:01 +00:00
distfiles
doc Note update of misc/ruby-sprockets-rails package to 3.2.1. 2017-09-10 14:59:40 +00:00
editors Depend on bash properly, noted by wiz. Ride previous bump. 2017-09-09 22:37:49 +00:00
emulators clang 5.x is not less than 4.x. 2017-09-09 22:52:55 +00:00
filesystems Point to existing, if outdated, HOMEPAGE. 2017-09-08 06:23:13 +00:00
finance Simplify. Mark as only working with python-2.x, and enable python by 2017-09-06 21:08:09 +00:00
fonts + monoid. 2017-09-07 10:36:32 +00:00
games Explicitly depend on msgfmt. Use += for USE_TOOLS, it's a list. Don't 2017-09-09 14:40:24 +00:00
geography Another day, another C++ syntax change. 2017-09-09 23:57:36 +00:00
graphics Update ruby-mini-magick to 4.8.0. 2017-09-10 14:01:18 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang Honor LDFLAGS again. Fixes RELRO build. 2017-09-10 08:56:47 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Add and enable ruby-mini_mime. 2017-09-10 14:23:27 +00:00
math Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
mbone Comment out dead sites. 2017-09-06 10:40:25 +00:00
meta-pkgs Add tex-csvsimple 2017-09-08 22:25:26 +00:00
misc Update ruby-sprockets-rails to 3.2.1. 2017-09-10 14:59:15 +00:00
mk Moved jbuilder detection forward so it deals with opam properly 2017-09-08 22:18:46 +00:00
multimedia Requires -fheinous-gnu-extensions with clang. 2017-09-10 00:28:28 +00:00
net Update ruby-addressable to 2.5.2. 2017-09-10 15:00:29 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some redirects. 2017-09-06 09:02:59 +00:00
pkgtools Ensure that correct path names are picked up for patches. 2017-09-10 14:12:11 +00:00
print Switch to internal poppler due to reports of crashes from the last change. 2017-09-09 17:06:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Recognize gpg2.2 2017-09-10 14:12:44 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Uses BSD makefiles, so mark it for user-destdir build. 2017-09-10 14:13:15 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Fix PLIST 2017-09-10 11:05:23 +00:00
time Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
wm Follow a redirect. 2017-09-07 07:54:25 +00:00
www Replace interpreters 2017-09-10 11:07:08 +00:00
x11 Update to 8.06.3; fixes build with current pkgsrc ocaml. (Except I had 2017-09-10 02:36:08 +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.