diff options
author | joerg <joerg@FreeBSD.org> | 1996-09-01 22:14:14 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-09-01 22:14:14 +0800 |
commit | 3ccae69f1260ceb3e829320bcea3a28e6054a9bc (patch) | |
tree | ea9ba10a838d20be69fb9a33929595d006d063a6 /comms/xcept/pkg-descr | |
parent | 59e54a83f389eebf6a8164e6c0bdf60e22f68fb9 (diff) | |
download | freebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.tar.gz freebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.tar.zst freebsd-ports-gnome-3ccae69f1260ceb3e829320bcea3a28e6054a9bc.zip |
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...
Diffstat (limited to 'comms/xcept/pkg-descr')
-rw-r--r-- | comms/xcept/pkg-descr | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/comms/xcept/pkg-descr b/comms/xcept/pkg-descr new file mode 100644 index 000000000000..a73a66a5490d --- /dev/null +++ b/comms/xcept/pkg-descr @@ -0,0 +1,29 @@ +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 <joerg@FreeBSD.org> |