[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: perl and modconf



Hi!

Sorry for the delay... it turned out i was busier than i had thought.
I'm attaching gzipped eval_pl.fixed - tested and working :-)

While translating I found these problems:

several strings contain quotation marks - these should probably be backslash
escaped?
i found them using:

cut -f3 -d\" eval_C|grep -v ^$

If i'm right that all these summary_something=string" are simple variable
settings, then there are multiple redefinitions of some summary_ -ies
here are the ones i've found:

summary_cdrom="Include IDE/ATAPI CDROM support"
summary_cdrom="Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support"
summary_cdrom="Matsushita/Panasonic, ... second CDROM controller support"
summary_cdrom="Mitsumi [XA/MultiSession] support"
summary_cdrom="Parallel port ATAPI CD-ROMs"
summary_cdrom="Philips/LMS CM206 CDROM support"
summary_cdrom="SCSI CDROM support"
summary_cdrom="Sony CDU31A/CDU33A CDROM support"
summary_cdrom="Standard Mitsumi [no XA/Multisession] CDROM support"
summary_cdrom="Support CDROM drives that are not SCSI or IDE/ATAPI"

summary_lowlevel="Additional low level drivers"
summary_lowlevel="Floppy tape drive (QIC-80/40/3010/3020/TR-1/TR-2/TR-3) support"

summary_mpu401="Ensoniq Soundscape support"
summary_mpu401="MPU-401 support (NOT for SB16)"
summary_mpu401="PSS (AD1848, ADSP-2115, ESC614) support"
summary_mpu401="Support for Turtle Beach Wave Front (Maui, Tropez) synthesizers"
summary_mpu401="Support for Yamaha OPL3-SA2, SA3, and SAx based PnP cards"

summary_msnd_classic="Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
summary_msnd_pinnacle="Support for Turtle Beach MultiSound Pinnacle, Fiji"
summary_msnd="Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
summary_msnd="Support for Turtle Beach MultiSound Pinnacle, Fiji"

summary_sb="MediaTriX AudioTriX Pro support"
summary_sb="ProAudioSpectrum 16 support"
summary_sb="Support for OPTi MAD16 and/or Mozart based cards"
summary_sb="VIA 82Cxxx audio support"

summary_uart401="100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
summary_uart401="MediaTriX AudioTriX Pro support"
summary_uart401="ProAudioSpectrum 16 support"
summary_uart401="Support for Crystal CS4232 based (PnP) cards"
summary_uart401="Support for OPTi MAD16 and/or Mozart based cards"
summary_uart401="Support for Yamaha OPL3-SA2, SA3, and SAx based PnP cards"
summary_uart401="VIA 82Cxxx audio support"
summary_uart401="Yamaha OPL3-SA1 audio controller"

I'm not sure what to do about them - insert only the most general/commonly
used one?
That's what i did for now - the others are commented out

Marcin
-- 

---------------------------------
Marcin Owsiany
porridge@pandora.info.bielsko.pl
---------------------------------


Reply to: