Re: How to find all package files

2008-01-08 Thread Bernd Ahlers
Russell Gadd [Mon, Jan 07, 2008 at 03:33:22PM +] wrote: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. > > For example I have tried to install the xfce window manager, and at first I > looked at the list of files in the packages list and there were a lot o

Re: How to find all package files

2008-01-07 Thread Landry Breuil
On Jan 7, 2008 4:33 PM, Russell Gadd <[EMAIL PROTECTED]> wrote: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. > > For example I have tried to install the xfce window manager, and at > first I looked at the list of files in the packages list and there were > a l

Re: How to find all package files

2008-01-07 Thread Ted Unangst
On 1/7/08, L. V. Lammert <[EMAIL PROTECTED]> wrote: > export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/`uname -a | cut -d" " -f > 3`/packages/`uname -a | cut -d" " -f 5`/ > alias pkg_find="echo ls | ftp -a $PKG_PATH | sed 's/.*\ //g' | grep -i " uname -m and uname -r would be a lot simpler.

Re: How to find all package files

2008-01-07 Thread Serge Basterot
On Mon, Jan 07, 2008 at 03:33:22PM +, Russell Gadd wrote: [...] > I realise that for such a package there would be some parts which were > optional, so needed to be separated out, but I thought there must be a > more reliable way to determine which files to include. > > Is there a better w

Re: How to find all package files

2008-01-07 Thread badeguruji
s.$today echo "---" >> ~/localpkgdi r/pkg_details.$today echo >> ~/localpkgdir/pkg_details.$today echo >> ~/localpkgdir/pkg_details.$today done thx. -BG ________ ~~a

Re: How to find all package files

2008-01-07 Thread Stuart Henderson
On 2008/01/07 15:33, Russell Gadd wrote: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. I don't think there is one "correct" way - you can use the ports tree as a browser. If you know SQL, you can install sqlite, sqlports (and maybe a graphical query editor li

Re: How to find all package files

2008-01-07 Thread Kevin Stam
OpenBSD doesn't contain metapackages. There's no single package that installs all of XFCE for you. Install the necessary components and applications from the x11/xfce4 category. (http://ports.openbsd.nu/x11/xfce4) Here's a "tutorial" on bsdforums that will help by detailing what to install to obtai

Re: How to find all package files

2008-01-07 Thread Vijay Sankar
On January 7, 2008 09:33:22 am Russell Gadd wrote: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. > > For example I have tried to install the xfce window manager, and at > first I looked at the list of files in the packages list and there were > a lot of files w

Re: How to find all package files

2008-01-07 Thread Darrin Chandler
On Mon, Jan 07, 2008 at 03:33:22PM +, Russell Gadd wrote: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. > > For example I have tried to install the xfce window manager, and at first I > looked at the list of files in the packages list and there were a lot

Re: How to find all package files

2008-01-07 Thread Josh Grosse
On Mon, 07 Jan 2008 15:33:22 +, Russell Gadd wrote > I am new to OpenBSD and I am not sure what is the correct way to > find packages. > > For example I have tried to install the xfce window manager... and at > first I looked at the list of files in the packages list and there > were a lot

Re: How to find all package files

2008-01-07 Thread L. V. Lammert
At 03:33 PM 1/7/2008 +, Russell Gadd wrote: I am new to OpenBSD and I am not sure what is the correct way to find packages. For example I have tried to install the xfce window manager, and at first I looked at the list of files in the packages list and there were a lot of files with xfce

Re: How to find all package files

2008-01-07 Thread Peter N. M. Hansteen
Russell Gadd <[EMAIL PROTECTED]> writes: > I am new to OpenBSD and I am not sure what is the correct way to find > packages. The best way is to set the PKG_PATH variable to something sensible such as the relevant release and architecture's packages directory at your closest mirror, then use pkg_a

How to find all package files

2008-01-07 Thread Russell Gadd
I am new to OpenBSD and I am not sure what is the correct way to find packages. For example I have tried to install the xfce window manager, and at first I looked at the list of files in the packages list and there were a lot of files with xfce in the name / description. I looked for one whic