On Thu, 27 Sep 2012 17:21:30 +0000 Florent Peterschmitt <fpeters...@gmail.com> wrote:
> Le 26/09/2012 14:10, Olivier Duchateau a écrit : > > 2012/9/26 Florent Peterschmitt<fpeters...@gmail.com>: > >> Le 26/09/2012 12:26, Sergey V. Dyatko a écrit : > >> > >>> On Wed, 26 Sep 2012 14:17:57 +0000 > >>> Florent Peterschmitt<fpeters...@gmail.com> wrote: > >>> > >>>> Hello, > >>>> > >>>> Why the terminal emulator from XFCE4 is called Terminal instead of > >>>> xfce4-terminal ? > >>> http://goodies.xfce.org/projects/applications/terminal > >>> > >>> > >>> > >> Ok, then next question. Why xfce apps are not under un sub-directory called > >> xfce (or xfce4 if versionning becomes important) ? > >> > > What do you mean by « Why xfce apps are not under un sub-directory > > called xfce » ? > > > > > > > Have something like /usr/ports/xfce/<xfce apps> ? There's meta-port calls, x11-wm/xfce4. But if you want to known where're Xfce applications, try: for file in `find /usr/ports -name 'Makefile' -type f`; do grep SITE_XFCE file && echo `basename $file`; done www/midori is hosted by Xfce project, but it doesn't need Xfce related stuff to work. -- olivier _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"