Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia f73785b80b wm: Add swc.
swc is a small Wayland compositor implemented as a library.

It has been designed primary with tiling window managers in mind.

This is a friendly fork of swc that adds NetBSD support.
2019-12-11 21:18:05 +00:00
archivers unrar: updated to 5.8.5 2019-12-11 18:49:08 +00:00
audio (audio/pavucontrol) Updated 3.0 to 4.0 2019-12-11 15:10:23 +00:00
benchmarks Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad ensure debug binaries are not built, by using target 'release' 2019-12-07 07:44:36 +00:00
chat atheme: Update DESCR 2019-12-10 13:22:37 +00:00
comms py-colorama: updated to 0.4.3 2019-12-11 19:01:00 +00:00
converters py-emoji: updated to 0.5.4 2019-11-25 18:27:45 +00:00
cross cross/dasm: Revbump to avoid distfiles conflict. 2019-12-09 09:29:15 +00:00
databases py-multidict: updated to 4.7.0 2019-12-11 08:58:35 +00:00
devel Fix PR 54712; bump revision 2019-12-11 20:20:23 +00:00
distfiles
doc Updated devel/py-cython, graphics/py-matplotlib 2019-12-11 20:30:12 +00:00
editors abiword & abiword-plugins: fix builds 2019-12-04 05:40:47 +00:00
emulators qemu: Various SunOS fixes. 2019-12-11 16:44:22 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts (fonts/fntsample) Updated to 5.3 2019-12-11 14:57:43 +00:00
games rocksndiamonds: updated to 4.1.3.0 2019-12-10 22:22:22 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics Add graphics/wld. 2019-12-11 21:15:10 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang py-mypy: updated to 0.750 2019-12-11 19:06:55 +00:00
licenses licenses & mk/license.mk: add license for Enlightenment 16 2019-12-07 04:47:32 +00:00
mail exim: updated to 4.93 2019-12-09 18:46:00 +00:00
math Use ICONV_CONST from autotools instead of hardcoding OS versions 2019-12-09 09:31:06 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: allow newer versions. comment out some packages that are not developed 2019-11-30 19:59:34 +00:00
misc Make sure xygrib does not create a bundle on MacOSX 2019-12-10 13:55:44 +00:00
mk options.description: note pango and vera-ttf options 2019-12-07 05:00:26 +00:00
multimedia adobe-flash-player: update to 32.0.0.303. 2019-12-11 14:09:00 +00:00
net py-Socks: updated to 1.7.1 2019-12-11 14:49:15 +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 pkgtools/pkglint: update to 19.3.16 2019-12-09 20:38:15 +00:00
print ghostscript-agpl: Update to 9.50 2019-12-10 10:44:09 +00:00
regress regress: comment out two directories without Makefiles 2019-12-08 10:22:09 +00:00
security py-certifi: updated to 2019.11.28 2019-12-11 14:27:54 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils ansible: updated to 2.9.2 2019-12-10 22:26:34 +00:00
templates
textproc py-colored: updated to 1.4.2 2019-12-11 19:04:15 +00:00
time py-icalendar: updated to 4.0.4 2019-12-11 10:28:58 +00:00
wm wm: Add swc. 2019-12-11 21:18:05 +00:00
www www/nsm: Update to version 1.24 2019-12-11 15:56:05 +00:00
x11 modular-xorg-server: Sync with current NetBSD xsrc 2019-12-10 17:27:05 +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.