public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is there a tool for viewing all cygwin/GNU Software submissions
@ 2014-11-25 23:08 Arthur Schwarz
  2014-11-26  0:12 ` Warren Young
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Arthur Schwarz @ 2014-11-25 23:08 UTC (permalink / raw)
  To: cygwin

Is there a general tool that will allow someone to see the definition of all
software in cygwin and allow browsing of libraries for content? If there is
not, how can I go about creating one (any ideas)?

What I would like to see for executables is a setup-like tool to pretty
print information on all available software without going through setup.
Where a library is included, I would like to see something about the
routines included in the library. 

Info does a great job of showing information on executables which have been
downloaded (although its presentation format is really bad), but provides no
insight on available but not downloaded software. 'setup' provides a
thumbnail description of all available software, but you have to use it in
conjunction with the internet, and viewing and searching is laborious. And I
don't know if there is anything which provides some brief information on
library contents. I think for libraries you have to go to the provided
application developer documentation or use one of the tools to read the
library contents.

So, anything there or anything I can do (to make it 'there').

art


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a tool for viewing all cygwin/GNU Software submissions
  2014-11-25 23:08 Is there a tool for viewing all cygwin/GNU Software submissions Arthur Schwarz
@ 2014-11-26  0:12 ` Warren Young
  2014-11-26 13:51 ` Buchbinder, Barry (NIH/NIAID) [E]
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Warren Young @ 2014-11-26  0:12 UTC (permalink / raw)
  To: cygwin

On Nov 25, 2014, at 3:49 PM, Arthur Schwarz <aschwarz1309@att.net> wrote:

> What I would like to see for executables is a setup-like tool to pretty
> print information on all available software without going through setup.
> Where a library is included, I would like to see something about the
> routines included in the library. 

So you want, what, MSDN for Cygwin?

Not going to happen.  MSDN documents everything in Windows because it all comes from one place.  Cygwin may appear to you to come from one place, but only because all of its contributors go out and grab things from all over the net and push them into the Cygwin repositories.

You’re not going to get a single documentation source for Cygwin for the same reason you don’t get a single documentation source for all software on the planet.

> So, anything there or anything I can do (to make it 'there’).

Step 1: Become Planetary Emperor
Step 2: ...

:)
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Is there a tool for viewing all cygwin/GNU Software submissions
  2014-11-25 23:08 Is there a tool for viewing all cygwin/GNU Software submissions Arthur Schwarz
  2014-11-26  0:12 ` Warren Young
@ 2014-11-26 13:51 ` Buchbinder, Barry (NIH/NIAID) [E]
  2014-11-26 14:51 ` Steven Penny
  2014-11-26 20:57 ` Keith Christian
  3 siblings, 0 replies; 6+ messages in thread
From: Buchbinder, Barry (NIH/NIAID) [E] @ 2014-11-26 13:51 UTC (permalink / raw)
  To: cygwin

Arthur Schwarz sent the following at Tuesday, November 25, 2014 5:49 PM
>Is there a general tool that will allow someone to see the definition of
>all software in cygwin and allow browsing of libraries for content? If
>there is not, how can I go about creating one (any ideas)?
>
>What I would like to see for executables is a setup-like tool to pretty
>print information on all available software without going through setup.
>Where a library is included, I would like to see something about the
>routines included in the library.
>
>Info does a great job of showing information on executables which have
>been downloaded (although its presentation format is really bad), but
>provides no insight on available but not downloaded software. 'setup'
>provides a thumbnail description of all available software, but you have
>to use it in conjunction with the internet, and viewing and searching
>is laborious. And I don't know if there is anything which provides some
>brief information on library contents. I think for libraries you have to
>go to the provided application developer documentation or use one of the
>tools to read the library contents.
>
>So, anything there or anything I can do (to make it 'there').

To see package descriptions without setup, you can look inside setup.ini.
In addition to the short description (sdesc) displayed by setup, it has a
long description (ldesc), though sometimes that is just a repeat of sdesc.
The requires line can help one from downloading far more than one wishes.

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a tool for viewing all cygwin/GNU Software submissions
  2014-11-25 23:08 Is there a tool for viewing all cygwin/GNU Software submissions Arthur Schwarz
  2014-11-26  0:12 ` Warren Young
  2014-11-26 13:51 ` Buchbinder, Barry (NIH/NIAID) [E]
@ 2014-11-26 14:51 ` Steven Penny
  2014-11-26 20:57 ` Keith Christian
  3 siblings, 0 replies; 6+ messages in thread
From: Steven Penny @ 2014-11-26 14:51 UTC (permalink / raw)
  To: cygwin

On Tue, Nov 25, 2014 at 4:49 PM, Arthur Schwarz wrote:
> Is there a general tool that will allow someone to see the definition of all
> software in cygwin and allow browsing of libraries for content?

apt-cyg might work for you

http://github.com/transcode-open/apt-cyg

Examples

Displays the package records for the named packages

    apt-cyg show <package>

List files owned by packages

    apt-cyg listfiles <package>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a tool for viewing all cygwin/GNU Software submissions
  2014-11-25 23:08 Is there a tool for viewing all cygwin/GNU Software submissions Arthur Schwarz
                   ` (2 preceding siblings ...)
  2014-11-26 14:51 ` Steven Penny
@ 2014-11-26 20:57 ` Keith Christian
  2014-11-26 21:12   ` Helmut Karlowski
  3 siblings, 1 reply; 6+ messages in thread
From: Keith Christian @ 2014-11-26 20:57 UTC (permalink / raw)
  To: cygwin

Hi Arthur,

Two ways that I know of (besides Steven Penny's "apt-cyg" method.)


1 -------- The fastest way to get the whole catalog is to run the
setup program, but stop before installing any software (unless that is
your ultimate goal.)

Open a browser and download the setup program
(http://cygwin.com/setup-x86.exe for 32 bit or
http://cygwin.com/setup-x86_64.exe for 64 bit.)

Run setup, and proceed only far enough to download the "setup.ini"
file.  At that point, exit the setup program, and open "setup.ini"
with Notepad or another text editor.  You'll see the short and long
package descriptions within.


2 -------- Or, to see a list of only the package names, open a web
browser and go to https://cygwin.com/mirrors.html.  Click a link
closest to you, e.g. if in the western US, try "mirrors.kernel.org" or
other.

Then, click the "x86" or "x86_64" link, then the "release" link on the
next page, and browse the list of packages.

Full info about a single package is available by right-clicking the
"setup.hint" entry, and then "Open with..." and choose Notepad or
another text editor, depending on which browser you're using.


=== Keith

On Tue, Nov 25, 2014 at 3:49 PM, Arthur Schwarz <aschwarz1309@att.net> wrote:
> Is there a general tool that will allow someone to see the definition of all
> software in cygwin and allow browsing of libraries for content? If there is
> not, how can I go about creating one (any ideas)?
>
> What I would like to see for executables is a setup-like tool to pretty
> print information on all available software without going through setup.
> Where a library is included, I would like to see something about the
> routines included in the library.
>
> Info does a great job of showing information on executables which have been
> downloaded (although its presentation format is really bad), but provides no
> insight on available but not downloaded software. 'setup' provides a
> thumbnail description of all available software, but you have to use it in
> conjunction with the internet, and viewing and searching is laborious. And I
> don't know if there is anything which provides some brief information on
> library contents. I think for libraries you have to go to the provided
> application developer documentation or use one of the tools to read the
> library contents.
>
> So, anything there or anything I can do (to make it 'there').
>
> art
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a tool for viewing all cygwin/GNU Software submissions
  2014-11-26 20:57 ` Keith Christian
@ 2014-11-26 21:12   ` Helmut Karlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Helmut Karlowski @ 2014-11-26 21:12 UTC (permalink / raw)
  To: cygwin

You could also try a little script I wrote:

http://home.arcor.de/zabruder/cygwin/cygdesc

It needs files created by cygcheck-dep. Docs inside.

-Helmut



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-26 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-25 23:08 Is there a tool for viewing all cygwin/GNU Software submissions Arthur Schwarz
2014-11-26  0:12 ` Warren Young
2014-11-26 13:51 ` Buchbinder, Barry (NIH/NIAID) [E]
2014-11-26 14:51 ` Steven Penny
2014-11-26 20:57 ` Keith Christian
2014-11-26 21:12   ` Helmut Karlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).