Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the
Solaris install can't handle lots of directories all at once
* style nits
|
|
|
|
|
|
|
|
|
|
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
|
|
|
|
0.6.1.5
add capability to specify "all" as slot for sending to force overwriting
starting from minimum slot
change in message on which slot is used
--info now stores the information in the file specified with --file; if non
was specified it prints them to stdout
do not hardcode the standard file descriptors
0.6.1.4 (was only available as patch)
add configure entry that looks for cfmakeraw() (not in cygwin)
make cfmakeraw() work-around available if cfmakeraw() is not present
fix slots min/max that may differ between readable and writable
make arguement to --vcard really optional
(in 0.6.1.3-3: fixed spec file for file and dir permissions)
|
|
|
|
|
|
|
|
[major bump in gtk--].
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
|
|
Automatically install rc.d script
|
|
buildlink2.mk files back into the main trunk.
|
|
make an in-place bugfix... Thanks to Dan McMahill for noticing.
|
|
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
|
|
|
|
consulting with Todd.
|
|
I'll look at fixing "w", instead.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
a lock. Closes PR pkg/12261.
|
|
|
|
|
|
slight formatting changes.
|
|
The web site sez:
The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:
* An obscure path through the code could cause the Unix version of
C-Kermit to dump core during its startup sequence. This happened to
only one person, but now it's fixed.
* When C-Kermit 8.0 is in Kermit server mode and the client says "get
blah", where blah (on the server) is a symlink rather than a real
file, the server unreasonably refused to send the linked-to file.
* When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
that includes one or more path segments), it failed to accept the
incoming file (this happened only with GET, not MGET).
* Array references should be case insensitive but only lowercase array
letters were accepted.
* SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).
* Spurious refusals of remote directory listings if the remote server's
date was set in the past.
C-Kermit 8.0.201 (8 Feb 2002)
Installability as an [147]SSH v2 Subsystem.
[148]SET LOCUS command.
[149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
execution.
[150]USER and ACCOUNT added as synonyms for FTP USER and FTP
ACCOUNT.
[151]SHOW VARIABLES now accepts a list of variables.
Rudimentary support for [152]Caller ID when receiving phone calls.
Up/Down [153]Arrow-key navigation of command history buffer.
[154]Automatic execution of customization file if init file is
missing.
|
|
|
|
* Make compile on newer gcc -Wuninitialized.
* Use CONF_FILES install method.
|
|
|
|
|
|
|
|
0.6.1.3
exported the sms functions and structures to their own header file
write is now non-blocking compliant
fix for a lost '@' in some sms
0.6.1.2
fixes small typo in code that prevented direct sms sending
the port is now opened non-blocking
small fix in read_mytty method
|
|
|
|
This package was contributed by Julio Merino in PR pkg/16988.
|
|
|
|
A library to access GSM mobile phones through GSM modems. Features
include:
* modification of phonebooks stored in the mobile phone or on the SIM card
* reading and writing of SMS messages stored in the mobile phone
* sending and reception of SMS messages
|
|
<eric@cirr.com>. Changes from version 7.1.3 include:
- bugfixes
- console names in conserver.passwd can be regular expressions
- breaks recorded to console logs if 'b' option used
- a broadcast messages to others on your console can now be
sent via ^Ecb
- TCP traffic now escaped according to Telnet protocol
- the HUP signal now triggers a read of the configuration file and
adjustment of consoles
- Up to nine break sequences can be defined in the
configuration file and assigned to consoles individually,
accessed via new ^ecl[?0-9] escape sequences
- new options
- -W client option for showing who's attached to a single
conserver master
- -m server option for setting the maximum consoles per process
- -i client option (and ^Eci) that displays console
information in a machine-parseable format
- two debug levels (second level by using two -D options)
- -o and -O server flags for automatically reconnecting
downed consoles
|
|
and we don't need to add a run-path in either USE_SOCKS case, as we always
link against a static socks library. (To link against a shared socks5, we
would have to use "-lsocks5_sh".)
|
|
0.6.1.1
fixes command line interpreting for sending sms with text from file
sending sms per status to the number specified at the command line
(was ignored in 0.6.1)
0.6.1
code cleanup in sms methods
moved SMS settings bit so it is not the default file type by accident
some error messages if no action was taken or no file type was
specified
added info about possible different SMS storage places (this is more
than only "SM" since S45/ME45 V21)
added parameter --smsmem to select the sms storage memory
automatically select SMS storage "MT" (="ME"+"SM") if available and
none was selected, otherwhise default to "SM" if none was selected
check for maximum pdu size for file getting to detect data that got
scrambled by the phone (mainly midi files on S45/ME45 V21)
fixed: error message when sms memory is full
gprs info methods added by Jarek Kruza (poczta@jarek.kruza.pl)
get and remove can be used at the same time (SMS only)
remove can now handle the sms status types (so e.g. deleting all
messages of type "unsent" works)
verbose description of sms status when getting (instead of the status
number)
send can now handle the sms status types (so e.g. sending all messages
of type "unsent" works)
added updated man page
updated rpm spec file
moved docs/README -> docs/doc_sources.txt
removed contrib/vcsconvert
|
|
|
|
Conserver is an application that allows multiple users to watch a
serial console at the same time. It can log the data, allows users
to take write-access of a console (one at a time), and has a variety
of bells and whistles to accentuate that basic functionality.
The idea is that conserver will log all your serial traffic so you
can go back and review why something crashed, look at changes (if
done on the console), or tie the console logs into a monitoring
system (just watch the logfiles it creates).
With multi-user capabilities you can work on equipment with others,
mentor, train, etc.
It also does all that client-server stuff so that, assuming you
have a network connection, you can interact with any of the equipment
from home or wherever.
Submitted by Eric Schnoebelen <eric@cirr.com> in PR 15238,
DEINSTALL script submitted by dawszy@arhea.net in private mail.
|
|
|
|
This program is a Gtk+/Gtk-- front end for the efax program for
receiving and sending faxes with a fax modem. To use it you must have
efax and ghostscript installed, and the executables (efax, efix and
gs) must be situated in the default system path.
Any files to be faxed must be in postscript format, which is the
generic printer format for Unix/Linux systems. The program will use
ghostscript to convert these into the Group 3 fax format which the fax
modem will understand.
|