Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jtb f6c3d21779 Update of icon to 9.4.0.
Version  9.4 of Icon is a modified and repackaged implementation based
   on  version  9.3.2  of  Icon.  The changes make it easier to maintain,
   install,  and  use under Unix while retaining potential portability to
   other  systems.  Most  significant  are  changes  to  path  searching,
   described  below,  and  the inclusion of the Icon program library as a
   standard part of all Unix source and binary distributions.

   The  Icon  language  is  unchanged,  and  this 9.4 Unix implementation
   remains compatible at the source level with Icon 9.3 for Windows.

Recent feature additions

   New  features  added  since  the  publication  of  the  Icon books are
   described below.

  Reading foreign text files

   (new with Version 9.3.1 of Icon)

   The  function  read()  recognizes three kinds of line terminators when
   reading  a  file opened in translated mode: Windows (CR+LF), Macintosh
   (CR),  or  Unix (LF). Consequently, text files created on one platform
   can be read by an Icon program running on a different platform.

  Reading directory contents

   (new with Version 9.3.2 of Icon)

   The  files  in a directory can be listed by opening the directory as a
   file.  Subsequent reads return the names of the files contained in the
   directory.  The  names  are  returned  in no particular order, and for
   Unix, the directories "." and ".." are included.

  Path searching

   (new with Version 9.4 of Icon)

   Under  Unix,  colons (:) may now separate directories in the LPATH and
   IPATH  environment  variables  as  an  alternative to spaces. The Icon
   translator and linker search these paths when looking for $include and
   link files respectively.

   The  Icon program library is now searched automatically, but LPATH and
   IPATH  can  still be set to control the search order. For version 9.4,
   the effective path in each case is:
    1. the current directory
    2. any directories named by the environment variable
    3. the Icon library directory

   Other  changes  affect  the configuration of Icon at installation time
   and  the  way  executable  Icon programs locate the interpreter. These
   changes,  which  are  transparent to most users, are discussed in more
   detail on the [2]File Organization page.

Other Icon Changes

   Several  areas  of  the  Icon  implementation have been cleaned up, in
   particular   the  run-time  initialization  code,  and  some  obsolete
   configurations have been removed.

   With one clearly marked exception, programs in the standard test suite
   now generate reproducible output.

   The following problems have been corrected:
     * The sign bit was lost when converting a real to a large integer.
     * A duplicate close(f) could crash the interpreter.
     * Very large coordinate values were silently mishandled.
     * Window attributes over 127 characters long caused a segfault.
     * A segfault during traceback could produce an infinite loop.
     * A file inclusion bug in gcc 2.96 prevented Icon from building.

Library Changes

   The  program  library  has been incorporated into the main Icon source
   tree and is routinely built along with icont and iconx. Tests for most
   of  the  core  library  functions  and  loadable C functions have been
   incorporated  the standard test suite, and some additional consistency
   tests were developed.

   Numerous  changes  were  made  throughout  the  library to fix linking
   problems,  to  fix  typos  and formatting, and to support building via
   Makefiles.

   Some  files  that were miscategorized as graphics or non-graphics have
   been   moved.   Duplicate  files  in  the  cfuncs  and  packs/loadfunc
   directories  have been eliminated. Some other obsolete files were also
   removed.

   Other significant changes were:
procs/datetime          fixed dayoweek() to get all twelve months right
procs/factors           fixed divisors() to consistently return all factors
                        fixed genfactors() for some failing cases
                        added some minor optimizations
procs/genrfncs          added several new sequence generators
procs/io                modified to allow ":" as a path separator under Unix
procs/lists             fixed fatal bugs in lminlen() and lmaxlen()
                        added several new list manipulation procedures
procs/lstfncs           added: procedures to produce lists from sequences
procs/numbers           fixed decimal() for values where remainder repeats
procs/pdco              added several new control operations
procs/periodic          added: procedures related to periodic sequences
procs/permutat          added: procedures for permutations
procs/polynom           added: manipulate multi-variate polynomials
procs/pqueue            added new priority queue procedures
procs/rational          added real2rat(v, p)    #: convert real to rational
                        added medrat(r1, r2)    #: rational mediant
procs/records           added fieldnum(R, s)    #: return index of field R.s
procs/seqops            replaced: procedures to manipulate T-sequences
procs/strings           modified fchars() to break ties lexically
                        renamed permute() to permutes()

cfuncs/icall.h          fixed reading of misaligned doubles by RealVal()
cfuncs/fpoll.c          support fpoll() under BSD Unix flavors

gprocs/drawlab          modified to let the caller control the window size

progs/htprep            modified to improve quoting
progs/ipatch            modified to understand v9.4 headers as well as v9.3
progs/unclog            added: program to reformat CVS logs

gprogs/breakout         added: a new breakout game
gprogs/dlgvu            modified to allow interruption while drawing labels
gprogs/gallery          modified to recognize some nonstandard JPEG files
gpacks/tiger            modified to allow interruption of drawing
gpacks/xtiles           fixed the usage message

packs/loadfunc/cspace   increased the default window size
2001-06-25 18:00:16 +00:00
archivers Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:46:22 +00:00
audio For NetBSD hosts, use a default device of /dev/rcd0<rawpart>. 2001-06-25 12:17:54 +00:00
benchmarks s/non-commercial/no-commercial-use/ 2001-06-04 23:58:42 +00:00
biology Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
cad Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 23:37:01 +00:00
chat Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
comms Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
converters Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
cross CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
databases Use BUILDLINK_FIX_LIBTOOL_SED to replace for installed freetds directory. 2001-06-23 19:42:11 +00:00
devel Fix build problems on clean/-current system seen by Frank van der Linden 2001-06-25 15:34:47 +00:00
distfiles These files belong to $MASTER_SITE_LOCAL - moved them there! 2000-12-05 00:23:05 +00:00
editors Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 19:57:48 +00:00
emulators Make this package happy with xpkgwedge; Since mkfontdir is a part of standard 2001-06-12 05:25:38 +00:00
finance CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
fonts Make this package happy with xpkgwedge; Since mkfontdir is a part of standard 2001-06-12 05:25:38 +00:00
games Fix up conversion to use buildlink.mk files slightly by not putting a 2001-06-25 04:29:26 +00:00
graphics o converted to use the buildlink technology 2001-06-25 14:09:45 +00:00
ham Add an info dir entry to tntdoc.info and fix Makefile and PLIST accordingly. 2001-05-16 22:07:02 +00:00
japanese Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
lang Update of icon to 9.4.0. 2001-06-25 18:00:16 +00:00
licenses Add license for misc/astrolog. 2001-06-08 00:38:59 +00:00
mail Doesn't seem to need GNU make anymore. 2001-06-24 11:19:00 +00:00
math Mark as USE_BUILDLINK_ONLY. 2001-06-21 02:26:15 +00:00
mbone CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so 2001-06-11 06:34:17 +00:00
meta-pkgs Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
misc Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
mk A tiny example how I start my sandbox builds. 2001-06-23 23:30:28 +00:00
net Update samba to 2.2.0a as samba-2.2.0nb2. Quoting from WHATSNEW.txt: 2001-06-24 07:55:22 +00:00
news LICENSE=no-profit 2001-06-05 00:54:08 +00:00
packages Add .cvsignore to stop cvs update listing every distfile and more 1999-11-24 11:53:24 +00:00
parallel forgot to cvs add these first. 2001-05-24 19:51:47 +00:00
pkgtools add an option to allow logging the output of "mkisofs -v -v" to a file. 2001-06-24 21:46:33 +00:00
print Generalize how the dependency pattern may be specified. Instead of just 2001-06-23 19:26:48 +00:00
security Update to the latest version. Fixes pr#13272 2001-06-24 10:06:32 +00:00
shells Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipseb 2001-06-20 05:39:02 +00:00
sysutils regen for patch-aj 2001-06-20 16:46:40 +00:00
templates Note how to report problems, or send updates or suggestions. 2001-03-19 17:44:30 +00:00
textproc add and enable sablotron 2001-06-25 17:28:21 +00:00
time Mark as USE_BUILDLINK_ONLY, and document the config.cache entry to prevent 2001-06-21 02:14:43 +00:00
wm Update fvwm2-current to 2.3.33 2001-06-25 09:49:49 +00:00
www add and enable php4-sablot 2001-06-25 17:41:00 +00:00
x11 Correct typo and reorder lines to our BUILDLINK_FIX_LIBTOOL_SED setting 2001-06-23 21:02:22 +00:00
Makefile echo -> ${ECHO} 2001-02-27 20:23:59 +00:00
Packages.txt Note caveat about how buildlink.mk doesn't currently meet goal #2 on 2001-06-23 14:29:29 +00:00
pkglocate Update the usage message to explain what each option letter does. 2001-04-03 09:28:32 +00:00
README update a bit 2001-06-06 19:41:05 +00:00
TODO apsfilter import is done. 2001-06-11 21:57:57 +00:00

$NetBSD: README,v 1.12 2001/06/06 19:41:05 hubertf 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 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" while in the directory for the package.

+ 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.

+ Optionally, you can periodically run "make clean" from the top
level pkgsrc directory. This will delete extracted and built files,
but will not affect the retreived source sets in pkgsrc/distfiles.

+ 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 pkgsrc/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.

One limitation of using binary packages provided from ftp.netbsd.org
is that all mk.conf options were set to the defaults at compile time.
LOCALBASE, in particular, defaults to /usr/pkg, so non-X binaries
will be installed in /usr/pkg/bin, man pages will be installed in
/usr/pkg/man...

When a packaged tool has major compile time choices, such as support
for multiple graphic toolkit libraries, the different options may
be available as separate packages.

For more information on the packages collection see the file
Packages.txt file in the same place where you found this README,
usually in the top-level pkgsrc dir.
directory.