Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] Which ebuild contains sgml2html command ?

 
   Linux (Home) -> User RSS
Next:  [gentoo-user] drive found but still panics  
Author Message
Norbert Kamenicky

External


Since: Dec 03, 2005
Posts: 6



(Msg. 1) Posted: Sat Dec 03, 2005 12:30 am
Post subject: [gentoo-user] Which ebuild contains sgml2html command ?
Archived from groups: linux>gentoo>user (more info?)

Sorry for such a stupid question, but google doesn't help Sad

noro
--
gentoo-user RemoveThis @gentoo.org mailing list
Back to top
Login to vote
Peter Ruskin

External


Since: Oct 17, 2005
Posts: 7



(Msg. 2) Posted: Sat Dec 03, 2005 1:30 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived
Back to top
Login to vote
Norbert Kamenicky

External


Since: Dec 03, 2005
Posts: 6



(Msg. 3) Posted: Sat Dec 03, 2005 1:40 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Peter Ruskin wrote:
> peter@peter ~ $ qpkg -f `which sgml2html`
> app-text/sgmltools-lite *

Thanks Peter,

it would be fine to have special search engine on gentoo.org
for this purpose Wink

noro


--
gentoo-user DeleteThis @gentoo.org mailing list
Back to top
Login to vote
Nick Rout

External


Since: Aug 23, 2005
Posts: 98



(Msg. 4) Posted: Sat Dec 03, 2005 3:30 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 03 Dec 2005 01:37:24 +0100
Norbert Kamenicky <noro.DeleteThis@xmedia.sk> wrote:

> Peter Ruskin wrote:
> > peter@peter ~ $ qpkg -f `which sgml2html`
> > app-text/sgmltools-lite *
>
> Thanks Peter,
>
> it would be fine to have special search engine on gentoo.org
> for this purpose Wink
>
> noro

what would it search?

--
gentoo-user.DeleteThis@gentoo.org mailing list
Back to top
Login to vote
Norbert Kamenicky

External


Since: Dec 03, 2005
Posts: 6



(Msg. 5) Posted: Sat Dec 03, 2005 8:00 pm
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nick Rout wrote:
> On Sat, 03 Dec 2005 01:37:24 +0100
> Norbert Kamenicky <noro DeleteThis @xmedia.sk> wrote:
>
>
>>Peter Ruskin wrote:
>>
>>>peter@peter ~ $ qpkg -f `which sgml2html`
>>>app-text/sgmltools-lite *
>>
>>Thanks Peter,
>>
>>it would be fine to have special search engine on gentoo.org
>>for this purpose Wink
>>
>>noro
>
>
> what would it search?
>

ebuild of course Smile
i.e. if u know the name of desired command (like xyz), doesn't have it
installed on system and need to know which ebuild u have to emerge ...
sometimes the same command can be installed via two different ebuilds,
but guessing their names is not easy every times.

noro

--
gentoo-user DeleteThis @gentoo.org mailing list
Back to top
Login to vote
Ryan Tandy

External


Since: Dec 04, 2005
Posts: 27



(Msg. 6) Posted: Sun Dec 04, 2005 12:00 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Norbert Kamenicky wrote:

>Nick Rout wrote:
>
>
>>On Sat, 03 Dec 2005 01:37:24 +0100
>>Norbert Kamenicky <noro.TakeThisOut@xmedia.sk> wrote:
>>
>>
>>
>>
>>>Peter Ruskin wrote:
>>>
>>>
>>>
>>>>peter@peter ~ $ qpkg -f `which sgml2html`
>>>>app-text/sgmltools-lite *
>>>>
>>>>
>>>Thanks Peter,
>>>
>>>it would be fine to have special search engine on gentoo.org
>>>for this purpose Wink
>>>
>>>noro
>>>
>>>
>>what would it search?
>>
>>
>>
>
>ebuild of course Smile
>i.e. if u know the name of desired command (like xyz), doesn't have it
>installed on system and need to know which ebuild u have to emerge ...
>sometimes the same command can be installed via two different ebuilds,
>but guessing their names is not easy every times.
>
>noro
>
>
>
Actually, names of files aren't contained in the ebuilds - they're
created by the compilation process. Portage keeps track of what files
are created during the merge for uninstallation later, but it doesn't
know beforehand what the files will be. The only way to find out what
files will be installed by a given package is to open up its source
tarball(s) and look in the makefiles for 'ld' or 'libtool' calls.
--
gentoo-user.TakeThisOut@gentoo.org mailing list
Back to top
Login to vote
Norbert Kamenicky

External


Since: Dec 03, 2005
Posts: 6



(Msg. 7) Posted: Sun Dec 04, 2005 1:20 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ryan Tandy wrote:

> Actually, names of files aren't contained in the ebuilds - they're
> created by the compilation process. Portage keeps track of what files
> are created during the merge for uninstallation later, but it doesn't
> know beforehand what the files will be. The only way to find out what
> files will be installed by a given package is to open up its source
> tarball(s) and look in the makefiles for 'ld' or 'libtool' calls.


yes, I know, but it means to download lot of tarballs, which is
a bit complicated ... therefore I wish to have database on gentoo.org Smile

IMHO names of files shouldn't be in ebuilds ...
it would be wasting lot of space, bandwidth etc. just for very sporadic
usage (btw. I needed it first time, while using gentoo for >3 years)

noro
--
gentoo-user.RemoveThis@gentoo.org mailing list
Back to top
Login to vote
Matthew Cline

External


Since: Sep 15, 2005
Posts: 4



(Msg. 8) Posted: Sun Dec 04, 2005 1:20 am
Post subject: Re: [gentoo-user] Which ebuild contains sgml2html command ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 12/3/05, Norbert Kamenicky <noro RemoveThis @xmedia.sk> wrote:
> yes, I know, but it means to download lot of tarballs, which is
> a bit complicated ... therefore I wish to have database on gentoo.org Smile
>

This issue has been discussed on this list before many times: because
ebuilds are compiled from source, there is no way to predict what the
contents of the package will be, due to differening USE flags, etc, so
building a comprehensive database would be impossible.

If I am looking for a specfiic file or command, I first try to search
Debian's package database:

http://www.debian.org/distrib/packages#search_contents

Usually, I can find what I am looking for, and the Debian package name
is similar or identical to the Gentoo ebuild.


Matt

--
gentoo-user RemoveThis @gentoo.org mailing list
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] Apache 1.3.34 ebuild - Hello list !!!! I need to update Apache 1.3.33 to Apache 1.3.34 but I cant find an ebuild for that version, Why 1.3.34 ebuild is not in portage? Is unstable?? Is there a way to install apache 1.3.34 without and ebuild and without "crash" po...

[gentoo-user] mythfrontend crashes in edit video mode nova.. - While using mythtv frontend when I scrub video in edit mode to set cut points almose any time I go across a change of ratio the frontend secmentation faults. I have tried -v with various options but have not got any usefull debug. I am using mythtv..

[gentoo-user] gentoo 2005.1 and FTDI USB/serial adapter: d.. - Hello, Gentoo 2005.1, kernel 2.6.12 gentoo r10. I have a USB device that uses the FTDI driver (in the kernel) to make the device appear as a serial port. When I plug in the device I get the following in my syslog: Sep 18 03:31:23 (none) usb 2-1: new..

[gentoo-user] nvidia-kernel does not load in 2.6.14-gentoo.. - Hi, nvidia-kernel fails to load in 2.6.14-gentoo-r2. "/var/log/messages" below. Best regards, jules Nov 24 13:29:01 omc-2 [ 112.677286] Adding 1004052k swap on /dev/sda3. Priority:-1 extents:1 across:1004052k Nov 24 13:29:01 omc-2 [ 11...

[gentoo-user] font problems after following instructions i.. - Summary: After following the instructions in the Xorg and fonts wiki the default firefox font is awful (the combination "at" especially). Workaround is simple; should I file a bug or have I erred? Details: I followed basically all the instruc...
       Linux (Home) -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact