Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 287bf3d94e Import django-2.0.2 as www/py-django2.
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design. Django was designed to make common Web-development
tasks fast and easy.
2018-02-04 05:20:24 +00:00
archivers Add a workaround so libzip 1.4.0 builds successfully on Darwin/Mac OS X 2018-02-03 12:04:03 +00:00
audio libmusicbrainz: Specify C++03, not C++11 clean. 2018-02-02 17:55:39 +00:00
benchmarks netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
bootstrap Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
chat hexchat: Leave pkgsrc to handle security features. 2018-02-02 14:01:59 +00:00
comms Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
converters Add libepubgen 2018-02-03 00:11:02 +00:00
cross Update to 7.3.0 2018-01-29 14:56:49 +00:00
databases databases/py-peewee: Update to 3.0.9. 2018-02-02 16:00:33 +00:00
devel Update to 0.054 2018-02-04 04:12:04 +00:00
distfiles
doc Updated time/p5-DateTime-TimeZone to 2.17 2018-02-04 04:19:06 +00:00
editors Move PKGREVISION up from Makefile.common into the individual packages' 2018-02-01 14:25:30 +00:00
emulators Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance finance/py-alphalens: Update to 0.2.1 2018-02-02 20:17:54 +00:00
fonts Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
games Typo 2018-02-03 11:32:33 +00:00
geography Now DEPENDS on py-matplotlib rather than buildlinking 2018-01-30 10:20:11 +00:00
graphics exiv2: Fix clearly broken WRKSRC. 2018-02-02 17:43:51 +00:00
ham xnec2c: Leave pkgsrc to handle security features. 2018-02-02 10:37:44 +00:00
inputmethod uim: Set C99 correctly, use C++03. 2018-02-02 16:38:19 +00:00
lang Added lang/pc-lisp 2018-02-03 20:28:28 +00:00
licenses Import new license: happy 2018-02-03 16:02:42 +00:00
mail mail/*: fix pkglint warnings 2018-02-02 00:20:44 +00:00
math mpfr: disable float128 on NetBSD-7/x86_64 2018-02-03 10:49:48 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc Re-add accidentally removed conditional PLIST entries for gtk3 option. 2018-02-03 05:28:49 +00:00
mk Append happy to the DEFAULT_ACCEPTABLE_LICENSES list 2018-02-03 17:38:13 +00:00
multimedia Enable dvdnav and dvdread, add ICC profile support in mpv 2018-02-02 16:46:49 +00:00
net Add a package for py-gcs-oauth2-boto-plugin. 2018-02-03 15:10:06 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel py-billiard: Set _XOPEN_SOURCE correctly. 2018-02-02 17:16:36 +00:00
pkgtools pkgtools/pkglint: update to 5.5.3 2018-01-28 23:21:16 +00:00
print py-weasyprint: updated to 0.42.1 2018-02-02 10:40:11 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update security/py-{acme,certbot} to 0.21.1. 2018-02-02 15:36:08 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils testdisk: Leave pkgsrc to handle security features. 2018-02-02 14:08:27 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc yamcha: Specify C++03, not C++11 clean. 2018-02-02 15:40:48 +00:00
time Update to 2.17 2018-02-04 04:18:08 +00:00
wm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
www Import django-2.0.2 as www/py-django2. 2018-02-04 05:20:24 +00:00
x11 tk: updated to 8.6.8 2018-02-03 17:53:12 +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.