Re: running asfiles on windowmaker...

2008-12-30 Thread Kevin Kinsey

Peter Boosten wrote:


On 30 dec 2008, at 07:02, per...@pluto.rain.com wrote:


  Does anyone know how to run asfiles on windowmaker?
Whereis its executable? (path)


I have no idea what asfiles is, but I would assume
`which asfiles' would tell you where it is located.


... unless it's not in PATH, and the OP is asking which directory
needs to be added.  asfiles is a port which installs into /usr/local,
so I'd expect the executable to be in /usr/local/bin.  If not,

 find /usr/local -name asfiles -print

should find it.


pkg_info -L package

(replace package by actual package name)

Shows all files installed by the port, assuming OP installed asfiles 
through the port.


... and in this case, he'd better pipe that to more(1)

[17] Tue 30.Dec.2008 9:33:36 [kad...@archangel][~]
pkg_info -L asfiles-1.0_2 | wc -l
231

... or, even better, to head:

[18] Tue 30.Dec.2008 9:33:50 [kad...@archangel][~]
pkg_info -L asfiles-1.0_2 | head

Information for asfiles-1.0_2:

Files:
/usr/local/man/man1/files.1.gz
/usr/local/man/man3/regexp.3.gz
/usr/local/bin/files
/usr/local/include/bitmaps/MASK.xbm
/usr/local/include/bitmaps/application.xbm
/usr/local/include/bitmaps/autocad.xbm
/usr/local/include/bitmaps/bargraph.xbm

... and now we know why looking for asfiles
doesn't help much.  Try running files, Luiz.

Kevin Kinsey
--
If it's Tuesday, this must be someone else's fortune.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


running asfiles on windowmaker...

2008-12-29 Thread luizbcampos
Does anyone know how to run asfiles on windowmaker? Whereis its
executable? (path)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: running asfiles on windowmaker...

2008-12-29 Thread Glen Barber
On Mon, Dec 29, 2008 at 7:13 PM, luizbcampos luizbcam...@gmail.com wrote:
Does anyone know how to run asfiles on windowmaker? Whereis its
 executable? (path)

I have no idea what asfiles is, but I would assume `which asfiles'
would tell you where it is located.

-- 
Glen Barber

Tell me and I forget. Teach me and I remember. Involve me and I
learn. - Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: running asfiles on windowmaker...

2008-12-29 Thread perryh
 Does anyone know how to run asfiles on windowmaker?
  Whereis its executable? (path)

 I have no idea what asfiles is, but I would assume
 `which asfiles' would tell you where it is located.

... unless it's not in PATH, and the OP is asking which directory
needs to be added.  asfiles is a port which installs into /usr/local,
so I'd expect the executable to be in /usr/local/bin.  If not,

  find /usr/local -name asfiles -print

should find it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: running asfiles on windowmaker...

2008-12-29 Thread Peter Boosten



On 30 dec 2008, at 07:02, per...@pluto.rain.com wrote:


  Does anyone know how to run asfiles on windowmaker?
Whereis its executable? (path)


I have no idea what asfiles is, but I would assume
`which asfiles' would tell you where it is located.


... unless it's not in PATH, and the OP is asking which directory
needs to be added.  asfiles is a port which installs into /usr/local,
so I'd expect the executable to be in /usr/local/bin.  If not,

 find /usr/local -name asfiles -print

should find it.



pkg_info -L package

(replace package by actual package name)

Shows all files installed by the port, assuming OP installed asfiles  
through the port.


Peter
--
Http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org