Automatic conversion of the NetBSD pkgsrc CVS module, use with care
dd38abdeaf
1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) |
||
---|---|---|
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.19 2017/03/02 09:51:35 maya 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 follow 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.