head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.1.1.1
	v0_9p3:1.1.1.1
	ZAKHVATOV:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.12.02.15.49.55;	author kevlo;	state dead;
branches;
next	1.4;

1.4
date	99.08.05.04.03.43;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	99.05.05.14.03.29;	author flathill;	state Exp;
branches;
next	1.2;

1.2
date	99.04.22.08.01.57;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	98.12.16.22.37.40;	author billf;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.12.16.22.37.40;	author billf;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to version 0.9.26

PR: 23222
Submitted by: Ports Fury
@
text
@--- src/net.c.orig	Fri Jul 23 03:50:48 1999
+++ src/net.c	Wed Aug  4 20:32:42 1999
@@@@ -106,9 +106,9 @@@@
 	{
 		return -1;
 	}
-
+#ifndef __FreeBSD__
 	fcntl(sock , F_SETFL , O_NONBLOCK);
-
+#endif
 	rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr));
 	if (rv && (errno != EINPROGRESS) && (errno != EISCONN))
 	{
@@@@ -296,9 +296,9 @@@@
 	int rv;
 
 	p = sizeof(caller);
-
+#ifdef __FreeBSD__
 	fcntl(sock , F_SETFL , O_NONBLOCK);
-
+#endif
 	rsock = accept(sock, (struct sockaddr*)&caller, &p);
 	if ((rsock < 0) && (errno != EWOULDBLOCK))
 	{
@


1.4
log
@Fix a typo in the makefile, it was doing ${MKDIR} share/... instead
of ${MKDIR} ${PREFIX}/share and  update to pl 18.
@
text
@@


1.3
log
@Update to 0.9pl11
PR: ports/11496
Submitted by:  cpiazza@@home.net
@
text
@d1 3
a3 3
--- src/net.c.orig	Tue May  4 13:20:43 1999
+++ src/net.c	Tue May  4 13:22:13 1999
@@@@ -101,9 +101,9 @@@@
d15 1
a15 1
@@@@ -267,9 +267,9 @@@@
@


1.2
log
@Update to pl9, and now use gtk12

PR:		11273
Submitted by:	Chris Piazza <cpiazza@@home.net>
@
text
@d1 2
a2 2
--- src/net.c.orig	Sun Apr 18 06:53:46 1999
+++ src/net.c	Wed Apr 21 22:44:24 1999
d15 2
a16 2
@@@@ -121,8 +121,8 @@@@
 #endif
d18 4
a21 14
 #ifdef GTK_FACE
-		cfg.gtk.inid = gtk_timeout_add(cfg.ctimeout * 60000 ,
-					(GtkFunction)TOut , NULL);
+		cfg.gtk.inid = cfg.ctimeout ? gtk_timeout_add(cfg.ctimeout * 60000 ,
+					(GtkFunction)TOut , NULL) : 0;
 #endif
 
 
@@@@ -261,8 +261,9 @@@@
 #ifdef I_FACE
 	if (cfg.xi_face)
 	{
+#ifndef __FreeBSD__
 		fcntl(sock , F_SETFL , O_NONBLOCK);
d24 3
a26 3
 		rsock = accept(sock, (struct sockaddr*)&caller, &p);
 		if ((rsock < 0) && (errno != EWOULDBLOCK))
 		{
@


1.1
log
@Initial revision
@
text
@d1 7
a7 6
--- src/net.c	Sun Feb  1 10:53:47 1998
+++ /home/andy/tmp/wrk/src/net.c	Fri Mar 20 22:00:21 1998
@@@@ -129,7 +129,9 @@@@
 			
 		}
 
d9 2
a10 1
 		fcntl(sock , F_SETFL , O_SYNC);
d12 13
a24 6
 		if ((connect(sock, (struct sockaddr*)&addr, sizeof(addr)) == -1) &&
 		     (errno && (errno != EISCONN)))
 		{
@@@@ -259,7 +261,9 @@@@
 			}
 		}
d26 4
d31 2
a32 1
 		fcntl(sock , F_SETFL , O_SYNC);
d34 3
a36 3
 	}
 #endif
 	if ((rsock < 0) && ((rsock = accept(sock, (struct sockaddr*)&caller, &p)) == -1))
@


1.1.1.1
log
@   Pavuk is a HTTP, FTP and Gopher mirroring tool.

   What this program does :

   - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving
   - synchronizing retrieved local copies of document with remote
   - partial content retrieving on servers which suppots it (FTP and HTTP/1.1)
   - follows moved documents
   - supports "robots.txt" standart
   - supports HTTP and FTP proxy server
   - supports HTTP authentification
   - shows document tree
   - have interface to "at" command for scheduling
   - have X-windows user interface (built with own widgets based on plain Xt)
   - may be built with or without X-windows user interface
   - can handle setup files

PR:		ports/6085
@
text
@@
