Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv22272

Added Files:
        haproxy.info havp.info hotway.info hotway.patch htc.info 
        httping.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: htc.info ---
Package: htc
Version: 3.0.5
Revision: 2
Source: http://www.nocrew.org/software/httptunnel/httptunnel-%v.tar.gz
Source-MD5: 2a710f377c82ab4eb201458f7b9f99c5
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog DISCLAIMER FAQ HACKING NEWS README TODO
License: GPL
Homepage: http://www.nocrew.org/software/httptunnel
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Tunnel arbitrary TCP connections through HTTP


--- NEW FILE: hotway.patch ---
diff -ru2N hotway-0.51/inet.c hotway-0.51-patched/inet.c
--- hotway-0.51/inet.c  Tue Sep 24 07:19:18 2002
+++ hotway-0.51-patched/inet.c  Tue Jan  7 04:41:54 2003
@@ -25,4 +25,5 @@
 #include <sys/socket.h>
 #include <stdlib.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
diff -ru2N hotway-0.51/libghttp-1.0.9-mod/http_base64.c 
hotway-0.51-patched/libghttp-1.0.9-mod/http_base64.c
--- hotway-0.51/libghttp-1.0.9-mod/http_base64.c        Tue Sep 24 07:35:50 2002
+++ hotway-0.51-patched/libghttp-1.0.9-mod/http_base64.c        Tue Jan  7 
07:35:36 2003
@@ -25,8 +25,8 @@
 #include <string.h>
 
-const char b64_alphabet[65] = { 
+const char b64_alphabet[66] = {
     "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
     "abcdefghijklmnopqrstuvwxyz"
-    "0123456789+/=" };
+    "0123456789+/=\0" }; 
     
 char *

--- NEW FILE: httping.info ---
Package: httping
Version: 1.4.1
Revision: 2
Source: http://www.vanheusden.com/%n/%n-%v.tgz
Source-MD5: bde1ff3c01343d2371d8f34fbf8a1d9a
PatchScript: perl -pi -e 's,PREFIX=/usr,PREFIX=%p,;s,-O2,-Os,g;' Makefile
NoSetCPPFLAGS: true
CompileScript: make
InstallScript: make install DESTDIR=%d
DocFiles: license.OpenSSL license.txt readme.txt
License: GPL
Homepage: http://www.vanheusden.com/httping
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Utility for measuring http response
DescDetail: <<
  Httping is like 'ping' but for http-requests.
  Give it an url, and it'll show you how long it takes to connect,
  send a request and retrieve the reply (only the headers). Be aware
  that the transmission across the network also takes time!
<<

--- NEW FILE: havp.info ---
Package: havp
Version: 0.91
Revision: 1002
Source: http://www.server-side.de/download/%n-%v.tar.gz
Source-MD5: b7ded9311cef36055d76ba3ce634b6ae
PatchScript: perl -pi -e "s,-g -O2,-Os,g" configure
SetCXXFLAGS: -Os
ConfigureParams: --disable-dependency-tracking --disable-locking 
--disable-clamav
InstallScript: <<
        mkdir -p %i/bin %i/etc/havp
        cp -p havp/havp %i/bin/
        cp -r etc/havp/* %i/etc/havp/
        cp -p update-conf %i/etc/havp/
<<
DocFiles: ChangeLog COPYING
License: GPL
GCC: 4.0
Homepage: http://www.server-side.de
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: HTTP Anti Virus Proxy


--- NEW FILE: hotway.info ---
Package: hotway
Version: 0.51
Revision: 12
Description: POP3 access to Hotmail via HTTP gateway
License: GPL
Maintainer: Jared Wangen <ja...@silter.org>
Depends: libxml2-shlibs
BuildDepends: libxml2, libiconv-dev, fink (>= 0.24.12-1)
Source: mirror:sourceforge:hotwayd/%n-%v.tar.bz2
Source-MD5: b221348a725b87f915f1a215f15f5919
PatchFile: %n.patch
PatchFile-MD5: 40841897f3aba0ce4e6ecaa32c730be2
DocFiles: AUTHORS COPYING README
InstallScript: <<
make install prefix=%i
rm -rf %i/include
<<
PostInstScript: <<
echo "service hotwayd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = root
groups = yes
server = %p/sbin/hotwayd
port = 110
}" > /etc/xinetd.d/hotwayd
<<
PostRmScript: rm /etc/xinetd.d/hotwayd
DescDetail: <<
HotWayd is a POP3-HTTPMail gateway. HTTPMail is an undocumented 
WebDAV-based protocol used by hotmail. This gateway allows *any* POP3 
compatible email client to handle (download, delete, etc) messages on 
hotmail.com and on msn.com.

This software is useful to access Hotmail in applications such as
Mail.app or Eudora.
<<
DescUsage: <<
1) Restart xinetd (or restart your computer if you don't know how)
2) Set up a POP3 e-mail account in your favorite e-mail client with
   the following important information:
   
   Username: yourn...@hotmail.com OR yourn...@msn.com
   Password: your password for above e-mail account
   Incoming POP3 Server: localhost
   Outgoing SMTP Server: Your regular ISP's SMTP Server
<<

--- NEW FILE: haproxy.info ---
Package: haproxy
Version: 1.4.8
Revision: 3
Source: http://haproxy.1wt.eu/download/1.4/src/%n-%v.tar.gz
Source-MD5: 104f4985b37bd9bac7a33e20fb6aaadf
PatchScript: perl -pi -e 's,-g,,g;s,-O2,-Os,g' Makefile*
CompileScript: make TARGET=darwin PREFIX=%p
InstallScript: make install PREFIX=%p DESTDIR=%d DOCDIR=%p/share/doc/%n
DocFiles: CHANGELOG:ChangeLog LICENSE:COPYING README TODO ROADMAP SUBVERS TODO 
VERDATE VERSION
License: LGPL
Homepage: http://haproxy.1wt.eu
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: High Performance TCP/HTTP Load Balancer



------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to