summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2002-08-01Convert to use pthread.buildlink.mk.jlam1-2/+3
2002-08-01Change MAINTAINER from tv at netbsd dot org to tv at pobox dot com afterjschauma3-6/+6
consulting with Todd.
2002-07-27Revert last change. Gert Doering says that's not a bug - it's a feature.fredb2-36/+1
I'll look at fixing "w", instead.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam2-4/+5
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Mgetty has no business making a utmp entry while it's only waiting forfredb2-1/+36
a lock. Closes PR pkg/12261.
2002-07-17'unsigned' in the right place makes this build again.wiz2-1/+15
2002-07-15Remove a trailing empty line.wiz1-2/+1
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-2/+8
slight formatting changes.
2002-07-12Update to kermit 8.0.201, and add the minor version to the pkg name.mycroft2-6/+6
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.
2002-07-06Make the rc.d script more compliant.tv3-2/+24
2002-07-06* Update to 4.4.5. Minor changes; see ChangeLog. Moved to SourceForge.tv7-34/+64
* Make compile on newer gcc -Wuninitialized. * Use CONF_FILES install method.
2002-07-06Update URLs. Make compile on newer gcc -Wuninitialized.tv3-8/+17
2002-07-02Add RCS Id.wiz2-2/+2
2002-06-28Make this package compile on 1.6 and above (thanks, Johnny)agc2-5/+40
2002-06-27Update scmxx to 0.6.1.3; notable changes since previous include:kleink2-5/+5
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
2002-06-17Add and enable "esms" package. This fixes PR pkg/16988 by Julio Merino.tron1-1/+2
2002-06-17Import new "esms" package: Command line SMS send tooltron4-0/+31
This package was contributed by Julio Merino in PR pkg/16988.
2002-06-17add gsmlibgrant1-1/+2
2002-06-17Initial import of gsmlib-1.9.grant5-0/+87
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
2002-06-09Update comms/conserver to 7.2.1. This closes pkg/17152 by Eric Schnoebelenjlam5-32/+48
<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
2002-05-25The name of the socks4 static library is "libsocks4.a" not "libsocks.a",fredb1-3/+3
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".)
2002-05-20Update scmxx to 0.6.1.1; changes since previous include:kleink3-10/+9
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
2002-05-09add & enable conserverhubertf1-1/+2
2002-05-09Added conserver-7.1.3: allows multiple users to watch serial consoleshubertf8-0/+152
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.
2002-05-04Add and enable efax-gtk.jtb1-1/+2
2002-05-04Initial import of efax-gtk.jtb7-0/+120
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.
2002-04-17Remove redefinition of X11PREFIX and use X11PREFIX for location of formsbriggs2-9/+11
and X11BASE as (gasp) location of X11. This helps installation with xpkgwedge. Resolves, along with bsd.pkg.mk update, my own PR pkg/16350.
2002-04-17Update dependency on xforms. We're mainly bumping the dependencyfredb3-9/+11
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
2002-04-15Update scmxx to 0.6.0; changes since previous include:kleink2-5/+5
0.6.0 (2002-04-05) THIS IS NOT THE C++ VERSION AS PERVIOUSLY STATED AS GOAL ON THE WEBSITE! !!!!! Syntax changed !!!!! all timezone values in the time fields can now be decoded correctly added debian_with_scmxx.bmp to examples dir various other code cleanups: rewrite of checkslots and info methods and some others removed com2_mytty method giving transfer methods the proper parameters to not use global variables anymore removing most of the global variables unified some global variables to bitvalues of a local variable or structs better usage of C pointers and some dynamic memory allocation new (requested) parameter --version that prints the version number multiple file upload support (adding only) multiple file deletion support --pipe support for getting sms (indirect, too) and files --pipe and --file are now independent of each other printing to stdout must now be requested with "-f -" removed the need for TTYPORTMAXLENGTH, malloc is now used. multiple file download support (with filename expanding)
2002-04-02Integrate patch-aa: LP64 fixes.augustss3-36/+5
2002-04-02Update scmxx to 0.5.16.2; changes since last revision include:kleink2-5/+5
0.5.16.2 (2002-03-29) moved "File transfer..." message to be displayed after reading the file fixed bug in file read-in for file transfer (3rd package and above) print message when input comes from a tty (and how to finish it) on reading for file transfer, only read second block if first is full (needed, so you do not have to close input from a tty twice)
2002-04-01remove the WRKSRC part of the path to the file to be patched so the patchdmcmahill2-5/+5
applies correctly. Fixes stupid problem caused by me.
2002-03-31LP64 fixesdmcmahill2-1/+32
2002-03-28Update scmxx to 0.5.16.1; changes since last revision include:kleink4-78/+5
0.5.16.1 (2002-03-28) changed some variable name to be C89 compliant (see stdin(3)) direct messages to stderr instead of stdout so only data goes to stdout print a slot number message line when receiving bmp,mid,vcs,vcf (especially with "all")
2002-03-27Make this 0.5.16nb1: patch-ab qualifies as a functional change.kleink1-1/+2
2002-03-27Update scmxx to 0.5.16; changes since last revision include:kleink4-5/+77
0.5.16 (2002-03-27) new parameter --reset which resets the phone if it does not respond after a user-aborted file transfer lots of code cleanups changed the read_mytty method to be more cleaner and work with raw mode added read_mytty_limited to read to a boundry instead of a lines end change sending code (sms and files) to makes use of raw mode, so data is really only sent, when no error occurs added is_number method to be more specific than atoi added "all" to file deleting and getting added pipe ability to file getting method do not try to decode unsupported PDU types rearranged this file (now with release dates from this version on) added C45 to the list of supported phones
2002-03-23Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-03-23Update PilotManager to 1.107.2nb1magick3-5/+32
Changes are: - Apply a patch posted on the homepage to avoid problems when backing up PalmOS3.5 devices - Make PKGNAME dewey conform
2002-03-20Updated hylafax to 4.1nb3:abs2-4/+4
Fix spool path from /var/spool/fax to /var/spool/hylafax in hylafax.sh
2002-03-17Remove explicit dependency on X11 version on ghostscript again (a simplerh1-4/+3
reorder of dependencies should do, as discussed with hubertf). While at it, bump nb revision.
2002-03-17bump pkgrevisionhubertf1-2/+2
2002-03-17Explicitly pull in the X11-version of ghostscript, as hylafaxhubertf1-1/+2
might (and will) pull in the wrong (non-X11) version, which conflicts with gs' dependencies.
2002-03-15Reduce the amount of context in this patch as for some reason Solaris'smarkd2-7/+4
gpatch (and the version of patch in pkgsrc) don't like the original but are happy with this.
2002-03-15Account for PKGNAME frobbing when PKGREVISION is set.fredb1-2/+2
2002-03-14Update HOMEPAGE and MASTER_SITES, per pkg/15909 by James K. Lowden.wiz1-5/+4
2002-03-14Fix gv dependency.wiz1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb3-4/+6
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13Update to scmxx-0.5.15; changes since 0.5.14 include:kleink2-5/+5
0.5.15 a full phone buffer when sending files can now be deleted (thanks to Marjan Erzen) free slot detection changed to work for bmp,mid,vcf,vcs (getting only) new paramter --flash for sending flash sms instead of normal ones (works only if supported by the reveiving mobile entity)
2002-03-10Add another two to the documents installed.kleink2-2/+8
2002-03-10Oops, typo in alternate download site.kleink1-2/+2