marnanel: (Default)
[personal profile] marnanel posting in [community profile] perl
I have a CPAN package called Lingua::EN::Alphabet::Shaw which transliterates between the Latin and Shavian alphabets.  Currently it keeps the transliteration data, a few megabytes, in /usr, and it gets installed along with the package.  I was thinking that it would be useful to add the ability to download the data every so often from shavian.org.uk, but unless that involves me actually updating the CPAN package every week, it doesn't seem workable to keep the data in /usr, since the user generally doesn't have write permission there.  So either we keep one copy in /usr and any updates in /home, or we require the user to download the data on first use of the package rather than during installation.

I'm wondering what your opinion is of packages which do this.  I remember it was one of several annoyances I had with Lingua::Phoneme.

(Of course, the user might not even have much of a home directory, say if it was the Apache user, which makes things a bit more complicated.)

Date: 2010-01-22 09:29 pm (UTC)
hatter: (Default)
From: [personal profile] hatter
Install default in /usr from package, and a small script in /bin to grab an updated data set, stored in ~ and used in preference to /usr ?


the hatter

Date: 2010-01-22 09:46 pm (UTC)
hatter: (Default)
From: [personal profile] hatter
Oh noes, those precious megabytes ! I doubt anyone would notice, even on devices which aren't full-size computers. They could toast man/ and grab a whole load more back much more easily.


the hatter

Date: 2010-01-23 08:57 am (UTC)
zorkian: Icon full of binary ones and zeros in no pattern. (Default)
From: [personal profile] zorkian
Agreed. Especially nowadays, unless you're on an embedded system a few megabytes doesn't really matter. I'd rather the package ship with a default up to date "ish" set of data, then have it update something in ~ later.

At least that way it's going to always work: I'm picturing scenarios in which someone distributes the deb/rpm/whatever and installs the package on machines that don't necessarily have outbound Internet connectivity. (Production environments. f.ex.)

Date: 2010-03-17 07:55 am (UTC)
From: [personal profile] csjewell
Wouldn't it be more logical to put the data in File::ShareDir::dist_dir('Lingua-EN-Alphabet-Shaw'), rather than assuming a /usr that does not exist on non-Unixen?

Profile

perl: cc-by-nc (Default)
Pathologically Eclectic Rubbish Lister

August 2012

S M T W T F S
   1234
56 7891011
12131415161718
19202122232425
262728293031 

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 22nd, 2025 11:53 am
Powered by Dreamwidth Studios