View | Details | Raw Unified | Return to bug 50946
Collapse All | Expand All

(-)openhbci/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/finance/openhbci/Makefile,v 1.2 2003/02/21 12:00:34 knu Exp $
5
# $FreeBSD: ports/finance/openhbci/Makefile,v 1.2 2003/02/21 12:00:34 knu Exp $
6
6
7
PORTNAME=		openhbci
7
PORTNAME=		openhbci
8
PORTVERSION=		0.9.4
8
PORTVERSION=		0.9.9
9
CATEGORIES=		finance
9
CATEGORIES=		finance
10
MASTER_SITES=	 	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	 	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)openhbci/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (openhbci-0.9.4.tar.gz) = 326e0a021ff3f3db106d00e64d4ee6ae
1
MD5 (openhbci-0.9.9.tar.gz) = 59fe3c9ed912c310608d9eea10b41543
(-)openhbci/files/patch-aa (-56 lines)
Lines 1-56 Link Here
1
*** src/openhbci/core/posix/directory.cpp	Mon Sep  9 15:52:41 2002
2
***************
3
*** 117,123 ****
4
  
5
  
6
  string Directory::workingDirectory(){
7
!     char buffer[PATH_MAX];
8
  
9
      if (!getcwd(buffer,sizeof(buffer)))
10
          throw Error("Directory::workingDirectory()",
11
--- 117,123 ----
12
  
13
  
14
  string Directory::workingDirectory(){
15
!     char buffer[MAXNAMLEN];
16
  
17
      if (!getcwd(buffer,sizeof(buffer)))
18
          throw Error("Directory::workingDirectory()",
19
*** src/openhbci/core/posix/inetaddress.h	Mon Sep  9 15:52:41 2002
20
***************
21
*** 31,38 ****
22
  #define C_INEDADDRESS_H
23
  
24
  #include <string>
25
- #include <sys/socket.h>
26
  #include <sys/types.h>
27
  #include <sys/time.h>
28
  #include <netinet/in.h>
29
  #include <netdb.h>
30
--- 31,38 ----
31
  #define C_INEDADDRESS_H
32
  
33
  #include <string>
34
  #include <sys/types.h>
35
+ #include <sys/socket.h>
36
  #include <sys/time.h>
37
  #include <netinet/in.h>
38
  #include <netdb.h>
39
*** src/openhbci/core/posix/socket.cpp	Mon Sep  9 15:52:41 2002
40
***************
41
*** 453,459 ****
42
      p=data.c_str();
43
      i=data.length();
44
      while(i) {
45
!         j=send(_sock,p,i,MSG_NOSIGNAL);
46
          if (j<=0)
47
              return Error("Socket::writeData",
48
                               ERROR_LEVEL_NORMAL,
49
--- 453,459 ----
50
      p=data.c_str();
51
      i=data.length();
52
      while(i) {
53
!         j=send(_sock,p,i,MSG_EOF);
54
          if (j<=0)
55
              return Error("Socket::writeData",
56
                               ERROR_LEVEL_NORMAL,
(-)openhbci/pkg-comment (+1 lines)
Line 0 Link Here
1
HBCI is a bank-independent homebanking standard
(-)openhbci/pkg-plist (-4 / +3 lines)
Lines 1-4 Link Here
1
include/openhbci.h
2
include/openhbci/abstracttrans.h
1
include/openhbci/abstracttrans.h
3
include/openhbci/account.h
2
include/openhbci/account.h
4
include/openhbci/accountparams.h
3
include/openhbci/accountparams.h
Lines 8-14 Link Here
8
include/openhbci/bank.h
7
include/openhbci/bank.h
9
include/openhbci/bankparams.h
8
include/openhbci/bankparams.h
10
include/openhbci/bpdjob.h
9
include/openhbci/bpdjob.h
11
include/openhbci/connection.h
12
include/openhbci/cryptkey.h
10
include/openhbci/cryptkey.h
13
include/openhbci/customer.h
11
include/openhbci/customer.h
14
include/openhbci/date.h
12
include/openhbci/date.h
Lines 25-34 Link Here
25
include/openhbci/job.h
23
include/openhbci/job.h
26
include/openhbci/interactorcb.h
24
include/openhbci/interactorcb.h
27
include/openhbci/listwrappers.h
25
include/openhbci/listwrappers.h
26
include/openhbci/limit.h
28
include/openhbci/medium.h
27
include/openhbci/medium.h
29
include/openhbci/mediumddv.h
28
include/openhbci/mediumddv.h
30
include/openhbci/mediumkeyfile.h
29
include/openhbci/mediumkeyfile.h
31
include/openhbci/mediumrdhbase.h
30
include/openhbci/mediumrdhbase.h
31
include/openhbci/mediumrsacard.h
32
include/openhbci/messagequeue.h
32
include/openhbci/messagequeue.h
33
include/openhbci/pointer.h
33
include/openhbci/pointer.h
34
include/openhbci/rsakey.h
34
include/openhbci/rsakey.h
Lines 56-65 Link Here
56
include/openhbci/stream.h
56
include/openhbci/stream.h
57
include/openhbci/progressmonitor.h
57
include/openhbci/progressmonitor.h
58
include/openhbci/progressmonitorcb.h
58
include/openhbci/progressmonitorcb.h
59
bin/cmoney
60
bin/rdhconverter
59
bin/rdhconverter
61
bin/openhbci-config
60
bin/openhbci-config
62
lib/libopenhbci.so.4
61
lib/libopenhbci.so.7
63
lib/libopenhbci.so
62
lib/libopenhbci.so
64
lib/libopenhbci.la
63
lib/libopenhbci.la
65
lib/libopenhbci.a
64
lib/libopenhbci.a

Return to bug 50946