Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1999-07-02 15:35:14 +00:00
archivers Make this package work on Solaris. 1999-06-01 11:31:50 +00:00
audio Address the portability issue in a different way using a glib function, as 1999-06-30 16:39:50 +00:00
benchmarks Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
biology remove README.html from repository 1999-04-16 15:56:50 +00:00
cad change dependencies to updated qt-1.44 1999-06-04 15:39:08 +00:00
comms Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
converters Update "kdesupport" package to version 1.1.1. 1999-06-05 15:39:04 +00:00
corba The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on 1999-06-19 15:19:11 +00:00
cross Update this package to latest sources. Just bug fixes: 1999-06-30 14:46:03 +00:00
databases Correct a typo. 1999-07-01 08:04:36 +00:00
devel For packages that are in the NetBSD base system, but needed for 1999-07-02 08:46:51 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
emulators Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
fonts/Xg Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this 1999-01-30 23:18:44 +00:00
games Enable dopewars 1999-07-01 08:28:33 +00:00
graphics pass --x-{libraries,includes}= down to xmidpath. fixes this pkg with xpkgwedge. 1999-07-01 14:19:32 +00:00
ham Add missing / to HOMEPAGE url. 1999-06-06 19:34:31 +00:00
japanese typo. 1999-06-29 04:16:11 +00:00
lang Don't bother to pull in -lposix for the POSIX module. It contains nothing 1999-07-02 15:35:14 +00:00
mail Update fetchmail to 5.0.5. 1999-07-02 15:20:23 +00:00
math Include bsd.prefs.mk before using ${CC} in a != assignment, just in case 1999-06-28 11:52:26 +00:00
mbone Do the test for <sys/inttypes.h>'s existence a different and radical way - 1999-06-28 11:54:50 +00:00
meta-pkgs fix version mismatches in DEPENDS lines 1999-06-24 19:16:52 +00:00
misc Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
mk Add a show-downlevel target, which shows output of the form: 1999-07-02 12:56:32 +00:00
net Make this package work on Solaris. 1999-07-02 10:26:02 +00:00
news Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}. 1999-06-22 07:35:32 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
parallel Do the test for /usr/bin/f77's existence a different and radical way - 1999-06-28 11:56:03 +00:00
pkgtools Make this package work on Solaris. 1999-07-02 13:57:56 +00:00
plan9 Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
print Make this package work on Solaris. 1999-07-02 09:14:04 +00:00
security add --x-{libraries,includes}= if xpkgwedge. 1999-07-01 14:21:59 +00:00
shells sys_errlist gets defined in headers, don't redefine 1999-06-20 20:38:39 +00:00
sysutils Update to V0.1.18. Includes many bugfixes and these new features: 1999-07-01 02:15:29 +00:00
templates Packages.txt moved. 1998-08-23 01:32:19 +00:00
textproc Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
www Oops, forgot to add file. 1999-07-02 12:55:33 +00:00
x11 Update xscreensaver to 3.16. 1999-07-02 15:23:12 +00:00
Makefile Add and enable ham. 1999-06-06 19:33:17 +00:00
Packages.txt Some packages use bsd-style .mk files when building, and so any manual 1999-07-02 08:37:20 +00:00
README Minor mods to clean up the English. 1998-09-01 11:03:23 +00:00

$NetBSD: README,v 1.8 1998/09/01 11:03:23 agc Exp $

Welcome to the NetBSD Packages Collection
=========================================

In brief, the NetBSD Packages Collection is a set of software
utilities and libraries which have been ported to NetBSD.

The packages collection software can retrieve the software from its
home site, assuming you are connected in some way to the Internet,
verify its integrity, apply any patches, configure the software for
NetBSD, and build it.  Any prerequisite software will also be built
and installed for you.  Installation and de-installation of software
is managed by the packaging utilities.

The packages collection is made into a tar_file every week: 

	ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz

and you can sup the pkgsrc tree using the `pkgsrc' name for the
collection.

The pkgsrc tree is laid out in various categories, and, within that,
the various packages themselves.

You need to have root privileges to install packages.  We are looking
at ways to remove this restriction.

+ To install a package on your system, you need to change into the
directory of the package, and type "make && make install".

+ If you've made a mistake, and decided that you don't want that
package on your system, then type "pkg_delete <pkg-name>", or "make
deinstall".

+ To find out all the packages that you have installed on your system,
type "pkg_info".

+ To remove the work directory, type "make clean", and "make
clean-depends" will clean up any working directories for other
packages that are built in the process of making your package.

+ You can set variables to customise the behaviour (where packages are
installed, various options for individual packages etc), by setting
variables in /etc/mk.conf.  The pkgsrc/mk/mk.conf.example file
provides some examples for customisation.

The best way to find out what packages are in the collection is to
move to the top-level pkgsrc directory (this will usually be
/usr/pkgsrc), and type "make readme".  This will create a file called
README.html in the top-level pkgsrc directory, and also in all
category and package directories.  You can then see what packages are
available, along with a short (one-line) comment about the function of
the package, and a pointer to a fuller description, by using a browser
like lynx (see pkgsrc/www/lynx) or Mozilla (pkgsrc/www/mozilla), or
Communicator.  This is also available online as
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README.html.

Another way to find out what packages are in the collection is to
move to the top-level pkgsrc directory and type "make index". This
will create pksrc/INDEX which can be viewed via "make print-index | more".
You can also search for particular packages or keywords via
"make search key=<somekeyword>".

It is also possible to use the packaging software to install
pre-compiled binary packages by typing "pkg_add <URL-of-binary-pkg>". 
To see what binary packages are available, see:

	ftp://ftp.netbsd.org/pub/NetBSD/packages/<release>/<arch>/All/

where <release> is the NetBSD release, and <arch> is the hardware
architecture.

For more information on the packages collection see the file
Packages.txt in this directory.