Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5018/main/finkinfo/net
Added Files:
fping-2.4b2-11.info spamprobe-0.7g-2.info
spamprobe-0.7g-2.patch streamripper-1.32-1.info wmmail.info
Log Message:
move from 10.2-gcc3.3 to 10.3
--- NEW FILE: spamprobe-0.7g-2.info ---
Package: spamprobe
Version: 0.7g
Revision: 2
License: OSI-Approved
Maintainer: Daniel Sohl <[EMAIL PROTECTED]>
BuildDepends: db4
Depends: db4-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 20f5c17796db1e0757fab0a2968779aa
Patch: %f.patch
ConfigureParams: --with-db=%p/lib --mandir='${prefix}/share/man'
DocFiles: ChangeLog LICENSE.txt README.txt
Description: Spam filtering using Bayesian statistics
DescDetail: <<
* Spam detection using Bayesian analysis of terms contained in each
email. Words used often in spams but not in good email tend to
indicate that a message is spam.
* Written in C++ for good performance. Database access using
BerkeleyDB for quick startup and fast term count retrieval.
* Recognition and decoding of MIME attachments in quoted-printable
and base64 encoding. Automatically skips non-text attachments.
MIME decoding enables SpamProbe to make decisions based on words in
the emails rather than base64 gobbledigook.
* Counts two word phrases as well as single words for higher
precision.
<<
DescPort: <<
The db4 fink package puts its header files in /sw/include/db4 so a patch was
necessary to include <db4/db.h> instead of just <db.h>.
Also, the configure script included with spamprobe does not seem to
recognise custom include directories, so a patch was necessary there also.
<<
--- NEW FILE: fping-2.4b2-11.info ---
Package: fping
Version: 2.4b2
Revision: 11
License: GPL
GCC: 3.3
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: spamprobe-0.7g-2.patch ---
diff -rbu spamprobe-0.7g-orig/FrequencyDBImpl_bdb.h
spamprobe-0.7g/FrequencyDBImpl_bdb.h
--- spamprobe-0.7g-orig/FrequencyDBImpl_bdb.h Wed Dec 4 15:35:03 2002
+++ spamprobe-0.7g/FrequencyDBImpl_bdb.h Wed Dec 4 22:19:54 2002
@@ -33,7 +33,7 @@
#ifndef USE_DBM
-#include <db.h>
+#include <db4/db.h>
#include "FrequencyDBImpl.h"
diff -rbu spamprobe-0.7g-orig/Makefile.in spamprobe-0.7g/Makefile.in
--- spamprobe-0.7g-orig/Makefile.in Wed Dec 4 15:35:03 2002
+++ spamprobe-0.7g/Makefile.in Wed Dec 4 22:24:07 2002
@@ -115,7 +115,7 @@
spamprobe_LDFLAGS =
DEFS = @DEFS@
-DEFAULT_INCLUDES = -I. -I$(srcdir)
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(includedir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
--- NEW FILE: wmmail.info ---
Package: wmmail
Version: 0.64
Revision: 2
Source: mirror:master:WMMail.app-%v.tar.gz
Source-MD5: fc596db9f2f6b52eec3a303178106c8e
BuildDepends: libproplist
Depends: libproplist-shlibs
Description: "Mail-checker" modeled after asmail
License: GPL
ConfigureParams: --with-appspath=%p/lib/GNUstep/Apps
InstallScript: <<
make install-strip DESTDIR=%d
(mkdir %i/bin ; cd %i/bin ; ln -s ../lib/GNUstep/Apps/WMMail.app/WMMail wmmail)
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README doc/Help.txt
DescDetail: <<
WMMail.app is a "mail-checker" like xbiff. It is modeled after asmail,
but has been adapted to work with Window Maker instead of AfterStep.
Edit %p/lib/GNUstep/Apps/WMMAail.app/Defaults/WMMail after installation
to suit your needs. Read the file Help.txt in %p/share/doc/wmmail
for a list of available options.
<<
DescPort: <<
Ignored the man page doc/wmmail.man as it is out of date,
homepage can't be found anymore...
<<
Maintainer: Mathias Meyer <[EMAIL PROTECTED]>
--- NEW FILE: streamripper-1.32-1.info ---
Package: streamripper
Version: 1.32
Revision: 1
Maintainer: Bill Bumgarner <[EMAIL PROTECTED]>
Source: http://streamripper.sourceforge.net/files/%n-%v.tar.gz
Source-MD5: ca5330602427126d6848a6fdcf4e0079
SetCPPFLAGS: -no-cpp-precomp
UpdateConfigGuess: true
ConfigureParams: --mandir='${prefix}/share/man'
InstallScript: <<
mkdir -p %i/bin
make install prefix=%i bindir=%i/bin
<<
DocFiles: COPYING README THANKS
Description: Records shoutcast/live365 streams to disk
DescDetail: <<
streamripper records shoutcast compatible and live365 streams. For shoutcast style
streams it finds the "meta data" or track separation data, and uses that as a marker
for where the track should be separated. For live365 streams it hits the website and
finds when a track has changed. Either way, the MP3 data will be decoded and scanned
for a silent point which is where tracks will be created.
<<
Homepage: http://streamripper.sourceforge.net/
License: GPL
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits