Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gdt f4056723d6 comms/py-nodemcu-uploader: Add version 0.43
This is a tool to upload files to a nodemcu/ESP8266 device.
2019-08-13 11:46:43 +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: Add version 0.43 2019-08-13 11:46:43 +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 py-zconfig: updated to 3.5.0 2019-08-13 10:55:19 +00:00
distfiles
doc doc: Added comms/py-esptool version 2.7 2019-08-13 11:44:22 +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 graphviz: add a missing -I flag when compiling perl files. 2019-08-13 03:07:00 +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 py-mypy: updated to 0.720 2019-08-12 07:38:53 +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 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 mkvtoolnix: updated to 36.0.0 2019-08-11 17:54:31 +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-outline-doc: initial commit 2019-08-13 02:32:06 +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-parse_type: updated to 0.5.2 2019-08-13 11:00:35 +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 www/libmicrohttpd: Update to 0.9.66 2019-08-13 11:06:07 +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.