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

(-)harvest/Makefile (-4 / +20 lines)
Lines 6-35 Link Here
6
#
6
#
7
7
8
PORTNAME=	harvest
8
PORTNAME=	harvest
9
PORTVERSION=	1.9.3
9
PORTVERSION=	1.9.10
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	sheepkiller@cultdeadsheep.org
15
COMMENT=	Collect information from all over the Internet
15
COMMENT=	Collect information from all over the Internet
16
16
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
USE_PERL5=	yes
18
USE_PERL5=	yes
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
INSTALLS_SHLIB=	yes
20
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
22
CONFIGURE_ARGS=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
22
		--prefix=${PREFIX}/${PORTNAME} \
23
		--prefix=${PREFIX}/${PORTNAME} \
23
		--without-wish 
24
		--without-wish
24
25
25
STRIP=		# none
26
STRIP=		# none
26
27
28
.include <bsd.port.pre.mk>
29
27
post-patch:
30
post-patch:
28
	@${GREP} -lR "<malloc.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
31
	@${GREP} -lR "<malloc.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
29
		's|<malloc\.h>|<stdlib.h>|g'
32
		's|<malloc\.h>|<stdlib.h>|g'
30
33
34
post-configure:
35
.if ${OSVERSION} > 501101
36
	@${ECHO_MSG} "#define __STRICT_ANSI__ 1" >> ${WRKSRC}/src/common/include/autoconf.h
37
	@${REINPLACE_CMD} "s!DEFS\(.*\)!DEFS\1 -D__STRICT_ANSI__!" \
38
			${WRKSRC}/components/gatherer/standard/pstext/libs/src/sio/Makefile
39
	@${REINPLACE_CMD} "s!DEFS\(.*\)=\(.*\)!DEFS\1 = -D__STRICT_ANSI__ \2 !" \
40
			${WRKSRC}/components/gatherer/standard/pstext/libs/src/str/Makefile
41
	@${REINPLACE_CMD} "s!DEFS\(.*\)!DEFS\1 -D__STRICT_ANSI__!" \
42
			${WRKSRC}/components/gatherer/standard/pstext/pstext/Makefile
43
.endif
44
	@${REINPLACE_CMD} "s!^INSTALL =\(.*\)!INSTALL = ${INSTALL}!" \
45
			${WRKSRC}/src/gatherer/curl/lib/Makefile
46
31
post-install:
47
post-install:
32
	@(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
48
	@(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
33
		${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
49
		${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
34
50
35
.include <bsd.port.mk>
51
.include <bsd.port.post.mk>
(-)harvest/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (harvest-1.9.3.tar.bz2) = 4998504309073f3172fbab2db42c0204
1
MD5 (harvest-1.9.10.tar.bz2) = 7d9d06a86013eec63aa54b608cf0984c
(-)harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in (-4 / +4 lines)
Lines 1-8 Link Here
1
--- components/broker/zebra/yaz/lib/Makefile.in.orig	Sat Nov 30 00:47:25 2002
1
--- ./components/broker/zebra/yaz/lib/Makefile.in.orig	Fri Apr 25 18:22:11 2003
2
+++ components/broker/zebra/yaz/lib/Makefile.in	Thu Dec  5 21:44:41 2002
2
+++ ./components/broker/zebra/yaz/lib/Makefile.in	Fri Aug  1 13:24:57 2003
3
@@ -190,7 +190,7 @@
3
@@ -197,7 +197,7 @@
4
 	  $(AUTOMAKE) --gnu  lib/Makefile
4
 	  $(AUTOMAKE) --gnu  lib/Makefile
5
 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
5
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
6
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
6
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
7
-libLTLIBRARIES_INSTALL = $(INSTALL)
7
-libLTLIBRARIES_INSTALL = $(INSTALL)
8
+libLTLIBRARIES_INSTALL = $(INSTALL_DATA)
8
+libLTLIBRARIES_INSTALL = $(INSTALL_DATA)
(-)harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in (-5 / +2 lines)
Lines 1-8 Link Here
1
1
--- ./components/gatherer/WordPerfect/wp2x-2.3/Makefile.in.orig	Thu Feb  7 23:19:22 2002
2
$FreeBSD: ports/www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in,v 1.1 2002/12/18 23:19:21 naddy Exp $
2
+++ ./components/gatherer/WordPerfect/wp2x-2.3/Makefile.in	Fri Aug  1 13:24:57 2003
3
4
--- components/gatherer/WordPerfect/wp2x-2.3/Makefile.in.orig	Wed Dec 18 23:55:21 2002
5
+++ components/gatherer/WordPerfect/wp2x-2.3/Makefile.in	Wed Dec 18 23:55:50 2002
6
@@ -29,7 +29,7 @@
3
@@ -29,7 +29,7 @@
7
 OBJS		= wp2x.o dopen.o tokens.o charsets.o
4
 OBJS		= wp2x.o dopen.o tokens.o charsets.o
8
 
5
 
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::include::sio.h (+14 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/include/sio.h.orig	Fri Aug  1 14:20:17 2003
2
+++ ./components/gatherer/standard/pstext/libs/include/sio.h	Fri Aug  1 14:20:27 2003
3
@@ -12,7 +12,11 @@
4
 #define __SIO_H
5
 
6
 #include <errno.h>
7
+#ifdef __STRICT_ANSI__
8
+#include <stdarg.h>
9
+#else
10
 #include <varargs.h>
11
+#endif
12
 
13
 /*
14
  * Naming conventions:
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::include::str.h (+15 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/include/str.h.orig	Fri Aug  1 14:17:54 2003
2
+++ ./components/gatherer/standard/pstext/libs/include/str.h	Fri Aug  1 14:19:40 2003
3
@@ -12,8 +12,11 @@
4
  * str.h,v 1.1.1.1 1994/04/26 19:08:08 hardy Exp
5
  */
6
 
7
+#ifdef __STRICT_ANSI__
8
+#include <stdarg.h>
9
+#else
10
 #include <varargs.h>
11
-
12
+#endif
13
 
14
 #ifdef __ARGS
15
 #undef __ARGS
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::src::sio::sio.h (+27 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/src/sio/sio.h.orig	Sun Mar 16 22:07:04 1997
2
+++ ./components/gatherer/standard/pstext/libs/src/sio/sio.h	Fri Aug  1 13:24:57 2003
3
@@ -12,7 +12,11 @@
4
 #define __SIO_H
5
 
6
 #include <errno.h>
7
+#if defined(__STRICT_ANSI__)
8
+#include <stdarg.h>
9
+#else
10
 #include <varargs.h>
11
+#endif
12
 
13
 /*
14
  * Naming conventions:
15
@@ -240,8 +244,10 @@
16
  */
17
 int Swrite __ARGS( ( int fd, char *buf, int nbytes ) ) ;
18
 int Sputc __ARGS( ( int fd, char c ) ) ;
19
-int Sprint __ARGS( ( int fd, char *format, ... ) ) ;
20
-int Sprintv __ARGS( ( int fd, char *format, va_list ) ) ;
21
+#ifndef __STRICT_ANSI__
22
+int Sprint __ARGS( ( int fd, char *format , ...) ) ;
23
+#endif
24
+int Sprintv __ARGS( ( int fd, char *format, va_args ) ) ;
25
 
26
 /*
27
  * other functions
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::src::sio::sprint.c (+31 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/src/sio/sprint.c.orig	Fri Jan 31 17:25:04 2003
2
+++ ./components/gatherer/standard/pstext/libs/src/sio/sprint.c	Fri Aug  1 13:24:58 2003
3
@@ -132,6 +132,15 @@
4
  *     - all floating point arguments are passed as doubles
5
  */
6
 /* VARARGS2 */
7
+#if defined(__STRICT_ANSI__)
8
+int Sprint( int fd, char *fmt,... )
9
+{
10
+	__sio_descriptor_t *dp = &__sio_descriptors[ fd ] ;
11
+	register __sio_od_t *odp = ODP( dp ) ;
12
+	register int cc ;
13
+	va_list ap ;
14
+	va_start( ap,fmt ) ;
15
+#else
16
 int Sprint( fd, fmt, va_alist )
17
 	int fd ;
18
 	register char *fmt ;
19
@@ -141,10 +150,10 @@
20
 	register __sio_od_t *odp = ODP( dp ) ;
21
 	register int cc ;
22
 	va_list ap ;
23
-
24
+	va_start( ap ) ;
25
+#endif
26
 	IO_SETUP( fd, dp, __SIO_OUTPUT_STREAM, SIO_ERR ) ;
27
 
28
-	va_start( ap ) ;
29
 	cc = __sio_converter( odp, fd, fmt, ap ) ;
30
 	va_end( ap ) ;
31
 	return( cc ) ;
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::src::str::str.h (+54 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/src/str/str.h.orig	Sun Mar 16 22:07:27 1997
2
+++ ./components/gatherer/standard/pstext/libs/src/str/str.h	Fri Aug  1 13:47:57 2003
3
@@ -11,9 +11,11 @@
4
 /*
5
  * str.h,v 1.1.1.1 1994/04/26 19:08:12 hardy Exp
6
  */
7
-
8
+#ifdef __STRICT_ANSI__
9
+#include <stdarg.h>
10
+#else
11
 #include <varargs.h>
12
-
13
+#endif
14
 
15
 #ifdef __ARGS
16
 #undef __ARGS
17
@@ -25,21 +27,32 @@
18
 #   define __ARGS( s )               ()
19
 #endif
20
 
21
+// void strx_print( int ccp, char *buf, int len, char *format, ... )
22
+// char *strx_sprint( char *buf, int len, char *format, ... )
23
+// int strx_nprint( char *buf, int len, char *format, ... )
24
+// void str_print( int ccp, char *buf, char *format, ... )
25
+// char *str_sprint( char *buf, char *format, ... )
26
+// int str_nprint( char *buf, char *format, ... )
27
+
28
 
29
 /*
30
  * strprint(3) functions
31
  */
32
+
33
+#ifndef __STRICT_ANSI__
34
+void strx_print __ARGS( ( int *count, char *buf, int len, char *fmt, ... ) ) ;
35
+int strx_nprint __ARGS( ( char *buf, int len, char *fmt, ... ) ) ;
36
+void str_print __ARGS( ( int *count, char *buf, char *fmt, ... ) ) ;
37
+char *strx_sprint __ARGS( ( char *buf, int len, char *fmt, ... ) ) ;
38
+int str_nprintv __ARGS( ( char *buf, char *fmt, va_list ) ) ;
39
 char *str_sprint __ARGS( ( char *buf, char *fmt, ... ) ) ;
40
 int str_nprint __ARGS( ( char *buf, char *fmt, ... ) ) ;
41
-void str_print __ARGS( ( int *count, char *buf, char *fmt, ... ) ) ;
42
+#endif
43
+
44
 
45
 char *str_sprintv __ARGS( ( char *buf, char *fmt, va_list ) ) ;
46
-int str_nprintv __ARGS( ( char *buf, char *fmt, va_list ) ) ;
47
 void str_printv __ARGS( ( int *count, char *buf, char *fmt, va_list ) ) ;
48
 
49
-char *strx_sprint __ARGS( ( char *buf, int len, char *fmt, ... ) ) ;
50
-int strx_nprint __ARGS( ( char *buf, int len, char *fmt, ... ) ) ;
51
-void strx_print __ARGS( ( int *count, char *buf, int len, char *fmt, ... ) ) ;
52
 
53
 char *strx_sprintv __ARGS( ( char *buf, int len, char *fmt, va_list ) ) ;
54
 int strx_nprintv __ARGS( ( char *buf, int len, char *fmt, va_list ) ) ;
(-)harvest/files/patch-components::gatherer::standard::pstext::libs::src::str::strprint.c (+135 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/libs/src/str/strprint.c.orig	Fri Aug  1 13:34:23 2003
2
+++ ./components/gatherer/standard/pstext/libs/src/str/strprint.c	Fri Aug  1 13:47:29 2003
3
@@ -62,6 +62,13 @@
4
 }
5
 
6
 
7
+#ifdef __STRICT_ANSI__
8
+void strx_print( int ccp, char *buf, int len, char *format, ... )
9
+{
10
+	va_list ap ;
11
+
12
+	va_start( ap, *format ) ;
13
+#else
14
 void strx_print( ccp, buf, len, format, va_alist )
15
 	int *ccp ;
16
 	char *buf ;
17
@@ -70,13 +77,19 @@
18
 	va_dcl
19
 {
20
 	va_list ap ;
21
-
22
 	va_start( ap ) ;
23
+#endif
24
 	strx_printv( ccp, buf, len, format, ap ) ;
25
 	va_end( ap ) ;
26
 }
27
 
28
+#ifdef __STRICT_ANSI__
29
+char *strx_sprint( char *buf, int len, char *format, ... )
30
+{
31
+	va_list ap ;
32
 
33
+	va_start( ap, *format ) ;
34
+#else
35
 char *strx_sprint( buf, len, format, va_alist )
36
 	char *buf ;
37
 	int len ;
38
@@ -86,6 +99,7 @@
39
 	va_list ap ;
40
 
41
 	va_start( ap ) ;
42
+#endif
43
 	strx_printv( INT_NULL, buf, len, format, ap ) ;
44
 	va_end( ap ) ;
45
 	return( buf ) ;
46
@@ -102,7 +116,14 @@
47
 	return( buf ) ;
48
 }
49
 
50
+#ifdef __STRICT_ANSI__
51
+int strx_nprint( char *buf, int len, char *format, ... )
52
+{
53
+	int cc ;
54
+	va_list ap ;
55
 
56
+	va_start( ap, *format ) ;
57
+#else
58
 int strx_nprint( buf, len, format, va_alist )
59
 	char *buf ;
60
 	int len ;
61
@@ -113,6 +134,7 @@
62
 	va_list ap ;
63
 
64
 	va_start( ap ) ;
65
+#endif
66
 	strx_printv( &cc, buf, len, format, ap ) ;
67
 	va_end( ap ) ;
68
 	return( cc ) ;
69
@@ -137,6 +159,13 @@
70
  * Group 2: the str_* functions
71
  */
72
 
73
+#ifdef __STRICT_ANSI__
74
+void str_print( int ccp, char *buf, char *format, ... )
75
+{
76
+	va_list ap ;
77
+
78
+	va_start( ap, *format ) ;
79
+#else
80
 void str_print( ccp, buf, format, va_alist )
81
 	int *ccp ;
82
 	char *buf ;
83
@@ -146,6 +175,7 @@
84
 	va_list ap ;
85
 
86
 	va_start( ap ) ;
87
+#endif
88
 	strx_printv( ccp, buf, 0, format, ap ) ;
89
 	va_end( ap ) ;
90
 }
91
@@ -160,7 +190,13 @@
92
 	strx_printv( ccp, buf, 0, format, ap ) ;
93
 }
94
 
95
+#ifdef __STRICT_ANSI__
96
+char *str_sprint( char *buf, char *format, ... )
97
+{
98
+	va_list ap ;
99
 
100
+	va_start( ap, *format ) ;
101
+#else
102
 char *str_sprint( buf, format, va_alist )
103
 	char *buf ;
104
 	char *format ;
105
@@ -169,6 +205,7 @@
106
 	va_list ap ;
107
 
108
 	va_start( ap ) ;
109
+#endif
110
 	strx_printv( INT_NULL, buf, 0, format, ap ) ;
111
 	va_end( ap ) ;
112
 	return( buf ) ;
113
@@ -184,7 +221,14 @@
114
 	return( buf ) ;
115
 }
116
 
117
+#ifdef __STRICT_ANSI__
118
+int str_nprint( char *buf, char *format, ... )
119
+{
120
+	int cc ;
121
+	va_list ap ;
122
 
123
+	va_start( ap, *format) ;
124
+#else
125
 int str_nprint( buf, format, va_alist )
126
 	char *buf ;
127
 	char *format ;
128
@@ -194,6 +238,7 @@
129
 	va_list ap ;
130
 
131
 	va_start( ap ) ;
132
+#endif
133
 	strx_printv( &cc, buf, 0, format, ap ) ;
134
 	va_end( ap ) ;
135
 	return( cc ) ;
(-)harvest/files/patch-components::gatherer::standard::pstext::pstext::common.c (+35 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/pstext/common.c.orig	Fri Aug  1 13:50:18 2003
2
+++ ./components/gatherer/standard/pstext/pstext/common.c	Fri Aug  1 14:09:05 2003
3
@@ -6,7 +6,11 @@
4
 
5
 static char RCSid[] = "common.c,v 1.4 1995/01/20 23:03:20 hardy Exp";
6
 
7
+#ifdef __STRICT_ANSI__
8
+#include <stdarg.h>
9
+#else
10
 #include <varargs.h>
11
+#endif
12
 
13
 void exit();
14
 char *malloc();
15
@@ -143,6 +147,12 @@
16
 }
17
 
18
 
19
+#ifdef __STRICT_ANSI__
20
+void error(char *fmt, ...)
21
+{
22
+	va_list ap;
23
+	va_start(ap,fmt);
24
+#else
25
 void error(fmt, va_alist)
26
 char *fmt;
27
 va_dcl
28
@@ -150,6 +160,7 @@
29
 	va_list ap;
30
 
31
 	va_start(ap);
32
+#endif
33
 	Sprint(2, "pstext: Line %d: ", line_count);
34
 	Sprintv(2, fmt, ap);
35
 	exit(1);
(-)harvest/files/patch-components::gatherer::standard::pstext::pstext::defs.h (+15 lines)
Line 0 Link Here
1
--- ./components/gatherer/standard/pstext/pstext/defs.h.orig	Fri Aug  1 13:51:49 2003
2
+++ ./components/gatherer/standard/pstext/pstext/defs.h	Fri Aug  1 13:58:59 2003
3
@@ -43,7 +43,12 @@
4
 	TOK_STRING, TOK_NUMBER, TOK_OTHER, TOK_CMD
5
 } token_e;
6
 
7
+#ifdef __STRICT_ANSI__
8
+void error (char *fmt, ...);
9
+#else
10
 void error();
11
+#endif
12
+
13
 void printout();
14
 
15
 extern int line_count;
(-)harvest/files/patch-src::broker::log.c (+53 lines)
Line 0 Link Here
1
--- ./src/broker/log.c.orig	Fri May  2 20:34:44 1997
2
+++ ./src/broker/log.c	Fri Aug  1 13:24:58 2003
3
@@ -151,10 +151,28 @@
4
 }
5
 
6
 /* Log Something */
7
-int LOG_statlog(va_alist)
8
+#if defined(__STRICT_ANSI__)
9
+int LOG_statlog(char *fmt,...)
10
+{
11
+	time_t curtime;
12
+	unsigned int type;
13
+	char *outstr = NULL;
14
+	char *statname = NULL;
15
+	char *url = NULL;
16
+	char *gn = NULL;
17
+	char *gh = NULL;
18
+	char *gv = NULL;
19
+	int gid;
20
+	fd_t FD;
21
+
22
+    va_list ap;
23
+    va_start(ap,fmt);
24
+    va_list args;
25
+    va_start(args,fmt);
26
+#else
27
+int LOG_statlog(va_alist) 
28
 va_dcl
29
 {
30
-	va_list args;
31
 	time_t curtime;
32
 	unsigned int type;
33
 	char *outstr = NULL;
34
@@ -166,10 +184,18 @@
35
 	int gid;
36
 	fd_t FD;
37
 
38
+    va_list ap;
39
+    char *fmt;
40
+    va_list args;
41
+    va_start(ap);
42
+    fmt = va_arg(ap, char *);
43
+    fmt = va_arg(args, char *);
44
+    va_start(args);
45
+#endif /* __STRICT_ANSI__ */
46
+
47
 	if (!log_file)
48
 		return ERROR;
49
 
50
-	va_start(args);
51
 	type = va_arg(args, unsigned int);
52
 	if (LOG_do_logging(type) == TRUE) {
53
 		statname = va_arg(args, char *);
(-)harvest/files/patch-src::broker::log.h (+13 lines)
Line 0 Link Here
1
--- ./src/broker/log.h.orig	Fri Mar 21 17:20:01 1997
2
+++ ./src/broker/log.h	Fri Aug  1 13:24:58 2003
3
@@ -147,8 +147,9 @@
4
 #define L_CONNECT_S    	"CONNECTION"
5
 
6
 /* ========== Logging Macros ========= */
7
-
8
+#ifndef __STRICT_ANSI__
9
 int LOG_statlog();
10
+#endif
11
 
12
 #define LOGUPDATE(X) \
13
 	{LOG_statlog(L_UPDATE,L_UPDATE_S,(X)->url,(X)->FD,(X)->GID);}
(-)harvest/files/patch-src::configure (+11 lines)
Line 0 Link Here
1
--- ./src/configure.orig	Fri Aug  1 13:24:59 2003
2
+++ ./src/configure	Fri Aug  1 13:24:59 2003
3
@@ -7299,7 +7299,7 @@
4
       ac_prev=prefix ;;
5
     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
6
       ;;
7
-    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
8
+    *) ac_sub_configure_args="$ac_arg" ;;
9
     esac
10
   done
11
 
(-)harvest/pkg-plist (-43 / +180 lines)
Lines 3-15 Link Here
3
harvest/bin/Gatherer
3
harvest/bin/Gatherer
4
harvest/bin/Harvest
4
harvest/bin/Harvest
5
harvest/bin/broker
5
harvest/bin/broker
6
harvest/bin/curl
7
harvest/bin/curl-config
6
harvest/bin/gather
8
harvest/bin/gather
7
harvest/bin/yaz-client
9
harvest/bin/yaz-client
8
harvest/bin/yaz-comp
10
harvest/bin/yaz-comp
9
harvest/bin/yaz-config
11
harvest/bin/yaz-config
10
harvest/bin/yaz-ztest
12
harvest/bin/yaz-ztest
11
harvest/bin/yclient
12
harvest/bin/zebraidx
13
harvest/bin/zebraidx
14
harvest/bin/zebrash
13
harvest/bin/zebrasrv
15
harvest/bin/zebrasrv
14
harvest/bin/zoomsh
16
harvest/bin/zoomsh
15
harvest/brokers/Attributes.html
17
harvest/brokers/Attributes.html
Lines 43-52 Link Here
43
harvest/brokers/skeleton/admin/broker.conf.in
45
harvest/brokers/skeleton/admin/broker.conf.in
44
harvest/brokers/skeleton/query-glimpse-modern.html.de.in
46
harvest/brokers/skeleton/query-glimpse-modern.html.de.in
45
harvest/brokers/skeleton/query-glimpse-modern.html.es.in
47
harvest/brokers/skeleton/query-glimpse-modern.html.es.in
48
harvest/brokers/skeleton/query-glimpse-modern.html.fr.in
46
harvest/brokers/skeleton/query-glimpse-modern.html.in
49
harvest/brokers/skeleton/query-glimpse-modern.html.in
47
harvest/brokers/skeleton/query-glimpse-modern.html.it.in
50
harvest/brokers/skeleton/query-glimpse-modern.html.it.in
48
harvest/brokers/skeleton/query-glimpse-modern.html.ru.in
51
harvest/brokers/skeleton/query-glimpse-modern.html.ru.in
49
harvest/brokers/skeleton/query-glimpse-modern.html.se.in
52
harvest/brokers/skeleton/query-glimpse-modern.html.se.in
53
harvest/brokers/skeleton/query-glimpse.html.de.in
50
harvest/brokers/skeleton/query-glimpse.html.in
54
harvest/brokers/skeleton/query-glimpse.html.in
51
harvest/brokers/skeleton/query-glimpse.html.it.in
55
harvest/brokers/skeleton/query-glimpse.html.it.in
52
harvest/brokers/skeleton/query-glimpse.html.se.in
56
harvest/brokers/skeleton/query-glimpse.html.se.in
Lines 60-71 Link Here
60
harvest/brokers/zquery/about.html
64
harvest/brokers/zquery/about.html
61
harvest/brokers/zquery/contact.html
65
harvest/brokers/zquery/contact.html
62
harvest/brokers/zquery/help.html
66
harvest/brokers/zquery/help.html
63
harvest/brokers/zquery/query.html
67
harvest/brokers/zquery/index.html
64
harvest/brokers/zquery/register.html
68
harvest/brokers/zquery/register.html
65
harvest/cgi-bin/BrokerAdmin.pl.cgi
69
harvest/cgi-bin/BrokerAdmin.pl.cgi
66
harvest/cgi-bin/displaySOIF.cgi
70
harvest/cgi-bin/displaySOIF.cgi
67
harvest/cgi-bin/lib/Sample.cf
71
harvest/cgi-bin/lib/Sample.cf
68
harvest/cgi-bin/lib/classic.cf
72
harvest/cgi-bin/lib/classic.cf
73
harvest/cgi-bin/lib/french.cf
69
harvest/cgi-bin/lib/german.cf
74
harvest/cgi-bin/lib/german.cf
70
harvest/cgi-bin/lib/italiano.cf
75
harvest/cgi-bin/lib/italiano.cf
71
harvest/cgi-bin/lib/modern.cf
76
harvest/cgi-bin/lib/modern.cf
Lines 107-112 Link Here
107
harvest/gatherers/example-5/example-5.cf
112
harvest/gatherers/example-5/example-5.cf
108
harvest/gatherers/example-5/mydomain-host-filter
113
harvest/gatherers/example-5/mydomain-host-filter
109
harvest/gatherers/example-5/mydomain-url-filter
114
harvest/gatherers/example-5/mydomain-url-filter
115
harvest/include/curl/curl.h
116
harvest/include/curl/easy.h
117
harvest/include/curl/mprintf.h
118
harvest/include/curl/multi.h
119
harvest/include/curl/stdcheaders.h
120
harvest/include/curl/types.h
121
harvest/include/yaz/backend.h
122
harvest/include/yaz/ccl.h
123
harvest/include/yaz/charneg.h
124
harvest/include/yaz/comstack.h
125
harvest/include/yaz/cql.h
126
harvest/include/yaz/diagbib1.h
127
harvest/include/yaz/ill-core.h
128
harvest/include/yaz/ill.h
129
harvest/include/yaz/item-req.h
130
harvest/include/yaz/log.h
131
harvest/include/yaz/logrpn.h
132
harvest/include/yaz/marcdisp.h
133
harvest/include/yaz/nmem.h
134
harvest/include/yaz/odr.h
135
harvest/include/yaz/oid.h
136
harvest/include/yaz/options.h
137
harvest/include/yaz/otherinfo.h
138
harvest/include/yaz/pquery.h
139
harvest/include/yaz/proto.h
140
harvest/include/yaz/prt-ext.h
141
harvest/include/yaz/readconf.h
142
harvest/include/yaz/soap.h
143
harvest/include/yaz/sortspec.h
144
harvest/include/yaz/srw.h
145
harvest/include/yaz/statserv.h
146
harvest/include/yaz/tcpip.h
147
harvest/include/yaz/tpath.h
148
harvest/include/yaz/unix.h
149
harvest/include/yaz/wrbuf.h
150
harvest/include/yaz/xmalloc.h
151
harvest/include/yaz/yaz-ccl.h
152
harvest/include/yaz/yaz-iconv.h
153
harvest/include/yaz/yaz-util.h
154
harvest/include/yaz/yaz-version.h
155
harvest/include/yaz/yconfig.h
156
harvest/include/yaz/z-accdes1.h
157
harvest/include/yaz/z-accform1.h
158
harvest/include/yaz/z-acckrb1.h
159
harvest/include/yaz/z-charneg.h
160
harvest/include/yaz/z-core.h
161
harvest/include/yaz/z-date.h
162
harvest/include/yaz/z-diag1.h
163
harvest/include/yaz/z-espec1.h
164
harvest/include/yaz/z-estask.h
165
harvest/include/yaz/z-exp.h
166
harvest/include/yaz/z-grs.h
167
harvest/include/yaz/z-mterm2.h
168
harvest/include/yaz/z-opac.h
169
harvest/include/yaz/z-rrf1.h
170
harvest/include/yaz/z-rrf2.h
171
harvest/include/yaz/z-sum.h
172
harvest/include/yaz/z-sutrs.h
173
harvest/include/yaz/z-uifr1.h
174
harvest/include/yaz/z-univ.h
175
harvest/include/yaz/zes-admin.h
176
harvest/include/yaz/zes-expi.h
177
harvest/include/yaz/zes-exps.h
178
harvest/include/yaz/zes-order.h
179
harvest/include/yaz/zes-pquery.h
180
harvest/include/yaz/zes-psched.h
181
harvest/include/yaz/zes-pset.h
182
harvest/include/yaz/zes-update.h
183
harvest/include/yaz/zes-update0.h
184
harvest/include/yaz/zgdu.h
185
harvest/include/yaz/zoom.h
186
harvest/include/zebraapi.h
187
harvest/include/zebraver.h
110
harvest/lib/broker/BrokerRestart
188
harvest/lib/broker/BrokerRestart
111
harvest/lib/broker/agrep
189
harvest/lib/broker/agrep
112
harvest/lib/broker/brkclient
190
harvest/lib/broker/brkclient
Lines 117-127 Link Here
117
harvest/lib/broker/glimpseserver
195
harvest/lib/broker/glimpseserver
118
harvest/lib/broker/info-to-html.pl
196
harvest/lib/broker/info-to-html.pl
119
harvest/lib/broker/mkbrokerstats.pl
197
harvest/lib/broker/mkbrokerstats.pl
198
harvest/lib/broker/soif2gils.pl
120
harvest/lib/broker/swish
199
harvest/lib/broker/swish
121
harvest/lib/chat2.pl
200
harvest/lib/chat2.pl
122
harvest/lib/dateconv.pl
201
harvest/lib/dateconv.pl
123
harvest/lib/ftp.pl
202
harvest/lib/ftp.pl
124
harvest/lib/ftpget
203
harvest/lib/ftpget
204
harvest/lib/ftpget.bin
125
harvest/lib/gatherer/Archive.sum
205
harvest/lib/gatherer/Archive.sum
126
harvest/lib/gatherer/Binary-raw.sum
206
harvest/lib/gatherer/Binary-raw.sum
127
harvest/lib/gatherer/Binary.sum
207
harvest/lib/gatherer/Binary.sum
Lines 139-148 Link Here
139
harvest/lib/gatherer/HTTP-Query.sum
219
harvest/lib/gatherer/HTTP-Query.sum
140
harvest/lib/gatherer/HomeHTML.sum
220
harvest/lib/gatherer/HomeHTML.sum
141
harvest/lib/gatherer/IMS-DOCUMENT.sum
221
harvest/lib/gatherer/IMS-DOCUMENT.sum
222
harvest/lib/gatherer/MSExcel.sum
223
harvest/lib/gatherer/MSPowerpoint.sum
142
harvest/lib/gatherer/MSWord.sum
224
harvest/lib/gatherer/MSWord.sum
143
harvest/lib/gatherer/Mail.sum
225
harvest/lib/gatherer/Mail.sum
144
harvest/lib/gatherer/ManPage.sum
226
harvest/lib/gatherer/ManPage.sum
145
harvest/lib/gatherer/MSExcel.sum
146
harvest/lib/gatherer/NewsArticle.sum
227
harvest/lib/gatherer/NewsArticle.sum
147
harvest/lib/gatherer/NewsGroup.sum
228
harvest/lib/gatherer/NewsGroup.sum
148
harvest/lib/gatherer/Object.sum
229
harvest/lib/gatherer/Object.sum
Lines 237-242 Link Here
237
harvest/lib/gatherer/mkindex
318
harvest/lib/gatherer/mkindex
238
harvest/lib/gatherer/mktemplate
319
harvest/lib/gatherer/mktemplate
239
harvest/lib/gatherer/newsenum
320
harvest/lib/gatherer/newsenum
321
harvest/lib/gatherer/ppthtml
240
harvest/lib/gatherer/prepurls
322
harvest/lib/gatherer/prepurls
241
harvest/lib/gatherer/print-attr
323
harvest/lib/gatherer/print-attr
242
harvest/lib/gatherer/print-c-comments
324
harvest/lib/gatherer/print-c-comments
Lines 275-288 Link Here
275
harvest/lib/gatherer/sgmls-lib/ISOlat1.sgml
357
harvest/lib/gatherer/sgmls-lib/ISOlat1.sgml
276
harvest/lib/gatherer/sgmls-lib/README
358
harvest/lib/gatherer/sgmls-lib/README
277
harvest/lib/gatherer/sgmls-lib/catalog
359
harvest/lib/gatherer/sgmls-lib/catalog
278
harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml
279
harvest/lib/gatherer/sgmls-lib/html/catalog
280
harvest/lib/gatherer/sgmls-lib/html/html-0.dtd
281
harvest/lib/gatherer/sgmls-lib/html/html-1.dtd
282
harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd
283
harvest/lib/gatherer/sgmls-lib/html/html-s.dtd
284
harvest/lib/gatherer/sgmls-lib/html/html.decl
285
harvest/lib/gatherer/sgmls-lib/html/html.dtd
286
harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.cat
360
harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.cat
287
harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.dtd
361
harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.dtd
288
harvest/lib/gatherer/sgmls-lib/html-3.2/ISOlat1.ent
362
harvest/lib/gatherer/sgmls-lib/html-3.2/ISOlat1.ent
Lines 302-307 Link Here
302
harvest/lib/gatherer/sgmls-lib/html-4.01/frameset.dtd
376
harvest/lib/gatherer/sgmls-lib/html-4.01/frameset.dtd
303
harvest/lib/gatherer/sgmls-lib/html-4.01/loose.dtd
377
harvest/lib/gatherer/sgmls-lib/html-4.01/loose.dtd
304
harvest/lib/gatherer/sgmls-lib/html-4.01/strict.dtd
378
harvest/lib/gatherer/sgmls-lib/html-4.01/strict.dtd
379
harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml
380
harvest/lib/gatherer/sgmls-lib/html/catalog
381
harvest/lib/gatherer/sgmls-lib/html/html-0.dtd
382
harvest/lib/gatherer/sgmls-lib/html/html-1.dtd
383
harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd
384
harvest/lib/gatherer/sgmls-lib/html/html-s.dtd
385
harvest/lib/gatherer/sgmls-lib/html/html.decl
386
harvest/lib/gatherer/sgmls-lib/html/html.dtd
305
harvest/lib/gatherer/sgmls-lib/htmlplus/HTMLplus.dtd
387
harvest/lib/gatherer/sgmls-lib/htmlplus/HTMLplus.dtd
306
harvest/lib/gatherer/sgmlsasp
388
harvest/lib/gatherer/sgmlsasp
307
harvest/lib/gatherer/skim
389
harvest/lib/gatherer/skim
Lines 322-330 Link Here
322
harvest/lib/gatherer/wp2x-lib/troff.cfg
404
harvest/lib/gatherer/wp2x-lib/troff.cfg
323
harvest/lib/gatherer/wp2x.sh
405
harvest/lib/gatherer/wp2x.sh
324
harvest/lib/gatherer/wrapit
406
harvest/lib/gatherer/wrapit
407
harvest/lib/gatherer/xlhtml
325
harvest/lib/gatherer/xls2csv
408
harvest/lib/gatherer/xls2csv
326
harvest/lib/gopherget.pl
409
harvest/lib/gopherget.pl
327
harvest/lib/harvest-check.pl
410
harvest/lib/harvest-check.pl
411
harvest/lib/libcurl.a
412
harvest/lib/libcurl.la
413
harvest/lib/libcurl.so
414
harvest/lib/libcurl.so.2
328
harvest/lib/libyaz.a
415
harvest/lib/libyaz.a
329
harvest/lib/libyaz.la
416
harvest/lib/libyaz.la
330
harvest/lib/libyazmalloc.a
417
harvest/lib/libyazmalloc.a
Lines 340-355 Link Here
340
harvest/lib/timelocal.pl
427
harvest/lib/timelocal.pl
341
harvest/lib/urlget
428
harvest/lib/urlget
342
harvest/lib/urlpurge
429
harvest/lib/urlpurge
430
harvest/man/man1/curl-config.1
431
harvest/man/man1/curl.1
343
harvest/man/man1/yaz-client-ssl.1
432
harvest/man/man1/yaz-client-ssl.1
344
harvest/man/man1/yaz-client.1
433
harvest/man/man1/yaz-client.1
345
harvest/man/man1/yaz-config.1
434
harvest/man/man1/yaz-config.1
346
harvest/man/man1/zebraidx.1
435
harvest/man/man1/zebraidx.1
347
harvest/man/man1/zoomsh.1
436
harvest/man/man1/zoomsh.1
437
harvest/man/man3/curl_easy_cleanup.3
438
harvest/man/man3/curl_easy_duphandle.3
439
harvest/man/man3/curl_easy_getinfo.3
440
harvest/man/man3/curl_easy_init.3
441
harvest/man/man3/curl_easy_perform.3
442
harvest/man/man3/curl_easy_setopt.3
443
harvest/man/man3/curl_escape.3
444
harvest/man/man3/curl_formadd.3
445
harvest/man/man3/curl_formfree.3
446
harvest/man/man3/curl_formparse.3
447
harvest/man/man3/curl_free.3
448
harvest/man/man3/curl_getdate.3
449
harvest/man/man3/curl_getenv.3
450
harvest/man/man3/curl_global_cleanup.3
451
harvest/man/man3/curl_global_init.3
452
harvest/man/man3/curl_mprintf.3
453
harvest/man/man3/curl_multi_add_handle.3
454
harvest/man/man3/curl_multi_cleanup.3
455
harvest/man/man3/curl_multi_fdset.3
456
harvest/man/man3/curl_multi_info_read.3
457
harvest/man/man3/curl_multi_init.3
458
harvest/man/man3/curl_multi_perform.3
459
harvest/man/man3/curl_multi_remove_handle.3
460
harvest/man/man3/curl_slist_append.3
461
harvest/man/man3/curl_slist_free_all.3
462
harvest/man/man3/curl_strequal.3
463
harvest/man/man3/curl_strnequal.3
464
harvest/man/man3/curl_unescape.3
465
harvest/man/man3/curl_version.3
466
harvest/man/man3/curl_version_info.3
467
harvest/man/man3/libcurl-errors.3
468
harvest/man/man3/libcurl-multi.3
469
harvest/man/man3/libcurl.3
348
harvest/man/man7/yaz.7
470
harvest/man/man7/yaz.7
349
harvest/man/man8/yaz-ztest-ssl.8
471
harvest/man/man8/yaz-ztest-ssl.8
350
harvest/man/man8/yaz-ztest.8
472
harvest/man/man8/yaz-ztest.8
351
harvest/man/man8/zebrasrv.8
473
harvest/man/man8/zebrasrv.8
352
harvest/share/aclocal/yaz.m4
474
harvest/share/aclocal/yaz.m4
475
harvest/share/curl/curl-ca-bundle.crt
353
harvest/share/doc/idzebra/administration.html
476
harvest/share/doc/idzebra/administration.html
354
harvest/share/doc/idzebra/apps.html
477
harvest/share/doc/idzebra/apps.html
355
harvest/share/doc/idzebra/configuration-file.html
478
harvest/share/doc/idzebra/configuration-file.html
Lines 364-369 Link Here
364
harvest/share/doc/idzebra/generic-ids.html
487
harvest/share/doc/idzebra/generic-ids.html
365
harvest/share/doc/idzebra/indexdata.html
488
harvest/share/doc/idzebra/indexdata.html
366
harvest/share/doc/idzebra/installation.html
489
harvest/share/doc/idzebra/installation.html
490
harvest/share/doc/idzebra/installation.win32.html
367
harvest/share/doc/idzebra/internal-representation.html
491
harvest/share/doc/idzebra/internal-representation.html
368
harvest/share/doc/idzebra/introduction.html
492
harvest/share/doc/idzebra/introduction.html
369
harvest/share/doc/idzebra/license.html
493
harvest/share/doc/idzebra/license.html
Lines 379-384 Link Here
379
harvest/share/doc/idzebra/zebra.html
503
harvest/share/doc/idzebra/zebra.html
380
harvest/share/doc/idzebra/zebra.pdf
504
harvest/share/doc/idzebra/zebra.pdf
381
harvest/share/doc/idzebra/zebraidx.html
505
harvest/share/doc/idzebra/zebraidx.html
506
harvest/share/doc/yaz/apilayer.png
382
harvest/share/doc/yaz/asn.external.html
507
harvest/share/doc/yaz/asn.external.html
383
harvest/share/doc/yaz/asn.html
508
harvest/share/doc/yaz/asn.html
384
harvest/share/doc/yaz/asn.oid.html
509
harvest/share/doc/yaz/asn.oid.html
Lines 403-408 Link Here
403
harvest/share/doc/yaz/installation.html
528
harvest/share/doc/yaz/installation.html
404
harvest/share/doc/yaz/installation.unix.html
529
harvest/share/doc/yaz/installation.unix.html
405
harvest/share/doc/yaz/installation.win32.html
530
harvest/share/doc/yaz/installation.win32.html
531
harvest/share/doc/yaz/introduction.api.html
406
harvest/share/doc/yaz/introduction.html
532
harvest/share/doc/yaz/introduction.html
407
harvest/share/doc/yaz/license.html
533
harvest/share/doc/yaz/license.html
408
harvest/share/doc/yaz/license.other.html
534
harvest/share/doc/yaz/license.other.html
Lines 416-421 Link Here
416
harvest/share/doc/yaz/server.html
542
harvest/share/doc/yaz/server.html
417
harvest/share/doc/yaz/server.invocation.html
543
harvest/share/doc/yaz/server.invocation.html
418
harvest/share/doc/yaz/server.main.html
544
harvest/share/doc/yaz/server.main.html
545
harvest/share/doc/yaz/soap.html
546
harvest/share/doc/yaz/soap.http.html
547
harvest/share/doc/yaz/soap.srw.html
548
harvest/share/doc/yaz/soap.xml.html
419
harvest/share/doc/yaz/tools.html
549
harvest/share/doc/yaz/tools.html
420
harvest/share/doc/yaz/tools.nmem.html
550
harvest/share/doc/yaz/tools.nmem.html
421
harvest/share/doc/yaz/tools.oid.html
551
harvest/share/doc/yaz/tools.oid.html
Lines 483-534 Link Here
483
harvest/share/yaz/z39.50/datetime.asn
613
harvest/share/yaz/z39.50/datetime.asn
484
harvest/share/yaz/z39.50/esadmin.asn
614
harvest/share/yaz/z39.50/esadmin.asn
485
harvest/share/yaz/z39.50/esupdate.asn
615
harvest/share/yaz/z39.50/esupdate.asn
616
harvest/share/yaz/z39.50/mterm2.asn
486
harvest/share/yaz/z39.50/univres.asn
617
harvest/share/yaz/z39.50/univres.asn
487
harvest/share/yaz/z39.50/z.tcl
618
harvest/share/yaz/z39.50/z.tcl
488
harvest/share/yaz/z39.50/z3950v3.asn
619
harvest/share/yaz/z39.50/z3950v3.asn
489
@dirrm harvest/share/yaz/z39.50
620
490
@dirrm harvest/share/yaz/ill
621
@dirrm harvest/bin
491
@dirrm harvest/share/yaz
492
@dirrm harvest/share/idzebra/tab
493
@dirrm harvest/share/idzebra
494
@dirrm harvest/share/doc/yaz
495
@dirrm harvest/share/doc/idzebra
496
@dirrm harvest/share/doc
497
@dirrm harvest/share/aclocal
498
@dirrm harvest/share
499
@dirrm harvest/man/man8
500
@dirrm harvest/man/man7
501
@dirrm harvest/man/man1
502
@dirrm harvest/man
503
@dirrm harvest/lib/gatherer/wp2x-lib
504
@dirrm harvest/lib/gatherer/sgmls-lib/htmlplus
505
@dirrm harvest/lib/gatherer/sgmls-lib/html-4.01
506
@dirrm harvest/lib/gatherer/sgmls-lib/html-4.0
622
@dirrm harvest/lib/gatherer/sgmls-lib/html-4.0
507
@dirrm harvest/lib/gatherer/sgmls-lib/html-3.2
623
@dirrm harvest/lib/gatherer/sgmls-lib/html-4.01
624
@dirrm harvest/lib/gatherer/sgmls-lib/HTML
508
@dirrm harvest/lib/gatherer/sgmls-lib/html
625
@dirrm harvest/lib/gatherer/sgmls-lib/html
626
@dirrm harvest/lib/gatherer/sgmls-lib/htmlplus
509
@dirrm harvest/lib/gatherer/sgmls-lib/IMS
627
@dirrm harvest/lib/gatherer/sgmls-lib/IMS
510
@dirrm harvest/lib/gatherer/sgmls-lib/HTML
628
@dirrm harvest/lib/gatherer/sgmls-lib/html-3.2
511
@dirrm harvest/lib/gatherer/sgmls-lib
629
@dirrm harvest/lib/gatherer/sgmls-lib
630
@dirrm harvest/lib/gatherer/wp2x-lib
512
@dirrm harvest/lib/gatherer/catdoc-lib
631
@dirrm harvest/lib/gatherer/catdoc-lib
513
@dirrm harvest/lib/gatherer
632
@dirrm harvest/lib/gatherer
514
@dirrm harvest/lib/broker
633
@dirrm harvest/lib/broker
515
@dirrm harvest/lib
634
@dirrm harvest/lib
516
@dirrm harvest/gatherers/example-5
517
@dirrm harvest/gatherers/example-4/lib
518
@dirrm harvest/gatherers/example-4/bin
519
@dirrm harvest/gatherers/example-4
520
@dirrm harvest/gatherers/example-3/lib
521
@dirrm harvest/gatherers/example-3
522
@dirrm harvest/gatherers/example-2/lib
523
@dirrm harvest/gatherers/example-2
524
@dirrm harvest/gatherers/example-1
525
@dirrm harvest/gatherers
526
@dirrm harvest/cgi-bin/lib
635
@dirrm harvest/cgi-bin/lib
527
@dirrm harvest/cgi-bin
636
@dirrm harvest/cgi-bin
528
@dirrm harvest/brokers/zquery
637
@dirrm harvest/brokers/images
529
@dirrm harvest/brokers/skeleton/admin
638
@dirrm harvest/brokers/skeleton/admin
530
@dirrm harvest/brokers/skeleton
639
@dirrm harvest/brokers/skeleton
531
@dirrm harvest/brokers/images
640
@dirrm harvest/brokers/zquery
532
@dirrm harvest/brokers
641
@dirrm harvest/brokers
533
@dirrm harvest/bin
642
@dirrm harvest/gatherers/example-1
643
@dirrm harvest/gatherers/example-2/lib
644
@dirrm harvest/gatherers/example-2
645
@dirrm harvest/gatherers/example-3/lib
646
@dirrm harvest/gatherers/example-3
647
@dirrm harvest/gatherers/example-4/bin
648
@dirrm harvest/gatherers/example-4/lib
649
@dirrm harvest/gatherers/example-4
650
@dirrm harvest/gatherers/example-5
651
@dirrm harvest/gatherers
652
@dirrm harvest/man/man3
653
@dirrm harvest/man/man1
654
@dirrm harvest/man/man7
655
@dirrm harvest/man/man8
656
@dirrm harvest/man
657
@dirrm harvest/share/curl
658
@dirrm harvest/share/yaz/z39.50
659
@dirrm harvest/share/yaz/ill
660
@dirrm harvest/share/yaz
661
@dirrm harvest/share/doc/yaz
662
@dirrm harvest/share/doc/idzebra
663
@dirrm harvest/share/doc
664
@dirrm harvest/share/aclocal
665
@dirrm harvest/share/idzebra/tab
666
@dirrm harvest/share/idzebra
667
@dirrm harvest/share
668
@dirrm harvest/include/curl
669
@dirrm harvest/include/yaz
670
@dirrm harvest/include
534
@dirrm harvest
671
@dirrm harvest

Return to bug 55162