~ubuntu-branches/ubuntu/intrepid/awstats/intrepid-updates

« back to all changes in this revision

Viewing changes to wwwroot/cgi-bin/lib/operating_systems.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2007-08-27 17:52:52 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070827175252-g4kv9ufn3qoruqgb
Tags: 6.7.dfsg-1
* New upstream release. Closes: bug#436572, thanks to Daniel Baumann.
* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
* Fix standards-version in debian/control.in.
* Update CDBS tweaks:
  + Replace auto-update.mk with overloading buildcore.mk.
  + Check copyright strings in pre-build target (not clean target) to
    fix race condition.
  + Add upstream-tarball.mk to implement get-orig-source target.
  + Fix applying buildinfo only once.
  + Add debian/README.cdbs-tweaks and advertise it in debian/rules.
* Declare (and merge duplicate) build-dependencies in debian/rules.
  Declare all as Build-Depends (not Build-depends-Indep).
* Semi-auto-update debian/control:
    DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build
* Update debian/copyright:
  + Include both copyright and licensing info verbatim.
  + Update to include the year 2007.
  + Refer explicitly to GPLv2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# If you want to add an OS to extend AWStats database detection capabilities,
4
4
# you must add an entry in OSSearchIDOrder, in OSHashID and in OSHashLib.
5
5
#-------------------------------------------------------
6
 
# $Revision: 1.20 $ - $Author: eldy $ - $Date: 2006/06/05 07:06:35 $
 
6
# $Revision: 1.21 $ - $Author: eldy $ - $Date: 2007/04/02 18:30:53 $
7
7
 
8
8
# 2005-08-19 Sean Carlos http://www.antezeta.com/awstats.html
9
9
#              - added specific Linux distributions in addition to 
79
79
'symbian',
80
80
'webtv',
81
81
'playstation[_+ ]portable',
82
 
'xbox'
 
82
'xbox',
 
83
'vienna',
 
84
'newsfire',
 
85
'applesyndication',
 
86
'akregator',
 
87
'plagger',
 
88
'syndirella'
83
89
);
84
90
 
85
91
 
91
97
# Windows OS family
92
98
'windows[_+ ]?2005','winlong','windows[_+ ]nt[_+ ]6\.0','winlong',
93
99
'windows[_+ ]?2003','win2003','windows[_+ ]nt[_+ ]5\.2','win2003',
94
 
'windows[_+ ]xp','winxp','windows[_+ ]nt[_+ ]5\.1','winxp',
 
100
'windows[_+ ]xp','winxp','windows[_+ ]nt[_+ ]5\.1','winxp', 'syndirella', 'winxp',
95
101
'windows[_+ ]me','winme','win[_+ ]9x','winme',
96
102
'windows[_+ ]?2000','win2000','windows[_+ ]nt[_+ ]5','win2000',
97
103
'winnt','winnt','windows[_+ \-]?nt','winnt','win32','winnt',
100
106
'win(.*)16','win16','windows[_+ ]3','win16',
101
107
'win(.*)ce','wince',
102
108
# Macintosh OS family
103
 
'mac[_+ ]os[_+ ]x','macosx',
 
109
'mac[_+ ]os[_+ ]x','macosx', 'vienna', 'macosx', 'newsfire', 'macosx', 'applesyndication', 'macosx',
104
110
'mac[_+ ]?p','macintosh','mac[_+ ]68','macintosh','macweb','macintosh','macintosh','macintosh',
105
111
# Linux family (linuxyyy)
106
112
'linux(.*)centos','linuxcentos',
110
116
'linux(.*)red[_+ ]hat','linuxredhat',
111
117
'linux(.*)suse','linuxsuse',
112
118
'linux(.*)ubuntu','linuxubuntu',
113
 
'linux','linux',
 
119
'linux','linux', 'akregator', 'linux',
114
120
# Hurd family
115
121
'gnu.hurd','gnu',
116
122
# BSDs family (bsdyyy)
128
134
'unix','unix',
129
135
'x11','unix',
130
136
'gnome\-vfs','unix',
 
137
'plagger', 'unix',
131
138
# Other famous OS
132
139
'beos','beos',
133
140
'os/2','os/2',
151
158
#-----------------------------------------------------------
152
159
%OSHashLib      = (
153
160
# Windows family OS
154
 
'winlong','<a href="http://www.microsoft.com/windows/" title="Windows Vista home page [new window]" target="_blank">Windows Vista (Longhorn)</a>',
 
161
'winlong','<a href="http://www.microsoft.com/windows/" title="Windows Vista home page [new window]" target="_blank">Windows Vista</a>',
155
162
'win2003','<a href="http://www.microsoft.com/windowsserver2003/" title="Windows 2003 home page [new window]" target="_blank">Windows 2003</a>',
156
163
'winxp','<a href="http://www.microsoft.com/windowsxp/" title="Windows XP home page [new window]" target="_blank">Windows XP</a>',
157
164
'winme','<a href="http://www.microsoft.com/windowsme/" title="Windows Me home page [new window]" target="_blank">Windows Me</a>',