Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-07-29 11:41:17 +00:00
archivers *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
audio schismtracker: Requires python to build. 2019-07-28 18:56:11 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
chat tootstream: Update to 0.3.7 2019-07-28 16:13:26 +00:00
comms Update Flash Operator Panel to 0.30. 2019-07-22 03:36:54 +00:00
converters *: recursive bump for poppler 0.79 2019-07-23 17:19:56 +00:00
cross *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
databases *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
devel SDL2: Update to 2.0.10 2019-07-27 15:29:10 +00:00
distfiles
doc Updated sysutils/usbutil to 0.5nb6 2019-07-29 11:30:12 +00:00
editors kakoune: Link against -lsocket -lnsl on SunOS 2019-07-26 09:36:58 +00:00
emulators *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
filesystems *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
finance gnucash: update to 3.6. 2019-07-22 13:39:57 +00:00
fonts fonts: rename tex-mathalfa{,-doc} to tex-mathalpha{,-doc} 2019-07-29 11:26:05 +00:00
games devilutionx: Backport some more 64-bit fixes that I missed. 2019-07-29 09:34:31 +00:00
geography *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
graphics librsvg: improve previous 2019-07-28 21:39:33 +00:00
ham *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
inputmethod *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
lang openjdk8: set the DISTNAME & PKGNAME based on GITHUB_TAG 2019-07-25 19:12:55 +00:00
licenses etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
mail Updated mail/exim to 4.92.1 2019-07-28 21:17:28 +00:00
math Remove SHA1 hashes for non-existent patches. 2019-07-23 22:58:46 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-fontsextra: Update to rev 51523 2019-07-29 11:41:17 +00:00
misc *: recursive bump for poppler 0.79 2019-07-23 17:19:56 +00:00
mk mk/ocaml.mk: don't assume MAKE_JOBS is defined 2019-07-26 09:59:27 +00:00
multimedia *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
net youtube-dl: Update to 20190727 2019-07-27 20:22:53 +00:00
news *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
packages
parallel *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pkgtools *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
print print: Add tex-{accents,arabicfront,checkend,dotlessi,hyphenex,soulpos,subdocs,tensind}{,-doc} 2019-07-29 11:16:53 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security Update to 0.72 2019-07-25 12:50:06 +00:00
shells oksh: update to 6.5 2019-07-24 11:15:41 +00:00
sysutils Failed to build with RELRO option 2019-07-29 11:19:56 +00:00
templates
textproc translate-shell: Update to 0.9.6.11 2019-07-27 20:35:06 +00:00
time *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wm py-tyle: remove 2019-07-26 18:12:47 +00:00
www Update to 68.0.1 2019-07-24 13:54:03 +00:00
x11 Revert partially the previous: 2019-07-26 23:28:43 +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.