Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b26e556de3 py-textile: updated to 3.0.4
Version 3.0.4
* BUGFIX: Restricted mode strips out CSS attributes again.
* Update travis to more current versions and test against current Pillow version.
2019-10-15 17:28:16 +00:00
archivers advancecomp: Avoid compiler warnings due to redefining bswap* on NetBSD. 2019-10-04 18:08:07 +00:00
audio fluidsynth: on Darwin do not build as a framework 2019-10-14 15:20:18 +00:00
benchmarks fio: update to 3.16 2019-10-08 18:13:32 +00:00
biology py-pydicom: Update to 1.3.0 2019-10-01 14:45:29 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad Enable py-PyRTL 2019-10-05 06:19:56 +00:00
chat Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
comms delete ancient Asterisk 11.* 2019-09-22 20:00:31 +00:00
converters Update to 7.4.1 2019-10-06 09:59:33 +00:00
cross h8300-hms-{binutils,gcc}: Remove. 2019-10-11 18:53:02 +00:00
databases py-redis: updated to 3.3.11 2019-10-15 17:26:21 +00:00
devel py-pylint-plugin-utils: updated to 0.6 2019-10-15 17:24:01 +00:00
distfiles
doc Updated www/py-flask-jwt-extended, time/py-pytz, time/py-tzdata, devel/py-pip 2019-10-15 17:17:25 +00:00
editors Sorry, barked up the wrong tree. 2019-10-11 14:42:48 +00:00
emulators Add the 20191014/ directory to the distinfo entries. 2019-10-15 12:40:46 +00:00
filesystems Add mkspiffs 0.2.3 2019-10-07 10:13:16 +00:00
finance gnucash: update to 3.7. 2019-10-10 13:47:40 +00:00
fonts spleen: update to 1.5.0. 2019-10-07 08:41:10 +00:00
games scummvm-tools: add PLIST.Darwin 2019-10-14 19:18:45 +00:00
geography geography/geos: Update to 3.7.3 2019-10-08 23:42:55 +00:00
graphics p5-Image-ExifTool: updated to 11.70 2019-10-13 08:21:40 +00:00
ham (ham/gnuradio-core) Fix build problem on NetBSD, after orc is updated 0.4.29 to 0.4.30, thanks maya@ 2019-10-14 12:40:27 +00:00
inputmethod ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0. 2019-09-14 11:34:18 +00:00
lang py-uncompyle6: updated to 3.5.0 2019-10-15 17:01:48 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail mail/pymsgauth: fix location of HTML documentation 2019-10-12 20:12:47 +00:00
math math/R-ellipsis: add test dependencies 2019-10-13 12:22:27 +00:00
mbone mbone/rtptools: fix location of HTML documentation 2019-10-12 20:14:08 +00:00
meta-pkgs ruby-gnome: Update to 3.4.0. 2019-10-11 16:20:22 +00:00
misc misc/bbweather: fix location of HTML documentation 2019-10-12 20:23:07 +00:00
mk Prepare for compat80 package. 2019-10-15 11:15:49 +00:00
multimedia (multimedia/gst-plugins0.10-ffmpeg) sorry more to commit for distinfo 2019-10-14 13:37:43 +00:00
net libpcap: update to 1.9.1 2019-10-14 20:10:19 +00:00
news sfeed: Update to 0.9.14 2019-10-13 13:51:56 +00:00
packages
parallel hwloc: updated to 1.11.3 2019-09-11 13:16:45 +00:00
pkgtools Use tab for indendation as the rest of the block. 2019-10-13 21:50:54 +00:00
print Update to 9.0.2 2019-10-15 13:27:15 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security security/doas: Update to 6.2p2 2019-10-15 12:24:01 +00:00
shells shells/bash2-doc: fix location of HTML documentation 2019-10-12 20:51:48 +00:00
sysutils sysutils/apcupsd: fix location of HTML documentation 2019-10-12 21:06:48 +00:00
templates
textproc py-textile: updated to 3.0.4 2019-10-15 17:28:16 +00:00
time py-tzdata: updated to 2019.3 2019-10-15 17:13:49 +00:00
wm blackbox: tweak DESCR 2019-10-08 03:06:27 +00:00
www py-beautifulsoup4: updated to 4.8.1 2019-10-15 17:21:34 +00:00
x11 ruby-gnome: Update to 3.4.0. 2019-10-11 16:20:22 +00:00
Makefile
pkglocate
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.