Automatic conversion of the NetBSD pkgsrc CVS module, use with care
d7dded3c49
Version 2.4.2 - Fix encoding error when guessing lexer with given ``encoding`` option Version 2.4.1 - Updated lexers: * Coq * MSDOS Session * NASM * Objective-C * Prolog * TypeScript - Support CSS variables in stylesheets - Fix F# lexer name - Fix ``TerminalFormatter`` using bold for bright text Version 2.4.0 - Added lexers: * Augeas * BBC Basic * Boa * Charm++ CI * DASM16 * FloScript * FreeFem++ * Hspec * Pony * SGF * Slash * Slurm * Tera Term Language * TOML * Unicon * VBScript - Updated lexers: * Apache2 * Cypher * LLVM * Makefiles * PHP * Rust * SQL * Stan * Stata * Terraform * YAML - Add solarized style - Add support for Markdown reference-style links - Add license information to generated HTML/CSS files - Change ANSI color names - Fix catastrophic backtracking in the bash lexer - Fix documentation failing to build using Sphinx 2.0 - Fix incorrect links in the Lisp and R lexer documentation - Fix rare unicode errors on Python 2.7 - Fix lexers popping from an empty stack - TypoScript uses ``.typoscript`` now - Updated Trove classifiers and ``pip`` requirements |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$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.