Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 7698f6ab2b ghostscript-agpl: update to 9.22
Highlights in this release include:
* Ghostscript can now consume and produce (via the pdfwrite device) PDF 2.0 compliant files.
* The main focus of this release has been security and code cleanliness. Hence many AddressSanitizer, Valgrind and Coverity issues have been addressed.
* The usual round of bug fixes, compatibility changes, and incremental improvements.
2017-10-06 06:15:00 +00:00
archivers Needs setuptools_scm. 2017-10-01 18:59:54 +00:00
audio audacious-plugins: add gdbus-codegen as build dependency 2017-10-04 11:29:37 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Rename OS X to macOS to follow Apple's new naming 2017-09-23 05:53:52 +00:00
cad Updated cad/gtkwave to 3.3.85 2017-09-30 12:20:36 +00:00
chat swift: switch to building using its own scons 2017-10-04 20:37:40 +00:00
comms *: remove qt3 and the packages using it, including KDE3 2017-09-26 10:26:54 +00:00
converters libzmf: update to 0.0.2. 2017-10-02 15:09:01 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases shared-mime-info: update to 1.9. 2017-10-02 15:15:21 +00:00
devel cmake: update to 3.9.4 2017-10-06 04:35:23 +00:00
distfiles
doc Updated devel/libuv, devel/cmake 2017-10-06 04:35:45 +00:00
editors transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
emulators or1ksim: comment out dead sites 2017-09-30 07:48:48 +00:00
filesystems revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
finance Add cpuminer 2017-10-01 15:08:10 +00:00
fonts Revert the addition of fonts/fonttools 2017-10-02 22:44:54 +00:00
games frozen-bubble: SunOS also needs -lsocket and -lnsl 2017-10-05 10:05:43 +00:00
geography *: Recursive PKGREVISION bump for vala 0.38 update. 2017-10-03 12:36:52 +00:00
graphics Add patches to fix CVE-2017-12925 , CVE-2017-12921 and a possible fix 2017-10-04 17:19:33 +00:00
ham Updated ham/fldigi to 4.0.10 2017-09-30 11:58:02 +00:00
inputmethod editors/Makefile: remove ibus-el 2017-09-30 07:24:46 +00:00
lang python36: update to 3.6.3 2017-10-05 08:17:25 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Update to 5.3. From the changelog: 2017-10-05 17:06:49 +00:00
math py-numpy: update to 1.13.3 2017-10-05 08:21:27 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs meta-pkgs/ruby-redmine-*: Restrict ruby's version 2017-09-30 15:48:42 +00:00
misc py-stdnum: update to 1.7 2017-10-04 13:25:43 +00:00
mk reduce-depends.awk: Also reduce "exact match" and "any version". 2017-10-04 04:13:12 +00:00
multimedia ffmpeg3: add untested rpi option 2017-10-03 12:39:42 +00:00
net net-snmp: Prevent crash on NetBSD/i386 2017-10-06 02:39: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 pkglint*: Start sentence with a capital letter 2017-10-02 14:41:21 +00:00
print ghostscript-agpl: update to 9.22 2017-10-06 06:15:00 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Project homepage is at freedesktop.org now. 2017-10-05 12:51:59 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Add and enable fdtools. 2017-10-03 00:43:45 +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 building on Darwin 2017-10-06 05:42:01 +00:00
time khal: update to 0.9.8. 2017-10-05 22:39:05 +00:00
wm compiz: remove kde3 option from buildlink3.mk as well 2017-09-26 09:12:24 +00:00
www py-bleach: update to 2.1.1 2017-10-05 12:58:48 +00:00
x11 modular-xorg-server: update to 1.19.4. 2017-10-05 15:34:13 +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.