Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-13 20:49:23 +00:00
archivers upx: Reset MAINTAINER (mail bouncing) 2019-08-12 11:08:36 +00:00
audio adplug: Reset MAINTAINER (mail bouncing) 2019-08-12 11:09:54 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
chat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
comms comms/py-nodemcu-uploader: Pivot to PyPi distfile 2019-08-13 16:49:08 +00:00
converters Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases py-whisper: updated to 1.1.5 2019-08-11 18:08:01 +00:00
devel devel/py-python-slugify: Update to 3.0.3 2019-08-13 18:54:59 +00:00
distfiles
doc doc: Updated devel/py-python-slugify to 3.0.3nb1 2019-08-13 18:55:06 +00:00
editors Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
emulators Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
filesystems Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
finance Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fonts Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
games stone-soup-sdl: Force instalation of fonts 2019-08-11 18:04:36 +00:00
geography Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
graphics graphics: add tex-tikz-feynhand{,-doc} 2019-08-13 20:29:24 +00:00
ham Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
inputmethod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
lang Update to 1.5.5, change maintainer to pkgsrc-users. Changes since 1.4.3: 2019-08-13 15:16:54 +00:00
licenses Add Microsoft Public License. 2019-08-13 04:26:15 +00:00
mail Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
math Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs texlive-collection-latexrecommended: add tex-ragged2e, remove tex-powerdot 2019-08-13 20:49:23 +00:00
misc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mk Add Microsoft Public License as acceptable license by default. 2019-08-13 04:27:18 +00:00
multimedia adobe-flash-player: update to 32.0.0.238. 2019-08-13 16:32:44 +00:00
net Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
news Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
packages
parallel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pkgtools texlive2pkg: update to 1.6 2019-08-12 08:35:14 +00:00
print tex-ms{,-doc}: update to 2019, remove ragged2e (now separate package) 2019-08-13 20:42:39 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security xca: initial commit 2019-08-13 02:39:45 +00:00
shells Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sysutils nnn: Update to 2.6 2019-08-12 11:57:45 +00:00
templates
textproc py-docutils: updatede to 0.15.2 2019-08-13 12:35:12 +00:00
time py-tzlocal: updated to 2.0.0 2019-08-12 19:58:13 +00:00
wm awesome: Disable documentation generation explicitly 2019-08-12 20:51:48 +00:00
www py-google-api-python-client: updated to 1.7.11 2019-08-13 12:43:13 +00:00
x11 xplanet: fix the failing build with clang on NetBSD. 2019-08-11 15:38:22 +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.