Re: intend to package 'country'

1999-05-19 Thread David Frey
On Tue, May 18, 1999 at 12:46:27PM -0700, Joey Hess wrote: > I have to wonder if we really need a package for this, since grep suffices.. If anyone cares; this is what I use: function domain { look -f "$1" /usr/share/zoneinfo/iso3166.tab|cut -f2; } function countrycode { grep "$1" /usr/share/zone

Re: intend to package 'country'

1999-05-18 Thread ioannis
On Tue, May 18, 1999 at 12:46:27PM -0700, Joey Hess wrote: > Joel Klecker wrote: > > What does it use as a datafile? If it doesn't use it already, I > > suggest /usr/share/zoneinfo/iso3166.tab. My data were extracted from the original ISO document, which includes more information. I know you can

Re: intend to package 'country'

1999-05-18 Thread Joey Hess
Joel Klecker wrote: > What does it use as a datafile? If it doesn't use it already, I > suggest /usr/share/zoneinfo/iso3166.tab. I have to wonder if we really need a package for this, since grep suffices.. -- see shy jo

Re: intend to package 'country'

1999-05-18 Thread Joel Klecker
At 20:37 -0400 1999-05-17, Ioannis wrote: I am ready to upload "country". country(1) is a tiny utility that finds the ISO 3166 codes for countries -- that's the two-letter TLD name. It will also work in reverse to find the name of a country if you know its code. I wrote this trivial program, as a

Re: intend to package 'country'

1999-05-18 Thread Ioannis
In addition to the master.debian.org/~ioannis location, the 'country' package is also available at http://www.cse.fau.edu/~itambour/ . Both are temporary locations until 'country' is accepted by the distribution and thus fetchable by apt-get(1). -- Ioannis Tambouras Signed pgp-key on key ser

intend to package 'country'

1999-05-18 Thread Ioannis
I am ready to upload "country". country(1) is a tiny utility that finds the ISO 3166 codes for countries -- that's the two-letter TLD name. It will also work in reverse to find the name of a country if you know its code. I wrote this trivial program, as a script and as a C program. This is