Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25658

Added Files:
        fping.info gnomeicu.info gnomeicu.patch inid.info inid.patch 
        iperf.info jags.info jags.patch linpal.info ncftp.info 
Log Message:
GCC: 4.0 version


--- NEW FILE: iperf.info ---
Package: iperf
Version: 1.7.0
Revision: 1011
Source: http://dast.nlanr.net/Projects/Iperf/%n-%v-source.tar.gz
Source-MD5: 3e4aea85822bcf10ed14040f4b26bd26
SourceDirectory: %n-%v
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
install -m 755 iperf %i/bin/
<<
GCC: 4.0
DocFiles: doc/dast.gif doc/index.html doc/lib.html doc/jperf.gif 
doc/ui_license.html
Description: Measure TCP and UDP throughput
DescDetail: <<
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
various parameters and UDP characteristics. Iperf reports bandwidth, delay
jitter, datagram loss. 

While tools to measure network performance, such as ttcp, exist, most are very
old and have confusing options. Iperf was developed as a modern alternative
for measuring TCP and UDP bandwidth performance.
<<
DescPackaging: <<
The jperf GUI client for iperf is not installed.  This is intentional --
it's old and crufty, so I opted not to install it.  jperf is being split off
of Iperf in future versions and will be it's own package.
<<
License: BSD
Homepage: http://dast.nlanr.net/Projects/Iperf/
Maintainer: Jon Dugan <[EMAIL PROTECTED]>

--- NEW FILE: inid.info ---
Package: inid
Version: 1.05
Revision: 1001
GCC: 4.0
Description: Italk server that supports Italk Protocol 1.0
License: BSD
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>

Depends: daemonic
Provides: italk-server
Suggests: italk-el

Source: http://inid.lefs.org/file/%n-%v.tar.gz
SourceDirectory: %n
Source-MD5: 0af112c59812faddffaa3e927e2a60b7

UpdateConfigGuess: true
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1

ConfigureParams: --mandir=%i/share/man --sysconfdir=%i/etc/%n --enable-ipv6

InstallScript: <<
/usr/bin/make install prefix=%i
/usr/bin/install -m 644 inid.cnf %i/etc/inid
/usr/bin/install -d -m 755 %i/share/doc/%n
/bin/cp -r Doc Memo %i/share/doc/%n
<<
DocFiles: *.txt

PostInstScript: <<
 daemonic install inid
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   daemonic remove inid
 fi
<<
ConfFiles: %p/etc/%n/%n-en.cat %p/etc/%n/%n-ja.cat %p/etc/%n/%n.cnf
DaemonicFile: <<
<service>
  <description>Inid, italk server</description>
  <message>Inid, italk server</message>
  <daemon name="inid">
    <executable background="yes">%p/bin/wakeinid.csh</executable>
  </daemon>
</service>
<<

Homepage: http://inid.lefs.org/
DescDetail: <<
"Italk, the Next Innovation." is an italk server. 
It runs under UNIX and cygwin environment. (It is abbreviated to "inid.")

Features
 * A server of the italk chat system. The system is characterized in keeping
   all chat logs to publish via WWW and stand-alone server configuration.
   Inid supports Italk Protocol 1.0 (see itproto.txt in the distribution
   archive of inid).
 * Fast and solid enough to employ as a 24h-available chat server.
 * Portable. Inid is described in standardized C++ language construction and
   POSIX functions.
 * Freely available under Italk license (based on BSD-style license).
   Open source.
 * Multi-thread (multiple room) is introduced. (version 1.04 or later)
<<
DescUsage:<<
You can connect to an italk server not only by using editors/italk-el,
but also by just typing:

[host]$ telnet italk.server.name 12345

You can also get help by sending "/?" to the server.
<< 
DescPackaging: patches the .cnf file for the instance access.

--- NEW FILE: fping.info ---
Package: fping
Version: 2.4b2
Revision: 1011
License: GPL
GCC: 4.0
Source: http://www.fping.com/download/%n-%v_to.tar.gz
Source-MD5: d5e8be59e307cef76bc479e1684df705
SourceDirectory: fping-%v_to
Homepage: http://www.fping.com/
ConfigureParams: --mandir=%i/share/man
DocFiles: ChangeLog COPYING README INSTALL
Maintainer: James Kelly <[EMAIL PROTECTED]>
Description: Pings a number of hosts at one time 
DescDetail: <<
fping is a ping(1) like program which uses the Internet Control Message
Protocol (ICMP) echo request to determine if a host is up. fping is
different from ping in that you can specify any number of hosts on the
command line, or specify a file containing the lists of hosts to ping.

Instead of trying one host until it timeouts or replies, fping will send
out a ping packet and move on to the next host in a round-robin fashion.
If a host replies, it is noted and removed from the list of hosts to
check. If a host does not respond within a certain time limit and/or
retry limit it will be considered unreachable. Unlike ping, fping is
meant to be used in scripts and its output is easy to parse. 
<<

--- NEW FILE: gnomeicu.patch ---
--- gnomeicu-0.99/src/userserver.c.orig Fri Apr 18 00:22:00 2003
+++ gnomeicu-0.99/src/userserver.c      Fri Apr 18 00:22:18 2003
@@ -28,12 +28,12 @@
 #include <gdk/gdk.h>
 #include <gdk/gdkkeysyms.h>
 #include <errno.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/un.h>
--- gnomeicu-0.99/src/Makefile.in.orig  Fri Apr 18 00:30:57 2003
+++ gnomeicu-0.99/src/Makefile.in       Fri Apr 18 00:40:49 2003
@@ -272,7 +272,8 @@
        $(GNOMEICU_LIBS)        \
        $(SOCKS_LIBDIR)         \
        $(SOCKS_LIBS)           \
-       $(LIBDBM)
+       $(LIBDBM) \
+       /usr/X11R6/lib/libX11.6.dylib
 
 subdir = src
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- gnomeicu-0.99/src/Makefile.in.orig  Fri Apr 18 01:07:03 2003
+++ gnomeicu-0.99/src/Makefile.in       Fri Apr 18 01:07:48 2003
@@ -304,7 +304,7 @@
 gnomeicu_DEPENDENCIES =
 am_gnomeicu_client_OBJECTS = gnomeicu-client.$(OBJEXT)
 gnomeicu_client_OBJECTS = $(am_gnomeicu_client_OBJECTS)
-gnomeicu_client_LDADD = $(LDADD)
+gnomeicu_client_LDADD = $(LDADD) -lintl
 gnomeicu_client_DEPENDENCIES =
 gnomeicu_client_LDFLAGS =
 

--- NEW FILE: inid.patch ---
diff -Naur inid/inid.cnf inid.fink/inid.cnf
--- inid/inid.cnf       Tue Aug 21 20:05:31 2001
+++ inid.fink/inid.cnf  Sun May  2 16:47:45 2004
@@ -8,7 +8,7 @@
 ##
 
 ;; Message catalog (English, Japanese, ...)
-CatalogFile = inid-ja.cat
+;CatalogFile = inid-ja.cat
 
 ;; Write information and error messages to a file instead of stdout.
 ;SyslogFile = iniderr.log
@@ -30,9 +30,9 @@
 ;;
 
 ;ServerPort = 12345
-;ServerLogDir = ../public_html/italk-log
+ServerLogDir = @PREFIX@/var/log/italk
                                ; relative path or absolute path for log spool
-;ServerDBDir = DB              ; path for keeping user data
+ServerDBDir = @PREFIX@/var/db/italk            ; path for keeping user data
 
 
 ;;
diff -Naur inid/killinid.sh inid.fink/killinid.sh
--- inid/killinid.sh    Mon May  8 04:54:27 2000
+++ inid.fink/killinid.sh       Sun May  2 16:54:05 2004
@@ -5,9 +5,9 @@
 #
 
 # for BSD
-kill -QUIT `ps x | awk '/[^l][i]nid/{p=p " " $1}; END{print "PID =" p 
>"/dev/tty"; print p}'`
+kill -QUIT `ps ax | awk '/[^l][i]nid/{p=p " " $1}; END{print "PID =" p 
>"/dev/tty"; print p}'`
 sleep 1
-kill -TERM `ps x | awk '/[^l][i]nid/{p=p " " $1}; END{print "PID =" p 
>"/dev/tty"; print p}'`
+kill -TERM `ps ax | awk '/[^l][i]nid/{p=p " " $1}; END{print "PID =" p 
>"/dev/tty"; print p}'`
 
 # for System V
 # kill -QUIT `ps -f | awk '/[^l][i]nid/{p=p " " $2}; END{print "PID =" p > 
"/dev/tty"; print p}'`
diff -Naur inid/wakeinid.csh inid.fink/wakeinid.csh
--- inid/wakeinid.csh   Mon Jun 18 02:20:51 2001
+++ inid.fink/wakeinid.csh      Sun May  2 16:51:22 2004
@@ -5,9 +5,9 @@
 # logging error messages into a file.
 
 # directory and path settings
-set inidpath=~/bin/inid/               # directory for inid(1) binary
-set confpath=~/etc/inid.cnf            # please modify config file, too
-set corepath=~/etc/                    # for coredump
+set [EMAIL PROTECTED]@/bin/
+set [EMAIL PROTECTED]@/etc/inid/inid.cnf
+set corepath=/tmp
 
 # wakeup inid
 setenv PATH /usr/sbin:$PATH

--- NEW FILE: jags.patch ---
--- jags-0.21/src/jagsconfig.cpp        Mon Dec 16 09:07:44 2002
+++ jags-0.21-patched/src/jagsconfig.cpp        Thu Dec 26 20:31:56 2002
@@ -48,7 +48,7 @@
   if (!fin) {
     g_print("Copying sample config to your home-dir\n");
     system("mkdir ~/.jags");
-    gchar *command = g_strdup_printf("cp -R /usr/local/share/jags/* ~/.jags");
+    gchar *command = g_strdup_printf("cp -R @prefix@/share/jags/* ~/.jags");
     system(command);
     system("mv ~/.jags/jags.conf.sample ~/.jags/jags.conf");
     g_print("Config files successflly copied to your home-dir....\n");

--- NEW FILE: linpal.info ---
Package: linpal
Version: 0.5
Revision: 1014
Source: mirror:sourceforge:%n/%n-%v-fixed.tar.bz2
Source-MD5: faee16137da59a03dad3aba6e0a50f73
SourceDirectory: %n-%v

GCC: 4.0

PatchScript: <<
  perl -pi -e 's/ulong/u_long/g' *.cpp
  perl -pi -e 's|argv\[0\]|\"%p/share/%n/\"|' gtkmain.cpp
  perl -pi -e 's/MozillaFirebird/firefox/' gtkmain.cpp
  perl -pi -e 's/firebird/firefox/g' linpal.glade
  perl -pi -e 's/Firebird/Firefox/' linpal.glade
<<

Depends: gtk+2-shlibs, libglade2-shlibs, glib2-shlibs, x11-shlibs, curl-shlibs, 
atk1-shlibs, libiconv, libxml2-shlibs, pango1-xft2-shlibs, libgettext3-shlibs
BuildDepends: gtk+2-dev, libglade2, glib2-dev, x11-dev, curl-dev, pkgconfig, 
pango1-xft2-dev, libgettext3-dev, atk1, libiconv-dev, libxml2

CompileScript: <<
  make CC="g++-3.3 -Wall"
<<

InstallScript: <<
  mkdir -p %i/bin
  mkdir -p %i/share/%n
  cp -r faces colors *.png *.svg *.glade %i/share/%n
  cp -r linpal %i/bin
<<

DocFiles: CHANGELOG COPYING TODO
Description: GTK+2 based client for The Palace
DescDetail: <<
GTK+2 based client for The Palace servers.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.ruinedsoft.com/linpal/

--- NEW FILE: ncftp.info ---
Package: ncftp
Version: 3.1.9
Revision: 1001
Source: mirror:custom:%n-%v-src.tar.gz
Source-MD5: 931a9bd5c72bb93d6c966be6d2461141
SourceDirectory: %n-%v
CustomMirror: <<
 Primary: ftp://ftp.ncftp.com/ncftp
 Secondary: 
ftp://ftp.leo.org/pub/comp/os/unix/networking/file-transfer/ftp/clients/ncftp/
<<
BuildDepends: libncurses5 (>= 5.4-20041023-1006)
Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006)
GCC: 4.0
SetCPPFLAGS: -no-cpp-precomp
InstallScript: <<
 mkdir -p %i/share
 make install prefix=%i mandir=%i/share/man
<<
DocFiles: README.txt doc/[A-Z]* doc/mani* doc/read* doc/what* doc/html/*
Description: Browser program using ftp protocol
DescDetail: <<
The purpose of ncftp is to provide a powerful and flexible
interface to the Internet standard File Transfer Protocol.
It is intended to replace the stock ftp program that comes
with the system.
Some of the cooler features include progress meters, file-
name completion, command-line editing, background process-
ing, auto-resume downloads, bookmarking, cached  directory
listings, host redialing, working with firewalls and prox-
ies, downloading entire directory trees, etc., etc.
<<
License: Artistic
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://www.ncftp.com

--- NEW FILE: gnomeicu.info ---
Package: gnomeicu 
Version: 0.99.5
Revision: 1001
GCC: 4.0
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]> 
Depends: libgnome2-shlibs, libglade2-shlibs, libxml2-shlibs, 
libgnomeui2-shlibs, libbonobo2-shlibs, bonobo-activation2-shlibs, 
gconf2-shlibs, gnome-vfs2-shlibs | gnome-vfs2-ssl-shlibs, 
libgnomecanvas2-shlibs, libbonoboui2-shlibs
BuildDepends: libgnome2, pkgconfig, libglade2, libgnomeui2-dev, gnet2, 
libbonobo2, bonobo-activation2-dev, atk1 (>= 1.9.0-1), glib2-dev (>= 2.5.0-1), 
gtk+2-dev (>= 2.5.0-1), libxml2 (>= 2.6.6-1), pango1-xft2-dev (>= 1.4.0-1), 
gconf2-dev (>= 2.4.0.1-1), gnome-vfs2-ssl-dev (>= 2.7.3-1) | gnome-vfs2-dev (>= 
2.7.3-1), gtk+2 (>= 2.2.4-1), libart2 (>= 2.3.16-1), libbonobo2-dev (>= 
2.4.0-1), libbonoboui2-dev (>= 2.4.0-1), libgnome2-dev (>= 2.4.0-1), 
libgnomecanvas2-dev (>= 2.4.0-1), orbit2-dev (>= 2.4.0-1), libjpeg, 
scrollkeeper, popt, gdbm3, gnome-keyring-dev, esound, audiofile, 
libgettext3-dev, intltool, libiconv-dev
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: bbb9eb59c5a6a9f87bf990a85edeaa14
Patch: %n.patch
Patchscript: <<
touch src/malloc.h
<<
ConfigureParams: --disable-dependency-tracking
Installscript: <<
make DESTDIR=%d install
<<
SetCPPFlags: -no-cpp-precomp
Description: Popular ICQ program
DescPort: <<
May not actually work, I don't know due to my NAT.
<<
DocFiles: COPYING README*
Homepage: http://gnomeicu.sourceforge.net
License: GPL

--- NEW FILE: jags.info ---
Package: jags
Version: 0.21
Revision: 1010
GCC: 4.0
Maintainer: None <fink-devel@lists.sourceforge.net>
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: ba8a517fe20aa35410f5259148c0228d
BuildDepends: glib, gtk+, gettext-dev, gettext-bin, gettext-tools
Depends: gtk+-shlibs
PatchScript: sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
DocFiles: BUGS CHANGES COPYING TODO
Description: Gtk+ based windows network neighbourhood browser
DescDetail: <<
 Jags is a Gtk+ based windows network neighbourhood browser. The program
parses the output from smbclient (part of the samba-package) and use this
to display a graphic view of the network. This program does the parsing
with help from shell-scripts. This means that it's easy to change the
functionality of the program.
<<
DescPort: A patch to allow jags to find the rest of the installation.
DescPackaging: <<
 Originally packaged by Matt Stephenson.
<<
License: GPL
Homepage: http://jags.sourceforge.net



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to