X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=Bp
	Lw1UAtKbuAxAvbGPJ5E0DNxw/Ph+vt2nNfKwNebN5cC0HvfqGRmqoF3j2/PWbDfJ
	HrgQv+ftUujjzwTYJsUcymeb6fZyvlsQWTa7G9kZlBlvBCrkqp4IbPgaCxM5dAQl
	1HFj5f8EZkXhrJcy7j2iT3hINfnrTdYRZY2NbnQ9o=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=gZ3nX6w3
	ohW8TLQ1IPE0YkMJMTo=; b=aX1s03D6qkz9a8G4QNGeWm3LdQomVOUaQHmU2biD
	hRCU9Y76rsBOVyUfJmhTNtTKWHORmW28J3LbpgnbdNtMF7iaL/U/GPJfK3eNcolu
	e/kBIC7dTZfm+udPpD+WaIai8XMW9gpLbFv9A0OnfKunpLHWt01Hh5nLTvFxAQ3n
	BFc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ig0-f176.google.com
MIME-Version: 1.0
X-Received: by 10.42.185.12 with SMTP id cm12mr6936195icb.0.1432260385130; Thu, 21 May 2015 19:06:25 -0700 (PDT)
In-Reply-To: <CAOC2fq8y4doi9XuSA95trsrDDCt3+drsQSBRVCp3Z+xcG3PM9g@mail.gmail.com>
References: <announce.1432158061.3408.8.camel@cygwin.com>	<CAAXzdLW5Zz2g=wL0=6YCRsEc-ejHa-q29SAedpGaqpQ=tGTZYA@mail.gmail.com>	<1432168249.3408.16.camel@cygwin.com>	<CAAXzdLX0vdA_Pd+5rrP9EejJzo1HLg3pT_Z+KPTbh3MuDQTmKQ@mail.gmail.com>	<CAOC2fq_HkFkO-wxedTVE5c_9BVAXS_-rq9-wbPBHSasd4XHfbw@mail.gmail.com>	<CAAXzdLXxfs9JuKWVzMrCPS8SB2Tf+B1fCAqj7Brg0nY7K02txQ@mail.gmail.com>	<CAOC2fq8y4doi9XuSA95trsrDDCt3+drsQSBRVCp3Z+xcG3PM9g@mail.gmail.com>
Date: Thu, 21 May 2015 21:06:25 -0500
Message-ID: <CAAXzdLXyq8crWoQrHT8F9y_jfBoAADJJRAiXtCcEy9LFOjhekg@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] Updated: Tcl/Tk 8.5.18
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Thu, May 21, 2015 at 8:32 PM, Michael Enright wrote:
> I am curious about how I came to have a dependency on TeXlive in my
#> installation even though I don't need TeX. Where could I look for the info?

Hm, not sure. This could get you started

    apt-cyg rdepends texlive |
    awk '
    $NF !~ /texlive/ {
      z[$NF]
    }
    END {
      for (y in z)
        print y
    }
    '

Result

    asciidoc
    xhtml2ps
    maxima
    mate-common
    maxima-lang-pt_BR-utf8
    maxima-lang-de-utf8
    html2ps
    gnome-common
    dblatex
    asymptote
    biber
    texinfo-tex
    gnuplot
    emacs-auctex
    docbook-utils
    maxima-lang-pt-utf8
    xmlto
    xfce4-dev-tools
    gtk-doc
    a2ps
    maxima-lang-es-utf8

--
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

