summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23Bump to scmxx-0.6.1.5nb1, after distfile change due to an adjustment ofkleink2-4/+5
the PKGREVISION pendant in the included Debian spec file(!).
2002-09-22Unused, I think.wiz1-35/+0
2002-09-21LINKX11 contains flags to cc, so it's wrong to say "-L$(LINKX11)".jlam2-5/+5
2002-09-21buildlink1 -> buildlink2jlam2-33/+3
2002-09-21buildlink1 -> buildlink2jlam2-9/+9
2002-09-21buildlink1 -> buildlink2jlam1-6/+7
2002-09-21buildlink1 -> buildlink2jlam3-31/+35
2002-09-21* buildlink1 -> buildlink2jlam3-488/+30
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the Solaris install can't handle lots of directories all at once * style nits
2002-09-21buildlink1 -> buildlink2jlam3-28/+12
2002-09-21buildlink1 -> buildlink2jlam3-7/+7
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-09-20buildlink1 -> buildlink2jlam1-3/+3
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant2-4/+4
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam2-18/+2
2002-09-18Update scmxx to 0.6.1.5; notable changes since previous include:kleink2-6/+5
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)
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-12Standardize.wiz1-3/+3
2002-09-11Convert to buildlink2.wiz1-5/+5
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-1/+2
[major bump in gtk--].
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz12-18/+24
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-05Make sure it doesn't install in /usr/lib. From PR 17955 by Urban Boquist.augustss2-5/+5
2002-08-28Updated hylafax to 4.1nb4:abs1-2/+4
Automatically install rc.d script
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-0/+43
buildlink2.mk files back into the main trunk.
2002-08-18Bump PKGREVISION and regen distinfo - the author apparently decided tokleink2-4/+5
make an in-place bugfix... Thanks to Dan McMahill for noticing.
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
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