Automatic conversion of the NetBSD pkgsrc CVS module, use with care
6329a5e281
version 3.37 (2017-07-11) [ENHANCEMENTS] * Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher version 3.36 (2017-06-28) [ENHANCEMENTS] * Migrate to Module::Build for distribution maintenance version 3.35 (2017-06-28) [ENHANCEMENTS] * Include loading of LLDP-EXT-MED-MIB in LLDP.pm [BUG FIXES] * #180 support CiscoConfig on Nexus (sf.net:scratchfury) * #50 remove interface specific part from vrf interfaces on IOS (W. Vandersmissen) * #211 f5 class should respect UseEnums when faking i_type version 3.34 (2016-11-20) [ENHANCEMENTS] * Support Cisco IPS Modules homed on the Cisco ASA (M. Kraus) [BUG FIXES] * Serial number on Nexus 9372 (genereic check for ID before using) (M. Caines) |
||
---|---|---|
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.