Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
kamil 1472600c79 lang/forth-retro: import forth-retro-12.0.2018.1
RETRO is a clean, elegant, and pragmatic dialect of Forth. It provides
a simple alternative for those willing to make a break from legacy
systems.

The language draws influences from many sources including traditional
Forth systems, cmForth, colorForth, Factor, and Parable. It was
designed to be easy to grasp and adapt to specific uses.

The basic language is very portable. It runs on a tiny virtual
machine (Nga), which is written in C. There are multiple interface
options, the main one (rre) is buildable with just the standard C
compiler and libraries on most systems.
2018-01-27 10:59:05 +00:00
archivers dar: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:38:17 +00:00
audio Update to 1.40.0 2018-01-27 08:15:05 +00:00
benchmarks postal: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:40:17 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad Updated cad/py-gds to 1.2.1 2018-01-12 12:55:50 +00:00
chat inspircd: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:41:21 +00:00
comms update Asterisk to 14.7.5 -- this is a bug fix and security update, 2018-01-24 05:51:40 +00:00
converters TECkit: Avoid bash autogen.sh script, fix SunOS. 2018-01-26 16:40:50 +00:00
cross enable PLIST.libcpp on Darwin 2018-01-22 04:38:42 +00:00
databases Update to 2.033004 2018-01-27 07:46:36 +00:00
devel Update to 5.20180120 2018-01-27 08:19:33 +00:00
distfiles
doc doc: Updated security/keychain to 2.8.5 2018-01-27 10:02:20 +00:00
editors dasher: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:34:39 +00:00
emulators dynamips: update to 0.2.17 2018-01-17 20:22:36 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance py-braintree: updated to 3.40.0 2018-01-21 12:17:25 +00:00
fonts Add a workaround for the Old in-tree fontconfig headers 2018-01-15 08:59:15 +00:00
games eboard: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:45:45 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics MesaLib7: Fix SunOS linker flags. 2018-01-26 09:41:53 +00:00
ham fix inline calls in src/rtl_adsb.c and src/rtl_power.c 2018-01-22 04:42:44 +00:00
inputmethod Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
lang lang/forth-retro: import forth-retro-12.0.2018.1 2018-01-27 10:59:05 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail Update to 3.006 2018-01-27 08:40:35 +00:00
math muparser: Fix SunOS linker flags and naming. 2018-01-26 09:48:46 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs boost: Fix threading with clang on SunOS. 2018-01-25 12:33:49 +00:00
misc attica-qt5: install attica.categories properly 2018-01-27 03:32:16 +00:00
mk Remove useless options for duplicity 2018-01-26 14:55:31 +00:00
multimedia ffmpeg*: Spell sunpro correctly. 2018-01-25 14:15:25 +00:00
net Update to 0.96 2018-01-27 07:54:04 +00:00
news Sort PLIST files. 2018-01-01 22:29:15 +00:00
packages
parallel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pkgtools pkglint: Update to 5.5.1 2018-01-13 23:56:14 +00:00
print cups-base: Let pkgsrc handle SSP, remove GCC hacks. 2018-01-26 17:22:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Import keychain-2.8.5 with the following improvements: 2018-01-27 10:00:15 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils Replace bl3 dependencies by DEPENDS 2018-01-26 17:21:46 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-openpyxl: add required py-cElementTree dependency 2018-01-27 08:35:58 +00:00
time * debl3ification 2018-01-26 17:17:35 +00:00
wm Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
www py-swiftclient: Incompatible with python34 (py-futures). 2018-01-26 22:37:00 +00:00
x11 py-sip: Fix linker flags with SunOS/clang. Bump PKGREVISION. 2018-01-26 15:47:18 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$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.