710b FreshPorts -- mail/whoson
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
whoson 2.05 mail on this many watch lists=1 search for ports that depend on this port
Implementation of `WHO iS ONline' protocol
Maintained by: sem@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 May 2006 21:41:03
License: not specified in port


This software is supposed to work as a "reference implementation" of the
suggested "whoson" internet protocol.  The protocol is expected to be
employed on "spam relay protected" mail servers to allow traveling
customers still send their email via the protected server.  For this, a
realtime database of "temporarily trusted" IP addresses is maintained by
a special daemon program.  The database may be filled by, e.g. POP/IMAP
servers, and used by SMTP server.  Another possible use of the protocol
is to have the database filled by RADIUS/TACACS server for all dialup
clients, and SMTP server using it to put the user identity into the
"Received" header along with the source IP address.  The protocol itself
is defined in a separate document "whoson.txt".

WWW: http://whoson.sourceforge.net
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/whoson/ && make install clean
To add the package: pkg_add -r whoson


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/whoson/whoson/2.05/
  3. http://heanet.dl.sourceforge.net/project/whoson/whoson/2.05/
  4. http://internode.dl.sourceforge.net/project/whoson/whoson/2.05/
  5. http://iweb.dl.sourceforge.net/project/whoson/whoson/2.05/
  6. http://jaist.dl.sourceforge.net/project/whoson/whoson/2.05/
  7. http://kent.dl.sourceforge.net/project/whoson/whoson/2.05/
  8. http://nchc.dl.sourceforge.net/project/whoson/whoson/2.05/
  9. http://ncu.dl.sourceforge.net/project/whoson/whoson/2.05/
  10. http://osdn.dl.sourceforge.net/project/whoson/whoson/2.05/
  11. http://sunet.dl.sourceforge.net/project/whoson/whoson/2.05/
  12. http://surfnet.dl.sourceforge.net/project/whoson/whoson/2.05/
  13. http://switch.dl.sourceforge.net/project/whoson/whoson/2.05/
  14. http://ufpr.dl.sourceforge.net/project/whoson/whoson/2.05/
  15. http://voxel.dl.sourceforge.net/project/whoson/whoson/2.05/
  16. http://waix.dl.sourceforge.net/project/whoson/whoson/2.05/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.05
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.05
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
03 Jul 2011 13:53:52
Original commit files touched by this commit  2.05
ohauer search for other commits by this committer
- remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.05
ade search for other commits by this committer
Sync to new bsd.autotools.mk
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.05
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Aug 2009 00:28:34
Original commit files touched by this commit  2.05
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.05
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
13 Jul 2009 16:03:14
Original commit files touched by this commit  2.05
sem search for other commits by this committer
- Update to 2.05
  * fixed a segfault bug in config parser
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.04
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
02 Jul 2008 15:40:18
Original commit files touched by this commit  2.04
sem search for other commits by this committer
- Update to 2.04
19 Apr 2008 17:56:05
Original commit files touched by this commit  2.03_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
01 Feb 2007 02:42:06
Original commit files touched by this commit  2.03_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
22 Jul 2006 21:13:33
Original commit files touched by this commit  2.03_1
sem search for other commits by this committer
- Forgotten patch for the last commit
22 Jul 2006 21:12:08
Original commit files touched by this commit  2.03_1
sem search for other commits by this committer
- Preserve user's config file
15 May 2006 12:48:59
Original commit files touched by this commit  2.03
sem search for other commits by this committer
- COMMENT: fix typo and change quotations
13 May 2006 21:39:05
Original commit files touched by this commit  2.03
sem search for other commits by this committer
Whoson ("WHO iS ONline") protocol implementaion

WWW: http://whoson.sourceforge.net

Number of commits found: 16

2800
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 2
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0