Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 128c63e2f4 databases/ruby-arel80: add ruby-arel 8.0 as ruby-arel80
Add ruby-arel 8.0.0 package as ruby-arel80.
2018-03-13 16:43:03 +00:00
archivers Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
audio Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
chat Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases databases/ruby-arel80: add ruby-arel 8.0 as ruby-arel80 2018-03-13 16:43:03 +00:00
devel devel/ruby-railties42: update to 4.2.10 2018-03-13 16:37:13 +00:00
distfiles
doc doc: note update of Ruby on Rails 4.2.10 2018-03-13 16:38:48 +00:00
editors Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
emulators Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
filesystems Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
finance Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
fonts Fix inverted logic for the conditional uuid dependency. 2018-03-12 19:13:53 +00:00
games Build with C++11, fix build. 2018-03-12 20:51:30 +00:00
geography Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
graphics graphics/ImageMagick: Update to 7.0.7.26 2018-03-12 16:51:03 +00:00
ham Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
inputmethod Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
lang lang/ruby: start update of Ruby on Rails 4.2.10 2018-03-13 16:28:48 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mail/ruby-actionmailer42: update to 4.2.10 2018-03-13 16:36:32 +00:00
math py-numpy: updated to 1.14.2 2018-03-13 11:34:08 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
misc Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
mk mk/configure/replace-interpreter.mk: document variables for show-all 2018-03-11 15:07:45 +00:00
multimedia Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
net net/pear-Net_Sieve: update to 1.4.3 2018-03-13 16:24:21 +00:00
news Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
packages
parallel Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pkgtools fake up xorgproto support for native xsrc. it has some failings 2018-03-13 02:06:12 +00:00
print Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/py-certbot: Update to 0.22.0 2018-03-13 10:08:51 +00:00
shells Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sysutils Move /var/lib/xenstored to /var/run, so that it is automatically cleared 2018-03-13 15:15:01 +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/Makefile: add and enable ruby-rails-dom-testing1 2018-03-13 16:20:42 +00:00
time py-dateutil: updated to 2.7.0 2018-03-13 11:07:20 +00:00
wm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
www www/ruby-rails42: update to 4.2.10 2018-03-13 16:37:46 +00:00
x11 fake up xorgproto support for native xsrc. it has some failings 2018-03-13 02:06: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.