Automatic conversion of the NetBSD pkgsrc CVS module, use with care
7571d9a72a
2.5.0 (2017/07/05) * (FACT-1024) Fix AWS EC2 Gzip userdata * (FACT-1339) Prevent swap warnings on OpenBSD. * (FACT-1395) Use Windows API for Windows version * (FACT-1043) Fix virtual fact on Openstack Windows instances * (FACT-1367) add "VirtuozzoLinux" to RedHat OS Family * (FACT-1372) IPv6 are incorrectly parsed. * (FACT-1478) Increase EC2 REST reachability timeout to 0.5s * (FACT-1479) Replace Timeout.timeout with conventional read timeout * (FACT-1488) Add git pack config on Windows * (maint) Sign packages with new signing key * (FACT-1505) Update URL for new release naming * Disable proxy when fetching metadata. 2.5.1 (2017/08/17) * (maint) Minor fixes to get validation working * (packaging) Stop building all the things * (FACT-1726) Return correct operatingsystemrelease value for Windows 2016 * (FACT-1729) Remove FFI attach_function_private * Sort out FFI related methods. |
||
---|---|---|
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.