Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
xtraeme eb9607ed38 Updated to 1.0.1.
Changes:

2002-09-12 Stable Version 1.0.1 released
--------------------------------------
      * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c
        More thoroughly check return value from read_smtp_response().
      * libesmtp.h errors.c
        Added new "Client error" error code.  This is just a cop-out,
        used when an API called by libesmtp fails.
      * base64.c
        Make conversions immune to NULL source data,
      * examples/mail-file.c
        Cleaned up some compiler warnings
      * siobuf.[hc]
        Added a few extra sio_ calls.  Not actually used in libESMTP though.
      * concatenate.c errors.c getaddrinfo.c headers.c htable.c
      * protocol.c siobuf.c
        Don't perform zero length operations using the memxxx() functions.
        This may avoid segfaults on some platforms or libraries.
      * siobuf.c
        Improved handling of flushes in sio_write() particularly in the
        case where data would exactly fill remaining space in the buffer.
      * rfc2822date.c
        Correct leap year compensation for January and February in
        libesmtp_mktime().
      * examples/Makefile
        Changed compiler flags from -ansi to -std=c99 and added -W
      * headers.c
        Eliminated bug where find_header() could pass -1 to the length
        argument of memchr() causing a core dump on some architectures.
      * libesmtp-private.h protocol.c smtp-bdat.c
        M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as
        explicitly permitted by RFC 3030, *sigh*.  Hackish workaround
        implemented.
      * configure.in Makefile.am
        Added DIST_SUBDIRS macro to make sure tarball gets built properly.
        This one slipped past 'make distcheck' last time for some reason
        but then autoconf & friends are totally inscruitable.
      * ntlm/ntlmdes.c
        OpenSSL 0.9.7 changes some typedefs.  Changed to suit, should
        still be compatible with previous OpenSSL versions.
2003-09-24 09:12:19 +00:00
archivers sync with NetBSD-current's pax-20030923. 2003-09-23 14:37:41 +00:00
audio Add missing PKGCONFIG_OVERRIDE. 2003-09-23 23:28:16 +00:00
benchmarks Make build on Solaris. From Jonathan Perkin in PR 22855. 2003-09-19 18:18:11 +00:00
biology get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or 2003-09-17 19:39:58 +00:00
cad get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or 2003-09-17 19:39:58 +00:00
chat Updated to 2.0.5. 2003-09-23 22:00:51 +00:00
comms Update hylfax to 4.1.7. Changes since 4.1.5: 2003-09-23 21:39:46 +00:00
converters Removed ImageMagick dependency, since wv can handle images itself. 2003-09-23 10:37:56 +00:00
cross Fix relative path to mk dir. 2003-09-21 20:44:13 +00:00
databases Updated to 0.5.0. 2003-09-24 07:54:17 +00:00
devel Fix another build problem, this time under NetBSD 1.6.1_STABLE. 2003-09-23 19:26:01 +00:00
distfiles These files belong to $MASTER_SITE_LOCAL - moved them there! 2000-12-05 00:23:05 +00:00
doc s/libart_lgpl2/libart2/ for changes2html 2003-09-24 08:43:31 +00:00
editors Rewrite to use "stdarg.h" instead of "varargs.h" to fix build problem 2003-09-22 20:22:36 +00:00
emulators Work arround build problem with GCC 3.3.1 by disabling the broken assembler 2003-09-23 19:05:05 +00:00
finance USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
fonts Add missing PKGCONFIG_OVERRIDE. 2003-09-22 21:55:55 +00:00
games Updated to 1.6.0. Closes PR pkg/19015 and pkg/22612. 2003-09-22 12:27:28 +00:00
graphics Add missing PKGCONFIG_OVERRIDE. 2003-09-23 12:18:53 +00:00
ham Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
inputmethod canna-server-bin -> canna-server 2003-09-23 15:14:54 +00:00
lang enable on alpha. still fails 3 out of nearly 200 self tests 2003-09-23 20:56:00 +00:00
licenses Update povray to version 3.50c 2003-08-31 23:04:13 +00:00
mail Updated to 1.0.1. 2003-09-24 09:12:19 +00:00
math Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
mbone COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
meta-pkgs Update to KDE 3.1.4. 2003-09-17 22:58:45 +00:00
misc Add udfclient package. 2003-09-23 19:03:56 +00:00
mk back out revision 1.67, as it does not work as it should due to the 2003-09-24 07:40:03 +00:00
net Add Russ Nelson's dnscache patch to ignore IP addresses listed in 2003-09-24 03:28:12 +00:00
news Fix build on Solaris. From Jonathan Perkin in PR 22896. 2003-09-22 21:12:17 +00:00
packages
parallel Add pseudo-category 'java'. 2003-08-23 15:16:36 +00:00
pkgtools sync with NetBSD-current after updates from wiz. 2003-09-23 13:22:37 +00:00
print Also works with the teTeX2-bin package. 2003-09-22 21:02:51 +00:00
security On non-SunOS, bring back 2003-09-23 20:53:52 +00:00
shells Use the right install program for correctness and to fix problems under SunOS. 2003-09-22 20:57:12 +00:00
sysutils Add HOMEPAGE, and make compile on non-NetBSD. 2003-09-23 13:58:36 +00:00
templates Fix the location of DESCR for the readme files 2001-11-03 03:26:08 +00:00
textproc Update to 1.3.2: 2003-09-23 08:35:52 +00:00
time Java programs should be executed with the java command, not jre. 2003-09-22 18:26:37 +00:00
wm Bring patch from development version to fix a race condition on old machines. 2003-09-22 20:30:27 +00:00
www Add missing PKGCONFIG_OVERRIDE. 2003-09-23 12:18:53 +00:00
x11 Add missing PKGCONFIG_OVERRIDE. 2003-09-22 21:55:55 +00:00
Makefile Abort "make readme-all" before it fails (when there are no README.html files 2003-09-16 20:31:00 +00:00
Packages.txt vulnerabilities -> pkg-vulnerabilities 2003-09-23 01:27:53 +00:00
pkglocate Use "printf" instead of "echo -n" because it's more portable. 2003-05-31 14:20:46 +00:00
README the full documentation has more up-to-date information than the 2003-06-23 07:48:01 +00:00

$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $

The pkgsrc documentation now lives on the NetBSD web site.

Full documentation, one file per chapter:
	http://www.NetBSD.org/Documentation/pkgsrc/

Full documentation in a single file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html

Full documentation in a single plain-text file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt

pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).