Automatic conversion of the NetBSD pkgsrc CVS module, use with care
b69c4aa63f
1.22 2017-10-05 11:43:25 -0400 - Improved bootstrap_ssl to allow use of Net::SSLeay, if it is already installed. - Windows path fix in test suite 1.21 2017-10-02 15:36:33 -0400 - Fix bug in Test::Alien where extra_compiler_flags or extra_linker_flags could override (instead of augment) the alien cflags or libs. This is most commonly a problem when using Test::Alien::CPP. 1.20 2017-10-01 06:52:36 -0400 - Remove dependency on Alien::Base::ModuleBuild - Add access to environment via %{env.VARNAME} - Move Alien::Base::PkgConfig from ABMB 1.19_01 2017-09-28 13:06:28 -0400 - Add Alien::Build::Version::Basic - Add Alien::Build::Plugin::Fetch::CurlCommand - Add Alien::Build::Plugin::Fetch::Wget - Workaround for old tar on Solaris - Fix test for Solaris 64 bit - Add start_url directive to alienfile - Add bootstrap_ssl property to Alien::Build::Plugin::Download::Negotiate |
||
---|---|---|
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.