Commit graph

7606 commits

Author SHA1 Message Date
dmcmahill
b2755dda8f add ted-no-2.5.
Norwegian spelling dictionary for the Ted word processor.
1999-09-19 11:28:59 +00:00
dmcmahill
5808a2af8f add ted-it-2.5.
Italian spelling dictionary for the Ted word processor.
1999-09-19 11:28:12 +00:00
dmcmahill
f90f8768f6 add ted-fr-2.5.
French spelling dictionary for the Ted word processor.
1999-09-19 11:27:54 +00:00
dmcmahill
d850575f9a add ted-es-2.5.
Spanish spelling dictionary for the Ted word processor.
1999-09-19 11:27:36 +00:00
dmcmahill
bc9431fc24 add ted-en-us-2.5.
US English spelling dictionary for the Ted word processor.
1999-09-19 11:27:19 +00:00
dmcmahill
1a3fe7c399 add ted-en-gb-2.5.
UK English spelling dictionary for the Ted word processor.
1999-09-19 11:26:59 +00:00
dmcmahill
ca118ec8ce add ted-de-2.5.
German spelling dictionary for the Ted word processor.
1999-09-19 11:25:13 +00:00
dmcmahill
23b4d649e8 add ted-da-2.5.
Danish spelling dictionary for the Ted word processor.
1999-09-19 11:23:13 +00:00
dmcmahill
71d81adcd7 add ted-cs-2.5.
Czech spelling dictionary for the Ted word processor.
1999-09-19 11:22:51 +00:00
jlam
9c93f7739f Document new PGSQL_USE_TCL variable which enables building the Tcl/Tk
interface for PostgreSQL.
1999-09-19 04:29:11 +00:00
jlam
cbd51db2e0 Update postgresql to 6.5.1. Completely libtoolized and ldconfig statements
removed, but this should still function correctly on a.out systems.  This
package was originally submitted by D'Arcy J.M. Cain, but with major
overhauling by me.

Closes PR#7865 and relevant part of PR#8299.

Major changes from version 6.4.2:

        Multi-version concurrency control(MVCC)
          This removes our old table-level locking, and replaces it with a
         locking system that is superior to most commercial database
         systems. In a traditional system, each row that is modified is
         locked until committed, preventing reads by other users. MVCC
         uses the natural multi-version nature of PostgreSQL to allow
         readers to continue reading consistent data during writer
         activity. Writers continue to use the compact pg_log transaction
         system. This is all performed without having to allocate a lock
         for every row like traditional database systems. So, basically,
         we no longer are restricted by simple table-level locking; we
         have something better than row-level locking.

        Hot backups from pg_dump
          pg_dump takes advantage of the new MVCC features to give a
         consistant database dump/backup while the database stays online
         and available for queries.

        Numeric data type
          We now have a true numeric data type, with user-specified
         precision.

        Temporary tables
          Temporary tables are guaranteed to have unique names within a
         database session, and are destroyed on session exit.

        New SQL features
          We now have CASE, INTERSECT, and EXCEPT statement support. We
         have new LIMIT/OFFSET, SET TRANSACTION ISOLATION LEVEL, SELECT
         ... FOR UPDATE, and an improved LOCK TABLE command.

        Speedups
          We continue to speed up PostgreSQL, thanks to the variety of
         talents within our team. We have sped up memory allocation,
         optimization, table joins, and row transfer routines.

        Ports
          We continue to expand our port list, this time including
         WinNT/ix86 and NetBSD/arm32.

        Interfaces
          Most interfaces have new versions, and existing functionality
         has been improved.

        Documentation
          New and updated material is present throughout the
         documentation. New FAQs have been contributed for SGI and AIX
         platforms. The Tutorial has introductory information on SQL from
         Stefan Simkovics. For the User's Guide, there are reference pages
         covering the postmaster and more utility programs, and a new
         appendix contains details on date/time behavior. The
         Administrator's Guide has a new chapter on troubleshooting from
         Tom Lane. And the Programmer's Guide has a description of query
         processing, also from Stefan, and details on obtaining the
         Postgres source tree via anonymous CVS and CVSup.
1999-09-19 04:24:53 +00:00
dmcmahill
f803a09b14 update CATEGORIES to reflect moving ted. (was print, is textproc) 1999-09-19 02:05:48 +00:00
dmcmahill
83552942d6 add and enable ted 1999-09-19 02:03:07 +00:00
dmcmahill
76e031e596 delete ted from Makefile. ted has been moved to textproc. 1999-09-19 02:00:45 +00:00
dmcmahill
dc343841be Moved from print/ted/pkg/PLIST,v 1999-09-19 01:57:58 +00:00
dmcmahill
e984f8e4a9 Moved to textproc/ted/pkg/PLIST,v 1999-09-19 01:57:57 +00:00
dmcmahill
e6b7a228fa Moved from print/ted/pkg/MESSAGE,v 1999-09-19 01:57:49 +00:00
dmcmahill
509a80b0f1 Moved to textproc/ted/pkg/MESSAGE,v 1999-09-19 01:57:48 +00:00
dmcmahill
fb6825f3b1 Moved from print/ted/pkg/DESCR,v 1999-09-19 01:57:40 +00:00
dmcmahill
5bd29063a3 Moved to textproc/ted/pkg/DESCR,v 1999-09-19 01:57:39 +00:00
dmcmahill
e323d026b9 Moved from print/ted/pkg/COMMENT,v 1999-09-19 01:54:47 +00:00
dmcmahill
5fb1baada5 Moved to textproc/ted/pkg/COMMENT,v 1999-09-19 01:54:46 +00:00
dmcmahill
a1c792a44e Moved from print/ted/patches/patch-aa,v 1999-09-19 01:54:35 +00:00
dmcmahill
52e8bc1f54 Moved to textproc/ted/patches/patch-aa,v 1999-09-19 01:54:34 +00:00
dmcmahill
5c424a4059 Moved from print/ted/files/README.ind,v 1999-09-19 01:54:18 +00:00
dmcmahill
715502b5d7 Moved to textproc/ted/files/README.ind,v 1999-09-19 01:54:17 +00:00
dmcmahill
1c0d8253bc Moved to textproc/ted/files/patch-sum,v 1999-09-19 01:54:02 +00:00
dmcmahill
64cea3c6f1 Moved from print/ted/files/patch-sum,v 1999-09-19 01:54:01 +00:00
dmcmahill
d1cb730160 Moved from print/ted/files/md5,v 1999-09-19 01:53:53 +00:00
dmcmahill
f219989537 Moved to textproc/ted/files/md5,v 1999-09-19 01:53:52 +00:00
dmcmahill
9387e1c855 Moved from print/ted/Makefile,v 1999-09-19 01:52:40 +00:00
dmcmahill
8c3a7696ef Moved to textproc/ted/Makefile,v 1999-09-19 01:52:39 +00:00
ad
ce97f22ad5 Need to install pcreposix.h. 1999-09-19 00:55:35 +00:00
hubertf
06ab2cb91b Don't make lint libs (and fail). 1999-09-19 00:51:36 +00:00
kim
08ecb5e863 Kerberos IV support (cannot have both IV and V at the same time).
Note that I reverted some LIBZ stuff in patch-ac that was (while
correct) not necessary and conflicted with the Kerberos patch.

I have not tested the combination of Kerberos IV and INET6 (yet).
1999-09-18 22:04:55 +00:00
kim
360620265b Regen. 1999-09-18 21:10:18 +00:00
ad
f69bfc6c4e Add a basic manpage for Exim (from Debian GNU/Linux via exim 'contrib'). 1999-09-18 21:08:46 +00:00
kim
e01b589f8d Regenerate offset and fuzzy patches. 1999-09-18 21:08:20 +00:00
ad
4cc2efeab0 - Add libpcreposix.a
- Add manpages that were getting installed
1999-09-18 20:49:54 +00:00
ad
43a722f5bb Also install libpcreposix.a (Mostly POSIX compatible front-end to PCRE). 1999-09-18 20:48:43 +00:00
ad
4d519883cb - Update for exim_newaliases and mailer.conf.exim
- Some small cleanup
1999-09-18 20:28:25 +00:00
ad
b0a8186f1d mailer.conf for exim. 1999-09-18 20:27:08 +00:00
ad
18fc0c4c10 Script to do equivalent of sendmail's newaliases(1). (Exim normally
likes to do a linear search of /etc/aliases, but that sucks).
1999-09-18 20:26:00 +00:00
ad
775546ca78 Regen. 1999-09-18 20:23:36 +00:00
ad
f70c492583 In the default configuration, use /etc/aliases.db, not a linear search of
/etc/aliases.
1999-09-18 20:23:10 +00:00
kim
1fd860aa1a My proxy cache or ftp offered helpful ascii translation for me... 1999-09-18 16:16:06 +00:00
kim
2e76a173e7 Forgot PLIST. 1999-09-18 15:35:31 +00:00
kim
9ec7d89a66 Fix unknown MACHINE_ARCH on Solaris. 1999-09-18 15:33:55 +00:00
kim
27d53fa363 Add and enable patch 1999-09-18 15:29:09 +00:00
kim
e9478f4a70 The patch utility. 1999-09-18 15:27:09 +00:00