|
|
@@ -37,44 +37,58 @@ platform_tech=`sh ./shtool platform -n -L -S "" -C "+" -F "%<at>-%<st>"`
|
|
|
#
|
|
|
case "$platform_prod:$product_tech" in
|
|
|
# official "forecasted" platforms
|
|
|
- *-macosx*:* |\
|
|
|
- *-hpux*:* |\
|
|
|
- *-aix*:* |\
|
|
|
- *-irix*:* )
|
|
|
+ *-aix*:* |\
|
|
|
+ *-irix*:* |\
|
|
|
+ *-macosx*:* |\
|
|
|
+ *-tru64*:* )
|
|
|
support=forecasted
|
|
|
;;
|
|
|
# official "tentative" platforms
|
|
|
- *-gentoo1.4.3:* |\
|
|
|
- *-debian3.1:* |\
|
|
|
- *-solaris10:* )
|
|
|
+ alpha-freebsd5.2:* |\
|
|
|
+ hppa-hpux11.11:* |\
|
|
|
+ ix86-debian3.1:* |\
|
|
|
+ ix86-gentoo1.4.16:* |\
|
|
|
+ ix86-mandrake10.0:* |\
|
|
|
+ ix86-netbsd1.6.2:* |\
|
|
|
+ ix86-solaris10:* |\
|
|
|
+ sparc64-netbsd1.6.2:* |\
|
|
|
+ sparc64-solaris10:* )
|
|
|
support=tentative
|
|
|
;;
|
|
|
# official "supported" platforms
|
|
|
- *-freebsd4.9:* |\
|
|
|
- *-freebsd5.2:* |\
|
|
|
- *-debian3.0:* |\
|
|
|
- *-fedora1:* |\
|
|
|
- *-rhel3:* |\
|
|
|
- *-suse9.0:* |\
|
|
|
- *-solaris[89]:* )
|
|
|
+ ix86-debian3.0:* |\
|
|
|
+ ix86-fedora2:* |\
|
|
|
+ ix86-freebsd4.10:* |\
|
|
|
+ ix86-freebsd5.2:* |\
|
|
|
+ ix86-rhel3:* |\
|
|
|
+ ix86-solaris9:* |\
|
|
|
+ ix86-suse9.1:* |\
|
|
|
+ sparc64-solaris8:* |\
|
|
|
+ sparc64-solaris9:* )
|
|
|
support=supported
|
|
|
;;
|
|
|
# official "obsolete" platforms
|
|
|
- *-debian2.2:* |\
|
|
|
- *-rhl9:* |\
|
|
|
- *-suse8.2:* |\
|
|
|
- *-solaris2.6:* )
|
|
|
+ ix86-rhl9:* |\
|
|
|
+ ix86-suse9.0:* |\
|
|
|
+ sparc64-solaris2.6:* )
|
|
|
support=obsolete
|
|
|
;;
|
|
|
# official "deprecated" platforms
|
|
|
- *-unixware*:* |\
|
|
|
- *-tru64*:* )
|
|
|
+ *-unixware*:* )
|
|
|
support=deprecated
|
|
|
;;
|
|
|
# auspicious platforms
|
|
|
- *-freebsd*:* |\
|
|
|
- *-solaris*:* |\
|
|
|
- *:*-linux* )
|
|
|
+ *-debian[23].*:* |\
|
|
|
+ *-fedora*:* |\
|
|
|
+ *-freebsd[45].*:* |\
|
|
|
+ *-gentoo1.4.*:* |\
|
|
|
+ *-hpux11.*:* |\
|
|
|
+ *-mandrake*:* |\
|
|
|
+ *-netbsd1.6.*:* |\
|
|
|
+ *-rhel3:* |\
|
|
|
+ *-rhl9:* |\
|
|
|
+ *-solaris*:* |\
|
|
|
+ *-suse[789].*:* )
|
|
|
support=auspicious
|
|
|
;;
|
|
|
# unknown platforms
|