Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ng0 39c1c02999 Add www/guile-haunt version 0.2.4
Haunt is a static site generator written in Guile Scheme.
Haunt features a functional build system and an extensible
interface for reading articles in any format.
2019-11-26 18:10:54 +00:00
archivers innoextract: DESCR no longer accurate 2019-11-22 18:46:19 +00:00
audio portaudio: Update DESCR to remove references to SGI and BeOS 2019-11-25 14:07:48 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad (cad/gtkwave) Updated to 3.3.103 2019-11-16 12:48:19 +00:00
chat chat/jabberd: note that there is a pending update in wip 2019-11-24 14:39:09 +00:00
comms comms/asterisk16: Fix compiler check via pkglint 2019-11-24 01:14:10 +00:00
converters py-emoji: updated to 0.5.4 2019-11-25 18:27:45 +00:00
cross Synchronise some missing dependencies that devel/doxygen/options.mk 2019-11-24 12:31:37 +00:00
databases hiredis: update to 0.14.0. 2019-11-26 12:43:42 +00:00
devel Add devel/guile-gcrypt version 0.1.0 2019-11-26 17:40:25 +00:00
distfiles
doc doc: Added devel/guile-gcrypt version 0.1.0 2019-11-26 17:41:02 +00:00
editors abiword: Update to 3.0.3 2019-11-26 16:54:13 +00:00
emulators fs-uae: updated to 3.0.2 2019-11-18 20:01:03 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance py-bitcoinlib: updated to 0.10.2 2019-11-25 18:24:49 +00:00
fonts fonts/ibm-plex-ttf: Update to 4.0.1 2019-11-19 23:57:21 +00:00
games frotz: Update to 2.50 2019-11-24 00:45:39 +00:00
geography geography/py-proj: Update HOMEPAGE 2019-11-24 14:51:20 +00:00
graphics Simplify MASTER_SITES 2019-11-26 14:37:54 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod uim: Needs autopoint 2019-11-11 10:12:35 +00:00
lang cargo requires root CA certificates, bump PKGREVISON 2019-11-26 14:41:13 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail gmime3: update to 3.2.5. 2019-11-26 12:32:30 +00:00
math math: Add py-arviz 2019-11-25 04:10:07 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs modular-xorg-libs: remove libdmx 2019-11-26 09:05:40 +00:00
misc kmousetool: update to 19.08.3 qt5/kf5 version 2019-11-25 10:13:48 +00:00
mk net/tor: Add rust option to build the rust features in tor. 2019-11-24 18:42:15 +00:00
multimedia DVDStyler: update to 3.1. 2019-11-26 14:15:22 +00:00
net py-lexicon: updated to 3.3.10 2019-11-25 11:56:57 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools x11-links: remove libXevie 2019-11-25 09:50:55 +00:00
print cups{,-base}: Update to 2.3.0 2019-11-17 21:22:03 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security py-asn1-modules: update to 0.2.8. 2019-11-26 13:10:44 +00:00
shells zsh-autosuggestions: update to 0.6.3. 2019-11-13 15:24:25 +00:00
sysutils ksystemlog: update to 19.08.3 qt5/kf5 version 2019-11-25 10:15:37 +00:00
templates
textproc Add textproc/guile-commonmark version 0.1.2 2019-11-26 16:52:25 +00:00
time py-parsedatetime: updated to 2.5 2019-11-25 06:39:49 +00:00
wm pwm: update to 20070720. 2019-11-26 13:34:05 +00:00
www Add www/guile-haunt version 0.2.4 2019-11-26 18:10:54 +00:00
x11 xkbprint: update to 1.0.5. 2019-11-26 10:05:08 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.