Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz b1557f9832 net/unison2.48: import unison2.48-2.48.15v4nb5
This is a re-import of net/unison, but with all paths changed from
"unison" to "unison-2.48". This way, you can install it in parallel
with unison2.51. Run unison-2.48 with "-addversionno" to run
the appropriate unison binary on the other side.

Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.

This package contains the outdated 2.48 release.
2019-07-29 18:07:10 +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 doc: Updated pkgtools/pkg_rolling-replace to 0.24.7 2019-07-29 14:48:33 +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 thunderbird52: note why this package exists 2019-07-29 13:00:32 +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-publishers: sync with rev 51647 2019-07-29 12:14:21 +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 net/unison2.48: import unison2.48-2.48.15v4nb5 2019-07-29 18:07:10 +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 pkgtools/pkg_rollingreplace: Update to 0.24.7 2019-07-29 14:48:17 +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 firefox52: note why this package exists 2019-07-29 12:58:38 +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.