The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD comms : xcept

A decoder for the CEPT (Btx) protocol

 XCept provides a decoder for the CEPT protocol as it is in use for
example by the Btx service of the Deutsche Telekom.  In particular,
electronic banking and other commercial services are being handled
this way.  The CEPT protocol itself is supposed to be a European Telco
protocol, though I don't know whether any other Telco is actually
using it.

The program consists of two parts, ceptd acting as a server on the
host with the modem to use, and xcept as the client which interacts
with the user, using an X11 frontend if desired.  Xcept also provides
basic scripting facilities.

The package has been developed by Arno Augustin and Frank Hoering at
the University of Nürnberg-Erlangen, Germany.  XCept version 2 has
been the last version distributed under a BSD-style copyright; the
package went commercial in later versions.  The authors no longer
distribute or support version 2.

After installing the package, you must add

xcept		20005/tcp #XCEPT

to /etc/services, and

xcept	stream	tcp	nowait	root	/usr/local/libexec/ceptd ceptd

to /etc/inetd.conf on your server host.

Jörg Wunsch  
 




xcept history


v. 1.20
date: 2007/05/19 20:00:59;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.19 date: 2003/12/09 21:33:02; author: joerg; state: Exp; lines: +1 -1 Clean up historical baggage, and move the old local distfiles that used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own public_distfiles. No version changes involved.
v. 1.18 date: 2003/10/16 04:15:45; author: kris; state: Exp; lines: +1 -7 Before committing the previous BROKEN changes I carefully checked the status of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
v. 1.17 date: 2003/10/16 01:11:27; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.16 date: 2003/09/06 20:08:29; author: joerg; state: Exp; lines: +1 -1 Make the tty locking compatible to the FreeBSD convention (10 digits vs. 9). Submitted by: Helge Oldach
v. 1.15 date: 2003/09/01 14:54:08; author: joerg; state: Exp; lines: +1 -1 Resolve a build error that recently became apparent where this software attempts to define their own function log() that is reserved for the natural logartihm one, by renaming the private function to mylog(). I wonder whether anybody is still using this at all, the respective service (called `Btx' here) has been cancelled in Germany a couple of years ago. Any other European countries perhaps? I consider deleting the port some day. By now, it was easy enough to fix though. Speak up if you want to see this port continued.
v. 1.14 date: 2003/03/07 05:57:38; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.13 date: 2001/08/11 06:59:03; author: kris; state: Exp; lines: +2 -1 Don't install ceptd setuid root: it's a daemon you run as root from inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory.
v. 1.12 date: 2000/06/09 21:58:50; author: asami; state: Exp; lines: +2 -1 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my area on the local ports tree.
v. 1.11 date: 2000/04/08 23:22:43; author: mharo; state: Exp; lines: +6 -6 update with the new PORTNAME/PORTVERSION variables
v. 1.10 date: 1999/08/31 06:40:58; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.9 date: 1999/08/25 05:12:40; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.8 date: 1998/11/28 00:44:29; author: asami; state: Exp; lines: +2 -1 Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake for ilu and mkdirhier for asl.)
v. 1.7 date: 1998/08/30 00:54:30; author: hoek; state: Exp; lines: +4 -1 Oops. Next time I add MANCOMPRESSED=maybe to a port, I should also add the appropriate MANx variables. :)
v. 1.6 date: 1998/08/28 07:02:05; author: hoek; state: Exp; lines: +2 -1 Set MANCOMPRESSED=maybe. This isn't the correct fix. The port should have its patches that stuff NOMANCOMPRESS support in the source Makefile removed, or submitted for inclusion with the next xceptd release.
v. 1.5 date: 1997/04/30 03:17:13; author: asami; state: Exp; lines: +2 -2 Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
v. 1.4 date: 1996/11/17 03:01:21; author: obrien; state: Exp; lines: +2 -2 CAT_E_GORIES+= -> CAT_E_GORIES= Added MAINTAINER's to some, switched to new MAN[1-8]
v. 1.3 date: 1996/11/06 13:34:05; author: asami; state: Exp; lines: +1 -3 Actually, I should just take out USE_X11 and PREFIX=, they cancel each other. ;)
v. 1.2 date: 1996/11/06 13:07:35; author: asami; state: Exp; lines: +3 -3 Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where it belongs.
v. 1.1 date: 1996/09/01 14:14:14; author: joerg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/09/01 14:14:14; author: joerg; state: Exp; lines: +0 -0 XCept - a decoder for the CEPT protocol as it is in use in the Btx service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down... =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm