Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca e58874339d mail/ruby-actionmailer42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##

*   No changes.
2019-04-14 10:14:57 +00:00
archivers libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
audio din: Update to 41 2019-04-13 13:56:43 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology biology/chemtool: Fix build on CentOS and NetBSD 2019-04-06 00:41:46 +00:00
bootstrap libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
cad Updated cad/gtkwave to 3.3.100 2019-04-13 23:38:40 +00:00
chat anope: fix DISTNAME. 2019-04-07 19:30:13 +00:00
comms fix the build on arm64: several variables were 'extern'd as the 2019-04-11 02:21:09 +00:00
converters py-emoji: updated to 0.5.2 2019-04-07 16:02:01 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases databases/ruby-activerecord42: update to 4.2.11.1 2019-04-14 10:13:03 +00:00
devel devel/ruby-activemodel42: update to 4.2.11.1 2019-04-14 10:12:26 +00:00
distfiles
doc doc: Updated databases/ruby-sequel to 5.19.0 2019-04-14 09:37:37 +00:00
editors emacs26: update to 26.2. 2019-04-14 07:03:20 +00:00
emulators PR/54114: Ignore unimplemented scsi commands. 2019-04-11 12:50:30 +00:00
filesystems fuse-ext2: do a configure check for fuse_version, because netbsd's about to 2019-04-10 21:37:51 +00:00
finance Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
fonts fonts/Makefile: + public-sans 2019-04-14 06:28:37 +00:00
games games/powder-toy: Add missing file. 2019-04-13 12:31:17 +00:00
geography geography/gpsbabel: Note stalled update 2019-04-09 00:21:03 +00:00
graphics mesalib18: the previous commit was actually about the combination of 2019-04-11 16:27:03 +00:00
ham ham/uhd: Deeclare gnu++11 instead of c++11 2019-03-31 00:53:41 +00:00
inputmethod Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lang lang/ruby: start update rails42 to 4.2.11 2019-04-14 10:10:49 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mail/ruby-actionmailer42: update to 4.2.11.1 2019-04-14 10:14:57 +00:00
math py-numba: updated to 0.43.1 2019-04-08 16:41:45 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
misc mate-utils: work around issue with itstool failures 2019-04-10 01:07:10 +00:00
mk fonts.mk: hide echo itself, and improve quoting 2019-04-06 08:43:41 +00:00
multimedia adobe-flash-player: update to 32.0.0.171. 2019-04-10 14:18:03 +00:00
net gallery-dl: Update to 1.8.2 2019-04-12 09:48:41 +00:00
news Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
packages
parallel Remove mova.org from MASTER_SITES 2019-04-08 21:38:39 +00:00
pkgtools libarchive: updated to 3.3.3 2019-04-10 08:24:03 +00:00
print print/ghostscript-gpl: Note that there is no upstream 2019-04-08 23:41:08 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security clamav: remove patch-ag 2019-04-13 08:48:22 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils Backport a patch from u-boot mainline to support EFI GetVariable. 2019-04-12 07:08:15 +00:00
templates
textproc ripgrep: update to 0.10.0 2019-04-12 08:08:48 +00:00
time py-tzdata: updated to 2019.1 2019-04-11 07:48:26 +00:00
wm Simplify distfile metadata for chunkwm and skhd by using GITHUB_TAG. 2019-04-04 02:24:40 +00:00
www www/ruby-actionpack42: update to 4.2.11.1 2019-04-14 10:14:25 +00:00
x11 pixman: update to 0.38.4. 2019-04-10 20:24:09 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.