aboutsummaryrefslogtreecommitdiffstats
path: root/comms/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* WSPR (pronounced "whisper") stands for "Weak Signal Propagation Reporter."db2009-09-021-0/+1
| | | | | | | | This program is designed for sending and receiving low-power transmissions to test propagation paths on the MF and HF bands. Users with internet access can watch results in real time at WSPRnet. WWW: http://physics.princeton.edu/pulsar/K1JT
* This Gem provides a Ruby-Frontend to the callook.infomiwi2009-08-131-0/+1
| | | | | | | | | Amateur Radio Callsign Lookup service. WWW: http://rubyforge.org/projects/callsign/ PR: ports/137547 Submitted by: Rick Elrod <codeblock at eighthbit.net>
* An Amateur Radio callsign lookup command, made in Ruby,miwi2009-08-131-0/+1
| | | | | | | | | to look up US Amateur Radio Operators. WWW: http://rubyforge.org/projects/callsign/ PR: ports/137548 Submitted by: Rick Elrod <codeblock at eighthbit.net>
* Remove comms/gfax as it has been marked BROKEN for over 4 months.erwin2009-06-141-1/+0
|
* Removed comms/xcept: stale old code, underlying protocol no longer in usejoerg2009-06-141-1/+0
| | | | by telcos.
* 2009-03-22 comms/plp: unmaintained, does not work with current versions of ↵miwi2009-03-251-1/+0
| | | | GCC, needs gcc295 which has been failing to build for months
* The port comms/python-gammu was incorporated into comms/gammubsam2009-03-051-1/+0
| | | | | | | since 1.23.0. Use the latter with option WITH_PYTHON_GAMMU=YES. Reported by: pointyhat (pav) Approved by: wenheping at gmail.com (maintainer, by email)
* Add new port: esmskalme2009-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | Esmska is a cross-platform application for sending SMS messages over the Internet. Features: * Send SMS to various operators (local or international) * Supports all common operating systems (Linux, Windows, Mac OS, etc.) * Free, under open-source licence GNU AGPL3 * Import contacts from other programs (DreamCom) and formats (vCard) * Send SMS to multiple recipients at once * History of sent messages * Pluggable operator system - easy to provide support for more operators directly by users * Extensive possibilities of changing appearance * Many other planned features WWW: http://esmska.googlecode.com PR: ports/131865 Submitted by: martinko <gamato (AT) users.sf.net>
* dfu-util is a program that implements the host (PC) side of the USB DFUamdmi32009-02-191-0/+1
| | | | | | | | | | | | | | (Universal Serial Bus Device Firmware Upgrade) protocol. In the OpenMoko project (for example), this program is used to communicate with the specially enhanced u-boot boot loader, which implements the DFU device side. Author: Bruce Cran <bruce@cran.org.uk> WWW: http://wiki.openmoko.org/wiki/Dfu-util PR: 131430 Submitted by: Bruce Cran <bruce at cran dot org dot uk>
* py-gammu is a python bindings for Gammu library, which allowsmiwi2009-02-091-0/+1
| | | | | | | | | | | | access many phones. It currently does not support all Gammu features, but range of covered functions is increasing, if you need some specific, feel free to use bug tracking system for feature requests. WWW: http://cihar.com/gammu/python/ PR: ports/131330 Submitted by: Wen Heping <wenheping at gmail.com>
* As its name suggests, picocom is a minimal dumb-terminal emulation pro-miwi2008-11-241-0/+1
| | | | | | | | | | | | gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks. WWW: http://efault.net/npat/hacks/picocom/
* The overall goal of this project is to provide remote control service on Linuxmiwi2008-11-101-0/+1
| | | | | | | | | | | | | | | | through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection. anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others. It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi) capabled phone and UNIX, and in principle could be configured to manage almost any software. WWW: http://anyremote.sourceforge.net/ PR: ports/128609 Submitted by: Alex Samorukov <samm at os2.kiev.ua>
* TCPSER turns a PC serial port into an emulated Hayes compatible modem thattrasz2008-09-241-0/+1
| | | | | | | | | | uses TCP/IP for incoming and outgoing connections. It can be used to allow older applications and systems designed for modem use to operate on the Internet. TCPSER supports all standard Hayes commands, and understands extended and vendor proprietary commands (though it does not implement many of them). TCPSER can be used for both inbound and outbound connections. WWW: http://www.jbrain.com/pub/linux/serial/
* This little program helps one with monitoring the beacons of thedb2008-08-051-0/+1
| | | | | | International Beacon Project, by continuously showing which beacon is transmitting on which frequency, along with the distance and antenna directions.
* - Connect spandsp-devel5pav2008-07-271-0/+1
|
* - ebook2cw converts text into cw as an mp3 file, useful for learning cw.db2008-07-181-0/+1
|
* Gnocky, a graphical frontend to gnokii for managing your mobile phone.danfe2008-07-171-0/+1
|
* Libsyncml is an implementation of the SyncML protocol.lippe2008-05-311-0/+1
| | | | | | | | | | | It's purpose is PIM data synchronization with mobile devices over HTTP or OBEX/Bluetooth channels. WWW: http://libsyncml.opensync.org/ PR: ports/121632 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Approved by: gabor (mentor)
* FreeBSD driver for newer Option HSDPA USB dongles.miwi2008-05-181-0/+1
| | | | | | | | | | | | | | | | | The driver have been tested with the following devices * Option GlobeSurfer iCON 7.2 (2.4.6Hd firmware) * Option GlobeSurfer iCON 225 Older cards should work just fine with ubsa(4) or any similar USB-over-serial driver. Note that this driver should be considered beta. WWW: http://www.shapeshifter.se/code/hso/ PR: ports/123680 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
* The SMS Server Tools 3 is a SMS Gateway software which can send and receivemm2008-05-181-0/+1
| | | | | | | | short messages through GSM modems and mobile phones. This is the enhanced version 3.x maintained by Mr. Keijo "Keke" Kasvi. WWW: http://smstools3.kekekasvi.com
* Add new port ib-kmod - Kyocera UTU Iburst modem driver.osa2008-04-221-0/+1
| | | | | | Submitted by: Tofig Suleymanov < tofig at freebsd dot az > Rewrite by: osa PR: 121153
* - aprsd is a server daemon that provides Internet gateway and clientdb2008-01-251-0/+1
| | | | access to amateur radio APRS packet data.
* The heart of the package is 'libcw'. This is a library which, when built,db2008-01-021-0/+1
| | | | | | | | | | | | | | | | | | offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self
* Converts Lat / Lon to Maidenhead Grid Square and reversedb2007-12-241-0/+1
| | | | | | | | Computes range in kilometers and great circle bearing between QTH and remote site specified by Lat/Lon or Maidenhead Grid Square Computes range in kilometers and great circle bearing between QTH and a site selected from a database list for all known callsign prefixes and their geographic position. Geographic position is by major city.
* The KB contest logging computer program runs on the Linux operating systemdb2007-12-221-0/+1
| | | | | | | | | | | | | | | | with the Gnome desktop. The program is under development, and currently supports the CQ WW, CQ WPX, and ARRL DX contests, plus Field Day. Features include on-the-fly dupe checking, CW and voice message keying, super check partial, packet (Telnet and rf nodes), networking, and radio control (currently for the FT-1000 only). The program is designed to be used by U.S. stations, with some support for Canadian stations. New features and contests are being added regularly, and I will consider adding support for DX stations if there is sufficient demand. (The port version has bug fixes and some modifications for Canadian stations. - db) Submitted by: self
* A fully automatic Morse code teaching machine. Teaches you to receivepav2007-12-171-0/+1
| | | | | | | | | | | | | Morse code. It starts with a few letters and adds more when it sees that you are ready. The program won't teach you to send code. It runs in X Window. Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL). It need to be compiled on X Window term for the reason fluid(fltk) need to. WWW: http://c2.com/morse PR: ports/118235 Submitted by: Sunry Chen <sunrychen@gmail.com>
* - A perl based Amateur Radio logging program for general use written in perl.db2007-10-301-0/+1
|
* Remove expired leaf ports:vd2007-10-121-1/+0
| | | | | | | 2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable 2007-07-29 comms/ixj: does not work on any supported FreeBSD version 2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
* SMS::Send::TW::emome is a SMS::Send drivermiwi2007-10-101-0/+1
| | | | | | | | | which allows you to send messages through http://www.emome.net/ WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/ PR: ports/117064 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
* SMS::Send::TW::ShareSMS is a SMS::Send drivermiwi2007-10-061-0/+1
| | | | | | | | | which allows you to send messages through http://www.sharesms.com/ WWW: http://search.cpan.org/dist/SMS-Send-TW-PChome/ PR: ports/116976 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
* [NEW PORT] comms/p5-SMS-Send-DeviceGsm: An SMS::Send driver for Device::Gsmedwin2007-09-231-0/+1
| | | | | | | | | | | | | | | SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm to deliver messages via attached hardware. You provide the hardware port and the baudrate to use. Consult Device::Gsm for further information on what devices and baudrates are supported. Author: Chris Williams <chris@bingosnet.co.uk> WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/ PR: ports/116531 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* GNU Radio is a collection of software that when combined withdb2007-09-191-0/+1
| | | | | | | | | | | | | | | minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in today's high performance wireless devices into software problems. WWW: http://www.gnu.org/software/gnuradio/ - Diane (VA3DB) db@db.net PR: ports/107602 Submitted by: db
* New port: comms/bluegps BlueGPS is a simple command line tool toedwin2007-09-061-0/+1
| | | | | | | | download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver (and similar) over a bluetooth link. Based on bluegps-linux. PR: ports/115012 Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
* New port: comms/bluez-firmware Firmware for the D-Link BCM2033 bluetoothedwin2007-09-061-0/+1
| | | | | | | | | Firmware for the Broadcom BCM2033 chip based Bluetooth USB devices. To be downloaded with bcmfw(1). The ubtbcmfw(4) and ng_ubt(4) kernel modules need to be installed. PR: ports/115036 Submitted by: Dirk-Willem van Gulik <dirkx@joost.com>
* [delete] comms/tilpedwin2007-09-061-1/+0
| | | | | | | | | | | | | comms/tilp has been superseded by comms/tilp2 It was kept arround until the latter matured, which can now be considered the case. The original version is no longer supported by the authors and both ports conflict now. I'm not sure what exactly should happen, but for me the port can be removed and maybe added to MOVED. PR: ports/115979 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* qrq is an open source morse telegraphy trainer for Linux anddb2007-07-061-0/+1
| | | | | | | | | Unix operating systems, similar to the classic DOS version of Rufz by DL4MM. It's not intended for learning telegraphy (have a look at radio.linux.org.au for CW learning software), but to improve the ability to copy callsigns at high speeds, as needed for example for Contesting. Approved by: ehaupt (mentor)
* Add p5-SMS-Send-TW-PChome 0.01, SMS::Send driver for sms.pchome.com.tw.clsung2007-04-181-0/+1
| | | | | PR: ports/111334 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
* 2007-03-09 sysutils/diskusage: Unmainntaied, MASTER_SITES disappeared, WWW ↵miwi2007-03-141-1/+0
| | | | | | | | | | disappeared. 2007-03-10 sysutils/xperfmon3: Broken on all supported versions of FreeBSD 2007-03-10 comms/mwavem: Broken on all supported versions of FreeBSD 2007-03-09 sysutils/diskusage: Unmainntaied, MASTER_SITES disappeared, WWW disappeared. 2007-03-10 sysutils/xperfmon3: Broken on all supported versions of FreeBSD 2007-03-10 comms/mwavem: Broken on all supported versions of FreeBSD
* - Connect spandsp-develmiwi2007-01-181-0/+1
|
* 2006-12-27 comms/ecu: is unfetchable and project homepage disappearedmiwi2007-01-061-1/+0
|
* 2006-12-01 comms/vpb-driver: leaves files behind on deinstallmiwi2007-01-061-1/+0
| | | | | 2006-12-01 irc/xchat-ecl-plugin: Does not build 2006-12-01 french/gnome-verbiste: does not install
* The ATSlog software provides a handy Web-oriented interface for collecting,miwi2006-12-271-0/+1
| | | | | | | | | | | viewing and analyzing calls for various types of PBX (Private Branch eXchange) models. At present, the program operates successfully with Panasonic, Samsung, Hybrex, Siemens, LG, and Alcatel PBX models. WWW: http://www.atslog.dp.ua/en/about/ PR: ports/107169 Submitted by: Alexander Logvinov <ports at logvinov.com>
* Add fldigi 1.11, a digital decoder for psk, cw, psk31, olivia.ehaupt2006-12-221-0/+1
| | | | Submitted by: Diane Bruce <db at db.net>
* KMobileTools is a nice KDE-based application that allows to control mobilemiwi2006-12-221-0/+1
| | | | | | | | | | | | | phones with your PC. It handles full SMS control, dialing calls, phonebook, and phone status monitoring. It's also integrated with the KDE environment, so it can be embedd in Kontact, or import/export from and to KAddressBook. It has been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones. Anyway each AT Command compliant device should be well supported. WWW: http://www.kmobiletools.org/ PR: ports/106940 Submitted by: Stefan Ehmann <shoesoft at gmx.net>
* soundmodem Tom's userland modem on FreeBSDmiwi2006-12-221-0/+1
| | | | | | | | | | WWW: http://www.baycom.org/~tom/ham/soundmodem/ - Diane Bruce, VA3DB db@db.net PR: ports/106823 Submitted by: Diane Bruce <db@db.net>
* WSJT is a computer program for amateur radio VHF/UHF communicationitetcu2006-11-131-0/+1
| | | | | | | | | | | | | using state of the art digital techniques. Typical applications include communication by meteor scatter and EME (Earth-Moon-Earth) propagation paths. WWW: http://pulsar.princeton.edu/~joe/K1JT - Diane Bruce, VA3DB PR: ports/101360 Submitted by: Diane Bruce <db at db.net>
* An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, oralepulver2006-11-021-0/+1
| | | | | | | | | | SSH. Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL. WWW: http://syncterm.bbsdev.net/ PR: ports/104622 Submitted by: shurd
* TiLP is an application to communicate with Texas Instruments graphingalepulver2006-11-011-0/+1
| | | | | | | | | | | | calculators. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104413 Submitted by: Tijl Coosemans <tijl at ulyssis.org>
* The ticalcs library is a library to communicate with various TIalepulver2006-11-011-0/+1
| | | | | | | | | | | | calculators. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104411 Submitted by: Tijl Coosemans <tijl at ulyssis.org>
* The ticables library is a library to handle the various TI calculatoralepulver2006-11-011-0/+1
| | | | | | | | | | | | link cables. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104409 Submitted by: Tijl Coosemans <tijl at ulyssis.org>
* - Remove comms/pstngw: has been broken for 2 years and has no maintainer.alepulver2006-10-031-1/+0
|
* This port contains a driver for several Winmodems based on the Conexantbsam2006-10-021-0/+1
| | | | | | | | | | | | HCF chipset (Acorp PIM/PIM2). It consists of a shim for the Linux binary only object file. WWW: http://www.linuxant.com/ - Alexey Illarionov <littlesavage@rambler.ru> PR: ports/102365 Submitted by: Alexey Illarionov <littlesavage at rambler.ru>
* CHU is a time-standard shortwave radio station operated by Nationalmiwi2006-09-201-0/+1
| | | | | | | | | | | Research Council Canada (NRC). This software uses signals from radio station CHU to set and frequency discipline the system clock on a Linux (FreeBSD) based system. WWW: http://www.rossi.com/chu/ PR: ports/103369 Submitted by: Diane Bruce <db(at)db.net>
* Xwota is a very simple Linux/FreeBSD/xBSD client for the WOTA Databaseitetcu2006-09-161-0/+1
| | | | | | | | | | | | | | | | | | (Who is On The Air Database) written by me (IZ0ETE). It's very similar to a DX Cluster client, but it works with the WOTA server. If you don't known what is the WOTA DB, please read some info at http://www.wotadb.org. It's written in C and GTK, and it should work on the latest Linux/BSD distributions. Please report to me your successful installation. (Linux, FreeBSD at the moment) WWW: http://people.fabaris.it/iz0ete/xwota/ - Diane VA3DB db@db.net PR: ports/103305 Submitted by: Diane Bruce <db at db.net
* hf is a gtk+-based linux ham radio fsk digimode program, which can do alsoitetcu2006-09-091-0/+1
| | | | | | | | | | | | | | | | the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a pc and linux(FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org - Diane Bruce, VA3DB db@db.net PR: ports/101452 Submitted by: db
* Add port comms/ser2net:sat2006-09-041-0/+1
| | | | | | | | | | | | | This is ser2net, a program for allowing network connections to serial ports. See the man page for information about using the program. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a complient client. The only one I know if is kermit (http://www.columbia.edu/kermit). WWW: http://www.sourceforge.net/projects/ser2net/ Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
* Add port comms/serialoverip:sat2006-09-041-0/+1
| | | | | | | | | | | | | SerialOverIP Version 1.0, 8 Mar 2002 Tool for transport of serial interfaces over UDP/IP. Useful for accessing a distant serial device by a local Windoze program. WWW: http://www.sourceforge.net/projects/serialoverip/ Author: Stefan-Florin Nicola <sten@fx.ro> Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
* - add p5-SMS-Send-0.03leeym2006-09-031-0/+1
| | | | | | | | | | | | | | | | | | | | | SMS::Send is intended to provide a driver-based single API for sending SMS and MMS messages. The intent is to provide a single API against which to write the code to send an SMS message. At the same time, the intent is to remove the limits of some of the previous attempts at this sort of API, like "must be free internet-based SMS services". SMS::Send drivers are installed seperately, and might use the web, email or physical SMS hardware. It could be a free or paid. The details shouldn't matter. You should not have to care how it is actually sent, only that it has been sent (although some drivers may not be able to provide certainty). Author: Adam Kennedy <cpan@ali.as> WWW: http://search.cpan.org/dist/SMS-Send/ PR: based on 102506 Submitted by: snowfly@yuntech.edu.tw
* K-Track is an graphical satellite prediction Program that runs under KDE.itetcu2006-07-101-0/+1
| | | | | | | | | | | | | | | It's really accurate as it calculates using the NORAD SGP4/SDP4 Models. It Controls your Rig for doppler compensation / antenna pointing Written by lx2gt AT users.sourceforge.net WWW: http://ktrack.sourceforge.net/ - Diane Bruce, VA3DB db@db.net PR: ports/93781 Submitted by: Diane Bruce <db at db.net>
* This library package provides several forward error correction (FEC) decodersitetcu2006-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and accelerated primitives useful in digital signal processing (DSP). Except for the Reed-Solomon codecs, these functions take full advantage of the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors and the Altivec/VMX/Velocity Engine SIMD instruction set on the G4 and G5 PowerPC. The library includes Viterbi decoders for the following convolutional codes: rate 1/2 k=7 rate 1/2 k=9 rate 1/6 k=15 ("Cassini") plus two Reed-Solomon encoder-decoders: one optimized for the (255,223) CCSDS standard code a general purpose encoder/decoder for arbitrary RS codes and three low-level 16-bit DSP support routines: signed dot product peak detection sum-of-squares (energy) computation This library is licensed under the "lesser" GNU General Public License. WWW: http://www.ka9q.net/code/fec/ - Diane Bruce, VA3DB db@db.net PR: ports/99895 Submitted by: db
* o2sms is a program to send SMS messages using the websites of Irish mobilegarga2006-07-061-0/+1
| | | | | | | | | | | | | | | | | | operators. Despite its name, it supports all three major Irish operators - o2 Ireland, Vodafone Ireland and Meteor Ireland. The program works by simulating a web browser's interaction with those websites. In essense, the program is really just a stripped-down specialised browser. At the time of writing, o2 web accounts have 250 free web texts per month, Vodafone 300 and Meteor 300. After sending a message, o2sms will tell you how many you have remaining. WWW: http://www.mackers.com/projects/o2sms/ PR: ports/98916 Submitted by: Conor McDermottroe <ports at mcdermottroe.com>
* Add Device::Gsm, Perl interface to GSM phones/modems on serial ports.anders2006-05-101-0/+1
|
* Xnecview is a program for visualizing the input and output files of the NECpav2006-03-191-0/+1
| | | | | | | | | | antenna simulation software. It runs on Linux/Unix systems with the X window system. WWW: http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/ PR: ports/94644 Submitted by: Soeren Straarup <xride@beacon.x12.dk>
* Remove expired port comms/qtpcrvs2006-02-081-1/+0
|
* - Remove expired portspav2006-01-151-1/+0
|
* QFaxReader is a monochrome/color multipage tiff/fax files visualisationpav2005-12-291-0/+1
| | | | | | | utility. Is designed for the users who receive faxes using computers. PR: ports/90414 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* New port: comm/uticomedwin2005-11-241-0/+1
| | | | | | | | usbcomm driver for TUSB3410 uart-to-usb converter WWW: http://sf.net/projects/uticom PR: ports/87809 Submitted by: Dmitry Komissaroff <dxi@mail.ru>
* Add uird, a Universal IR Receiver Daemonehaupt2005-11-241-0/+1
| | | | | PR: 89404 Submitted by: lx@deepthought.redundancy.org
* Add vpb-driver 2.4.9, device-driver for the Voicetronix OpenLine4 PCIlawrance2005-11-111-0/+1
| | | | | | | | | telephony cards. This is a port of the 4.x driver from the vendor, for 5.x. PR: ports/77471 Submitted by: Chris Forkin <chris@forkin.com>
* Add p5-Fax-Hylafax-Client.jylefort2005-09-111-0/+1
| | | | | | | | | | | | Fax::Hylafax::Client is a simple Perl client for the HylaFAX fax server (www.hylafax.org). It communicates with the server directly through the FTP protocol and thus does not require any HylaFAX software component to be installed on the client machine. WWW: http://search.cpan.org/~arak/Fax-Hylafax-Client-1.01/ PR: ports/85954 Submitted by: Tony Shadwick <tshadwick@oss-solutions.com>
* Remove cdcelawrance2005-09-101-1/+0
| | | | Forgotten by: leeym
* Add jerm 8094, communication terminal through serial and TCP/IPgarga2005-07-291-0/+1
| | | | | | | interfaces. PR: ports/82633 Submitted by: Shinsuke Matsui <smatsui@karashi.org>
* The Yagi-Uda project is a set of programmes for designing, and optimisingpav2005-07-201-0/+1
| | | | | | | | | Yagi-Uda antennas, with 2 or more elements, such as shown below. Additionally, a very simple program called dipole works with just a dipole, but its functionality is limited. PR: ports/83737 Submitted by: Diane Bruce <db@db.net>
* nec2c is a translation of the NEC2 FORTRAN source code to the C language.pav2005-07-141-0/+1
| | | | | | | | | | | The translation was performed mostly "by hand" and a lot of modifications to the original program were introduced in order to modernize the NEC2 and to remove as many built-in limitations as possible. The attendant SOMNEC program was also translated to C and incorporated in nec2c as a function so that Sommerfeld ground solutions are a part of the program. PR: ports/83392 Submitted by: Diane Bruce <db@db.net>
* Add splat.jylefort2005-07-121-0/+1
| | | | | | | | | | | | SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the spectrum between 20 MHz and 20 GHz. Useful to Amateur Radio operators. Written by John A. Magliacane, KD2BD WWW: http://www.qsl.net/kd2bd/splat.html PR: ports/83164 Submitted by: Diane Bruce <db@db.net>
* Given two Maidenhead locators, calculates distance (qrb) and azimuth.pav2005-07-031-0/+1
| | | | | PR: ports/82879 Submitted by: Diane Bruce <db@db.net>
* This is a program for translating mainhead grid squares to and from lat/long.pav2005-07-031-0/+1
| | | | | | | This is of most use to Amateur Radio operators but may be useful to GPS users. PR: ports/82862 Submitted by: Diane Bruce <db@db.net>
* Add spandsp, software fax library for Asteriskpav2005-07-011-0/+1
| | | | | PR: ports/82642 Submitted by: William Lloyd <wlloyd@slap.net>
* NCID is a network based Caller ID package that contains a server to obtain thepav2005-06-071-0/+1
| | | | | | | | CID information from a modem, and a client to display the CID information on a computer, TiVo, text pager, or cell phone. Multiple clients are permitted. PR: ports/81954 Submitted by: David <david@freshports.org>
* Add linpsk.jylefort2005-06-031-0/+1
| | | | | | | | | This is a small PSK31 program that uses QT, and a soundcard as modem. WWW: http://linpsk.sourceforge.net/ PR: ports/81617 Submitted by: Søren Straarup <xride@x12.dk>
* This is a small PSK31 program that uses gtk and soundcard as modem.pav2005-05-311-0/+1
| | | | | PR: ports/81637 Submitted by: S?ren Straarup <xride@x12.dk>
* Ann twpsk, an openmotif X psk31 client.pav2005-05-311-0/+1
| | | | | PR: ports/81635 Submitted by: Soren Straarup <xride@x12.dk>
* Tools to handle Short Message Servicesem2005-05-021-0/+1
| | | | | PR: ports/80511 Submitted by: Benny Kjrgaard <benny@catpipe.net>
* Add cwdaemon 0.9.2, an amateur Radio cw (morse code) keyer daemon:vs2005-03-171-0/+1
| | | | | | | | | Cwdaemon is a small daemon which uses the pc parallel or serial port and a simple transistor switch to output morse code to a transmitter from a text message sent to it via the udp internet protocol. PR: ports/74772 Submitted by: Diane Bruce <db AT db.net>
* Add the pyla Hylafax client 1.1.4 for sending receivingmr2005-02-091-0/+1
| | | | | and managing faxes via hfaxd. For more information see: http://www.teamsw.it/pyla/
* CDC Ethernet driver (driver for USB Linux-based PDAs: Sharp Zaurus, YOPY, etc).pav2005-01-301-0/+1
| | | | | | | | Currently the driver is maintained out-of-tree as a set of files to be downloaded and built manually. PR: ports/76802 Submitted by: Craig Boston <craig@yekse.gank.org>
* Add hcidump, utility similar to tcpdump, but operating on Bluetooth stack.pav2004-12-111-0/+1
| | | | This was ported to FreeBSD by emax and neglected by ports people for too long.
* Add bfhist, statistics generator for BinkleyForce FTN mailer.pav2004-11-281-0/+1
| | | | | PR: ports/74405 Submitted by: lan31 <lan31@sec.bank-enisey.ru>
* Add tlf, an amateur radio curses based logging program.pav2004-11-131-0/+1
| | | | | PR: ports/69166 Submitted by: Diane Bruce <db@heceta.db.net>
* Add qsstv, SSTV decode and Version 5 supports FAX receptionpav2004-10-291-0/+1
| | | | | PR: ports/73018 Submitted by: Diane Bruce <db@db.net>
* RXTX: serial and parallel I/O libraries supporting Sun's CommAPI. Open-sourcehq2004-10-201-0/+1
| | | | | | | | | | implementation of the Java Communications API. Native interface to serial ports in Java. PR: 65396 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> Reviewed by: glewis Approved by: glewis (mentor)
* Add TrustedQSL, an Amateur Radio Station electronic trusted logbookpav2004-08-221-0/+1
| | | | | | | | | The mission of the Trusted QSL Group is to keep eQSL an open and free activity for amateur radio operators by promoting the Digital Signature Standard (DSS). PR: ports/70643 Submitted by: Diane Bruce <db@db.net>
* Add Klog, an amateur radio logging program for KDEarved2004-07-251-0/+1
| | | | | PR: 68689 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Add cutecom 0.0.5, a graphical serial terminal.markus2004-07-151-0/+1
|
* Add linrad, Amateur Radio DSP utility (SDR)pav2004-07-151-0/+1
| | | | | PR: ports/68873 Submitted by: Diane Bruce <db@heceta.db.net>
* Add xastir, a hamradio orientated GIS package designed to handle APRS.pav2004-07-061-0/+1
| | | | | | | | APRS is Amateur Position Reporting System. It's a system for handling real time information across radio and internet links. PR: ports/68655 Submitted by: Carl Makin <carl@stagecraft.cx>
* Add nasawash, Amateur Radio program for cleaning NASA format keplerianpav2004-07-051-0/+1
| | | | | | | element files PR: ports/68649 Submitted by: Diane Bruce <db@heceta.db.net>
* Add echolinux, an EchoLink client for UNIX.pav2004-07-051-0/+1
| | | | | PR: ports/68587 Submitted by: Diane Bruce <db@night.db.net>
* Add nokryptia, a program to convert music files like MP3 to workpav2004-07-031-0/+1
| | | | | | | on a Nokia 5510 cell phone. PR: ports/68565 Submitted by: Aleksander Fafula [alex@fafula.com]
* Add cdr_read 1.09, utility for reading of the call detail records fromvs2004-06-301-0/+1
| | | | | | | PBX. PR: ports/68271 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
* Add thebridge, an amateur radio EchoLink compatible conference bridgepav2004-06-271-0/+1
| | | | | | | reimplementation for UNIX PR: ports/68350 Submitted by: Diane Bruce <db@db.net>
* Add predict, a ncurses application to predict and track positions of amateurpav2004-06-261-0/+1
| | | | | | | radio satellites. PR: ports/68283 Submitted by: Diane Bruce <db@db.net>
* Remove expired ports, plus the three ports that depended on them.kris2004-06-211-1/+0
|
* Add pstngw 1.2.2, simple H.323-PSTN (POTS) gateway.vs2004-06-141-0/+1
| | | | | PR: ports/63024 Submitted by: Jakub Klausa <jacke@bofh.pl>
* Add qicosi after repocopy from qico. Qicosi is ifcico-like ftn mailer,pav2004-06-021-0/+1
| | | | | | | | supporting all modem and ip fido protocols. PR: ports/67320 Submitted by: Andrey Slusar <vasallia@ukr.net> Repocopy by: marcus
* Add xdx, a DX cluster client with the same look and feel as xlog.pav2004-05-231-0/+1
| | | | | PR: ports/67037 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Add efax-gtk 2.2.5, GUI front end for the efax fax program.clement2004-04-171-0/+1
| | | | | | | | | | | | | This program is a Gtk+/Gtkmm front end for the efax program for receiving and sending faxes with a fax modem. 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. WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ PR: ports/63844 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-021-0/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* Add aldo, a Morse code tutor. At the moment it has four kinds ofpav2004-03-301-0/+1
| | | | | | | | exercises: Classic exercise, the Koch method, Callsign exercise, and exercises read from files. PR: ports/64358 Submitted by: Scott Lambert <lambert@lambertfam.org>
* Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)pav2004-03-241-0/+1
| | | | | | | | | to transport files over OBEX protocol. This only works for Bluetooth and needs -CURRENT as of January 20 or newer (sdpd import) to work, so IGNORE on 5.2.1-R and older. PR: ports/64597 Submitted by: Guido Falsi <mad@madpilot.net>
* Add openobex, a library for OBEX (Object Exchange), a protocol to exchangepav2004-03-241-0/+1
| | | | | | | | | a data over infrared and Bluetooth. This port is adapted to work with FreeBSD Bluetooth stack. PR: ports/64596 Submitted by: Guido Falsi <mad@madpilot.net>
* Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radiopatrick2004-02-081-0/+1
|
* Grig is a graphical front-end to the Ham Radio librariespav2004-01-231-0/+1
| | | | | | | | | | | | | | | | | | | written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, it purpose is to control an amateur radio transceiver from X. It supports any of the transceivers that hamlib supports, including rpc.rigd over the network. However, at present only a subset of the hamlib functions are provided. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61729 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Gpredict is a satellite tracking and prediction applicationpav2004-01-231-0/+1
| | | | | | | | | | | | | | | | | written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, its purpose is to track the various amateur, weather and military satellites that are of interest to radio amateurs. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61727 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Add port for py-lirc 0.0.4,perky2004-01-071-0/+1
| | | | | | | An infra-red remote controller library interface for Python. PR: 60989 Submitted by: Lewis Thompson <purple@lewiz.net>
* Add gammu, a command-line program to communicate with Nokia cell phonespav2003-12-141-0/+1
| | | | | | | over cable, infra and Bluetooth. PR: ports/60211 Submitted by: Kirill Bezzubets <kirill@solaris.ru>
* Add comms/qtpcr, software that controls the ICOM PCR-1000 Receiver.linimon2003-12-121-0/+1
| | | | | PR: ports/52319 Submitted by: Sebastian Yepes <esn@x123.info>
* Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sendingpav2003-12-061-0/+1
| | | | | | | | short text messages to cell phones. Port contains python module and a command-line client 'sms'. PR: ports/59987 Submitted by: Andy Gilligan <andy@evo6.org>
* Add hamfax, a Qt/X11 application for sending and receiving facsimilespav2003-12-061-0/+1
| | | | | | | over ham radio. PR: ports/53444 Submitted by: Carl Makin <carl@stagecraft.cx>
* As announced on Aug 7, remove this broken port.kris2003-11-081-1/+0
|
* New port for libirman 0.4.2edwin2003-10-101-0/+1
| | | | | | | | This is a new port for the libirman library for use with Evation's Irman infrared reciever. PR: ports/50443 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* new port: comms/gscmxx 0.4.1 - gtk-frontend for scmxxedwin2003-10-081-0/+1
| | | | | | | | | gscmxx can access siemens cellular phones via scmxx. it supports phonebooks, addressbooks, sms and some other features. PR: ports/52176 Submitted by: Sven Mohr <svmohr@red-mercury.de>
* New port: comms/lirc: Linux Infared Remote Controledwin2003-10-061-0/+1
| | | | | | | | | | | | This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
* Add garmin-utils 1.93, utilities for Garmin GPS receivers.oliver2003-10-061-0/+1
| | | | | PR: 57585 Submitted by: Matthew Braithwaite <mab@red-bean.com>
* [new port] TiLP: TI calculator link programedwin2003-09-081-0/+1
| | | | | | | | TiLP is a Linking Program to send/receive files to/from your TI calculator. PR: ports/56137 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* [new port] libticables: TI calculator link cablesedwin2003-09-081-0/+1
| | | | | | | | | Libticables is part of TiLP, a program to connect a TI calculator to your computer. This lib manages several types of cables (serial, parallel, usb). PR: ports/56134 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* Add kallers, A KDE applet that shows caller ID informationarved2003-07-281-0/+1
| | | | | PR: 50046 Submitted by: Scott A. Moberly <smoberly@karamazov.org>
* Add Device::Modem, a Perl module to talk to AT compliant devices viaanders2003-07-231-0/+1
| | | | serial ports.
* New port for Device::SerialPortnsayer2003-07-091-0/+1
|
* Add gmfsk, a GNOME a multi-mode soundcard terminal program for HF amateurmarcus2003-07-011-0/+1
| | | | | | | communications. PR: 53442 Submitted by: Carl Makin <carl@stagecraft.cx>
* Add hamlib 1.1.4,patrick2003-05-161-0/+1
| | | | | | | | shared libraries for Amateur Radio Equipment Control Applications. PR: 51638 Submitted by: Sebastian Yepes <esn@x123.info>
* Add ruby-serialport, a Ruby library to communicate via the RS232 port.knu2003-02-211-0/+1
|
* New port: bforce -- simple ifcico like Fidonet technology mailer.fjoe2003-02-191-0/+1
| | | | Submitted by: Vladimir Kurtikov <vk@vk.pp.ru>
* new port: comms/bforce-kstedwin2003-01-171-0/+1
| | | | | | | | | BinkleyForce is a simple ifcico like FTN mailer. It can works via TCP/IP as well as on modem links. Look sample configs for more information. PR: ports/38635 Submitted by: Andrew Dolgov <fox@sigsegv.spb.ru>
* Sort entries.knu2002-11-281-1/+1
|
* Add gfax, a GTK+ front-end to hylafax.marcus2002-11-221-0/+1
| | | | | PR: 34103 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Create port for xlog, an amateur radio logging apppatrick2002-11-061-0/+1
|
* Create a port for kpsk, a PSK-31 radio package for amateur radio userspatrick2002-11-031-0/+1
|
* add scmxx 0.6.1.5ijliao2002-09-181-0/+1
| | | | | | | Data exchange utility for Siemens mobile phones PR: 39707 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* New port: Java Communication API, FreeBSD implementation.znerd2002-08-081-0/+1
| | | | | PR: 31689 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* New port: Java Communications API.znerd2002-07-051-0/+1
| | | | | PR: 31688 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* Import of wy60 2.0.2:naddy2002-06-121-0/+1
| | | | A curses-based emulator for the Wyse 60 terminal.
* Add acfax 0.981011, recieve faxes using sound card and radio.petef2002-06-081-0/+1
| | | | | PR: 34792 Submitted by: Darren <igla@batterybackups.net>
* Simple and useful FAX frontend program working with efax.mita2002-05-231-0/+1
| | | | Submitted by: me. ports-jp 12772
* This is yet another FAX send/receive program.mita2002-05-231-0/+1
| | | | | | Can handle class1 modems. Works nicely. Submitted by: me. ports-jp 12772
* add gsmlib 1.8ijliao2002-04-241-0/+1
| | | | A library to access GSM mobile phones through GSM modems
* add py-serial 1.12ijliao2002-02-271-0/+1
| | | | | | | Serial port encapsulation library for Python PR: 35367 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Add port of the 3.00 beta API for Dallas Semiconductors 1-wire lan deviceshm2002-01-161-0/+1
|
* Add FreeBSD port of the ixj driver for Quicknet LineJack androger2002-01-141-0/+1
| | | | | | | | | | | PhoneJack cards. These ISA and PCI telephony cards allow VoIP and Video Conferencing using the OpenH323 suite of applications with a standard telephone handset (including making the phone ring for incomming calls, allowing dialing via the telephone and using the phone's speaker and mic for the audio (freeing up the sound card). They also feature a hardware G.723.1 audio codec making it easier to talk to NetMeeting and H.323 users.
* Bohlin's IrDA utilities.sumikawa2002-01-101-0/+1
| | | | | PR: ports/33714 Submitted by: Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
* Add "scud" - Selected Caller id and Unavailable Deterrent; have yourbsd2001-12-201-0/+1
| | | | | | | modem answer calls from "unavailable" (which usually are telemarketers). Submitted by: David Quattlebaum <drq@bsdwins.com>
* Add zssh 1.5a, which allows you to tunnel a ssh connection over thewill2001-12-191-0/+1
| | | | | | | zmodem protocol. PR: 31268 Submitted by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Yet another conserver which is forked from comms/conserver long ago.kuriyama2001-12-091-0/+1
|
* add ltmdmijliao2001-12-061-0/+1
| | | | | | | | Driver for the Lucent LT Winmodem chipset PR: 31924 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Tested by: clkao@clkao.org
* Initial import of ghfaxviewer-0.22.kevlo2001-09-171-0/+1
| | | | | | | ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher <domi@saargate.de>
* Add ruby-termios, a Ruby interface to termios.knu2001-08-301-0/+1
|
* The purpose of this utility is to provide an easy way to flashdinoex2001-07-071-0/+1
| | | | | | | | | | | | | | | | | | | kernels and romdisks to the Agenda VR3. FEATURES o Direct serial access (w/o minicom) o Built-in Xmodem (send) support o Built-in Etxack (send) support (c/o Brad @ Agenda) o Progress meters o Capture file o PMON over-write detection/protection LATEST VERSION You can always get the latest version of this utility from: WWW: http://www.apex.net/~jeff/agenda-utils/
* Add mwavem 1.0, a loadable module and user excutable to support IBMwill2001-05-201-0/+1
| | | | | | | Mwave ACP modem. PR: 27064 Submitted by: R. Kevin Oberman <oberman@es.net>
* Add tits 1.0.2, a server which provides telnet(1) access to one orsobomax2001-04-181-0/+1
| | | | | | more tty ports. Obtained from: NetBSD
* Add yawmppp 2.0.1, a Window Maker dockapp that helps with easy usewill2001-04-161-0/+1
| | | | | | | | | | | | | | | | | | | of pppd. I *really* like this one because it relies on shell scripts rather than requiring you to use its GUI (i.e.: you can use it only once, just to create your pppd scripts. Plus it has several different GUI looks. :-) :-) Oh well, that was the old days when i was on a modem. Bwahahaha!! /me pets his 10baseT college ethernet connection. Good connection. Good! Good!! Forgotten by: will (yes, this was in my ~/ports dir for a long long time: 403 days... longer than I have been a committer) *hangs head in shame* Reminded by: Some guy on IRC who's coming to Purdue. ;) Soldier! Commit this goldurned thing to history! YES SIR!!!! <WHIRR> *click*
* Add pr 1.0, a daemon that connects local terminal device to awill2001-03-311-0/+1
| | | | | | | terminal server. PR: 26197 Submitted by: Anton Voronin <anton@urc.ac.ru>
* Add sms_client 3.0.2, a simple UNIX SMS client to send messages towill2001-03-111-0/+1
| | | | | | | phones or pagers. PR: 24257 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Add a new port comms/comserv. From the pkg-descr file:bsd2000-12-041-0/+1
| | | | | | | | "The comservd program provides a facility to access network terminal server serial ports, such as those available on Xyplex terminal server models, via /dev device file entries. This allows programs such as tip(1) to access devices connected to the terminal server serial ports."
* New Port: comms/bayonnejeh2000-11-031-0/+1
| | | | | | | Multi-line general purpose voice telephony server PR: 21327 Submitted by: David Sugar <dyfet@ostel.com>
* New Port: coms/vpb2jeh2000-11-011-0/+1
| | | | | | | user mode API for Voicetronix 4 port analog DSP telephony cards PR: 21113 Submitted by: David Sugar <dyfet@gnu.org>
* Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on mywill2000-08-111-0/+1
| | | | | | | local-distfiles due to historic saturation on www.ruxy.org.ru's link. PR: 16989 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* Add plp.reg2000-01-291-0/+1
|
* Remove rzsz, I've tolerated this for far too long but when it startsasami2000-01-271-1/+0
| | | | | | | | mailing stuff out automatically, it is just too much. Please use lrzsz, zmtx-zmrx or any other free alternative. If nothing else works, you can always compile rzsz from the original source.
* G-Kermit is a new implementation of kermit from the same peopleade2000-01-121-0/+1
| | | | | | | | who brought you C-Kermit, but released under the GPL. It's meant to be small and fast and only useful for up/downloading. PR: 15984 Submitted by: Dom.Mitchell@palmerharvey.co.uk
* mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlanphk2000-01-051-0/+1
| | | | | | devices. Only DS2480 bases serial port attachment is supported. Reviewed by: cpiazza
* Adding sredird version 1.1.7steve1999-12-271-0/+1
| | | | | | | An RFC 2217 compliant serial port redirector. PR: 15603 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Activate mserverflathill1999-07-081-1/+2
|
* Added gnokiitaoka1999-04-021-1/+2
|
* I believe asmodem wants to be here.asami1999-03-201-1/+2
|
* Move Palm*-related programs to new "palm" category.asami1999-01-091-3/+1
| | | | Reviewed by: the ports list
* Activate yaps.kuriyama1998-10-091-1/+2
|
* viewfax has been moved from x11 to comms.asami1998-08-081-1/+2
| | | | Reviewed by: the ports list
* Mission: move ports/comms/atp into ports/mail/atp.dburr1998-06-111-2/+1
| | | | Phase II: deactive atp in comms Makefile.
* Active atp.dburr1998-05-161-1/+2
|
* Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 andasami1998-03-211-1/+2
| | | | | | www/checkbot. Forgotten or misspelled by: various people :p
* Activate pilot-linkpst1997-11-241-1/+2
|
* Add conserverpeter1997-11-221-1/+2
|
* Move ports/misc/qpage to ports/comms/misc.max1997-10-131-1/+2
|
* Enable tkhylafax portandreas1997-06-081-1/+2
|
* Add snooper.asami1997-05-201-2/+3
|
* Moving estic from ports/comms -> ports/miscobrien1996-12-291-2/+1
| | | | Reviewed by: cvs-commiters
* Did a little "SUBDIR += estic"obrien1996-12-271-1/+2
| | | | Not-forgotten-by-so-Satoshi-wouldn't-have-to: obrien
* turn on zmtx-zmrxobrien1996-12-091-1/+2
|
* Add xcept.asami1996-11-061-1/+2
|
* Turn on lrzsz.obrien1996-11-031-1/+2
| | | | | | (btw, is there a better way to do this than ``cvs co ports'' when all I want to edit is ports/comms/Makefile? Freefall doesn't have enought space for a total ports checkout).
* Activated bpl+max1996-09-261-1/+2
|
* Added minicom.asami1996-03-051-1/+2
|
* Moved rzsz from RESTRICTED to SUBDIR. Convert to new format alongasami1995-07-291-4/+7
| | | | the way.
* Delete "BROKEN: flexfax", it's officially gone now.asami1995-06-251-3/+1
|
* Add hylafax.asami1995-05-301-2/+2
|
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-3/+5
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Add kermit to SUBDIR.asami1995-05-131-3/+3
|
* Disable flexfax until it's upgradedgpalmer1995-04-011-2/+3
|
* ecu addedache1995-02-181-2/+2
|
* Put seyon back, now that Mr Elbel has laid hisjkh1995-02-091-2/+2
| | | | | hands upon it. Submitted by: me
* Disable seyon until its tarball reappears or it's redirected.jkh1995-01-061-2/+2
|
* Marks rzsz & kermit as restricted and remove themache1994-12-151-2/+4
|
* Add flexfax to the list.ats1994-11-271-2/+2
|
* Add rzszache1994-10-311-2/+2
|
* add kermit to makefilepst1994-10-301-2/+2
|
* Add seyon to Makefilejkh1994-10-041-2/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Synchronize the ports with the Makefiles.jkh1994-09-261-3/+2
|
* Add a place-holder Makefile for the moment until I decide which comms packagejkh1994-09-111-0/+6
to bring over first.