Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 09d8c003c9 ldb: updated to 1.5.5
1.5.5:
Unknown changes
2019-08-03 06:52:32 +00:00
archivers zstd: updated to 1.4.2 2019-08-02 04:44:21 +00:00
audio fasttracker2: Update to b163 2019-08-02 17:16:33 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Update to QCAD 3.23.0 2019-07-31 19:30:20 +00:00
chat chat: Add miniircd 2019-08-02 10:24:01 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters R-base64enc: update to canonical form of an R package. 2019-07-31 14:32:04 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases ldb: updated to 1.5.5 2019-08-03 06:52:32 +00:00
devel Support PKGMANDIR. 2019-08-02 21:54:56 +00:00
distfiles
doc Updated time/py-arrow, security/py-asn1, security/py-asn1-modules 2019-08-03 04:38:52 +00:00
editors w3/url.el: Provide buffer-local-value for the sake of XEmacs 21.4 2019-07-31 14:04:40 +00:00
emulators haxm: Update to 7.5.2 2019-08-01 17:02:43 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance R-tseries: update to version 0.10.47. 2019-07-31 15:55:32 +00:00
fonts ricty-ttf: accept any version of inconsolata-ttf 2019-07-30 05:46:40 +00:00
games Remove games/et, replacement games/etlegacy + games/etlegacy-data 2019-08-01 22:37:24 +00:00
geography R-maptools: update to version 0.9.5. 2019-07-31 15:58:35 +00:00
graphics gexiv2: Require vala for build only 2019-08-02 08:21:05 +00:00
ham *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
inputmethod *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lang Fix rpaths in installed shlibs on Darwin. Bump PKGREVISION. 2019-08-02 03:13:06 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail R-mime: update to version 0.7. 2019-07-31 16:19:01 +00:00
math R-RandomFieldsUtils: add a missing buildlink3.mk file. 2019-08-01 14:26:45 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-publishers: sync with rev 51647 2019-07-29 12:14:21 +00:00
misc R-pillar: update to version 1.4.2. 2019-07-31 20:42:02 +00:00
mk teach extract about .txz, a weird alias for .tar.xz. 2019-08-02 11:48:17 +00:00
multimedia Add multimedia/movit. 2019-08-02 10:11:35 +00:00
net dnsdist: Update to 1.3.3. 2019-08-02 14:32:18 +00:00
news Make it build with enchant2. 2019-08-01 22:23:14 +00:00
packages
parallel *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pkgtools pkgtools/pkglint: update to 5.7.19 2019-08-02 18:55:07 +00:00
print Update to 8.4.2 2019-08-01 13:36:50 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security py-asn1-modules: updated to 0.2.6 2019-08-03 04:38:31 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils R-progress: initial commit. 2019-07-31 13:40:17 +00:00
templates
textproc py-lxml: updated to 4.4.0 2019-08-03 04:21:13 +00:00
time py-arrow: updated to 0.14.4 2019-08-03 04:35:12 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www py-google-api-python-client: updated to 1.7.10 2019-08-03 06:45:08 +00:00
x11 Revert partially the previous: 2019-07-26 23:28:43 +00:00
Makefile
pkglocate
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.