You are not logged in.
Pages: 1
I'm just wordering, it seems like the logical thing would be to give pacman its own file extention. Not just .pac, anything. I'm not complaining, I just need a reason.
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
The reason is there is no need. Arch packages are gzipped tarballs, so the extension is tar.gz.
Offline
And it makes it obvious that you actually can unpack them like a regular tar.gz archive, should the need arise.
Offline
a pac file is a proxy auto configure file (use by browsers), by the way.![]()
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
its allready .pkg.tar.gz
Offline
a pac file is a proxy auto configure file (use by browsers), by the way.
you googled that ![]()
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
cactus wrote:a pac file is a proxy auto configure file (use by browsers), by the way.
you googled that
I doubt it.
Offline
It's google that uses cactus, not the other way around.
Offline
Offline
It wouldn't make any sense, frankly. Creating a whole new extension for something that is already handled well by another filetype. It makes things more complicated, honestly.
Something witty.
Offline
Also, it will make thing easier when we add support for lzma/xz in future versions.
Offline
Also, it will make thing easier when we add support for lzma/xz in future versions.
So this is planned now?
![]()
Offline
Thanks to libarchive makepkg/pacman supports anything libarchive does. So once there is lzma support in libarchive it should be easy to build lzma compressed packages.
Offline
patches for makepkg welcome...
Offline
Alight. I guess that makes sense. Is there any way to create a sort of alias to where I can use .whatever on my system? I mainly just don't like typing *.pkg.* all the time.
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
I have that in my zshrc:
compctl -g '*.pkg.tar.gz' + -g '*' pacman -UIn effect shell completion only shows pkg.tar.gz files after I write "pacman -U".
Offline
is that for bash? now that I think of it, I can just do without.
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
That's for zsh. bash-completion package might provide something similar.
Offline
Since when does *nix care about what extention you give something?
Offline
Since when does *nix care about what extention you give something?
Excellent point. You should know what files you are feeding pacman.
Last edited by sand_man (2009-05-13 03:25:44)
![]()
Offline
Alight. I guess that makes sense. Is there any way to create a sort of alias to where I can use .whatever on my system? I mainly just don't like typing *.pkg.* all the time.
+1 for shell completion. I don't think I've ever typed *.pkg.* since I started using Arch. ![]()
Offline
Pages: 1