Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 058d6845e9 security/ruby-sslshake: add pacakge version 1.3.1
Add ruby-sslshake pacakge version 1.3.1, required by ruby-inspec-core.


This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to
TLS 1.0-1.2.

It does not rely on OpenSSL and is not designed as a replacement either.

It targets full support for even older handshakes, which are not available
in current releases of OpenSSL anymore.

It also aims to be executable on all systems with a sufficiently modern
version of Ruby without any additional requirements or pre-compiled
binaries.
2021-01-18 15:18:43 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel devel/ruby-gettext: update to 3.3.7 2021-01-18 14:38:13 +00:00
distfiles
doc doc: Updated sysutils/ruby-chef-zero to 15.0.4 2021-01-18 15:16:48 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc misc/ruby-ohai: update to 16.8.1 2021-01-18 15:08:18 +00:00
mk
multimedia
net
news
packages
parallel
pkgtools
print
regress
security security/ruby-sslshake: add pacakge version 1.3.1 2021-01-18 15:18:43 +00:00
shells
sysutils sysutils/ruby-chef-zero: update to 15.0.4 2021-01-18 15:16:21 +00:00
templates
textproc textproc/ruby-terminal-table: update to 2.0.0 2021-01-18 14:52:59 +00:00
time
wm
www www/ruby-jekyll-seo-tag: update to 2.7.1 2021-01-18 14:57:42 +00:00
x11
_NetBSD-pkgdb
Makefile
pkglocate
README.md

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git