Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 8acf7e03b0 py-unittest2py3k: removed, successor py-unittest2
Notes from py-unittest2:
There was a separate version of unittest2 for Python 3. This is no longer needed, but still exists on PyPI. This had the project name "unittest2py3k" but uses the same package name ("unittest2").
2017-09-21 15:18:08 +00:00
archivers xz: Honour PKGLOCALEDIR, PR#52552 from Matteo Cypriani. 2017-09-20 12:05:46 +00:00
audio pulseaudio: Fix cpp statements, fixes SunOS build. 2017-09-20 13:19:29 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology p5-Bio-ASN1-EntrezGene: update to 1.72. 2017-09-17 07:51:04 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Updated cad/gtkwave to 3.3.84 2017-09-16 11:59:42 +00:00
chat libfolks: update HOMEPAGE 2017-09-19 08:32:08 +00:00
comms revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
converters revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
cross Fix build under NetBSD/amd64 7.1,i 8.0 BETA and 8.99.2 2017-09-20 03:49:55 +00:00
databases gnats: Remove duplicate __EXTENSIONS__, fixes PR#52562. 2017-09-21 09:24:51 +00:00
devel py-unittest2py3k: removed, successor py-unittest2 2017-09-21 15:18:08 +00:00
distfiles
doc Remove entry for wip update, sorry. 2017-09-21 11:42:40 +00:00
editors Support large files in sam. 2017-09-21 14:37:39 +00:00
emulators revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
filesystems revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
finance revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
fonts fontforge: Fix build on SunOS, requires GNU date features. 2017-09-21 15:06:17 +00:00
games gnuchess-book-medium: Update for gnuchess-6 and tidy. 2017-09-21 11:20:04 +00:00
geography py-geojson: update to 2.2.0 2017-09-18 17:10:35 +00:00
graphics hicolor-icon-theme: fix HOMEPAGE 2017-09-19 08:17:22 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
lang ocaml: Fix PKGMANDIR. 2017-09-21 13:56:59 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
math py-numexpr: update to 2.6.4 2017-09-18 17:03:45 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs boost: Fix build on OS where dladdr() takes a void *. 2017-09-20 14:33:25 +00:00
misc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
mk fetch/sites.mk: ftp.tuwien.ac.at times out, remove it 2017-09-17 10:55:17 +00:00
multimedia ffmpeg[123]: added rtmp option 2017-09-20 08:21:17 +00:00
net wireshark: fixed building with qt5; added building with qt4 as an option 2017-09-20 19:49:38 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
print poppler: Apply Homebrew patch to fix build with older clang. 2017-09-20 15:21:10 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils e2fsprogs: Fix build on SunOS. 2017-09-21 09:48:56 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc/ruby-xslt: fix build problem 2017-09-20 15:43:44 +00:00
time revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wm revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
www Add upstream patch to fix build with po4a 0.52. 2017-09-20 02:57:31 +00:00
x11 Fix building on newer macOS 2017-09-20 19:19:58 +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.