[3440] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #731

daemon@ATHENA.MIT.EDU (Digestifier)
Fri Feb 11 21:26:33 2000

Message-ID: <20000212021313.27737.qmail@senator-bedfellow.mit.edu>
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date:     Fri, 11 Feb 00 21:13:10 EST

Linux-Announce Digest #731, Volume #3            Fri, 11 Feb 00 21:13:10 EST

Contents:
  Mercury 0.9.1 - new logic/functional programming language (Tyson Dowd)
  COMMERCIAL: Database manager for unstructured data with XML support. (=?iso-8859-1?Q?Marius_Larsen_J=F8hndal?=)
  LOCAL: Washtenaw Linux Users Group Meeting 02/17/00 (Jay Nugent)
  Dump/restore 0.4b14 released (Stelian Pop)
  COMMERCIAL: FortranPlus double packs - Use Linux and Windows ? ("Tim Freeman")
  COMMERCIAL: NEW!  Elfstone's X11 Toolkit (Terry Montgomery)
  RadioActive 0.10 radio tuner for console, X/GTK+ and GNOME Panel (ERDI Gergo)
  LOCAL: Alice Springs Linux User Group meeting: Feb 22nd (axiiom@ozemail.com.au)
  smptools-0.95 (ex xsmp) - USRobotics Sportster MessagePlus tool (Thomas Scheuermann)
  LOCAL: Connecticut celebrates Linux Demo Day! (Lou Rinaldi)
  SetupEnv(1.0) - Tool for setting up the environment for sys-apps (Andreas Otto)

----------------------------------------------------------------------------

From: Tyson Dowd <trd@cs.mu.OZ.AU>
Subject: Mercury 0.9.1 - new logic/functional programming language
Date: Sat, 12 Feb 2000 01:29:03 GMT

=====BEGIN PGP SIGNED MESSAGE=====


We are pleased to announce the release of version 0.9.1 of the Mercury
system.

Mercury 0.9.1 is an update to version 0.9.  The 0.9.x series of releases
is intended to be a stable release, based on 0.9 with only bug fixes
applied.  More experimental new features will be available only on the
daily development releases.  

Mercury is a general-purpose programming language, designed and
implemented by a group of researchers at the University of Melbourne,
Australia.  Mercury is based on the paradigm of purely declarative
programming, and was designed to be useful for the development of large
and robust real-world applications.  It improves on existing logic
programming languages by providing increased productivity, reliability
and efficiency, and by avoiding the need for non-logical program
constructs.  Mercury provides the traditional logic programming syntax,
but also allows the syntactic convenience of user-defined functions,
smoothly integrating logic and functional programming into a single
paradigm.

For more information about Mercury, see the Mercury WWW page at
<http://www.cs.mu.oz.au/mercury/>.  For information about where
you can download Mercury 0.9.1, see the end of this message.

The following list contains a brief summary of the major
changes between release 0.8.1 and release 0.9.1.  For full details,
see <http://www.cs.mu.oz.au/mercury/download/release-0.9.html>
or the NEWS file in the distribution.

Changes in Mercury 0.9.1
- ------------------------

This release is primarily a bug-fix release.  
It fixes some bugs with the binary distribution of 0.9,
stops the compiler accepting some incorrect inst declarations,
fixes a bug in exception handling and a problem with the source
distribution where `configure' did the wrong thing on some architectures
if you ran it twice.

In addition, Morphine has been added to the extras distribution.
Morphine is a trace analysis system, which allows Mercury programs to be
debugged and dynamically analyzed using a Prolog interface.  You need
the ECLiPSe Prolog system to use Morphine.  See the README file in the
Morphine directory for more details.

Changes in Mercury 0.9
- ----------------------

Changes to the Mercury language:
* The Mercury type system now supports existentially quantified types.
* We now allow abstract instance declarations.
* We now support a simple form of user-defined infix operators.

Changes to the Mercury standard library:
* Exception handling support is now part of the standard library.
* There are two new standard library modules `time' and `gc'.
* We've added function versions of many of the predicates in the
  Mercury standard library.

New library packages in the Mercury extras distribution:
* We've added support for optional lazy evaluation.
* The extras distribution now includes support for dynamic linking.
* We've added some bindings to POSIX.3 functionality.

Changes to the Mercury implementation:
* Mmake, the Mercury make tool, now includes better support for
  installing libraries.
* The Mercury debugger (mdb) is much improved.
  It now includes support for interactive queries, command-line
  editing and command-line history, display of source line numbers, and
  setting breakpoints on source line numbers.  
  The GNU Emacs interface provides a source-linked debugger.
* We've removed the support for using a Prolog debugger on Mercury programs.
* We've added support for user-guided type specialization.
* Numerous bug fixes.

Downloading Mercury
- -------------------

The Mercury distribution is available via anonymous ftp or WWW
from the following locations.

We have a new web-site we are trying out, which offers high-speed
downloads (as well as other services we may decide to use in future).
Some of the main files are available here:

        Worldwide:
                http://sourceforge.net/project/?group_id=1126

The full system and daily snapshot releases are available at out
primary site:

        Australia:
                ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/

Mirrors:

        Sunsite and mirrors: (source distribution only)
                ftp://sunsite.unc.edu/pub/Linux/Incoming/
                ftp://sunsite.unc.edu/pub/linux/devel/lang/mercury/

        USA:
                ftp://ftp.cs.sunysb.edu/pub/XSB/mercury/

        Sweden:
                ftp://ftp.csd.uu.se/pub/Mercury/

The home page of the project on the Web is <http://www.cs.mu.oz.au/mercury/>.

Begin3
Title:          mercury
Version:        0.9.1
Entered-date:   21JAN00
Description:    The Mercury programming language.
                Mercury is a new logic/functional programming language,
                which combines the clarity and expressiveness of
                declarative programming with advanced static analysis
                and error detection features. Its highly optimized
                execution algorithm delivers efficiency far in excess of
                existing logic programming systems, and close to
                conventional programming systems. Mercury addresses the
                problems of large-scale program development, allowing
                modularity, separate compilation, and numerous
                optimization/time trade-offs.
Keywords:       mercury, programming language, logic, functional, declarative
Author:         mercury@cs.mu.oz.au (The Mercury Team)
Maintained-by:  mercury@cs.mu.oz.au (The Mercury Team)
Primary-site:   sunsite.unc.edu /pub/linux/devel/lang/mercury
                1415 mercury-compiler.lsm
                8.0MB mercury-compiler-0.9.1.tar.gz
Original-site:  ftp.mercury.cs.mu.oz.au /pub/mercury
                8.0MB mercury-compiler-0.9.1.tar.gz
Platforms:      i386, PPC, Sparc, Alpha (others possible but untested with  
                Linux), gcc 2.6.3 or higher, GNU make 3.69 or higher
Copying-policy: GPL+LGPL
End


- --
The Mercury Team <http://www.cs.mu.oz.au/mercury/contact/people.html>
Department of Computer Science and Software Engineering
The University of Melbourne, Australia



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS3YFrUI/eHXJZ5AQGpdAP/ZXJqAIxWT2l752+U9OuDRhHVje2XFCZF
ostZJuKi1GDDDgcLjWT57gvQtb/yO1Rq44Uu8Wu9J2F46oWW/6Z/LgOxdPLvDe2W
3G58Ap3AwCcuanu1iAYS804SGDnnq672SSTmynXRCLRgC76qr7Wy/r1w1LtwrH8+
vM1oFNL3ig4=
=B3CG
=====END PGP SIGNATURE=====

------------------------------

From: =?iso-8859-1?Q?Marius_Larsen_J=F8hndal?= <mlj@birdstep.com>
Subject: COMMERCIAL: Database manager for unstructured data with XML support.
Date: Sat, 12 Feb 2000 01:30:58 GMT
Reply-To: <mlj@birdstep.com>

=====BEGIN PGP SIGNED MESSAGE=====


Birdstep DBMS (IBAPI) v1.1.0
============================

Birdstep DBMS is a database manager combining serveral techniques and
inventions to provide a database storage system which is capable of
handling unstructured data as well as structured data in an efficient
way.

Birdstep DBMS was designed to be able to store and manipulate objects
containing texts, numbers and BLOBs, and its data structures can be
adapted by application developers to look like a relational DBMS, an
object DBMS, a hierarchical DBMS or a special purpose DBMS.

Among the unique properties of the Birdstep DBMS are:

* Dynamic schema evolution. The database may be restructured without
taking it off-line.
* Uses atomization to compress the database structures in the database.
* Maintains search structures which are built on-the-fly as objects
are inserted into the database.
* Supports object inheritance, encapsulation and polymorphism.

Birdstep DBMS is available in a free download version from
http://www.birdstep.com for any Linux distribution based on glibc2
(libc6). 

Birdstep DBMS XML Interface (IBXML) v1.0.0
==========================================

Birdstep DBMS XML Interface is an open-source interface layer on top of the
Birdstep DBMS which allows developers to create applications
manipulating XML data in a Birdstep DBMS database. IBXML supports a
C++ version of SAX v1.0 and a low-level I/O interface. IBXML v1.0.0
and updates are available for download from http://www.birdstep.com
for any Linux distribution based on glibc2 (libc6). 

Download page:     http://www.birdstep.com
Contact address:   hello@birdstep.com
Support address:   support@birdstep.com



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS30lrUI/eHXJZ5AQFR7gP8DfbxtJ50ASMpURovy6mz0fS7nArRVqDQ
XGViAzdeqMESl3ZGm6MroodwWmUuBexHn+RJApmf5uLOfEFCnqMrW8w39qzoMsau
y6u/JS2GEcYbYQ1FYCTYDMh+zjrqI+jH0uxxGobJiKzTYKmOj5sP6cJ6vRv2qL7u
bpqtSDv2ahk=
=rMf8
=====END PGP SIGNATURE=====

------------------------------

From: Jay Nugent <jjn@home.nuge.com>
Subject: LOCAL: Washtenaw Linux Users Group Meeting 02/17/00
Date: Sat, 12 Feb 2000 01:40:36 GMT

=====BEGIN PGP SIGNED MESSAGE=====


 
    Keywords: local, users'group, Michigan USA
 
    
            *** Meeting Announcement ***
      For the Washtenaw Linux Users Group - WLUG
  
    Date/Time: Thursday February 17th at 8pm
  
    Location:  Washtenaw Community College campus
               Ypsilanti, Michigan
               Business Education Building
               Room BE-280 (Computer Lab)
   
    Topic:     Carl Miller on *Netmasq*

Carl Miller will talk to us about Netmasq, a package under development
which will simplify IP masquerading and firewall setup. It is a front end
to ipchains and ipmasqadm, and it has a a set of intuitive configuration
files. Netmasq can automatically detect changes to the network, such as
DHCP renewals. It allows different types of logging and includes several
programs to easily look at logged connection attempts. 

The talk will include a demo of the software and a an explanation of each
of the scripts and their options. If time permits and there is interest,
we could look at the design of the script. 


 
    See our website for more info:   www.lugwash.org


      --- Jay
             
             /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/~~\
            |  Jay Nugent                 jjn@nuge.com |____|
            |  Nugent Telecommunications  www.nuge.com |
            |  Web-Pegasus          www.webpegasus.com |
            |  (734)971-1076        (734)971-4529 /Fax |
            |                                          |
            | ISP & Modem Performance Monitoring Svcs. |
            | Discount Reseller of 123.Net ISP Services|
            | Internet Consulting / Linux SysAdmin     |
            | Web Hosting / DNS Hosting / Shell Accts. |
            | Embedded Controllers / Engr. & Design    |
         /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/   |
         \_________________________________________\__/

 11:00am  up 22 days, 19:18,  6 users,  load average: 0.22, 0.14, 0.04



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS6FFrUI/eHXJZ5AQG3nQQAvidB1GeE1Lx41VmizLzd46s8mS+yp7BK
DKbpo+LGfCuu0PNwjS0GOM1IZ2bVAWJWEiUeKE8ddZdmXJGhdtUyQ14GJbDNphYH
kaisRmbQyLxqOlHnKxoscMDPHYpWb3inJgx96LkLL+5uJZmGyhJd256a83OuvnIL
tsJge5qCYsE=
=g31+
=====END PGP SIGNATURE=====

------------------------------

From: Stelian Pop <pop@cybercable.fr>
Subject: Dump/restore 0.4b14 released
Date: Sat, 12 Feb 2000 01:36:54 GMT

=====BEGIN PGP SIGNED MESSAGE=====


A new version of dump/restore, linux ext2fs backup utilities is now available.

This release includes some fixes and new features, detailed information is
available in the Changelog below.

Linux dump users using a big-endian architecture (such as Sparc, m68k, ppc
etc),
should be careful as this release fix a bug in the dump tape format, so you'll
not be able to restore a pre-0.4b14 tape! Little-endian architectures users
should
see no differences (apart the fact that they will be able to restore
big-endian
machines dumps).

Dump/restore is available for download at:
        http://dump.sourceforge.net

Regards,

Stelian.


Changes between versions 0.4b13 and 0.4b14 (released February 10, 2000)
=======================================================================

1.      Fixed a bug in dump which may have caused invalid deleted 
        directories to be dumped out if they were deleted after the
        mapping pass. This could occure on active filesystem and lead
        to heap corruption (causing dump malfunction in many possible ways).
        Thanks to Jan Sanislo <oystr@cs.washington.edu> for finding this
        bug and submitting the patch.

2.      Fixed the handling of the filesystem parameter in dump. A
        '/mnt/disk' parameter caused the disk contents to be dumped,
        but a '/mnt/disk/' parameter caused the mountpoint directory
        to be dumped (generally an empty directory).

3.      Improved the output of dump in order to tell which directory
        it is currently dumping (when dumping a subtree).

4.      Added the '-e' exclude inode option to dump. Thanks to
        Isaac Chuang <ike@isl.stanford.edu> for contributing with the patch.

5.      Added a REPORTING-BUGS file in order to provide a guide
        on how to correctly report a bug in dump/restore.

6.      Fixed a restore problem when restoring a hard link to an inode
        having the immutable or append-only attribute set. Thanks to
        Ambrose Li <acli@mingpaoxpress.com> for submitting the patch.

7.      Fixed a compatibility problem between dumps made on little
        endian machines (the format was correct) and big endian 
        machines (the format was incorrect). This fix break the
        compatibility with the older dumps made on big endian 
        machines (sparc, m86k, ppc etc). For the first time in
        linux dump's history (I believe), the dumps made by *BSD, 
        Linux/alpha, Linux/sparc and Linux/x86 are compatible, 
        so interchangeable. Thanks to Rob Cermak
        <cermak@ahab.rutgers.edu> for submitting the bug and
        helping me test the fix.

8.      Fixed the way dump reports the remaining percent/time, if
        the number of blocks actually dumped exceeds the estimated
        number of blocks. Thanks to Jean-Paul van der Jagt 
        <jeanpaul@dutepp0.et.tudelft.nl> for reporting the bug.

- -- 
Stelian Pop <pop@cybercable.fr>



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS5N1rUI/eHXJZ5AQGthQP+NCTI3qE4x4l8C1qgNh9hT04f1i5oBw8K
A1mRiaS65RFT721ep/rTk2u0FCLXZbkLIEGjMAqRTwFWKBRcH/8jS8NMu+msuTXj
gotBvjArYOQ0UwzEBFkTWFSL4BcWCaxVqCdvqMHe4w3xPGWqVvNQe1/RQhC53cvi
pEB0K0PNVSQ=
=MjGg
=====END PGP SIGNATURE=====

------------------------------

From: "Tim Freeman" <tim@nasoftware.co.uk>
Subject: COMMERCIAL: FortranPlus double packs - Use Linux and Windows ?
Date: Sat, 12 Feb 2000 01:38:12 GMT
Reply-To: <tim@nasoftwr.demon.co.uk>

=====BEGIN PGP SIGNED MESSAGE=====


FortranPlus V2.1 Linux and Windows Double Packs
===============================================

N.A. Software is pleased to announce the release of their new "Double
Packs" - the perfect solution for users of both Linux and Windows operating
systems.

Double Packs include both Linux and Windows95/98/NT compilers and
documentation on a single CD. They are  available for both the Standard and
Explorer versions of our Fortran95 compiler FortranPlus Release 2.1.

Prices
======

Double Explorer Pack UK#140.00/US$225.00 plus p&p
Double Standard Pack UK#190.00/US$295.00 plus p&p
(+VAT on UK orders)

For further details contact marketing@nasoftware.co.uk, or visit our web
site at http://www.nasoftware.co.uk




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS5hVrUI/eHXJZ5AQFxIQP+I9z5bv7mIhZQsy1uE12Mo2EukmZLFn9n
lYCTzXbm5+G5SP7JB2sj/FpFV0dMLp+aqQ/XL60zG/3fQ/pABltu2zAQGiRgCTxw
E15+dCk9TmXADxMrlTX2u6rF3zUj9QoJu1d/UuyYwWt2F7Ku9nM6Go/qVec4iCKh
pmomkoEUmx8=
=0kso
=====END PGP SIGNATURE=====

------------------------------

From: Terry Montgomery <terrym@elflinux.com>
Subject: COMMERCIAL: NEW!  Elfstone's X11 Toolkit
Date: Sat, 12 Feb 2000 01:41:36 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Commercial:  New!  Elfstone X11 Toolkit

Elfstone's Linux development team rocks again with this nice compilation
of X11R6.  A great motif ready development tool for building your X
apps.

*Unbeatable pricing@29.99USD.

*Check it out at www.elflinux.com/Toolkit.html


terrym@elflinux.com
www.elflinux.com
www.shoplinux.com



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS6UFrUI/eHXJZ5AQEgjAQAqPm0eEwI4WqWVy/5no/0rMbDuNBasUmb
USCksIfjCUEDXICoHMClN5+wmlkvgngUy88D8LNhkiioSLLo8rbnK4RxpIbU7MTD
yaozTN15rK0he3HTgoDfzykzDmnXcQFp5qY1ead0ZZVVWtu6GD4Yp9jg4MRRdq6y
sqf1C6kD7MU=
=3m8W
=====END PGP SIGNATURE=====

------------------------------

From: ERDI Gergo <cactus@cactus.rulez.org>
Subject: RadioActive 0.10 radio tuner for console, X/GTK+ and GNOME Panel
Date: Sat, 12 Feb 2000 01:45:22 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Hi,

RadioActive is a radio tuner program for X (using the GTK widget set), the
GNOME panel and the command line, built upon the standardized Video4Linux
API found in the 2.2 series of the Linux kernels.

New in this version: the code base is basically the same as 0.9, the only
changes are in the build process: now uses GNU Autoconf/Automake to make
building, porting, and installing it easier.

Please note that this is also the candidate for the 1.0 release, please
check it and send bug reports and feature requests. I'm also looking for
RedHat rpm and Debian deb maintainers.

You can get it at <http://cactus.rulez.org/projects/radioactive/>. You
will also need a recent version of GTK-- <http://gtkmm.sourceforge.net>,
and for the panel applet version, Panel--
<http://cactus.rulez.org/projects/panelmm/>.

Bye,
        Cactus

- -- 
   .--= ULLA! =----------------------------.  finger cactus@cactus.rulez.org
   \      http://cactus.rulez.org           \   for PGP public key
    `----------= cactus@cactus.rulez.org =--'
I'm as confused as a baby in a topless bar.




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS7MlrUI/eHXJZ5AQFJ6AQA0RAp735aGLvbXOetoYm3eHqZlvSZFAzG
zZ9z0nySzu+rptyKydueYIxM4lYpL5sekBzBTXRqU5O2vy471oEwL2unGsB3JRIF
Tyf//o3n7nDQtQ6YlJ6lp9EVuLHAeMJwFTZNOEjLZ+VciCgxYdrOjZlAI2bNQfwn
7uyn+Igkcmo=
=jDne
=====END PGP SIGNATURE=====

------------------------------

From: axiiom@ozemail.com.au
Subject: LOCAL: Alice Springs Linux User Group meeting: Feb 22nd
Date: Sat, 12 Feb 2000 01:37:10 GMT

=====BEGIN PGP SIGNED MESSAGE=====


The next ASLUG meeting will be on Tuesday, February 22nd, 18:30 at Det
421 Recreation Room (Schwartz Crescent, opp. RSL).

Agenda.

1. Linux in the news
2. Alice Springs Show : Shall we to do it again?
3. Hands-on: Tips and Tricks

As always, check www.aslug.org.au for latest meeting date.

Cheers.
Adrian Casey.



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS5R1rUI/eHXJZ5AQH7WAQAtTPXBt/3uWPIBXf4qzYqI00AHxMrsdLn
my+Uno/moZdXmRZ4OKBND/Q0F/iFAu+1ZRMXkudxg1EssT4i0hHNafdZj3kpolPu
ormOwWggQRn5rq8QairUJ3tNyyei3ZW8ILK6op6XO5Dg0wjqLEddBUSdlDoS+0D8
P71lmRPF7co=
=+HET
=====END PGP SIGNATURE=====

------------------------------

From: t.h.s@gmx.net (Thomas Scheuermann)
Subject: smptools-0.95 (ex xsmp) - USRobotics Sportster MessagePlus tool
Date: Sat, 12 Feb 2000 01:45:08 GMT
Reply-To: t.h.s@gmx.net

=====BEGIN PGP SIGNED MESSAGE=====


Announcement:

smptools-0.95

smptools is the new development from xsmp and smpctrl.
With this program it is possible to use the special
features of the USRobotics Sportster MessagePlus.
Maybe it also works with the newer versions from
USRobotics. You can find it on

http://supertown.de/computer/ths/smptools.html

Thomas
- -- 
____  ____/   /       /     _______/     | Thomas Scheuermann
     /       /       /     /             |
    /       ______  /   _______  /       | t.h.s@gmx.net
   /       /       /            /        |
__/     __/     __/   _________/         | Karlsdorf-Neuthard



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS7JFrUI/eHXJZ5AQGqEAP+K7DGtveVWQ/041WYRarEfHfgT8JI8/xD
9sj6+/tIarPxg+pdSX6+52lzGXfCBs+M/ouYovmRgHia0XnHzPv86Psi07ZIlYc6
bty7Xw3wKMffifxHSe9afura0+yS/rfoR8Y6WOC1lOrkrYhYPtH68qDiXdbDejes
9mDAM8lDxmU=
=2nph
=====END PGP SIGNATURE=====

------------------------------

From: Lou Rinaldi <rinaldi@cfug.org>
Subject: LOCAL: Connecticut celebrates Linux Demo Day!
Date: Sat, 12 Feb 2000 01:48:26 GMT

=====BEGIN PGP SIGNED MESSAGE=====


        Connecticut celebrates Linux Demo Day!
        Sponsored by CFUG: The Connecticut Free Unix Group

DATE: Thursday, February 17th, 2000
TIME: 7:00 PM
COST: Free!

A CFUG First - Two Locations!
SOUTH: The Yale Bookstore (77 Broadway, New Haven)
NORTH: Borders Books & Music (59 Pavilions Drive, Manchester)

For more information, please see our website at http://www.cfug.org



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS76lrUI/eHXJZ5AQF9tAP+KcQIdFAbPWx62rj1I+5c6ZkLS6ZWrvQS
dlGzXJzO9XFqN2Kg7p3cMN+XO9sys5H0RYF6Kr1FCnlRcDcfx4VeGo6hh1H6Pw/B
0c/4Q+nS3M5Ddt5XgnMxrd8QD7WW/Eimlsj9HFhRNddypm88/0E3MEd9p7ni9EcX
kHO6rAvwcio=
=kGfU
=====END PGP SIGNATURE=====

------------------------------

From: Andreas Otto <aotto@t-online.de>
Subject: SetupEnv(1.0) - Tool for setting up the environment for sys-apps
Date: Sat, 12 Feb 2000 01:43:21 GMT

=====BEGIN PGP SIGNED MESSAGE=====

Sys-Management for shell-scripts:

Tool for setting up the right environment for sys-apps,
including repository and support for sql/ldap server.


Just for download refer:

http://home.t-online.de/home/aotto/setupenv.html


mfg

Andreas Otto

- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1

iQCVAgUBOKS6ulrUI/eHXJZ5AQGdsQQAlm/C5t3LZsmeV+uor2Hn39wQ6bNJbopI
qQeBDr4hIJttKjvHImXExSKaMQlTUsBDxxwQIM7ehV52yd0UkRnOHfDX5KysMJm2
TmQA4pIjcGMhXPTUVESOfAt3ZjtrauSM2cbnQlKQKztMaPBWUV/XH+fDMs5+Cdb/
B3/J/o/RqBQ=
=iR0o
=====END PGP SIGNATURE=====

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************

home help back first fref pref prev next nref lref last post