Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon f0166f899a audio/open_jtalk-MMDAgent_voice: import open_jtalk-MMDAgent_voice-1.8
MMDAgent voice data contains three voice data, mei, slt and takumi.
Voice data of mei and slt are female and takumi is male.
The work is released as a part of MMDAgent (http://www.mmdagent.jp/).
2020-06-16 13:41:20 +00:00
archivers libzip: update bl3.mk 2020-06-14 22:18:54 +00:00
audio audio/open_jtalk-MMDAgent_voice: import open_jtalk-MMDAgent_voice-1.8 2020-06-16 13:41:20 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad Revbump for icu 2020-06-02 08:22:31 +00:00
chat chat/dino: use pkg-config, maybe fix failing configure 2020-06-14 11:17:13 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters bdf2sfd: update to 1.1.2. 2020-06-10 18:39:37 +00:00
cross cross/ppc-morphos-gcc-9: skip shell portability check 2020-06-02 18:37:46 +00:00
databases py-tortoise-orm: fix typos 2020-06-12 17:02:59 +00:00
devel libmaa: Limit hostname to 64 characters to avoid possible truncation 2020-06-16 12:40:23 +00:00
distfiles
doc doc: Updated ham/predict to 2.2.5 2020-06-16 12:43:45 +00:00
editors codeblocks: Update to 20.03 2020-06-14 13:22:58 +00:00
emulators emulators: Enable xcpc 2020-06-16 12:10:23 +00:00
filesystems filesystems/glusterfs: Drop hint about NetBSD 5 2020-06-14 23:55:09 +00:00
finance ledger: updated to 3.2.1 2020-06-15 16:54:38 +00:00
fonts harfbuzz: Update to 2.6.7 2020-06-09 11:27:04 +00:00
games games/doomlegacy: Build fix for Solaris 2020-06-15 10:32:52 +00:00
geography geography/qgis: allow no-op SUBST block 2020-06-12 17:50:39 +00:00
graphics gimp: Update to 2.10.20 2020-06-15 11:00:45 +00:00
ham (ham/predict) Updated 2.2.3 to 2.2.5 2020-06-16 12:43:24 +00:00
inputmethod Revbump for icu 2020-06-02 08:22:31 +00:00
lang Add lang/zig/application, common mk to handle build.zig applications. 2020-06-16 11:01:42 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail thunderbird: Sync with firefox68 2020-06-15 15:44:22 +00:00
math math/lumina-calculator: Fix github package nomenclature 2020-06-16 10:53:13 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/ruby-shoulda: udpate to 4.0.0 2020-06-14 13:32:57 +00:00
misc ansiweather: update to 1.17.0. 2020-06-16 09:21:57 +00:00
mk mk/configure: Replace SET(CMAKE_MODULE_PATH... like 'set' too. 2020-06-13 15:11:11 +00:00
multimedia totem-pl-parser: 3.26.5 2020-06-13 17:55:40 +00:00
net net-snmp: Add missing dependency on libpcap and fix build on SmartOS 2020-06-16 10:06:04 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel paexec: Pull in libmaa 2020-06-16 10:38:40 +00:00
pkgtools pkgtools/pkglint: update to 20.1.17 2020-06-14 11:35:54 +00:00
print print/lumina-pdf: Fix github package nomenclature 2020-06-16 10:54:54 +00:00
regress regress/infra-unittests: test SUBST_FILTER_CMD with empty SUBST_SED 2020-06-11 20:10:53 +00:00
security pyversion 2020-06-16 11:46:57 +00:00
shells Fix shells/fish on macOS 2020-06-14 22:52:10 +00:00
sysutils entr: Always wait for childs to avoid zombies 2020-06-15 16:55:07 +00:00
templates
textproc py-peg2: add USE_LANGUAGES 2020-06-16 09:53:52 +00:00
time rsibreak: update to 0.12.13 2020-06-10 06:47:00 +00:00
wm twm: update to 1.0.11. 2020-06-15 07:22:10 +00:00
www www/qutebrowser: Fix PLIST 2020-06-16 11:11:40 +00:00
x11 qt5-qtwebkit: Remove invalid ARM linker args 2020-06-13 09:47:40 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

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.

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