Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-06-08 19:22:50 +00:00
archivers libarchive: Use `:Q' instead of directly quoting the sed commands in builtin.mk 2018-06-07 14:28:42 +00:00
audio Remove redundant rhythmbox version after update. 2018-05-29 03:33:32 +00:00
benchmarks Update glmark2 to 2017.07 2018-06-02 13:16:42 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat weechat: update to 2.1 2018-05-25 10:16:03 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters Add R-base64enc 2018-05-31 01:31:27 +00:00
cross Share distfile information 2018-06-07 19:39:30 +00:00
databases Updated databases/qore-pgsql-module to version 2.4.1 . 2018-06-08 19:04:49 +00:00
devel zlib: Quote BUILDLINK_PREFIX.zlib with `:Q' operator in fake-zlib-pc target 2018-06-08 07:51:33 +00:00
distfiles
doc doc: Updated databases/apache-cassandra to 3.11.2 2018-06-08 09:52:52 +00:00
editors Update ne to 3.15 2018-06-06 14:53:04 +00:00
emulators mame: update to 0.198. 2018-06-05 18:29:39 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance py-braintree: updated to 3.46.0 2018-05-23 07:46:23 +00:00
fonts tex-metafont: fix TEX_FORMATS 2018-06-03 01:30:21 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography proj: update to 5.1.0 2018-06-01 23:41:31 +00:00
graphics graphics/gimp: on Darwin, gimp-debug-tool is in bin instead of libexec 2018-06-04 05:32:13 +00:00
ham hamlib: update to 3.2 2018-06-06 22:45:58 +00:00
inputmethod Use GNU msgfmt to fix build 2018-05-25 16:41:58 +00:00
lang Updated lang/qore buildlink3.mk file to reflect the new module api version of qore 2018-06-08 19:22:50 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Update to 6.8 2018-06-07 18:55:30 +00:00
math math/Makefile: Add R-moonsun 2018-06-05 22:58:32 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Build with -std=gnu++03 instead of -std=c++03, because one of the 2018-06-08 12:42:13 +00:00
misc Update to 3.57 2018-06-06 11:13:17 +00:00
mk check-shlibs-macho.awk: revert previous 2018-06-07 07:00:10 +00:00
multimedia Don't pull pulseaudio by default as MATE supports OSS through gstreamer. 2018-06-04 12:35:51 +00:00
net net/glib-networking: add a hack for Darwin to install modules with .so suffix 2018-06-04 05:31:02 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools pkgin: Update to 0.10.2. 2018-06-06 11:10:06 +00:00
print Update evince3 to 3.28.2 2018-06-06 14:49:41 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security gnupg2: Put back CONFLICTS entry for dirmngr. 2018-06-08 16:58:16 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils Initial import of u-boot-sopine-baseboard version 2018.05 2018-06-07 00:58: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 Update to 0.29 2018-06-06 10:55:04 +00:00
time Update to 2.19 2018-06-06 08:48:03 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Additional changes to template in www/ocsigen-start. Revbump. 2018-06-06 10:50:51 +00:00
x11 qt5-qtbase: fix shared library plugin naming on darwin 2018-06-05 06:06:54 +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.