./comms/estic, German language configuration tool for ISTEC 1003/1008 ISDN systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.61nb2, Package name: estic-1.61nb2, Maintainer: pkgsrc-users

This is a configuration tool for ISTEC 1003/1008 ISDN systems. Because
the program and the documentation are only available in German the rest
of this description is written in German language.

ESTIC ist ein Konfigurationsprogramm fuer die ISTEC ISDN-Anlagen der
Firma Emmerich. Neben der Konfiguration der Anlage kann ESTIC ein
Logfile ueber die ausgehenden Gespraeche zusammen mit Nummer/Zeitpunkt/
Dauer/Kosten fuehren. Weiterhin ist als zusaetzliches "Schmankerl" fuer
ISDN4Linux Benutzer ein ISDN4Linux Monitor integriert.

ESTIC basiert auf meiner portablen Klassenbibliothek SPUNK, deshalb
sind Versionen fuer DOS, OS/2, Windows 95/NT, Linux, FreeBSD und diverse
andere Unixe verfuegbar. Fuer die Unix-Versionen ist es sinnvoll,
bestimmte Environment-Variablen zu setzen (siehe weiter unten,
"Betrieb unter den verschiedenen Plattformen").


Required to build:
[pkgtools/x11-links]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-08-02 21:20:20 by Nia Alarie | Files touched by this commit (30)
Log message:
*: Mark packages that were originally identified as requiring
C++03 due to failing to build with a C++14 default compiler
with FORCE_CXX_STD instead of USE_LANGUAGES.
   2022-08-10 20:01:42 by Havard Eidnes | Files touched by this commit (1)
Log message:
comms/estic: use gnu++03 instead of c++03 for alloca().

Fixes build on NetBSD/macppc at least.
   2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85)
Log message:
comms: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85)
Log message:
comms: Remove SHA1 hashes for distfiles
   2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52)
Log message:
mark packages that fail with -Werror=char-subscripts

These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
   2019-11-03 13:04:14 by Roland Illig | Files touched by this commit (16)
Log message:
comms: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
   2019-06-24 12:59:43 by Nia Alarie | Files touched by this commit (20)
Log message:
More http -> https.

Reviewed by hand.
   2018-07-18 02:06:25 by Joerg Sonnenberger | Files touched by this commit (168)
Log message:
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.