FreshPorts -- The Place For Ports Sat, 4 Jul 2009 9:35 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
nagios 3.0.6_1 net-mgmt on this many watch lists=91 search for ports that depend on this port This port version is marked as vulnerable.
Extremely powerful network monitoring system
Maintained by: jarrod@netleader.com.au search for ports maintained by this maintainer
Port Added: 23 Feb 2004 04:43:25


Nagios is a host and service monitor designed to inform you of network
problems before your clients, end-users or managers do. The monitoring
daemon runs intermittent checks on hosts and services you specify
using external "plugins" which return status information to Nagios.
When problems are encountered, the daemon can send notifications out
to administrative contacts in a variety of different ways (email,
instant message, SMS, etc.). Current status information, historical
logs, and reports can all be accessed via a web browser.

WWW: http://www.nagios.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8, devel/autoconf262
Required To Run: net-mgmt/nagios-plugins
Required Libraries: graphics/gd, converters/libiconv, devel/libltdl15

To install the port: cd /usr/ports/net-mgmt/nagios/ && make install clean
To add the package: pkg_add -r nagios


Configuration Options
===> The following configuration options are available for nagios-3.0.6_1:
     EMBEDDED_PERL=off (default) "Enable embedded Perl [requires Perl 5.8.0+]"
     NANOSLEEP=off (default) "Use nanosleep in event timing"
     EVENT_BROKER=off (default) "Enable event broker functionality"
     UNHANDLED_HACK=off (default) "Display passive checks in unhandled queries"
===> Use 'make config' to modify these settings

Master Sites:
http://garr.dl.sourceforge.net/sourceforge/nagios/
http://superb-east.dl.sourceforge.net/sourceforge/nagios/
http://nchc.dl.sourceforge.net/sourceforge/nagios/
http://kent.dl.sourceforge.net/sourceforge/nagios/
http://easynews.dl.sourceforge.net/sourceforge/nagios/
http://ufpr.dl.sourceforge.net/sourceforge/nagios/
http://mesh.dl.sourceforge.net/sourceforge/nagios/
http://heanet.dl.sourceforge.net/sourceforge/nagios/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-09-02
    Affects: users of net-mgmt/nagios and net-mgmt/nagios-devel
    Author: Jarrod Sayers <jarrod@netleader.com.au>
    Reason: 
      The stable Nagios port has now been updated to version 3.0.3.  Upgrading
      to this version shouldn't require any configuration changes, but note that
      most sample configuration files were moved into objects/ directory.
    
      Nagios 2.12 is still available as net-mgmt/nagios2, use the following to
      remain on this legacy stable branch:
    
    	portmaster -o net-mgmt/nagios2 net-mgmt/nagios
    
      or, if you're using portupgrade:
    
    	portupgrade -o net-mgmt/nagios2 net-mgmt/nagios
    
      Nagios 3.x development continues in net-mgmt/nagios-devel, users of this
      port in production use should consider switching to the stable branch:
    
    	portmaster -o net-mgmt/nagios net-mgmt/nagios-devel
    
      or, if you're using portupgrade:
    
    	portupgrade -o net-mgmt/nagios net-mgmt/nagios-devel
    
    

  • 2007-04-07
    Affects: users of net-mgmt/nagios
    Author: jarrod@netleader.com.au
    Reason: 
      nagios now uses the registered uid/gid 181 for a fresh installation.
      To switch to the new scheme, the following may help:
    
    	# /usr/local/etc/rc.d/nagios stop
    	Stopping nagios.
    	# find / -user nagios -exec chown 181 {} \;
    	# find / -group nagios -exec chgrp 181 {} \;
    	# pw groupmod nagios -g 181
    	# pw usermod nagios -u 181 -g 181
    	# /usr/local/etc/rc.d/nagios start
    	Performing sanity check of nagios configuration: OK
    	Starting nagios.
    
    

  • 2005-02-14
    Affects: users of net-mgmt/nagios
    Author: blaz@si.FreeBSD.org
    Reason: 
      Nagios has been upgraded to 2.0.b2. Native support for storing various types
      of data (status, retention, comment, downtime, etc.) in MySQL and PostgreSQL
      has been dropped. There are also multiple changes to the format of
      configuration files. Carefully read
      http://nagios.sourceforge.net/docs/2_0/whatsnew.html before upgrading.
    
    
Port Moves
  • port moved here from net/nagios on 2004-02-22
    REASON: new category

Number of commits found: 47

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 May 2009 16:36:05
Original commit files touched by this commit  3.0.6_1
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Fix runtime problem with embedded perl.
- Mark as MAKE_JOBS_UNSAFE.
- Stop using DISTVERSION and use PORTVERSION in net-mgmt/nagios.

PR:             ports/134175
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
28 Apr 2009 22:36:08
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=    yes

Approved by:    pav (via irc on #bsdports)
Tested on:      RideCharge TB, and P6 TB
30 Mar 2009 15:13:49
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Merge UNHANDLED_HACK option from net-mgmt/nagios-devel.  This option
  is off by default so do not bump PORTREVISION.

PR:             ports/132712
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
10 Dec 2008 00:31:50
Original commit files touched by this commit  3.0.6
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Update to Nagios 3.0.6.

- Fix for CGI submission of external commands (writing newlines and
  submitting service comments)
- Fix for Apache group membership in RPM spec file
- Fix for improper notification propagation command processing
- Better out-of-disk-space error handling when writing retention and
  status files
- Disabled adaptive check and eventhandler commands for security reasons
- Fix for reading output from system commands (event handlers, etc) that
  have timed out
- Added wildcard host matching in CGIs
- Fixes for playing audio alerts in CGIs
- Fix for incorrect host status links in status CGI when viewing
  hostgroup summary
- Added support for x509 cert authentication in the CGIs

PR:             ports/129409
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
08 Nov 2008 20:08:25
Original commit files touched by this commit  3.0.5
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 3.0.5

PR:             128596
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
29 Oct 2008 13:39:12
Original commit files touched by this commit  3.0.4_1
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Correct @dirrmtry's outside of %D

PR:             128407
Submitted by:   Jarrod Sayers <jarrod at netleader dot com dot au> (maintainer)
24 Oct 2008 15:22:49
Original commit files touched by this commit  3.0.4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 3.0.4

Note:
Included are updated suggestions from ports/128226. The correction to the ping
command has been extended into the online documentation and the -U option
removed as it's not supported. Also, the default for time_change_threshold is
set to that in include/nagios.h.

PR:             128306
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
03 Sep 2008 01:30:56
Original commit files touched by this commit  3.0.3
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- repocopy net-mgmt/nagios -> net-mgmt/nagios2
  and connect net-mgmt/nagios2 to the build

- Move net-mgmt/nagios-devel -> net-mgmt/nagios
  (v3.0.3)

- Add note to UPDATING

o net-mgmt/nagios [3]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
   OPTIONS+= EVENT_BROKER [1]
   use @dirrmtry in pkg-plist

o net-mgmt/nagios12 [2]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  2.12_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
06 Jun 2008 14:53:06
Original commit files touched by this commit  2.12_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
28 May 2008 23:34:24
Original commit files touched by this commit  2.12
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Update to 2.12.
Minor bug fixes and an XSS fix (security).

PR:             ports/123893
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au>
Approved by:    garga (mentor, implicit)
Security:      
http://www.vuxml.org/freebsd/fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8.html
22 Mar 2008 12:03:26
Original commit files touched by this commit  2.11
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Update to 2.11 [1]
- Fix wrong mail program path in sample config file [2]

PR:             ports/121866 [1], ports/120320 [2]
Submitted by:   Jarrod Sayers <jarrod at netleader.com.au> (maintainer) [1]
20 Mar 2008 09:56:52
Original commit files touched by this commit  2.10_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
04 Feb 2008 19:57:24
Original commit files touched by this commit  2.10_1
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Link with libthr when available.  This should fix the CPU consumption
problem.

PR:             ports/120150 ports/119766
Submitted by:   jarrod@netleader.com.au bernd.kuhlen@wetteronline.de
Approved by:    maintainer (implicit) garga (mentor)
12 Dec 2007 13:57:53
Original commit files touched by this commit  2.10
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.10

PR:             117742
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
30 Sep 2007 05:47:37
Original commit files touched by this commit  2.9_2
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
08 Sep 2007 02:02:54
Original commit files touched by this commit  2.9_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
19 May 2007 21:32:57
Original commit files touched by this commit  2.9_1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
15 Apr 2007 19:55:26
Original commit files touched by this commit  2.9
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.9

Changelog:
- Fix for incorrect performance data file write/append mode options
- Fix for current status of hosts with no host check command defined
- SIGSEGV signals should now be logged again (broken in 2.8)
- Configure script fix for no mail program found/installed on system
- Configure script option bug fixes for cygwin and embedded perl
- Command definitions and host/service plugin perfdata with HTML should now be
  escaped in CGIs
- Patch for incorrect time down percentage in availability CGI
- Updated init script to fix a race condition during restarts

PR:             111505
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
07 Apr 2007 15:25:48
Original commit files touched by this commit  2.8_1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Use registered UID and GID. See UPDATING for migration.

PR:             ports/111345
Submitted by:   Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
13 Mar 2007 13:27:13
Original commit files touched by this commit  2.8
 This port version is marked as vulnerable.
miwi search for other commits by this committer
Update to Nagios 2.8:
- Bug fix for calculating notification interval with service escalations
- Bug fix for using servicegroups in service dependency definitions
- Bug fix for bad date format submission in command CGI
- Possible segfault fix during restarts when daemon was performing host checks
- Fix for missing check timeout in event broker calls
- Fix for handling signals under NPTL
- Added error messages for passive service checks that don't correspond to a
  defined service

PR:             110262
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
28 Jan 2007 00:31:19
Original commit files touched by this commit  2.7
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.7
- Change examples to read freebsd-server instead of linux-server

PR:             ports/108417
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
09 Dec 2006 09:12:24
Original commit files touched by this commit  2.6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.6

PR:             ports/106502
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
18 Jul 2006 12:16:49
Original commit files touched by this commit  2.5
 This port version is marked as vulnerable.
garga search for other commits by this committer
Update to 2.5

PR:             ports/100373
Submitted by:   maintainer
04 Jun 2006 17:39:50
Original commit files touched by this commit  2.4
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Update to 2.4

PR:             98413
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
27 May 2006 03:27:13
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to 2.3.1.

PR:             ports/97328
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
07 May 2006 00:37:02
Original commit files touched by this commit  2.3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.3
- portlint(1)

PR:             96843
Submitted by:   maintainer
15 Apr 2006 17:13:47
Original commit files touched by this commit  2.2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.2

PR:             ports/95739
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
10 Feb 2006 09:49:07
Original commit files touched by this commit  2.0
 This port version is marked as vulnerable.
demon search for other commits by this committer
Update to 2.0 release.

PR:             93084
Submitted by:   maintainer
22 Jan 2006 02:47:22
Original commit files touched by this commit  2.0.r2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
17 Jan 2006 10:39:58
Original commit files touched by this commit  2.0.r2
 This port version is marked as vulnerable.
tdb search for other commits by this committer
Update to nagios-2.0.r2 includes:
- Added SHA256 checksum to distinfo
- Added reload argument to nagios.sh script
- PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant
- Removed duplicated etc/rc.d/nagios.sh from pkg-plist

PR:             91892
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
10 Jan 2006 18:56:39
Original commit files touched by this commit  2.0.r1
 This port version is marked as vulnerable.
sem search for other commits by this committer
Recent changes to the default installation path of the net-mgmt/nagios port
may result in logos being incorrectly searched for by lingering definition
of physical_html_path in cgi.cfg.  A note about this and where to check for
correct value mentioned in pkg-message.

Kudos to Kristof Meers <kristof.meers@psy.kuleuven.be> for alerting me to the
problem.

PR:             ports/91592
Submitted by:   maintainer
09 Jan 2006 00:54:01
Original commit files touched by this commit  2.0.r1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[maintainer-update] net-mgmt/nagios: Update to 2.0.r1

Update to 2.0.r1 also includes:
- Rewrite of port Makefile, options closer aligned in order to bsd.port.mk
- Added dependency of libiconv (library required by CGI's, currently installed
  via nagios-plugins port)
- Added support for embedded Perl interpreter (requires Perl 5.8+), caching
  automatically assumed if enabled, off by default
- Added support for use of nanosleep() in event timings, off by default
- Added ability to override default view at http://webserver/nagios/ URL,
  suggested values listed in Makefile (validity after future Nagios releases
  not guaranteed)
- Default install location for web component moved to www/nagios, overridable
  using existing NAGIOSWWWDIR tunable
- Corrected minor build issues by tweaking use of CFLAGS
(Only the first 15 lines of the commit message are shown above View all of this commit message)
03 Dec 2005 02:32:49
Original commit files touched by this commit  2.0.b6
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6

        Update net-mgmt/nagios to Nagios 2.0.b6.

        - Changed license to specifically state GPL version 2
        - Minor fixes to sample nagios.cfg config file
        - Fix for non-US date formats in command CGI
        - Spec file updates
        - Include file modifications for C++ event broker modules
        - Minor event broker changes (addition of timed event "sleep" data)
        - Added some sanity checks during write of status data for full
partitions
        - Sample web server config file changes
        - Doc updates

PR:             ports/89869
Sumitted by:    Jarrod Sayers <jarrod@netleader.com.au>
15 Nov 2005 12:42:05
Original commit files touched by this commit  2.0.b5
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Update to 2.0.b5

PR:             ports/89054
Submitted by:   Jarrod Sayers <jarrod@netleader.com.au>
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.0.b4_2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
01 Nov 2005 13:37:09
Original commit files touched by this commit  2.0.b4_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Remove hard coded references to the www group and spool directory
- Support changes made to user, group or spool directory to be recorded in the
  packing list correctly
- Added support for overriding install path of web component with an aim to
  migrate the default from share/nagios to www/nagios
- Added temporary knob to allow users to migrate to the new default without
  actually setting the path

PR:             ports/88312
Submitted by:   Jarrod Sayers (maintainer)
16 Oct 2005 11:33:35
Original commit files touched by this commit  2.0.b4_1
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Give maintainership to Jarrod <jarrod@netleader.com.au>
15 Oct 2005 15:28:44
Original commit files touched by this commit  2.0.b4_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add a knob which allow changing URL of HTML pages
  and CGI scripts. Submitted by Jarrod <jarrod@netleader.com.au>
- Reset maintainer

PR:             ports/87474
Submitted by:   Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
31 Aug 2005 13:29:48
Original commit files touched by this commit  2.0.b4
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.0.b4

PR:             ports/84504
Submitted by:   maintainer
19 May 2005 16:56:37
Original commit files touched by this commit  2.0.b3_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Check validity of configurations files in the startup script.

PR:             ports/81220
Submitted by:   Artem Naluzhny <tut@nhamon.com.ua> via maintainer
05 Apr 2005 18:17:52
Original commit files touched by this commit  2.0.b3
 This port version is marked as vulnerable.
demon search for other commits by this committer
Upgrade to version 2.0b3

PR:             79565
Submitted by:   maintainer
14 Feb 2005 21:52:43
Original commit files touched by this commit  2.0.b2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 2.0b2

  WARNING: This version removes MySQL and PostgreSQL support.

PR:             ports/77478
Submitted by:   Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
31 Jan 2005 00:35:56
Original commit files touched by this commit  1.2_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
25 Jul 2004 19:48:12
Original commit files touched by this commit  1.2_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Don't use --with-template-extinfo together with MYSQL, neither will work [1]
- Engage OPTIONS

PR:             ports/69540
Submitted by:   Sascha Luck <sascha@c4inet.net> [1],
                Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.2
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify (maintainer timeout)
23 Feb 2004 04:42:13
Original commit files touched by this commit  1.2
 This port version is marked as vulnerable.
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 47

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20376
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 1
new 48 hours4
new 7 days70
new fortnight95
new month181

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.275 seconds.