Commit Graph

27 Commits

Author SHA1 Message Date
Lars Immisch b62ee3004e Fixes for contemporary setuptools, autoconf update
The fix for finding the Python Makefile directly in configure is a hack, of course, but I ca'nt find it in autoconf
2016-12-02 22:29:44 +01:00
Lars Immisch d36c789423 Patches from Gerd v. Egidy (slightly reworked) 2013-08-23 17:52:41 +02:00
Lars Immisch 1410b36fe5 New autoconf/automake version 2013-08-14 10:34:48 +02:00
Lars Immisch ff5125118a Added clean target 2013-08-14 10:32:03 +02:00
Christian Lohmaier 375d5cda09 don't return empty user-values, but return default instead
since otherwise it contradicts the documentation when e.g. sending mail
notifications, as the code that requests e.g. the fax.email property
provides the user as default.
But when using the empty string as documented to use the user's name as
sender, it returns the empty string and that then causes sending the
mail to fail, as there is no recipient.
2013-05-25 11:08:04 +02:00
Lars Immisch eb002f080f Fix remote inquiry.
Create symbolic link to README (automake insists on it).
2012-03-09 00:42:58 +01:00
Lars Immisch c6c51e4daa New automake/autoconf versions. 2012-03-07 11:29:21 +01:00
Lars Immisch f75255640c Python layout changes.
Install capisuite python module in pkgpython_PYTHON, this puts capisuite as
a module into the standard python path.

cs_helpers.py(in) was renamed to helpers.py(in) and also put into
the capisuite module. The old autoconf code put cs_helpers into
site-packages, and that is not part of the default sys.path any more.
That may be a Debian issue, but having the capisuite python code in two
different directories seemed undesirable enough to warrant this change.
2012-03-07 10:57:02 +01:00
htgoebel 69398972d7 Fixed passing fax-info about received faxes to MailFaxRecievd message.
Details:
core.py: some fax functions did not return faxInfo even if the C++
         implementaion does. Fixed.
fax.py: sendinfo now returns the faxInfo like this:
        ((result, resultB3), faxInfo)
idle-script: faxInfo is now taken from fax.sendfax() and included into
             sendinfo, which is used by MailFaxRecievd message.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@429 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-28 19:35:51 +00:00
gernot 1a4c1eedeb add come comments from Hartmut so they don't get lost
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@427 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-26 21:02:59 +00:00
htgoebel 284682a4da Added mapping ISDN/CAPI-error-codes to user friedly text-messages.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@425 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-23 12:07:01 +00:00
htgoebel 9f0c5f72e6 * Added core.Capi.__repr__()
* Fixed core.Call.__repr__() (can't use %x for representing handle)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@424 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:53:38 +00:00
htgoebel 27a6451bc7 Fixed aborting non-existing fax jobs (this was caused by a duplicate
identifier in exceptions.py).


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@423 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:22:48 +00:00
htgoebel dc6217c64a core.Call.__repr__() includes handle, service and numbers now.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@422 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:20:42 +00:00
htgoebel 1c5da4b790 * Test whether core.log is available prior to using is (it is
currently only available if running within capisuite)
* some minor code clean up in _setProtection()


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@421 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 12:53:55 +00:00
htgoebel 18485a9269 Return codes of fax.sendfax() hade wrong order in case of capi.call_faxG3() failed. Fixed.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@420 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 11:29:44 +00:00
htgoebel b1e851f619 Debugged sending faxes.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@419 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-21 19:48:48 +00:00
htgoebel 32fa45cda1 __known_sections__ has had the old names (containing spaces) for the
Mail* sections. Fixed.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@417 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 20:09:57 +00:00
gernot 65438ac13a add missing parameter, change some names according to Hartmut's suggestions
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@406 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 10:46:15 +00:00
gernot d1608780ab First rough ideas of new classes for mail delivery and item storage.
Comments welcome.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@405 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-08 08:41:32 +00:00
gernot 2a6f2ace71 fix installation paths for capisuite-py files, fixes bug #108
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@390 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 09:15:15 +00:00
htgoebel 57a9865dde added GPL license information to src/capisuite-py/*.py files
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@388 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-03 18:59:47 +00:00
htgoebel 71edbe1da9 * Enhanced for SCons build system:
- Added traget 'dist' and 'distcheck' for creating and testing a
    distribution archive (.tar.gz).
  - Added env.InstallMan() for easy installation of man pages.
  - Added more fine-grained 'install-*' targets sub-aliases of
    'install' this allowed some cleaning up in SConscripts.
  - Added target 'rpms' for build source and binary RPMs (currently
    the .spec file is hardcoded).
  - Updated tests to status of current ./configure script
    (CS_TEST_CAPI4LINUX, CS_TEST_SFFTOBMP, CS_SET_DOCDIR)
* Enhanced for SCons build scripts for supporting SCons 0.96's
  'toolpath' feature.
* Use prebuild man pages from SVN repository. Building from docbook is
  still to do.
* New SConscript for building .spec files.
* Added .spec for Mandrake 9.2


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@385 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-02 22:05:17 +00:00
gernot d2fbc2506f fix another "automake doesn't work in SVN version" problem...
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@381 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-12-29 23:23:18 +00:00
gernot e0c8664770 fix some comments
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@380 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-12-13 18:57:10 +00:00
gernot b90495a088 -regenerate with the sfftobmp changes, add two other missing files
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@374 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-12-04 06:52:38 +00:00
gernot a22481c4fc - merge branches/py-lib, revisions 265-325 to trunk
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@328 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-10-31 14:07:07 +00:00